| 26 |
- -> Removed |
- -> Removed |
| 27 |
! -> Note |
! -> Note |
| 28 |
|
|
| 29 |
|
14-Jan-2006 Martin Brampton (counteroint) |
| 30 |
|
! Tidied XML parser |
| 31 |
|
! Implemented XML parser in all cases except actual install/uninstall |
| 32 |
|
|
| 33 |
|
12-Jan-2006 Martin Brampton (counterpoint) |
| 34 |
|
+ Added XML parser classes to admin.php and utilised in admin side components |
| 35 |
|
! Fixed bug in detect calling wrong DB function for multiple queries |
| 36 |
|
! Moved mosParameter class into index.php for use with mambot handler |
| 37 |
|
|
| 38 |
|
11-Jan-2006 Martin Brampton (counterpoint) |
| 39 |
|
! Split out database.php again, but this time in the Mambo root |
| 40 |
|
! Modified install2.php and index.php for above change |
| 41 |
|
! Installation code should now work |
| 42 |
|
|
| 43 |
|
11-Jan-2006 Martin Brampton (counterpoint) |
| 44 |
|
! Further work to correct most popups. Media manager image upload still not working. |
| 45 |
|
+ Introduced mosModuleHandler to improve efficiency of DB access and structure |
| 46 |
|
! Further moves of code into class methods |
| 47 |
|
+ Created login mambot, made user side authentication require mambots; add other hooks |
| 48 |
|
+ Addition to english.php to provide error message when no authentication mambots |
| 49 |
|
! Installation code still not working. |
| 50 |
|
! Extensive work on SEF towards reliable 404 errors for incorrect links |
| 51 |
|
|
| 52 |
|
5-Jan-2006 Martin Brampton (counterpoint) |
| 53 |
|
- Removed globals.php |
| 54 |
|
- Removed /includes/database.php |
| 55 |
|
- Removed /administrator/includes/auth.php (residual code now in popups) |
| 56 |
|
! Modified popups to include index.php |
| 57 |
|
+ Created login authentication mambot (uses existing authenticator class) |
| 58 |
|
! Modified mambot handler to permit mambots to be classes rather than functions |
| 59 |
|
! Provide for multiple authentication mambots at login |
| 60 |
|
! The installation code will not currently work because of restructuring |
| 61 |
|
|
| 62 |
4-Jan-2006 Martin Brampton (counterpoint) |
4-Jan-2006 Martin Brampton (counterpoint) |
| 63 |
+ Moved function mosGetOrderingList back into mambofunc.php - also used by mosAdminMenus.php |
! Moved function mosTreeRecurse into mosAdminMenus from admin.menus.php |
| 64 |
+ Moved class definitions mosContent, mosSection, mosCategory into content.class.php |
! Moved function mosGetOrderingList into mosAdminMenus.php from admin.mambots.php |
| 65 |
+ Modified class related components to include content.class.php for content class definitions. |
! Moved class definitions mosContent, mosSection, mosCategory into content.class.php |
| 66 |
|
! Modified class related components to include content.class.php for content class definitions. |
| 67 |
|
|
| 68 |
2-Jan-2006 Martin Brampton (counterpoint) |
2-Jan-2006 Martin Brampton (counterpoint) |
| 69 |
+ Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string |
+ Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string |
| 169 |
18-Dec-2005 Martin Brampton(counterpoint) |
18-Dec-2005 Martin Brampton(counterpoint) |
| 170 |
# Modified SQL statements having LEFT JOIN after list of joined tables |
# Modified SQL statements having LEFT JOIN after list of joined tables |
| 171 |
# Modified contact searchbot to set Itemid |
# 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 |
|
| 172 |
|
|
| 173 |
17-Dec-2005 Martin Brampton (counterpoint) |
17-Dec-2005 Martin Brampton (counterpoint) |
| 174 |
# Modified index.php to avoid conflict with SMF over $_REQUEST['message'] |
# Modified index.php to avoid conflict with SMF over $_REQUEST['message'] |
| 830 |
--------------------------- |
--------------------------- |
| 831 |
This application is opensource software released under the GPL. Please |
This application is opensource software released under the GPL. Please |
| 832 |
see source code and the LICENSE file |
see source code and the LICENSE file |
| 833 |
|
|