| 1 |
<?php |
<?php |
| 2 |
/** |
/** |
| 3 |
* @version $Id: CHANGELOG.php,v 1.32 2005/11/27 07:06:46 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 |
|
|
| 16 |
1. Changelog |
1. Changelog |
| 17 |
------------ |
------------ |
| 18 |
This is a non-exhaustive (but still near complete) changelog for |
This is a non-exhaustive (but still near complete) changelog for |
| 19 |
Mambo 4.5.x, including beta and release candidate versions. |
Mambo 4.5.x & 4.6, including beta and release candidate versions. |
| 20 |
Our thanks to all those people who've contributed bug reports and |
Our thanks to all those people who've contributed bug reports and |
| 21 |
code fixes. |
code fixes. |
| 22 |
|
|
| 28 |
- -> Removed |
- -> Removed |
| 29 |
! -> Note |
! -> Note |
| 30 |
|
|
| 31 |
|
-------------------- 4.6 Release -------------------------- |
| 32 |
|
02-April-2006 Neil Thompson (neilt) |
| 33 |
|
# -> Fixed pathway.php missing php tag |
| 34 |
|
|
| 35 |
|
2-April-2006 Chad Auld (cauld) |
| 36 |
|
! Committed bot_mostlyce V1.5 (major changes in the way of authentication, plugin loading, etc.) Simplified and much cleaner. |
| 37 |
|
! Committed com_mostlyce V1.4 (major admin interface changes, some options removed, and some new ones added). |
| 38 |
|
- Removed MOStlyCE imgmanager, filemanager, & preview plugins. Also removed auth_mostlyce.php. Will eventually re-implement in a cleaner and more efficient manner. |
| 39 |
|
|
| 40 |
|
1-April-2006 Martin Brampton (counterpoint) |
| 41 |
|
+ Added Mambo Containers admin side component (NOT an April Fool joke :)) |
| 42 |
|
|
| 43 |
|
31-March-2006 Neil Thompson (neilt) |
| 44 |
|
! changed admin to show advanced_mode as default |
| 45 |
|
|
| 46 |
|
30-March-2006 Neil Thompson (neilt) |
| 47 |
|
# Fixed mod_latest_content no content error |
| 48 |
|
# Fixed handlers in mod_latest_content |
| 49 |
|
# Corrected cases in mod_latest_content |
| 50 |
|
! Removed mod_latest_content fixed width limit in horizontal td case |
| 51 |
|
# Fixed bug in content.class.php getBlogSectionCount() not returning 0 count |
| 52 |
|
! Module mod_latest_content changed to default unpublished |
| 53 |
|
|
| 54 |
|
28-March-2006 Neil Thompson (neilt) |
| 55 |
|
# Fixed problem with missing legends in Content Section, Category, Content Item |
| 56 |
|
|
| 57 |
|
26-March-2006 Chad Auld (cauld) |
| 58 |
|
! Mambo's security list email address has changed, updated email address on the installation survey. |
| 59 |
|
|
| 60 |
|
22-March-2006 Martin Brampton (counterpoint) |
| 61 |
|
! Optimised admin module mod_stats to user mosMenuHandler instead of DB |
| 62 |
|
! Optimised mostlyce.php to call mainframe for template instead of DB |
| 63 |
|
# Fixed problem with combining update session with validation |
| 64 |
|
! Reorganised admin side index.php logic so that resubmitting login ignored |
| 65 |
|
# Fixed offline check issue following changes to check admin session |
| 66 |
|
! Changed mosMenuHandler getMenuType method to return counts as well as types |
| 67 |
|
|
| 68 |
|
21-March-2006 Martin Brampton (counterpoint) |
| 69 |
|
! Further optimisation in CMT classes, user authenticator |
| 70 |
|
! Merging of some methods between mosDBTable and mosDBTableEntry |
| 71 |
|
+ Introduction of getNullDate method in database |
| 72 |
|
! Revised method of discovering document root in index.php |
| 73 |
|
! Optimised handling of admin user and sessions |
| 74 |
|
- Removal of checkAdminSession from admin.php - small amounts of |
| 75 |
|
new code in mosUser, mosSession and index.php adminside processing |
| 76 |
|
! Small modifications to the editor to attempt to overcome the |
| 77 |
|
environment setup problems by including index.php |
| 78 |
|
|
| 79 |
|
20-March-2006 Chad Auld (cauld) |
| 80 |
|
+ Adding a donation icon to the new installation survey |
| 81 |
|
|
| 82 |
|
19-March-2006 Chad Auld (cauld) |
| 83 |
|
! Disabling MOStlyCE's preview plugin. Mambo has its own preview option so no since in slowing down the editor. |
| 84 |
|
+ Adding the Print plugin to MOStlyCE. It was there, but was failing to load and display. |
| 85 |
|
|
| 86 |
|
19-March-2006 Martin Brampton (counterpoint) |
| 87 |
|
! Reinstalled changes to popup code, mainly in menubar.html.php, somehow |
| 88 |
|
lost from original changes made on 5 and 11 January 2006. |
| 89 |
|
|
| 90 |
|
16-March-2006 Chad Auld (cauld) |
| 91 |
|
! Adding IE fix for the MOStlyCE contextmenu plugin. Was causing IE to fail. |
| 92 |
|
! Updating version info for 4.6 public RC1 |
| 93 |
|
|
| 94 |
|
12-March-2006 Chad Auld (cauld) |
| 95 |
|
! Changed the end user survey to handle emails a bit differently. Comments are now sent to a different location. |
| 96 |
|
|
| 97 |
|
4-March-2006 Chad Auld (cauld) |
| 98 |
|
+ Adding new end user survey functionality to the last install screen |
| 99 |
|
! Updating version info for 4.6 public Beta 1 |
| 100 |
|
|
| 101 |
|
1-March-2006 Predrag Lezaic (oziris) |
| 102 |
|
! Updated author emails and URL's in XML files. |
| 103 |
|
|
| 104 |
|
1-March-2006 Chad Auld (cauld) |
| 105 |
|
! Updated "Lost Password" error message to make it more clear that both username and email address are required. |
| 106 |
|
|
| 107 |
|
28-February-2006 Predrag Lezaic (oziris) |
| 108 |
|
! Updated calls from admin components to new help screen file names. |
| 109 |
|
|
| 110 |
|
28--February-2006 Chad Auld (cauld) |
| 111 |
|
! Changing default MOStlyCE plugin layout based on suggestions from Water & Stone |
| 112 |
|
|
| 113 |
|
28-February-2006 Predrag Lezaic (oziris) |
| 114 |
|
! Changed file names of help screen documents. |
| 115 |
|
|
| 116 |
|
28-February-2006 Adi Setiawan (adilovetini) |
| 117 |
|
! add mambo version info in the top right of administrator pages |
| 118 |
|
|
| 119 |
|
27-February-2006 Adi Setiawan (adilovetini) |
| 120 |
|
+ add latest content module |
| 121 |
|
|
| 122 |
|
26-February-2006 Predrag Lezaic (oziris) |
| 123 |
|
! Replaced remaining copyright notices in php and html files. |
| 124 |
|
|
| 125 |
|
25-February-2006 Chad Auld (cauld) |
| 126 |
|
+ adding a couple MOStlyCE plugins |
| 127 |
|
- removed a few unused MOStlyCE plugins |
| 128 |
|
# Fixed an error with the htmltemplate plugin |
| 129 |
|
# Fixed a bug in com_content that was causing the "Not Authorized" error when trying to edit content from the frontend |
| 130 |
|
|
| 131 |
|
24-February-2006 Predrag Lezaic (oziris) |
| 132 |
|
! Replaced copyright notices in xml files. |
| 133 |
|
|
| 134 |
|
24-February-2006 Martin Brampton (counterpoint) |
| 135 |
|
! Improved (un)installer error handling |
| 136 |
|
! Clarified session timeout code, distinguishing between user and admin sides |
| 137 |
|
|
| 138 |
|
21-February-2006 Chanh Ong (cong) |
| 139 |
|
# Missing closing php tags! in a couple files |
| 140 |
|
|
| 141 |
|
15-February-2006 Carlos Souza (csouza) |
| 142 |
|
! Replaced copyright notices. Thanks to Predrag Lezaic for his assistance. |
| 143 |
|
|
| 144 |
|
14-Febuary-2006 Adi Setiawan (adilovetini) |
| 145 |
|
! Temporary hide key reference in content item parameter to avoid confusing |
| 146 |
|
+ Add banner client id column in manage client banner manager |
| 147 |
|
! Update installation sample data |
| 148 |
|
! Update some variables in offline.php to work properly in 4.6 |
| 149 |
|
|
| 150 |
|
13-Febuary-2006 Martin Brampton (counterpoint) |
| 151 |
|
! Fixed installer bugs, in particular erroneous handling of character data in large submissions |
| 152 |
|
+ Developed installer to link to The Source and introduced syndstyle to allow access to |
| 153 |
|
components used as <object> in another site. |
| 154 |
|
|
| 155 |
|
11-February-2006 Chad Auld (cauld) |
| 156 |
|
! Upgrading MOStlyCE guts to TinyMCE 2.0.2 |
| 157 |
|
# Fixing a MOStlyCE imgagemanager issue for when Mambo is installed in a subdirectory |
| 158 |
|
|
| 159 |
|
10-February-2006 Martin Brampton (counterpoint) |
| 160 |
|
+ Extended dynamic derivation of live site to embrace https and non-standard ports |
| 161 |
|
! Modified metadata handling to select only one item from either component or site data |
| 162 |
|
|
| 163 |
|
8-February-2006 Giorgio Nordo (gin) |
| 164 |
|
# Fixed problem of trash component due to the double form |
| 165 |
|
|
| 166 |
|
6-February-2006 Martin Brampton (counterpoint) |
| 167 |
|
- Removed "generator" tag from XHTML as not required and gives away Mambo sites |
| 168 |
|
! Fixed problem of SEF not handling archived material (never did) |
| 169 |
|
! Fixed problem of unauthorised access to vcards in contact component |
| 170 |
|
|
| 171 |
|
1-February-2006 Martin Brampton (counterpoint) |
| 172 |
|
! Modified admin UI to single universal plugin installer |
| 173 |
|
|
| 174 |
|
31-January-2006 Martin Brampton (counterpoint) |
| 175 |
|
+ Added parameters DB table and top level directory to house free standing |
| 176 |
|
parameter objects that can be installed with just a zipped XML file. |
| 177 |
|
! Modified content component and the content mambots so that a |
| 178 |
|
mosExtendedContent object is passed to content mambots having methods, |
| 179 |
|
not just properties. |
| 180 |
|
+ Added extra mambot events as described in the Mambots General Discussion |
| 181 |
|
|
| 182 |
|
30-January-2006 Martin Brampton (counterpoint) |
| 183 |
|
! Installer changes to provide proper error handling |
| 184 |
|
! Modified version.php to point to Foundation web site |
| 185 |
|
! Attempted fix for problem with redirect not finding filter |
| 186 |
|
! Extra mambot hooks for registration and password changes |
| 187 |
|
|
| 188 |
|
27-Jan-2006 Martin Brampton (counterpoint) |
| 189 |
|
! Installer changes to handle latest Docman release, also bug fixes |
| 190 |
|
! Fix to Mambo installation/index.php to handle version |
| 191 |
|
|
| 192 |
|
26-Jan-2006 Martin Brampton (counterpoint) |
| 193 |
|
! Modified search component. Used to use stop words from e.g. english.ignore.php |
| 194 |
|
against the whole search string. Now individual stop words are removed for |
| 195 |
|
better searching |
| 196 |
|
|
| 197 |
|
26-Jan-2006 Martin Brampton (counterpoint) |
| 198 |
|
! Modified pathway logic to suppress if only the single item 'Home' |
| 199 |
|
! Various merge and other bugs fixed |
| 200 |
|
! Warnings and notices from Magpie suppressed |
| 201 |
|
|
| 202 |
|
23-Jan-2006 Martin Brampton (counterpoint) |
| 203 |
|
! Changed /installation/install2.php to take account of changed location database.php |
| 204 |
|
! Changed /installation/install4.php to use in line HTML instead of echo, to |
| 205 |
|
eliminate slightly odd parsing error. |
| 206 |
|
|
| 207 |
|
22-Jan-2006 Chad Auld (cauld) |
| 208 |
|
+ Adding MOStlyCE as the new default editor for Mambo |
| 209 |
|
! Updated the version.php file for release |
| 210 |
|
# Some merge artifacts were left in index.php causing failures, cleaned them up |
| 211 |
|
|
| 212 |
|
20-Jan-2006 Martin Brampton (counterpoint) |
| 213 |
|
! Modified index.php to derive live site from $_SERVER |
| 214 |
|
! Improvement to sefRelToAbs handling |
| 215 |
|
- Removed sefRelToAbs from login form action attribute, no point SEF'ing forms |
| 216 |
|
|
| 217 |
|
19-Jan-2006 Martin Brampton (counterpoint) |
| 218 |
|
! Changes to make install/remove of language packages work correctly |
| 219 |
|
- Removed database.php from the Mambo root, leaving in /includes for compatibility |
| 220 |
|
! Eliminated redundant DB access from login module |
| 221 |
|
|
| 222 |
|
19-Jan-2006 Martin Brampton (counterpoint) |
| 223 |
|
! Fixed nasty typo in database class |
| 224 |
|
+ Put copy of database.php into /includes for backwards compatibility |
| 225 |
|
|
| 226 |
|
19-Jan-2006 Martin Brampton (counterpoint) |
| 227 |
|
! Various bug fixes |
| 228 |
|
! Extensive tidy up of what remains of installer.class.php |
| 229 |
|
! NOTE still need to do work on file permissions issues and error handling |
| 230 |
|
|
| 231 |
|
18-Jan-2006 Martin Brampton (counterpoint) |
| 232 |
|
- Removed DOMIT!! |
| 233 |
|
! Modified Geshi mambot to parse XML without domit |
| 234 |
|
! Modified newsfeeds and frontend HTML to handle RSS without domit |
| 235 |
|
+ Added Magpie to handle RSS feeds |
| 236 |
|
! Bug fixing |
| 237 |
|
|
| 238 |
|
17-Jan-2006 Martin Brampton (counterpoint) |
| 239 |
|
! Initial implementation of new integrated installer/uninstaller (no domit) |
| 240 |
|
- Removed most code from mamboxml and what was left went into /includes/mambofunc.php |
| 241 |
|
|
| 242 |
|
16-Jan-2005 Giorgio Nordo (gin) |
| 243 |
|
+ added the writeability checks for the directories mambots/editors and mambots/editors-xtd both in the installation wizard and in the system info |
| 244 |
|
|
| 245 |
|
15-Jan-2006 Martin Brampton (counterpoint) |
| 246 |
|
+ Created mosXMLParams as subclass of mosXMLDescription (subclass of mosBasicXML) |
| 247 |
|
+ Coded mosXMLParams to parse all possible parameters in Mambo XML files |
| 248 |
|
! Removed analysis of parameter XML from mosAdminParameters (not much left) |
| 249 |
|
! Note the documentation on parameters is incomplete |
| 250 |
|
! Note that RSS code within admin.php uses domit |
| 251 |
|
|
| 252 |
|
15-Jan-2006 Martin Brampton (counterpoint) |
| 253 |
|
+ Created mosAdminParameters out of mosParameters. All XML handling removed to the new class |
| 254 |
|
+ Added method to mosParameters to get back the parsed text |
| 255 |
|
! Placed mosAdminParameters in admin.php as XML functionality not required user side |
| 256 |
|
! Amended all admin side calls that used XML functionality to use mosAdminParameters |
| 257 |
|
! Recoded parser in mosParameters to halve size and eliminate anomalies |
| 258 |
|
- Removed all calls to mosParseParams in favour of creating mosParameters object |
| 259 |
|
! Implemented modification to htaccess.txt in line with forum statements on SEF |
| 260 |
|
|
| 261 |
|
14-Jan-2006 Martin Brampton (counterpoint) |
| 262 |
|
! Tidied XML parser |
| 263 |
|
! Implemented XML parser in all cases except actual install/uninstall and mosParameters |
| 264 |
|
|
| 265 |
|
12-Jan-2006 Martin Brampton (counterpoint) |
| 266 |
|
+ Added XML parser classes to admin.php and utilised in admin side components |
| 267 |
|
! Fixed bug in detect calling wrong DB function for multiple queries |
| 268 |
|
! Moved mosParameter class into index.php for use with mambot handler |
| 269 |
|
|
| 270 |
|
11-Jan-2006 Martin Brampton (counterpoint) |
| 271 |
|
! Split out database.php again, but this time in the Mambo root |
| 272 |
|
! Modified install2.php and index.php for above change |
| 273 |
|
! Installation code should now work |
| 274 |
|
|
| 275 |
|
11-Jan-2006 Martin Brampton (counterpoint) |
| 276 |
|
! Further work to correct most popups. Media manager image upload still not working. |
| 277 |
|
+ Introduced mosModuleHandler to improve efficiency of DB access and structure |
| 278 |
|
! Further moves of code into class methods |
| 279 |
|
+ Created login mambot, made user side authentication require mambots; add other hooks |
| 280 |
|
+ Addition to english.php to provide error message when no authentication mambots |
| 281 |
|
! Installation code still not working. |
| 282 |
|
! Extensive work on SEF towards reliable 404 errors for incorrect links |
| 283 |
|
|
| 284 |
|
5-Jan-2006 Martin Brampton (counterpoint) |
| 285 |
|
- Removed globals.php |
| 286 |
|
- Removed /includes/database.php |
| 287 |
|
- Removed /administrator/includes/auth.php (residual code now in popups) |
| 288 |
|
! Modified popups to include index.php |
| 289 |
|
+ Created login authentication mambot (uses existing authenticator class) |
| 290 |
|
! Modified mambot handler to permit mambots to be classes rather than functions |
| 291 |
|
! Provide for multiple authentication mambots at login |
| 292 |
|
! The installation code will not currently work because of restructuring |
| 293 |
|
|
| 294 |
|
4-Jan-2006 Martin Brampton (counterpoint) |
| 295 |
|
! Moved function mosTreeRecurse into mosAdminMenus from admin.menus.php |
| 296 |
|
! Moved function mosGetOrderingList into mosAdminMenus.php from admin.mambots.php |
| 297 |
|
! Moved class definitions mosContent, mosSection, mosCategory into content.class.php |
| 298 |
|
! Modified class related components to include content.class.php for content class definitions. |
| 299 |
|
|
| 300 |
|
2-Jan-2006 Martin Brampton (counterpoint) |
| 301 |
|
+ Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string |
| 302 |
|
! Bug fixes |
| 303 |
|
|
| 304 |
|
31-Dec-2005 Martin Brampton (counterpoint) |
| 305 |
|
+ Introduced mosFileManager singleton class into index.php |
| 306 |
|
+ Introduced mosDirectory class into index.php |
| 307 |
|
! Further changes to reduce mambofunc.php |
| 308 |
|
|
| 309 |
|
29-Dec-2005 Martin Brampton (counterpoint) |
| 310 |
|
- Removed mosAbstractTasker, not sound OO design, not used |
| 311 |
|
- Commented out _form_mos_menu in mamboxml.php (class mosParameters) apparently not used |
| 312 |
|
! mosAdminMenus class removed from mambo.php turned into /administrator/includes/mosAdminMenus.php |
| 313 |
|
! Made mambo.php consist entirely of classes - moved functions to /includes/mambofunc.php |
| 314 |
|
! Progressively reducing functions in mambofunc.php to stubs that call class methods |
| 315 |
|
! No includes or executable code in mambo.php or mambofunc.php - mostly moved to index.php |
| 316 |
|
- Removed mosHTML::treeSelectList in mambo.php - not used |
| 317 |
|
! Moved function mosTreeRecurse from mambofunc.php to admin.menus.php - only place used |
| 318 |
|
! Removed mosObjectToArray from mambofunc.php - not used |
| 319 |
|
! Moved function mosGetOrderingList from mambofunc.php to admin.mambots.php - only place used |
| 320 |
|
! Removed HMTL classes from mambo.php - created /includes/mamboHTML.php |
| 321 |
|
! Removed most mailer code into extension of the phpmailer class, loaded when required |
| 322 |
|
|
| 323 |
|
27-Dec-2005 Martin Brampton (counterpoint) |
| 324 |
|
! Complete rewrite of SEO code with substantial new features |
| 325 |
|
! Further detailed changes to support pathway |
| 326 |
|
|
| 327 |
|
23-Dec-2005 Martin Brampton (counterpoint) |
| 328 |
|
! Numerous changes to correct errors and optimise DB accesses |
| 329 |
|
|
| 330 |
|
16-Dec-2005 Martin Brampton (counterpoint) |
| 331 |
|
! Fixed bug in submenu handling introduced by mosMenuHandler |
| 332 |
|
+ Added mosPathway class, modified contact.php as example - needs much work in content.php |
| 333 |
|
|
| 334 |
|
15-Dec-2005 Martin Brampton (counterpoint) |
| 335 |
|
+ Added mosMenuHandler into index.php to buffer menu data from database |
| 336 |
|
! Changed much code where filter information can be provided by mosMenuHandler |
| 337 |
|
! Changed a couple of mambots - new handler provides an extra parameter, the mambot's own parms. |
| 338 |
|
|
| 339 |
|
13-Dec-2005 Martin Brampton (counterpoint) |
| 340 |
|
! Extensive changes to the structure of index files, database classes and mambo.php |
| 341 |
|
! mosMambotHandler substantially modified to read all data from DB on first use |
| 342 |
|
! Near complete overhaul of all code now included in the root index.php, other index |
| 343 |
|
! files include this one so that all significant code for index files is now in one |
| 344 |
|
! place - exception is admin side index3.php which still contains some code. |
| 345 |
|
|
| 346 |
-------------------- 4.5.3 (Holiday Patch) Release -------------------------- |
-------------------- 4.5.3 (Holiday Patch) Release -------------------------- |
| 347 |
|
|
| 348 |
|
31-Dec-2005 Chad Auld (cauld) |
| 349 |
|
# Fixing PHP 5 related issues with admin.content.php |
| 350 |
|
! Updating credits file |
| 351 |
|
! Adjusting static content editor so it doesn't shift during editing with TinyMCE 2.0.1 |
| 352 |
|
|
| 353 |
|
31-Dec-2005 Carlos Souza (csouza) |
| 354 |
|
# Replaced inconsistent short open tags that caused parse errors in some php versions |
| 355 |
|
|
| 356 |
|
31-Dec-2005 Martin Brampton (counterpoint) |
| 357 |
|
! Modified one line in pathway that was using globals no longer set - changed to super globals |
| 358 |
|
|
| 359 |
|
29-Dec-2005 Chanh Ong (cong) |
| 360 |
|
# Fix Parse error: parse error, unexpected '}' in php 5.1 |
| 361 |
|
|
| 362 |
|
26-Dec-2005 Chad Auld (cauld) |
| 363 |
|
! Making some changes for the TinyMCE 2.0.1 update to handle the default to filter template change |
| 364 |
|
! Updating version.php for release |
| 365 |
|
# Fixing trash so that it is empty after a fresh install with sample data |
| 366 |
|
|
| 367 |
|
23-Dec-2005 Chad Auld (cauld) |
| 368 |
|
! Removing experimental Safari warning in TinyMCE |
| 369 |
|
! Updating version.php for holiday patch |
| 370 |
|
|
| 371 |
|
22-Dec-2005 Martin Brampton (counterpoint) |
| 372 |
|
# Altered incorrect method for error message on row in admin.section.php |
| 373 |
|
# Added default of null string to params field in mos_section. |
| 374 |
|
|
| 375 |
|
21-Dec-2005 Chad Auld (cauld) |
| 376 |
|
! Updating default templates with some minor fixes |
| 377 |
|
# Fixing some formatting errors on the sample data |
| 378 |
|
|
| 379 |
|
21-Dec-2005 Carlos Souza (csouza) |
| 380 |
|
# added session_start() calls to index.php and index2.php |
| 381 |
|
|
| 382 |
|
21-Dec-2005 Chanh Ong (cong) |
| 383 |
|
- Revert the change below due to the fix csouza made in index2.php which is better and more secure |
| 384 |
|
|
| 385 |
|
20-Dec-2005 Chanh Ong (cong) |
| 386 |
|
# Fix problem where Email icon on content not working where session lost its previous value. |
| 387 |
|
|
| 388 |
|
20-Dec-2005 Chad Auld (cauld) |
| 389 |
|
+ Adding 453 to 453h sql patch for TinyMCE 2.0.1 upgrade |
| 390 |
|
|
| 391 |
|
19-Dec-2005 Chad Auld (cauld) |
| 392 |
|
# Fixing admin content preview & upload session issue |
| 393 |
|
|
| 394 |
18-Dec-2005 Chad Auld (cauld) |
18-Dec-2005 Chad Auld (cauld) |
| 395 |
! Updated the default TinyMCE editor from 1.45 to 2.0.1 |
! Updated the default TinyMCE editor from 1.45 to 2.0.1 |
| 396 |
+ Added back in the old System Information administrator link |
+ Added back in the old System Information administrator link |
| 401 |
18-Dec-2005 Martin Brampton(counterpoint) |
18-Dec-2005 Martin Brampton(counterpoint) |
| 402 |
# Modified SQL statements having LEFT JOIN after list of joined tables |
# Modified SQL statements having LEFT JOIN after list of joined tables |
| 403 |
# Modified contact searchbot to set Itemid |
# Modified contact searchbot to set Itemid |
|
# Modified content searchbot to avoid warnings on merge of nulls to arrays |
|
|
# Modified content component to avoid warnings on merge of nulls to arrays |
|
| 404 |
|
|
| 405 |
17-Dec-2005 Martin Brampton (counterpoint) |
17-Dec-2005 Martin Brampton (counterpoint) |
| 406 |
# Modified index.php to avoid conflict with SMF over $_REQUEST['message'] |
# Modified index.php to avoid conflict with SMF over $_REQUEST['message'] |
| 410 |
# Fix bug that causes the "top" position always overlay other component |
# Fix bug that causes the "top" position always overlay other component |
| 411 |
|
|
| 412 |
-------------------- 4.5.3 Release -------------------------- |
-------------------- 4.5.3 Release -------------------------- |
|
19-Dec-2005 Carlos Souza (csouza) |
|
|
# Changed register globals emulation to default to 'On' |
|
|
|
|
|
18-Dec-2005 Martin Brampton(counterpoint) |
|
|
# Modified SQL statements having LEFT JOIN after list of joined tables |
|
|
# Modified contact searchbot to set Itemid |
|
|
|
|
|
17-Dec-2005 Martin Brampton (counterpoint) |
|
|
# Modified index.php to avoid conflict with SMF over $_REQUEST['message'] |
|
|
# Modified admin trash manager to fix failures and lack of page control |
|
|
|
|
|
16-Dec-2005 Chanh Ong (cong) |
|
|
# Fix bug that causes the "top" position always overlay other component |
|
| 413 |
|
|
| 414 |
26-Nov-2005 Chad Auld (cauld) |
26-Nov-2005 Chad Auld (cauld) |
| 415 |
! Fixed GPL text in install (made all 1 font, easier to read) |
! Fixed GPL text in install (made all 1 font, easier to read) |
| 420 |
! Adding setting to default register globals emulation to "On" |
! Adding setting to default register globals emulation to "On" |
| 421 |
|
|
| 422 |
24-Nov-2005 Chad Auld (cauld) |
24-Nov-2005 Chad Auld (cauld) |
| 423 |
! Changed the default on the new admin simple/advanced interface to advanced |
! Changed the default on the new admin filter/advanced interface to advanced |
| 424 |
|
|
| 425 |
23-Nov-2005 Chad Auld (cauld) |
23-Nov-2005 Chad Auld (cauld) |
| 426 |
! Changed header logos. Removed references to 4.5.2. |
! Changed header logos. Removed references to 4.5.2. |
| 1062 |
--------------------------- |
--------------------------- |
| 1063 |
This application is opensource software released under the GPL. Please |
This application is opensource software released under the GPL. Please |
| 1064 |
see source code and the LICENSE file |
see source code and the LICENSE file |
| 1065 |
|
|