| 1 |
<?php |
<?php |
| 2 |
/** |
/** |
| 3 |
* @version $Id: CHANGELOG.php,v 1.4 2006/01/21 09:14:00 cauld Exp $ |
* @package Mambo Open Source |
| 4 |
* @package Mambo_4.5 |
* @copyright (C) 2005 - 2006 Mambo Foundation Inc. |
|
* @copyright (C) 2000 - 2004 Miro International Pty Ltd |
|
| 5 |
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 6 |
|
* |
| 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 |
| 8 |
|
* that Mambo remained free Open Source software owned and managed by the community. |
| 9 |
* Mambo is Free Software |
* Mambo is Free Software |
| 10 |
*/ |
*/ |
| 11 |
|
|
| 30 |
|
|
| 31 |
-------------------- 4.6 Release -------------------------- |
-------------------- 4.6 Release -------------------------- |
| 32 |
|
|
| 33 |
|
-------------------- 4.6 (RC2) Release -------------------------- |
| 34 |
|
|
| 35 |
|
31-May-2006 Carlos Souza (csouza) |
| 36 |
|
! Checking in new 4.6 help screens (much of the work done by rshreves & apree) |
| 37 |
|
|
| 38 |
|
26-May-2006 Chad Auld (cauld) |
| 39 |
|
+ Adding 3 new sample templates (Donated by Water&Stone, coded by Nalisa) |
| 40 |
|
|
| 41 |
|
17-May-2006 Chad Auld (cauld) |
| 42 |
|
# Fixing a Offline bug which caused an error rather than the offline message when MySQL was down |
| 43 |
|
|
| 44 |
|
16-May-2006 Chad Auld (cauld) |
| 45 |
|
# Rewrote uninstall_template() to fix bug where the wrong template dir was removed |
| 46 |
|
|
| 47 |
|
16-May-2006 Neil Thompson (neilt) |
| 48 |
|
# Minor bug fixes |
| 49 |
|
! Modification to center menubar labels |
| 50 |
|
|
| 51 |
|
14-May-2006 Chad Auld (cauld) |
| 52 |
|
! Updated the "What's New" help doc |
| 53 |
|
! Standardized / Updated the label for Web Links for the whole app (aka: Weblinks) |
| 54 |
|
! Standardized / Updated the label for New Feeds for the whole app (aka: Newsfeeds) |
| 55 |
|
! Updated MOStlyCE Spellchecker plugin tip |
| 56 |
|
! Added the uploadfiles dir to the installation write permission check |
| 57 |
|
|
| 58 |
|
13-May-2006 Chad Auld (cauld) |
| 59 |
|
! Upgraded MOStlyCE's guts to TinyMCE 2.0.6.1 (bugs fixes, enhancements, etc) |
| 60 |
|
+ Added a layers plugin to MOStlyCE and an experimental spellchecker plugin (works well in IE) |
| 61 |
|
+ Added options in MOStlyCE Admin to control layer & spellchecker plugins |
| 62 |
|
! Various other minor MOStlyCE tweaks and enhancements |
| 63 |
|
|
| 64 |
|
11-May-2006 Chad Auld (cauld) |
| 65 |
|
# Fixing mambo.sql error for hardcoded table prefix values |
| 66 |
|
|
| 67 |
|
1-May-2006 Neil Thompson (neilt) |
| 68 |
|
# Fixed errors occuring whilst copying empty sections |
| 69 |
|
|
| 70 |
|
30-April-2006 Chad Auld (cauld) |
| 71 |
|
! Updating MOStlyCE's guts to the latest version of TinyMCE (2.0.5.1). Many enhancements, bug fixes, etc. |
| 72 |
|
! Updating the basic TinyMCE install to the latest version of TinyMCE (2.0.5.1). Many enhancements, bug fixes, etc. |
| 73 |
|
- Removing the Image & File Manager plugins from MOStlyCE. Not compatible with TinyMCE 2.0.5.1. Editor stability comes first. |
| 74 |
|
! Reverting MOStlyCE Admin back to v1.5 since Image & File Manager have been removed. |
| 75 |
|
! Updated MOStlyCE Admin to handle language pack structure change. |
| 76 |
|
! Updated MOStlyCE's compressor to the latestversion of the TinyMCE compressor v1.0.8. |
| 77 |
|
|
| 78 |
|
27-April-2006 Neil Thompson (neilt) |
| 79 |
|
# Fixed Missing argument in contact.php |
| 80 |
|
|
| 81 |
|
26-April-2006 Neil Thompson (neilt) |
| 82 |
|
# Fixed empty admin module bugs |
| 83 |
|
# Fixed bugs adding new content with no section / categories |
| 84 |
|
|
| 85 |
|
-------------------- 4.6 (RC1) Release -------------------------- |
| 86 |
|
|
| 87 |
|
23-April-2006 Chad Auld (cauld) |
| 88 |
|
+ Adding MOStlyCE File manager plugin |
| 89 |
|
+ Adding MOStlyCE Image Manager plugin |
| 90 |
|
+ Adding File & Image Manager configuration tabs to MOStlyCE Admin |
| 91 |
|
|
| 92 |
|
22-April-2006 Neil Thompson (neilt) |
| 93 |
|
# Fixed non purged multiple session problems |
| 94 |
|
|
| 95 |
|
16-April-2006 Martin Brampton (counterpoint) |
| 96 |
|
+ Added patch capability to the universal installer |
| 97 |
|
# Fixed some bugs in file permission handling |
| 98 |
|
|
| 99 |
|
13-April-2006 Neil Thompson (neilt) |
| 100 |
|
+ Added Atom1.0 specification RSS feed |
| 101 |
|
- Removed support for the deprecated Atom0.3 feed |
| 102 |
|
|
| 103 |
|
12-April-2006 Chad Auld (cauld) |
| 104 |
|
# Fixing {mospagebreak} so that it works with PHP 4 & 5. |
| 105 |
|
|
| 106 |
|
12-April-2006 Chanh Ong (cong) |
| 107 |
|
# Fixed missing cid for backware compatible with 3PD component on the backend |
| 108 |
|
|
| 109 |
|
11-April-2006 Carlos Souza (csouza) |
| 110 |
|
# Fixed Language Manager Bugs |
| 111 |
|
|
| 112 |
|
11-April-2006 Martin Brampton (counterpoint) |
| 113 |
|
# Fixed problem with newly created menu not appearing |
| 114 |
|
|
| 115 |
|
10-April-2006 Chad Auld (cauld) |
| 116 |
|
! Updated overlib_mini.js library to the latest version |
| 117 |
|
! Checked in last major revision of MOStlyCE Admin component for 4.6, v1.5 |
| 118 |
|
! Checked in last major revision of MOStlyCE mambot for 4.6, v1.6 |
| 119 |
|
|
| 120 |
|
07-April-2006 Neil Thompson (neilt) |
| 121 |
|
# Fixed problem with html in parameters textfield within the admin modules |
| 122 |
|
|
| 123 |
|
06-April-2006 Neil Thompson (neilt) |
| 124 |
|
# Bug fixes within the Admin Modules |
| 125 |
|
- Removed menu_image from contact parameters XML |
| 126 |
|
|
| 127 |
|
05-April-2006 Martin Brampton (counterpoint) |
| 128 |
|
! Modified index.php to relax check on Itemid for components not having menu entries |
| 129 |
|
|
| 130 |
|
03-April-2006 Neil Thompson (neilt) |
| 131 |
|
+ Added The Source URL to weblinks |
| 132 |
|
+ Added Mambo Foundation and The Source links to Other Menu |
| 133 |
|
! Changed labels in poll to Question from Title |
| 134 |
|
|
| 135 |
|
02-April-2006 Neil Thompson (neilt) |
| 136 |
|
# -> Fixed pathway.php missing php tag |
| 137 |
|
|
| 138 |
|
2-April-2006 Chad Auld (cauld) |
| 139 |
|
! Committed bot_mostlyce V1.5 (major changes in the way of authentication, plugin loading, etc.) Simplified and much cleaner. |
| 140 |
|
! Committed com_mostlyce V1.4 (major admin interface changes, some options removed, and some new ones added). |
| 141 |
|
- Removed MOStlyCE imgmanager, filemanager, & preview plugins. Also removed auth_mostlyce.php. Will eventually re-implement in a cleaner and more efficient manner. |
| 142 |
|
+ Adding the new MOStlyDBAdmin component for db backup and restore functionality. |
| 143 |
|
|
| 144 |
|
1-April-2006 Martin Brampton (counterpoint) |
| 145 |
|
+ Added Mambo Containers admin side component (NOT an April Fool joke :)) |
| 146 |
|
|
| 147 |
|
31-March-2006 Neil Thompson (neilt) |
| 148 |
|
! changed admin to show advanced_mode as default |
| 149 |
|
|
| 150 |
|
30-March-2006 Neil Thompson (neilt) |
| 151 |
|
# Fixed mod_latest_content no content error |
| 152 |
|
# Fixed handlers in mod_latest_content |
| 153 |
|
# Corrected cases in mod_latest_content |
| 154 |
|
! Removed mod_latest_content fixed width limit in horizontal td case |
| 155 |
|
# Fixed bug in content.class.php getBlogSectionCount() not returning 0 count |
| 156 |
|
! Module mod_latest_content changed to default unpublished |
| 157 |
|
|
| 158 |
|
28-March-2006 Neil Thompson (neilt) |
| 159 |
|
# Fixed problem with missing legends in Content Section, Category, Content Item |
| 160 |
|
|
| 161 |
|
26-March-2006 Chad Auld (cauld) |
| 162 |
|
! Mambo's security list email address has changed, updated email address on the installation survey. |
| 163 |
|
|
| 164 |
|
22-March-2006 Martin Brampton (counterpoint) |
| 165 |
|
! Optimised admin module mod_stats to user mosMenuHandler instead of DB |
| 166 |
|
! Optimised mostlyce.php to call mainframe for template instead of DB |
| 167 |
|
# Fixed problem with combining update session with validation |
| 168 |
|
! Reorganised admin side index.php logic so that resubmitting login ignored |
| 169 |
|
# Fixed offline check issue following changes to check admin session |
| 170 |
|
! Changed mosMenuHandler getMenuType method to return counts as well as types |
| 171 |
|
|
| 172 |
|
21-March-2006 Martin Brampton (counterpoint) |
| 173 |
|
! Further optimisation in CMT classes, user authenticator |
| 174 |
|
! Merging of some methods between mosDBTable and mosDBTableEntry |
| 175 |
|
+ Introduction of getNullDate method in database |
| 176 |
|
! Revised method of discovering document root in index.php |
| 177 |
|
! Optimised handling of admin user and sessions |
| 178 |
|
- Removal of checkAdminSession from admin.php - small amounts of |
| 179 |
|
new code in mosUser, mosSession and index.php adminside processing |
| 180 |
|
! Small modifications to the editor to attempt to overcome the |
| 181 |
|
environment setup problems by including index.php |
| 182 |
|
|
| 183 |
|
20-March-2006 Chad Auld (cauld) |
| 184 |
|
+ Adding a donation icon to the new installation survey |
| 185 |
|
|
| 186 |
|
19-March-2006 Chad Auld (cauld) |
| 187 |
|
! Disabling MOStlyCE's preview plugin. Mambo has its own preview option so no since in slowing down the editor. |
| 188 |
|
+ Adding the Print plugin to MOStlyCE. It was there, but was failing to load and display. |
| 189 |
|
|
| 190 |
|
19-March-2006 Martin Brampton (counterpoint) |
| 191 |
|
! Reinstalled changes to popup code, mainly in menubar.html.php, somehow |
| 192 |
|
lost from original changes made on 5 and 11 January 2006. |
| 193 |
|
|
| 194 |
|
16-March-2006 Chad Auld (cauld) |
| 195 |
|
! Adding IE fix for the MOStlyCE contextmenu plugin. Was causing IE to fail. |
| 196 |
|
! Updating version info for 4.6 public RC1 |
| 197 |
|
|
| 198 |
|
12-March-2006 Chad Auld (cauld) |
| 199 |
|
! Changed the end user survey to handle emails a bit differently. Comments are now sent to a different location. |
| 200 |
|
|
| 201 |
|
4-March-2006 Chad Auld (cauld) |
| 202 |
|
+ Adding new end user survey functionality to the last install screen |
| 203 |
|
! Updating version info for 4.6 public Beta 1 |
| 204 |
|
|
| 205 |
|
1-March-2006 Predrag Lezaic (oziris) |
| 206 |
|
! Updated author emails and URL's in XML files. |
| 207 |
|
|
| 208 |
|
1-March-2006 Chad Auld (cauld) |
| 209 |
|
! Updated "Lost Password" error message to make it more clear that both username and email address are required. |
| 210 |
|
|
| 211 |
|
28-February-2006 Predrag Lezaic (oziris) |
| 212 |
|
! Updated calls from admin components to new help screen file names. |
| 213 |
|
|
| 214 |
|
28--February-2006 Chad Auld (cauld) |
| 215 |
|
! Changing default MOStlyCE plugin layout based on suggestions from Water & Stone |
| 216 |
|
|
| 217 |
|
28-February-2006 Predrag Lezaic (oziris) |
| 218 |
|
! Changed file names of help screen documents. |
| 219 |
|
|
| 220 |
|
28-February-2006 Adi Setiawan (adilovetini) |
| 221 |
|
! add mambo version info in the top right of administrator pages |
| 222 |
|
|
| 223 |
|
27-February-2006 Adi Setiawan (adilovetini) |
| 224 |
|
+ add latest content module |
| 225 |
|
|
| 226 |
|
26-February-2006 Predrag Lezaic (oziris) |
| 227 |
|
! Replaced remaining copyright notices in php and html files. |
| 228 |
|
|
| 229 |
|
25-February-2006 Chad Auld (cauld) |
| 230 |
|
+ adding a couple MOStlyCE plugins |
| 231 |
|
- removed a few unused MOStlyCE plugins |
| 232 |
|
# Fixed an error with the htmltemplate plugin |
| 233 |
|
# Fixed a bug in com_content that was causing the "Not Authorized" error when trying to edit content from the frontend |
| 234 |
|
|
| 235 |
|
24-February-2006 Predrag Lezaic (oziris) |
| 236 |
|
! Replaced copyright notices in xml files. |
| 237 |
|
|
| 238 |
|
24-February-2006 Martin Brampton (counterpoint) |
| 239 |
|
! Improved (un)installer error handling |
| 240 |
|
! Clarified session timeout code, distinguishing between user and admin sides |
| 241 |
|
|
| 242 |
|
21-February-2006 Chanh Ong (cong) |
| 243 |
|
# Missing closing php tags! in a couple files |
| 244 |
|
|
| 245 |
|
15-February-2006 Carlos Souza (csouza) |
| 246 |
|
! Replaced copyright notices. Thanks to Predrag Lezaic for his assistance. |
| 247 |
|
|
| 248 |
|
14-Febuary-2006 Adi Setiawan (adilovetini) |
| 249 |
|
! Temporary hide key reference in content item parameter to avoid confusing |
| 250 |
|
+ Add banner client id column in manage client banner manager |
| 251 |
|
! Update installation sample data |
| 252 |
|
! Update some variables in offline.php to work properly in 4.6 |
| 253 |
|
|
| 254 |
|
13-Febuary-2006 Martin Brampton (counterpoint) |
| 255 |
|
! Fixed installer bugs, in particular erroneous handling of character data in large submissions |
| 256 |
|
+ Developed installer to link to The Source and introduced syndstyle to allow access to |
| 257 |
|
components used as <object> in another site. |
| 258 |
|
|
| 259 |
|
11-February-2006 Chad Auld (cauld) |
| 260 |
|
! Upgrading MOStlyCE guts to TinyMCE 2.0.2 |
| 261 |
|
# Fixing a MOStlyCE imgagemanager issue for when Mambo is installed in a subdirectory |
| 262 |
|
|
| 263 |
|
10-February-2006 Martin Brampton (counterpoint) |
| 264 |
|
+ Extended dynamic derivation of live site to embrace https and non-standard ports |
| 265 |
|
! Modified metadata handling to select only one item from either component or site data |
| 266 |
|
|
| 267 |
|
8-February-2006 Giorgio Nordo (gin) |
| 268 |
|
# Fixed problem of trash component due to the double form |
| 269 |
|
|
| 270 |
|
6-February-2006 Martin Brampton (counterpoint) |
| 271 |
|
- Removed "generator" tag from XHTML as not required and gives away Mambo sites |
| 272 |
|
! Fixed problem of SEF not handling archived material (never did) |
| 273 |
|
! Fixed problem of unauthorised access to vcards in contact component |
| 274 |
|
|
| 275 |
|
1-February-2006 Martin Brampton (counterpoint) |
| 276 |
|
! Modified admin UI to single universal plugin installer |
| 277 |
|
|
| 278 |
|
31-January-2006 Martin Brampton (counterpoint) |
| 279 |
|
+ Added parameters DB table and top level directory to house free standing |
| 280 |
|
parameter objects that can be installed with just a zipped XML file. |
| 281 |
|
! Modified content component and the content mambots so that a |
| 282 |
|
mosExtendedContent object is passed to content mambots having methods, |
| 283 |
|
not just properties. |
| 284 |
|
+ Added extra mambot events as described in the Mambots General Discussion |
| 285 |
|
|
| 286 |
|
30-January-2006 Martin Brampton (counterpoint) |
| 287 |
|
! Installer changes to provide proper error handling |
| 288 |
|
! Modified version.php to point to Foundation web site |
| 289 |
|
! Attempted fix for problem with redirect not finding filter |
| 290 |
|
! Extra mambot hooks for registration and password changes |
| 291 |
|
|
| 292 |
|
27-Jan-2006 Martin Brampton (counterpoint) |
| 293 |
|
! Installer changes to handle latest Docman release, also bug fixes |
| 294 |
|
! Fix to Mambo installation/index.php to handle version |
| 295 |
|
|
| 296 |
26-Jan-2006 Martin Brampton (counterpoint) |
26-Jan-2006 Martin Brampton (counterpoint) |
| 297 |
! Modified search component. Used to use stop words from e.g. english.ignore.php |
! Modified search component. Used to use stop words from e.g. english.ignore.php |
| 298 |
against the whole search string. Now individual stop words are removed for |
against the whole search string. Now individual stop words are removed for |
| 437 |
|
|
| 438 |
15-Dec-2005 Martin Brampton (counterpoint) |
15-Dec-2005 Martin Brampton (counterpoint) |
| 439 |
+ Added mosMenuHandler into index.php to buffer menu data from database |
+ Added mosMenuHandler into index.php to buffer menu data from database |
| 440 |
! Changed much code where simple information can be provided by mosMenuHandler |
! Changed much code where filter information can be provided by mosMenuHandler |
| 441 |
! Changed a couple of mambots - new handler provides an extra parameter, the mambot's own parms. |
! Changed a couple of mambots - new handler provides an extra parameter, the mambot's own parms. |
| 442 |
|
|
| 443 |
13-Dec-2005 Martin Brampton (counterpoint) |
13-Dec-2005 Martin Brampton (counterpoint) |
| 464 |
# Fix Parse error: parse error, unexpected '}' in php 5.1 |
# Fix Parse error: parse error, unexpected '}' in php 5.1 |
| 465 |
|
|
| 466 |
26-Dec-2005 Chad Auld (cauld) |
26-Dec-2005 Chad Auld (cauld) |
| 467 |
! Making some changes for the TinyMCE 2.0.1 update to handle the default to simple template change |
! Making some changes for the TinyMCE 2.0.1 update to handle the default to filter template change |
| 468 |
! Updating version.php for release |
! Updating version.php for release |
| 469 |
# Fixing trash so that it is empty after a fresh install with sample data |
# Fixing trash so that it is empty after a fresh install with sample data |
| 470 |
|
|
| 524 |
! Adding setting to default register globals emulation to "On" |
! Adding setting to default register globals emulation to "On" |
| 525 |
|
|
| 526 |
24-Nov-2005 Chad Auld (cauld) |
24-Nov-2005 Chad Auld (cauld) |
| 527 |
! Changed the default on the new admin simple/advanced interface to advanced |
! Changed the default on the new admin filter/advanced interface to advanced |
| 528 |
|
|
| 529 |
23-Nov-2005 Chad Auld (cauld) |
23-Nov-2005 Chad Auld (cauld) |
| 530 |
! Changed header logos. Removed references to 4.5.2. |
! Changed header logos. Removed references to 4.5.2. |