| 1 |
<?php |
<?php |
| 2 |
/** |
/** |
| 3 |
* @version $Id: CHANGELOG.php,v 1.32 2005/11/27 07:06:46 cauld Exp $ |
* @version $Id: CHANGELOG.php,v 1.4 2006/01/21 09:14:00 cauld Exp $ |
| 4 |
* @package Mambo_4.5 |
* @package Mambo_4.5 |
| 5 |
* @copyright (C) 2000 - 2004 Miro International Pty Ltd |
* @copyright (C) 2000 - 2004 Miro International Pty Ltd |
| 6 |
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 14 |
1. Changelog |
1. Changelog |
| 15 |
------------ |
------------ |
| 16 |
This is a non-exhaustive (but still near complete) changelog for |
This is a non-exhaustive (but still near complete) changelog for |
| 17 |
Mambo 4.5.x, including beta and release candidate versions. |
Mambo 4.5.x & 4.6, including beta and release candidate versions. |
| 18 |
Our thanks to all those people who've contributed bug reports and |
Our thanks to all those people who've contributed bug reports and |
| 19 |
code fixes. |
code fixes. |
| 20 |
|
|
| 26 |
- -> Removed |
- -> Removed |
| 27 |
! -> Note |
! -> Note |
| 28 |
|
|
| 29 |
|
-------------------- 4.6 Release -------------------------- |
| 30 |
|
|
| 31 |
|
20-Jan-2006 Martin Brampton (counterpoint) |
| 32 |
|
! Modified index.php to derive live site from $_SERVER |
| 33 |
|
! Improvement to sefRelToAbs handling |
| 34 |
|
- Removed sefRelToAbs from login form action attribute, no point SEF'ing forms |
| 35 |
|
|
| 36 |
|
19-Jan-2006 Martin Brampton (counterpoint) |
| 37 |
|
! Changes to make install/remove of language packages work correctly |
| 38 |
|
- Removed database.php from the Mambo root, leaving in /includes for compatibility |
| 39 |
|
! Eliminated redundant DB access from login module |
| 40 |
|
|
| 41 |
19-Jan-2006 Martin Brampton (counterpoint) |
19-Jan-2006 Martin Brampton (counterpoint) |
| 42 |
! Fixed nasty typo in database class |
! Fixed nasty typo in database class |
| 43 |
+ Put copy of database.php into /includes for backwards compatibility |
+ Put copy of database.php into /includes for backwards compatibility |