| 26 |
- -> Removed |
- -> Removed |
| 27 |
! -> Note |
! -> Note |
| 28 |
|
|
| 29 |
|
4-Jan-2006 Martin Brampton (counterpoint) |
| 30 |
|
+ Moved function mosGetOrderingList back into mambofunc.php - also used by mosAdminMenus.php |
| 31 |
|
+ Moved class definitions mosContent, mosSection, mosCategory into content.class.php |
| 32 |
|
+ Modified class related components to include content.class.php for content class definitions. |
| 33 |
|
|
| 34 |
|
2-Jan-2006 Martin Brampton (counterpoint) |
| 35 |
|
+ Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string |
| 36 |
|
! Bug fixes |
| 37 |
|
|
| 38 |
|
31-Dec-2005 Martin Brampton (counterpoint) |
| 39 |
|
+ Introduced mosFileManager singleton class into index.php |
| 40 |
|
+ Introduced mosDirectory class into index.php |
| 41 |
|
! Further changes to reduce mambofunc.php |
| 42 |
|
|
| 43 |
|
29-Dec-2005 Martin Brampton (counterpoint) |
| 44 |
|
- Removed mosAbstractTasker, not sound OO design, not used |
| 45 |
|
- Commented out _form_mos_menu in mamboxml.php (class mosParameters) apparently not used |
| 46 |
|
! mosAdminMenus class removed from mambo.php turned into /administrator/includes/mosAdminMenus.php |
| 47 |
|
! Made mambo.php consist entirely of classes - moved functions to /includes/mambofunc.php |
| 48 |
|
! Progressively reducing functions in mambofunc.php to stubs that call class methods |
| 49 |
|
! No includes or executable code in mambo.php or mambofunc.php - mostly moved to index.php |
| 50 |
|
- Removed mosHTML::treeSelectList in mambo.php - not used |
| 51 |
|
! Moved function mosTreeRecurse from mambofunc.php to admin.menus.php - only place used |
| 52 |
|
! Removed mosObjectToArray from mambofunc.php - not used |
| 53 |
|
! Moved function mosGetOrderingList from mambofunc.php to admin.mambots.php - only place used |
| 54 |
|
! Removed HMTL classes from mambo.php - created /includes/mamboHTML.php |
| 55 |
|
! Removed most mailer code into extension of the phpmailer class, loaded when required |
| 56 |
|
|
| 57 |
|
27-Dec-2005 Martin Brampton (counterpoint) |
| 58 |
|
! Complete rewrite of SEO code with substantial new features |
| 59 |
|
! Further detailed changes to support pathway |
| 60 |
|
|
| 61 |
|
23-Dec-2005 Martin Brampton (counterpoint) |
| 62 |
|
! Numerous changes to correct errors and optimise DB accesses |
| 63 |
|
|
| 64 |
|
16-Dec-2005 Martin Brampton (counterpoint) |
| 65 |
|
! Fixed bug in submenu handling introduced by mosMenuHandler |
| 66 |
|
+ Added mosPathway class, modified contact.php as example - needs much work in content.php |
| 67 |
|
|
| 68 |
|
15-Dec-2005 Martin Brampton (counterpoint) |
| 69 |
|
+ Added mosMenuHandler into index.php to buffer menu data from database |
| 70 |
|
! Changed much code where simple information can be provided by mosMenuHandler |
| 71 |
|
! Changed a couple of mambots - new handler provides an extra parameter, the mambot's own parms. |
| 72 |
|
|
| 73 |
|
13-Dec-2005 Martin Brampton (counterpoint) |
| 74 |
|
! Extensive changes to the structure of index files, database classes and mambo.php |
| 75 |
|
! mosMambotHandler substantially modified to read all data from DB on first use |
| 76 |
|
! Near complete overhaul of all code now included in the root index.php, other index |
| 77 |
|
! files include this one so that all significant code for index files is now in one |
| 78 |
|
! place - exception is admin side index3.php which still contains some code. |
| 79 |
|
|
| 80 |
-------------------- 4.5.3 (Holiday Patch) Release -------------------------- |
-------------------- 4.5.3 (Holiday Patch) Release -------------------------- |
| 81 |
|
|
| 82 |
31-Dec-2005 Chad Auld (cauld) |
31-Dec-2005 Chad Auld (cauld) |