--- mambo/branches/4.6/CHANGELOG.php 2006/01/07 21:26:39 117 +++ mambo/branches/4.6/CHANGELOG.php 2006/01/14 18:19:40 129 @@ -26,10 +26,44 @@ - -> Removed ! -> Note +14-Jan-2006 Martin Brampton (counteroint) +! Tidied XML parser +! Implemented XML parser in all cases except actual install/uninstall + +12-Jan-2006 Martin Brampton (counterpoint) ++ Added XML parser classes to admin.php and utilised in admin side components +! Fixed bug in detect calling wrong DB function for multiple queries +! Moved mosParameter class into index.php for use with mambot handler + +11-Jan-2006 Martin Brampton (counterpoint) +! Split out database.php again, but this time in the Mambo root +! Modified install2.php and index.php for above change +! Installation code should now work + +11-Jan-2006 Martin Brampton (counterpoint) +! Further work to correct most popups. Media manager image upload still not working. ++ Introduced mosModuleHandler to improve efficiency of DB access and structure +! Further moves of code into class methods ++ Created login mambot, made user side authentication require mambots; add other hooks ++ Addition to english.php to provide error message when no authentication mambots +! Installation code still not working. +! Extensive work on SEF towards reliable 404 errors for incorrect links + +5-Jan-2006 Martin Brampton (counterpoint) +- Removed globals.php +- Removed /includes/database.php +- Removed /administrator/includes/auth.php (residual code now in popups) +! Modified popups to include index.php ++ Created login authentication mambot (uses existing authenticator class) +! Modified mambot handler to permit mambots to be classes rather than functions +! Provide for multiple authentication mambots at login +! The installation code will not currently work because of restructuring + 4-Jan-2006 Martin Brampton (counterpoint) -+ Moved function mosGetOrderingList back into mambofunc.php - also used by mosAdminMenus.php -+ Moved class definitions mosContent, mosSection, mosCategory into content.class.php -+ Modified class related components to include content.class.php for content class definitions. +! Moved function mosTreeRecurse into mosAdminMenus from admin.menus.php +! Moved function mosGetOrderingList into mosAdminMenus.php from admin.mambots.php +! Moved class definitions mosContent, mosSection, mosCategory into content.class.php +! Modified class related components to include content.class.php for content class definitions. 2-Jan-2006 Martin Brampton (counterpoint) + Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string @@ -135,8 +169,6 @@ 18-Dec-2005 Martin Brampton(counterpoint) # Modified SQL statements having LEFT JOIN after list of joined tables # Modified contact searchbot to set Itemid -# Modified content searchbot to avoid warnings on merge of nulls to arrays -# Modified content component to avoid warnings on merge of nulls to arrays 17-Dec-2005 Martin Brampton (counterpoint) # Modified index.php to avoid conflict with SMF over $_REQUEST['message'] @@ -798,3 +830,4 @@ --------------------------- This application is opensource software released under the GPL. Please see source code and the LICENSE file +