--- mambo/branches/4.6/CHANGELOG.php 2006/03/05 07:00:07 358 +++ mambo/branches/4.6/CHANGELOG.php 2006/04/11 02:04:51 457 @@ -7,7 +7,7 @@ * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure * that Mambo remained free Open Source software owned and managed by the community. * Mambo is Free Software -*/ +*/ // no direct access defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); @@ -29,21 +29,107 @@ ! -> Note -------------------- 4.6 Release -------------------------- -4-March-2006 Chad Auld (cauld) -+ Adding new end user survey functionality to the last install screen -! Updating version info for 4.6 public RC1 - +10-April-2006 Chad Auld (cauld) +! Updated overlib_mini.js library to the latest version +! Checked in last major revision of MOStlyCE Admin component for 4.6, v1.5 +! Checked in last major revision of MOStlyCE mambot for 4.6, v1.6 + +07-April-2006 Neil Thompson (neilt) +# Fixed problem with html in parameters textfield within the admin modules + +06-April-2006 Neil Thompson (neilt) +# Bug fixes within the Admin Modules +- Removed menu_image from contact parameters XML + +05-April-2006 Martin Brampton (counterpoint) +! Modified index.php to relax check on Itemid for components not having menu entries + +03-April-2006 Neil Thompson (neilt) ++ Added The Source URL to weblinks ++ Added Mambo Foundation and The Source links to Other Menu +! Changed labels in poll to Question from Title + +02-April-2006 Neil Thompson (neilt) +# -> Fixed pathway.php missing php tag + +2-April-2006 Chad Auld (cauld) +! Committed bot_mostlyce V1.5 (major changes in the way of authentication, plugin loading, etc.) Simplified and much cleaner. +! Committed com_mostlyce V1.4 (major admin interface changes, some options removed, and some new ones added). +- Removed MOStlyCE imgmanager, filemanager, & preview plugins. Also removed auth_mostlyce.php. Will eventually re-implement in a cleaner and more efficient manner. ++ Adding the new MOStlyDBAdmin component for db backup and restore functionality. + +1-April-2006 Martin Brampton (counterpoint) ++ Added Mambo Containers admin side component (NOT an April Fool joke :)) + +31-March-2006 Neil Thompson (neilt) +! changed admin to show advanced_mode as default + +30-March-2006 Neil Thompson (neilt) +# Fixed mod_latest_content no content error +# Fixed handlers in mod_latest_content +# Corrected cases in mod_latest_content +! Removed mod_latest_content fixed width limit in horizontal td case +# Fixed bug in content.class.php getBlogSectionCount() not returning 0 count +! Module mod_latest_content changed to default unpublished + +28-March-2006 Neil Thompson (neilt) +# Fixed problem with missing legends in Content Section, Category, Content Item + +26-March-2006 Chad Auld (cauld) +! Mambo's security list email address has changed, updated email address on the installation survey. + +22-March-2006 Martin Brampton (counterpoint) +! Optimised admin module mod_stats to user mosMenuHandler instead of DB +! Optimised mostlyce.php to call mainframe for template instead of DB +# Fixed problem with combining update session with validation +! Reorganised admin side index.php logic so that resubmitting login ignored +# Fixed offline check issue following changes to check admin session +! Changed mosMenuHandler getMenuType method to return counts as well as types + +21-March-2006 Martin Brampton (counterpoint) +! Further optimisation in CMT classes, user authenticator +! Merging of some methods between mosDBTable and mosDBTableEntry ++ Introduction of getNullDate method in database +! Revised method of discovering document root in index.php +! Optimised handling of admin user and sessions +- Removal of checkAdminSession from admin.php - small amounts of + new code in mosUser, mosSession and index.php adminside processing +! Small modifications to the editor to attempt to overcome the + environment setup problems by including index.php + +20-March-2006 Chad Auld (cauld) ++ Adding a donation icon to the new installation survey + +19-March-2006 Chad Auld (cauld) +! Disabling MOStlyCE's preview plugin. Mambo has its own preview option so no since in slowing down the editor. ++ Adding the Print plugin to MOStlyCE. It was there, but was failing to load and display. + +19-March-2006 Martin Brampton (counterpoint) +! Reinstalled changes to popup code, mainly in menubar.html.php, somehow + lost from original changes made on 5 and 11 January 2006. + +16-March-2006 Chad Auld (cauld) +! Adding IE fix for the MOStlyCE contextmenu plugin. Was causing IE to fail. +! Updating version info for 4.6 public RC1 + +12-March-2006 Chad Auld (cauld) +! Changed the end user survey to handle emails a bit differently. Comments are now sent to a different location. + +4-March-2006 Chad Auld (cauld) ++ Adding new end user survey functionality to the last install screen +! Updating version info for 4.6 public Beta 1 + 1-March-2006 Predrag Lezaic (oziris) ! Updated author emails and URL's in XML files. -1-March-2006 Chad Auld (cauld) -! Updated "Lost Password" error message to make it more clear that both username and email address are required. - +1-March-2006 Chad Auld (cauld) +! Updated "Lost Password" error message to make it more clear that both username and email address are required. + 28-February-2006 Predrag Lezaic (oziris) ! Updated calls from admin components to new help screen file names. -28--February-2006 Chad Auld (cauld) -! Changing default MOStlyCE plugin layout based on suggestions from Water & Stone +28--February-2006 Chad Auld (cauld) +! Changing default MOStlyCE plugin layout based on suggestions from Water & Stone 28-February-2006 Predrag Lezaic (oziris) ! Changed file names of help screen documents. @@ -53,15 +139,15 @@ 27-February-2006 Adi Setiawan (adilovetini) + add latest content module - + 26-February-2006 Predrag Lezaic (oziris) ! Replaced remaining copyright notices in php and html files. - -25-February-2006 Chad Auld (cauld) -+ adding a couple MOStlyCE plugins -- removed a few unused MOStlyCE plugins -# Fixed an error with the htmltemplate plugin -# Fixed a bug in com_content that was causing the "Not Authorized" error when trying to edit content from the frontend + +25-February-2006 Chad Auld (cauld) ++ adding a couple MOStlyCE plugins +- removed a few unused MOStlyCE plugins +# Fixed an error with the htmltemplate plugin +# Fixed a bug in com_content that was causing the "Not Authorized" error when trying to edit content from the frontend 24-February-2006 Predrag Lezaic (oziris) ! Replaced copyright notices in xml files. @@ -128,7 +214,7 @@ ! Modified search component. Used to use stop words from e.g. english.ignore.php against the whole search string. Now individual stop words are removed for better searching - + 26-Jan-2006 Martin Brampton (counterpoint) ! Modified pathway logic to suppress if only the single item 'Home' ! Various merge and other bugs fixed @@ -308,7 +394,7 @@ # Added default of null string to params field in mos_section. 21-Dec-2005 Chad Auld (cauld) -! Updating default templates with some minor fixes +! Updating default templates with some minor fixes # Fixing some formatting errors on the sample data 21-Dec-2005 Carlos Souza (csouza) @@ -350,7 +436,7 @@ ! Fixed GPL text in install (made all 1 font, easier to read) - Removed old templates + Added new Mambo default template -! Changed more sample data +! Changed more sample data ! Updated the default setup to fit new template ! Adding setting to default register globals emulation to "On" @@ -382,7 +468,7 @@ /administrator/components/com_menus/content_section/content_section.menu.html.php 13-Nov-2005 Chad Auld (cauld) -! Updated install screens to display 453 and release dates. +! Updated install screens to display 453 and release dates. ! Changed the newsflash articles included with the sample data. # [#8199] Database queries in gacl_api.class # [#7713] mosMail fix bcc bug + add missing ReplyTo fields @@ -409,7 +495,7 @@ ! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in message send in frontend 20-Oct-2005 Chad Auld (cauld) - ! Fixed SQL injection hole in content submission + ! Fixed SQL injection hole in content submission 20-Oct-2005 Cameron Fraser + Added Simple / Advanced functionality to Add / Edit (Content/Section/Category) pages @@ -419,7 +505,7 @@ admin.categories.html.php admin.typedcontent.html.php index2.php - + 19-Oct-2005 Chad Auld (cauld) # [#8260] Search highlighting fails when a "?" is entered