| 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 |
|
25-February-2006 Chad Auld (cauld) |
| 34 |
|
+ adding a couple MOStlyCE plugins |
| 35 |
|
- removed a few unused MOStlyCE plugins |
| 36 |
|
# Fixed an error with the htmltemplate plugin |
| 37 |
|
# Fixed a bug in com_content that was causing the "Not Authorized" error when trying to edit content from the frontend |
| 38 |
|
|
| 39 |
|
24-February-2006 Predrag Lezaic (oziris) |
| 40 |
|
! Replaced copyright notices in xml files. |
| 41 |
|
|
| 42 |
|
24-February-2006 Martin Brampton (counterpoint) |
| 43 |
|
! Improved (un)installer error handling |
| 44 |
|
! Clarified session timeout code, distinguishing between user and admin sides |
| 45 |
|
|
| 46 |
|
21-February-2006 Chanh Ong (cong) |
| 47 |
|
# Missing closing php tags! in a couple files |
| 48 |
|
|
| 49 |
|
15-February-2006 Carlos Souza (csouza) |
| 50 |
|
! Replaced copyright notices. Thanks to Predrag Lezaic for his assistance. |
| 51 |
|
|
| 52 |
|
14-Febuary-2006 Adi Setiawan (adilovetini) |
| 53 |
|
! Temporary hide key reference in content item parameter to avoid confusing |
| 54 |
|
+ Add banner client id column in manage client banner manager |
| 55 |
|
! Update installation sample data |
| 56 |
|
! Update some variables in offline.php to work properly in 4.6 |
| 57 |
|
|
| 58 |
|
13-Febuary-2006 Martin Brampton (counterpoint) |
| 59 |
|
! Fixed installer bugs, in particular erroneous handling of character data in large submissions |
| 60 |
|
+ Developed installer to link to The Source and introduced syndstyle to allow access to |
| 61 |
|
components used as <object> in another site. |
| 62 |
|
|
| 63 |
|
11-February-2006 Chad Auld (cauld) |
| 64 |
|
! Upgrading MOStlyCE guts to TinyMCE 2.0.2 |
| 65 |
|
# Fixing a MOStlyCE imgagemanager issue for when Mambo is installed in a subdirectory |
| 66 |
|
|
| 67 |
|
10-February-2006 Martin Brampton (counterpoint) |
| 68 |
|
+ Extended dynamic derivation of live site to embrace https and non-standard ports |
| 69 |
|
! Modified metadata handling to select only one item from either component or site data |
| 70 |
|
|
| 71 |
|
8-February-2006 Giorgio Nordo (gin) |
| 72 |
|
# Fixed problem of trash component due to the double form |
| 73 |
|
|
| 74 |
|
6-February-2006 Martin Brampton (counterpoint) |
| 75 |
|
- Removed "generator" tag from XHTML as not required and gives away Mambo sites |
| 76 |
|
! Fixed problem of SEF not handling archived material (never did) |
| 77 |
|
! Fixed problem of unauthorised access to vcards in contact component |
| 78 |
|
|
| 79 |
|
1-February-2006 Martin Brampton (counterpoint) |
| 80 |
|
! Modified admin UI to single universal plugin installer |
| 81 |
|
|
| 82 |
|
31-January-2006 Martin Brampton (counterpoint) |
| 83 |
|
+ Added parameters DB table and top level directory to house free standing |
| 84 |
|
parameter objects that can be installed with just a zipped XML file. |
| 85 |
|
! Modified content component and the content mambots so that a |
| 86 |
|
mosExtendedContent object is passed to content mambots having methods, |
| 87 |
|
not just properties. |
| 88 |
|
+ Added extra mambot events as described in the Mambots General Discussion |
| 89 |
|
|
| 90 |
|
30-January-2006 Martin Brampton (counterpoint) |
| 91 |
|
! Installer changes to provide proper error handling |
| 92 |
|
! Modified version.php to point to Foundation web site |
| 93 |
|
! Attempted fix for problem with redirect not finding filter |
| 94 |
|
! Extra mambot hooks for registration and password changes |
| 95 |
|
|
| 96 |
|
27-Jan-2006 Martin Brampton (counterpoint) |
| 97 |
|
! Installer changes to handle latest Docman release, also bug fixes |
| 98 |
|
! Fix to Mambo installation/index.php to handle version |
| 99 |
|
|
| 100 |
26-Jan-2006 Martin Brampton (counterpoint) |
26-Jan-2006 Martin Brampton (counterpoint) |
| 101 |
! 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 |
| 102 |
against the whole search string. Now individual stop words are removed for |
against the whole search string. Now individual stop words are removed for |
| 241 |
|
|
| 242 |
15-Dec-2005 Martin Brampton (counterpoint) |
15-Dec-2005 Martin Brampton (counterpoint) |
| 243 |
+ Added mosMenuHandler into index.php to buffer menu data from database |
+ Added mosMenuHandler into index.php to buffer menu data from database |
| 244 |
! Changed much code where simple information can be provided by mosMenuHandler |
! Changed much code where filter information can be provided by mosMenuHandler |
| 245 |
! 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. |
| 246 |
|
|
| 247 |
13-Dec-2005 Martin Brampton (counterpoint) |
13-Dec-2005 Martin Brampton (counterpoint) |
| 268 |
# Fix Parse error: parse error, unexpected '}' in php 5.1 |
# Fix Parse error: parse error, unexpected '}' in php 5.1 |
| 269 |
|
|
| 270 |
26-Dec-2005 Chad Auld (cauld) |
26-Dec-2005 Chad Auld (cauld) |
| 271 |
! 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 |
| 272 |
! Updating version.php for release |
! Updating version.php for release |
| 273 |
# 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 |
| 274 |
|
|
| 328 |
! Adding setting to default register globals emulation to "On" |
! Adding setting to default register globals emulation to "On" |
| 329 |
|
|
| 330 |
24-Nov-2005 Chad Auld (cauld) |
24-Nov-2005 Chad Auld (cauld) |
| 331 |
! Changed the default on the new admin simple/advanced interface to advanced |
! Changed the default on the new admin filter/advanced interface to advanced |
| 332 |
|
|
| 333 |
23-Nov-2005 Chad Auld (cauld) |
23-Nov-2005 Chad Auld (cauld) |
| 334 |
! Changed header logos. Removed references to 4.5.2. |
! Changed header logos. Removed references to 4.5.2. |