rev 696
(25 files -1, 34kb)
* Enabled Gallery and Auto-embed settings to actually be enabled/disabled through the Core Features area. Hide the main and admin menus with respect to these settings. (Admin.php, Aeva-Embed.php, Aeva-Gallery.php, Aeva-Gallery2.php, Aeva-Subs-Vital.php, ManageMedia.php, ManageMedia3.php, Subs-BBC.php, Subs.php, Media.english.php, Media.french.php)
* Core Features should be detected through an isset(). Should be faster than in_array(). Both methods will be available until everything's converted. (Admin.php, Load.php)
* Renamed Exif to Metadata in the UI and internally, to make room for potential future implementations. (db_aeva.php, Aeva-Foxy.php, Aeva-Gallery.php, Class-Media.php, ManageMedia.php, Subs-Media.php, Media.template.php, Admin.english.php, Admin.french.php, ManageMedia.english.php, ManageMedia.french.php, Media.english.php, Media.french.php)
* Renamed a few remaining 'aeva' fields to 'media' or 'misc'. (db_aeva.php, Load.php, Aeva-Gallery.php, Aeva-Gallery2.php, Aeva-ModCP.php, ManageMedia2.php, Subs-Media.php, Subs.php, Media.template.php)
- Removed Sources/media/exif folder, as it was an old version of Subs-Exif.php (oops.)
! Calling in_array('m', array('m,cd,cp')) is going to return false. I'm just telling you, SMF. This is how it works. (install.sql, Load.php)
! Fixed infinite loop when dealing with an empty menu. (Subs-Menu.php)