Annotation of /mambo/branches/4.5.3h/CHANGELOG.php
Parent Directory
|
Revision Log
Revision 1 -
(view)
(download)
Original Path: mambo/trunk/CHANGELOG.php
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: CHANGELOG.php,v 1.32 2005/11/27 07:06:46 cauld Exp $ | ||
| 4 : | * @package Mambo_4.5 | ||
| 5 : | * @copyright (C) 2000 - 2004 Miro International Pty Ltd | ||
| 6 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 7 : | * Mambo is Free Software | ||
| 8 : | */ | ||
| 9 : | |||
| 10 : | // no direct access | ||
| 11 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 12 : | ?> | ||
| 13 : | |||
| 14 : | 1. Changelog | ||
| 15 : | ------------ | ||
| 16 : | This is a non-exhaustive (but still near complete) changelog for | ||
| 17 : | Mambo 4.5.x, including beta and release candidate versions. | ||
| 18 : | Our thanks to all those people who've contributed bug reports and | ||
| 19 : | code fixes. | ||
| 20 : | |||
| 21 : | Legend: | ||
| 22 : | |||
| 23 : | # -> Bug Fix | ||
| 24 : | + -> Addition | ||
| 25 : | ! -> Change | ||
| 26 : | - -> Removed | ||
| 27 : | ! -> Note | ||
| 28 : | |||
| 29 : | -------------------- 4.5.3 Release -------------------------- | ||
| 30 : | |||
| 31 : | 26-Nov-2005 Chad Auld (cauld) | ||
| 32 : | ! Fixed GPL text in install (made all 1 font, easier to read) | ||
| 33 : | - Removed old templates | ||
| 34 : | + Added new Mambo default template | ||
| 35 : | ! Changed more sample data | ||
| 36 : | ! Updated the default setup to fit new template | ||
| 37 : | ! Adding setting to default register globals emulation to "On" | ||
| 38 : | |||
| 39 : | 24-Nov-2005 Chad Auld (cauld) | ||
| 40 : | ! Changed the default on the new admin simple/advanced interface to advanced | ||
| 41 : | |||
| 42 : | 23-Nov-2005 Chad Auld (cauld) | ||
| 43 : | ! Changed header logos. Removed references to 4.5.2. | ||
| 44 : | ! Updated most of the sample install data | ||
| 45 : | ! Update some of the default installation settings | ||
| 46 : | ! Changed out the included sample banners, install header banner, and admin header banners | ||
| 47 : | - Removed old sample images no longer in use | ||
| 48 : | |||
| 49 : | 23-Nov-2005 Carlos Souza (csouza) | ||
| 50 : | ! Replaced globals.php and sef.php to address the globals emulation overwrite vulnerability | ||
| 51 : | + Added option in com_config to toggle register_globals emulation | ||
| 52 : | |||
| 53 : | 16-Nov-2005 Carlos Souza (csouza) | ||
| 54 : | + Added fix in index*.php to address the Globals overwrite problem in versions < 4.4.1 | ||
| 55 : | |||
| 56 : | 14-Nov-2005 Ilias Antonopoulos (eliasan) | ||
| 57 : | # Added Vcard option on Contact Items Parameters | ||
| 58 : | /administrator/components/com_contact/contact_items.xml | ||
| 59 : | # Fixed. Link type, menu items don't show up on Pages/Items List. | ||
| 60 : | /includes/mambo.php | ||
| 61 : | # Fixed. Empty Categories don't show up, although 'Show Empty Categories' is selected on a Table-Content Section menu Item | ||
| 62 : | /components/com_content/content.php | ||
| 63 : | ! 'List - Content Section' corrected to 'Table - Content Section' | ||
| 64 : | /administrator/components/com_menus/content_section/content_section.menu.html.php | ||
| 65 : | |||
| 66 : | 13-Nov-2005 Chad Auld (cauld) | ||
| 67 : | ! Updated install screens to display 453 and release dates. | ||
| 68 : | ! Changed the newsflash articles included with the sample data. | ||
| 69 : | # [#8199] Database queries in gacl_api.class | ||
| 70 : | # [#7713] mosMail fix bcc bug + add missing ReplyTo fields | ||
| 71 : | |||
| 72 : | 12-Nov-2005 Giorgio Nordo (gin) | ||
| 73 : | # [#7590] fixed the bug of the related items module (the module showed also expired content items) | ||
| 74 : | |||
| 75 : | 11-Nov-2005 Chad Auld (cauld) | ||
| 76 : | + [#8364] OSI Certification: Added README file. Added OSI logo to install screens. | ||
| 77 : | |||
| 78 : | 08-Nov-2005 Ilias Antonopoulos (eliasan) | ||
| 79 : | # [#8338] Help Mechanishm Unreliable: Changed all key references. Added new. Modified the code to display the right help screens. Expanded code to display the right help screen when adding a new menu item. | ||
| 80 : | For testing, set your help server to point at: http://www.mambobook.gr/draftdoc | ||
| 81 : | New Help screen will be uploaded to http://help.mamboserver.com | ||
| 82 : | |||
| 83 : | 27-Oct-2005 Shaoying Sun (lang3) | ||
| 84 : | # [#7447] Image path input from backend results in broken links on frontend | ||
| 85 : | |||
| 86 : | 26-Oct-2005 Carlos Souza (csouza) | ||
| 87 : | ! Hardened 'Email To Friend' form in com_content | ||
| 88 : | |||
| 89 : | 22-Oct-2005 Shaoying Sun (lang3) | ||
| 90 : | ! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in content, frontpage, typedcontent show in backend | ||
| 91 : | ! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in message send in frontend | ||
| 92 : | |||
| 93 : | 20-Oct-2005 Chad Auld (cauld) | ||
| 94 : | ! Fixed SQL injection hole in content submission | ||
| 95 : | |||
| 96 : | 20-Oct-2005 Cameron Fraser | ||
| 97 : | + Added Simple / Advanced functionality to Add / Edit (Content/Section/Category) pages | ||
| 98 : | admin.admin.html.php | ||
| 99 : | admin.content.html.php | ||
| 100 : | admin.sections.html.php | ||
| 101 : | admin.categories.html.php | ||
| 102 : | admin.typedcontent.html.php | ||
| 103 : | index2.php | ||
| 104 : | |||
| 105 : | 19-Oct-2005 Chad Auld (cauld) | ||
| 106 : | # [#8260] Search highlighting fails when a "?" is entered | ||
| 107 : | |||
| 108 : | 16-Oct-2005 Chad Auld (cauld) | ||
| 109 : | # [#7601] MySQL password textbox is shown as a plain text box | ||
| 110 : | # [#7410] Mambo gzip fails when gzip compression is already enabled in php.ini | ||
| 111 : | # [#7746] Missing space in mosimage IMG tags | ||
| 112 : | # [#8157] Use of $mosConfig_abolute_path instead of $mosConfig_absolute_path | ||
| 113 : | # [#7714] User Registration allows dots and other chars besides A-Z 0-9 | ||
| 114 : | |||
| 115 : | 08-Aug-2005 Andrew Eddie | ||
| 116 : | ^ Encased text files in PHP wrapper to help obsfucate version info | ||
| 117 : | # Changed admin session name to hash of live_site to allow you to log into more than one mambo on the same host | ||
| 118 : | # Fixed hardcoded (c) character in web installer files | ||
| 119 : | # Fixed slow query in admin User Manager list screen | ||
| 120 : | # Fixed bug in poll stats calculation | ||
| 121 : | # Fixed SQL injection bugs in user activation (thanks Enno Klasing) | ||
| 122 : | # Updated bug fixes in phpMailer class | ||
| 123 : | # Fixed login bug for nested Mambo sites on the same domain | ||
| 124 : | |||
| 125 : | 02-Aug-2005 Alex Kempkens | ||
| 126 : | # [#6775] Display of static content without Itemid | ||
| 127 : | # [#6330] Corrected default value of field | ||
| 128 : | |||
| 129 : | -------------------- 4.5.2.3 Patch Released ---------------------- | ||
| 130 : | |||
| 131 : | 15-Jun-2005 Andrew Eddie | ||
| 132 : | # Fixed sql injection vulnerability in voting form | ||
| 133 : | # Fixed over-sensitive filtering of content intro and full text fields | ||
| 134 : | ^ Updates database::setQuery code to more efficient version | ||
| 135 : | |||
| 136 : | -------------------- 4.5.2.2 Patch Released ---------------------- | ||
| 137 : | |||
| 138 : | 04-May-2005 Andrew Eddie | ||
| 139 : | # Fixed vulnerability with bind method in mosDBTable class | ||
| 140 : | # Fixed session id spoofing via administrator/index3.php | ||
| 141 : | # Fixed bug in mosAbstractTasker redirect method | ||
| 142 : | # Prevented attacks via injection of POST variables through GET | ||
| 143 : | # Fix injection bugs in various class 'check' methods | ||
| 144 : | + Added input filter class (replacement for built-in strip tags) | ||
| 145 : | - Removed vulnerable file in DOMIT library | ||
| 146 : | |||
| 147 : | 4-Mar-2005 Rey Gigataras | ||
| 148 : | # Fixed [#4642] Can't login to ADMINISTATION | ||
| 149 : | # Fixed [#4768] emailCloaking() doesn't completely combine parts of mail address | ||
| 150 : | # Fixed [#4972] Truncated email address in Contacts | ||
| 151 : | # Fixed [#4607] admin.typedcontent.php missing $lists['_caption_align'] initialisation code | ||
| 152 : | # Fixed [#4610] MOSimage doesn't work in static content manager | ||
| 153 : | # Fixed [#4586] `List Length` is ignored | ||
| 154 : | |||
| 155 : | -------------------- 4.5.2.1 Patch Released ---------------------- | ||
| 156 : | 19-Feb-2005 Andrew Eddie | ||
| 157 : | # Fixed security vulnerability in Tar.php | ||
| 158 : | |||
| 159 : | 18-Feb-2005 Andy Miller | ||
| 160 : | # Fixed com_content to use <div> for componentheading | ||
| 161 : | ! Changed implementation of new -3 module style for more robust solution | ||
| 162 : | |||
| 163 : | -------------------- 4.5.2 Stable Released ---------------------- | ||
| 164 : | |||
| 165 : | 16-Feb-2005 Emir Sakic | ||
| 166 : | # Fixed JS Bug with save order button not refreshing the page in IE | ||
| 167 : | + Added support for language variable in content URL | ||
| 168 : | |||
| 169 : | 16-Feb-2005 Andy Miller | ||
| 170 : | + Added css elements for image/caption in sf2 | ||
| 171 : | ! Removed hardcoded default padding/margin in mosimage mambot | ||
| 172 : | |||
| 173 : | 16-Feb-2005 Alex Kempkens | ||
| 174 : | # Fixed handling of header and search phrases in search component | ||
| 175 : | |||
| 176 : | 16-Feb-2005 Rey Gigataras | ||
| 177 : | ! `Cancel` button replaced with `Close` button when editing existing items | ||
| 178 : | ! Moved `Mass Mail` to `Component` Sub-menu | ||
| 179 : | # Fixed [#4517] Menu order incorrect | ||
| 180 : | # Fixed [#4466] Administrator may delete other administrator | ||
| 181 : | # Fixed [#4468] Administrator may change the level they belong to | ||
| 182 : | # Fixed [#4536] Logout Link wrong in User Menu | ||
| 183 : | # Fixed [#4467] Back-end Group may create 'Public Front-end' or 'Public Back-end' user | ||
| 184 : | # Fixed 'Other Categories' param problem in 'Newsfeeds` and `Contacts` components | ||
| 185 : | # Fixed [#4482] Error in WebLink Parameters | ||
| 186 : | # Fixed [#4532] Display problem in Table - Content Category | ||
| 187 : | # Fixed [#4533] Display problem in Table - Content Section | ||
| 188 : | # Fixed missing published button in `Newsfeed` Component edit page | ||
| 189 : | # Fixed [#4500] No Caption in Static Content | ||
| 190 : | |||
| 191 : | 16-Feb-2005 Peter Koch | ||
| 192 : | # Fixed [#4090] navigation between archived articles is not possible | ||
| 193 : | # Fixed error in 'make unwriteable' when editing language and template files | ||
| 194 : | # Fixed category redirection error after calling from content item manager | ||
| 195 : | ! Updated cpanel icons and modules for hiding mainmenu when calling edit pages | ||
| 196 : | ! Updated typed/static content for hiding mainmenu when calling edit pages | ||
| 197 : | ! Spread menubar icons for improved usability | ||
| 198 : | ! Updated installation step 1 hints and warnings | ||
| 199 : | |||
| 200 : | 16-Feb-2005 Andrew Eddie | ||
| 201 : | + Added new site module stype to allow for rounded corner styling techniques | ||
| 202 : | # Fixed bug in database error reporting when in debug mode | ||
| 203 : | # Fixed bug showing Not Auth message when linking via Key reference | ||
| 204 : | # Fixed help links to support and removed useless index link | ||
| 205 : | # Fixed [#4483] 4.5.2 Pre1: Powerd by Logo still shows 4.5.1 | ||
| 206 : | # Fixed [#4496] Pre-1 Section Creation: No menu link creation possible | ||
| 207 : | + Added [#4502] Pre-1: User "Select Log Status" lacks "logged out" option | ||
| 208 : | # Fixed [#4480] 4.5.2 CVS missing language string in contacts (Download as Vcard) | ||
| 209 : | |||
| 210 : | 15-Feb-2005 Rey Gigataras | ||
| 211 : | # Fixed bug `Search Category` mambot | ||
| 212 : | |||
| 213 : | 15-Feb-2005 Peter Koch | ||
| 214 : | # Fixed creation of menuitems for weblink, newsfeed and contact categories | ||
| 215 : | # Fixed content menu should recognize empty sections and categories | ||
| 216 : | ! Hide main menu whenever an item is edited to reduce risk of lost checkouts. | ||
| 217 : | ! Improved backend messaging | ||
| 218 : | |||
| 219 : | 15-Feb-2005 Andrew Eddie | ||
| 220 : | # Fixed spurious installer error msg when xml file is included in package file list | ||
| 221 : | + Added experimental task routing class | ||
| 222 : | + Added mainframe function to add custom html to the head tag of a template | ||
| 223 : | |||
| 224 : | 14-Feb-2005 Emir Sakic | ||
| 225 : | # Fixed [#4207] Bug in Blog-Content Category Archives | ||
| 226 : | |||
| 227 : | 14-Feb-2005 Peter Koch | ||
| 228 : | # Fixed [#4472] 4.5.2 CVS Menu Manager [menu] Overlib oddities | ||
| 229 : | # Fixed sample installation inconsistents | ||
| 230 : | # Fixed phrasing for all menuitem names | ||
| 231 : | # Fixed wrong category mgr if no weblink or newsfeed cat. exists | ||
| 232 : | |||
| 233 : | 14-Feb-2005 Alex Kempkins | ||
| 234 : | # Fixed problem with RSS feeds & live feed | ||
| 235 : | # Removed config_ml_support from configuration dialogs | ||
| 236 : | |||
| 237 : | 14-Feb-2005 Andrew Eddie | ||
| 238 : | # Fixed [#4305,3971] User with Manager or Administrator Access pb | ||
| 239 : | ! Converted help files to html, help index can point to help site | ||
| 240 : | |||
| 241 : | 13-Feb-2005 Rey Gigataras | ||
| 242 : | # Fixed [#3840] Some curious things in the Groupmanagement | ||
| 243 : | # Fixed [#4272] Configuration: no 'back'; link to control panel | ||
| 244 : | ! Added logged filter to `User Manager` | ||
| 245 : | + mod_logged Admin module | ||
| 246 : | |||
| 247 : | 12-Feb-2005 Rey Gigataras | ||
| 248 : | # Fixed [#4319] 4.5.2 CVS mod_rssfeed malfunction | ||
| 249 : | |||
| 250 : | 12-Feb-2005 Peter Koch | ||
| 251 : | # Fixed [#4345] stripslashes on array in includes/mambo.php:mosBindArrayToObject() | ||
| 252 : | + Added optional parameters for $cc, $bcc, $attachment to mosMail() | ||
| 253 : | + Made path to sendmail configurable ($mosConfig_sendmail) | ||
| 254 : | |||
| 255 : | 11-Feb-2005 Andy Miller | ||
| 256 : | # Fixed Long SEF URLs showing up in search results | ||
| 257 : | + Added a function to show area of text in search results based on keyword | ||
| 258 : | # Fixed rotate image module to include trailing <br /> for IE compatibility | ||
| 259 : | # Fixed search highlighting to display properly | ||
| 260 : | |||
| 261 : | 11-Feb-2005 Peter Koch | ||
| 262 : | # Fixed [#4321] 4.5.2 CVS mod_sections module displays empty sections | ||
| 263 : | # Fixed [#3072] Update DB from 4.5.0 to 4.5.1 | ||
| 264 : | |||
| 265 : | 11-Feb-2005 Rey Gigataras | ||
| 266 : | # Fixed Live Bookmarks handling | ||
| 267 : | + Additional parameters for TinyMCE | ||
| 268 : | ! Added group filtering for User Manager | ||
| 269 : | ! Added `User Manager` & `Media Manager` to Admin Panel Quickicons | ||
| 270 : | ! Restrutured Admin `Content` Sub-Menu | ||
| 271 : | |||
| 272 : | 10-Feb-2005 Peter Koch | ||
| 273 : | # Fixed [#4251] (Again) Issues with other categories display | ||
| 274 : | # Fixed [#4361] script tag in submit news bloqs admin backend | ||
| 275 : | |||
| 276 : | 10-Feb-2005 Alex Kempkens | ||
| 277 : | ! Removed multi lingual calls from index and searchbot scripts | ||
| 278 : | |||
| 279 : | 10-Feb-2005 Andrew Eddie | ||
| 280 : | # Fixed bug in module display for free text and style=-1 | ||
| 281 : | # fixed bug in mambot uninstaller | ||
| 282 : | |||
| 283 : | 09-Feb-2005 Peter Koch | ||
| 284 : | # Fixed [#4396] 4.5.2 CVS Order column in lists? Editing can't be saved. | ||
| 285 : | # Fixed [#4251] 4.5.2 CVS Menu Manager/Menu Items Editing window typos and bugs | ||
| 286 : | |||
| 287 : | 08-Feb-2005 Peter Koch | ||
| 288 : | # Fixed [#4404] 4.5.2 CVS mod_templatechooser Typo | ||
| 289 : | # Fixed [#4405] 4.5.2 CVS mod_whosonline oddity | ||
| 290 : | # Fixed [#4400] problem with copying menu in admin panel | ||
| 291 : | |||
| 292 : | 07-Feb-2005 Peter Koch | ||
| 293 : | # Fixed [#4105] Fixes to new item counters, category display, etc. | ||
| 294 : | # Fixed [#4359] 4.5.2 CVS new Menu Manager display bug after 05/02/cvs update | ||
| 295 : | |||
| 296 : | 07-Feb-2005 Alex Kempkens | ||
| 297 : | # Fixed small variable notices | ||
| 298 : | ! Added configuration value for ml support | ||
| 299 : | # Fixed small issues about content categories & notice warnings for news-flash module | ||
| 300 : | |||
| 301 : | 06-Feb-2005 | ||
| 302 : | # Fixed bug that in usermenu logout link that prevents access to com_login | ||
| 303 : | |||
| 304 : | 05-Feb-2005 Alex Kempkens | ||
| 305 : | + Added small corrections in the select handling for multi lingual contents | ||
| 306 : | + Integrated basic check for multi lingual component, same technique like | ||
| 307 : | SEF | ||
| 308 : | ! Added the use of css 'sectiontableentry1/2' in the content item table of | ||
| 309 : | the category list | ||
| 310 : | |||
| 311 : | 05-Feb-2005 Emir Sakic | ||
| 312 : | # Fixed JS error in TinyMCE advanced editor | ||
| 313 : | # Fixed SEF bug | ||
| 314 : | # Fixed TOC SEF bug | ||
| 315 : | # Fixed cosmetic admin menu bug | ||
| 316 : | ! Removed IFRAME borders on admin help page | ||
| 317 : | # Fixed [#4267] Module Manager list default bug | ||
| 318 : | ! Added icon for save order admin listing | ||
| 319 : | |||
| 320 : | 05-Feb-2005 Andrew Eddie | ||
| 321 : | + Added Quote method to database class | ||
| 322 : | + Added php 4.1.2 compat functions | ||
| 323 : | |||
| 324 : | 03-Feb-2005 Andrew Eddie | ||
| 325 : | + Add Walter Zorn tooltip library | ||
| 326 : | |||
| 327 : | 02-Feb-2005 Andrew Eddie | ||
| 328 : | ! Fixed x-site injection vulnerability related to PHP bug | ||
| 329 : | |||
| 330 : | 30-Jan-2005 Andy Stewart | ||
| 331 : | # Fixed [#4520] Changed singular "Module" into plural "Module(s)" when deleting a menu. | ||
| 332 : | # Fixed [#4220] Static content linking to content item in menu manager. | ||
| 333 : | |||
| 334 : | 29-Jan-2005 Alex Kempkens | ||
| 335 : | # Fixed live feed handling of RRS and integrated possibility to name | ||
| 336 : | the feed file | ||
| 337 : | |||
| 338 : | 27-Jan-2005 Andy Stewart | ||
| 339 : | # Fixed [#2938] Added strtolower to filename when chmod after upload | ||
| 340 : | |||
| 341 : | 27-Jan-2005 Andrew Eddie | ||
| 342 : | + Added folder offset to <files> tag in installer | ||
| 343 : | |||
| 344 : | 26-Jan-2005 Peter Koch | ||
| 345 : | ! Change content editors width to 100% | ||
| 346 : | |||
| 347 : | 25-Jan-2005 Peter Koch | ||
| 348 : | # Fixed weblinks not working with SEF enabled | ||
| 349 : | # Fixed [#3851] Alternative gzip page compression doesn't work (for example in Opera) | ||
| 350 : | # Fixed non-standard HTML in user manager | ||
| 351 : | |||
| 352 : | 24-Jan-2005 Andy Stewart | ||
| 353 : | # Fixed [3565] updated publish_array to point to correct key | ||
| 354 : | # Fixed [3824] Closed, resolved by [3289] fix | ||
| 355 : | # Fixed [3473] Closed, resolved by [3289] fix | ||
| 356 : | # Fixed [3752] Not a bug, user not understood ini_get function | ||
| 357 : | |||
| 358 : | 24-Jan-2005 Peter Koch | ||
| 359 : | # Fixed misspelling cateogry/category in english.php | ||
| 360 : | # Fixed non-standard HTML in admin control panel | ||
| 361 : | |||
| 362 : | 23-Jan-2005 Levis Bisson | ||
| 363 : | + Added the global configuration -> Show UnAuthorized Links condition | ||
| 364 : | to the mod_latestnews.php, mod_mostread.php and mod_newsflash.php | ||
| 365 : | |||
| 366 : | 23-Jan-2005 Peter Koch | ||
| 367 : | + Added write protection handling to template html and css editors. | ||
| 368 : | + Added write protection handling to language file editor. | ||
| 369 : | # Fixed [#3289] Media Manager not working with globals off | ||
| 370 : | # Fixed [#3352] Global configuration and Logout Fail | ||
| 371 : | |||
| 372 : | 22-Jan-2005 Rey Gigataras | ||
| 373 : | # Fixed missing Back Button option for Search component page | ||
| 374 : | # Fixed 'no results' found when first entering Search component - without engaging a search | ||
| 375 : | # Fixed pathway html entity problem | ||
| 376 : | |||
| 377 : | 21-Jan-2005 Peter Koch | ||
| 378 : | + Added checkboxes in site global configuration to make configuration.php | ||
| 379 : | unwritable after saving, or to override write protection while saving | ||
| 380 : | respectively. | ||
| 381 : | + Added function mosIsChmodable($file) to administrator/includes/admin.php. | ||
| 382 : | Returns TRUE if mambo can chmod the file. Used for overwrite/add write | ||
| 383 : | protection functions in administration editors. | ||
| 384 : | |||
| 385 : | 19-Jan-2005 Rey Gigataras | ||
| 386 : | + Added Vcard capability to Contact Component | ||
| 387 : | |||
| 388 : | 18-Jan-2005 Peter Koch | ||
| 389 : | # General fix for chmod issues [#3842] [#3727] [#3275]: | ||
| 390 : | + Added configurable file and directory permissions (chmod) to installation steps. | ||
| 391 : | + Added configurable file & directory permissions (chmod) to global configuration | ||
| 392 : | + Added function mosChmodRecursive($path, $filemode=NULL, $dirmode=NULL) to mambo.php. | ||
| 393 : | + Added function mosChmod($path) to mambo.php. | ||
| 394 : | ! 3rd party addons may adopt the permission flags while still keeping backward compatibility. | ||
| 395 : | ! Updated com_installer to use the new chmod options above | ||
| 396 : | ! Updated com_media to use the new chmod options above | ||
| 397 : | # Fixed $mosConfig_absolute_path having double slashes after installing on windows | ||
| 398 : | # Fixed several minor html errors in installer and com_config | ||
| 399 : | |||
| 400 : | 18-Jan-2005 Rey Gigataras | ||
| 401 : | ! Added Date column to Content Managers | ||
| 402 : | |||
| 403 : | 17-Jan-2005 Rey Gigataras | ||
| 404 : | + Added Caption support to {mosimage} | ||
| 405 : | # Fixed Category param in Blog Category | ||
| 406 : | # Fixed inability to hide Categories in Category view of 'List - Content Section' | ||
| 407 : | |||
| 408 : | 16-Jan-2005 Rey Gigataras | ||
| 409 : | ! Separated Menu Item Types into groups | ||
| 410 : | |||
| 411 : | 15-Jan-2005 Rey Gigataras | ||
| 412 : | ! Added param for `title` & `heading` attribs of 'mospagebreak' to be added to <site> tag | ||
| 413 : | ! Added `heading` attribute to 'mospagebreak' to control title of first item in TOC | ||
| 414 : | ! Add Search button params for `Search Module` | ||
| 415 : | ! Add forget password and register new user for Login Component page | ||
| 416 : | |||
| 417 : | 14-Jan-2005 Rey Gigataras | ||
| 418 : | + Added new Ordering ability for Admin list/table views | ||
| 419 : | ! Template Manager preview template thumbnail, on by default | ||
| 420 : | ! Improved New Menu Item creation page - added tooltips from XML file | ||
| 421 : | ! Improved MOSTooltip function | ||
| 422 : | |||
| 423 : | 13-Jan-2005 Rey Gigataras | ||
| 424 : | + Added Reset Clicks button to Banner manager | ||
| 425 : | ! Added Author column and Author filter to Content Item and Static Content Manager | ||
| 426 : | |||
| 427 : | 12-Jan-2005 Rey Gigataras | ||
| 428 : | + Added `Load Module Position` mambot | ||
| 429 : | |||
| 430 : | 11-Jan-2005 Rey Gigataras | ||
| 431 : | + Added `Wrapper` module | ||
| 432 : | + Added option to send HTML emails in `Massmail` component | ||
| 433 : | # Fixed Wrapper Component XHTML validation issue | ||
| 434 : | # Fixed [#4051] Can search sections and categories even if they have not been published | ||
| 435 : | |||
| 436 : | 10-Jan-2005 Rey Gigataras | ||
| 437 : | ! 'Latest News' module can now show Static Content - configurable via new `Module Mode` param | ||
| 438 : | ! 'Most Read' module can now show Static Content - configurable via new `Module Mode` param | ||
| 439 : | |||
| 440 : | 09-Jan-2005 Rey Gigataras | ||
| 441 : | + Site `Favourite Icon` now configurable via Global Configuration | ||
| 442 : | + Added Syndication support for Firefox `Live Bookmarks` | ||
| 443 : | + Added 'Apply' action to Menu Items | ||
| 444 : | + Added 'Apply' action to Content Item, Static Content, Section, Category & Global Config | ||
| 445 : | + Added 'Apply' button ( saves item but does not exit `edit` mode ) | ||
| 446 : | ! Reordered `Page Title` to have sitename appear before page name | ||
| 447 : | # Fixed unnecessary extra commas in Meta Tags | ||
| 448 : | |||
| 449 : | 07-Jan-2005 Rey Gigataras | ||
| 450 : | ! Added action message to 'Copy' module function | ||
| 451 : | ! Replace `split` funtion with faster `explode` function to determine ISO encoding | ||
| 452 : | # Fixed Error messages in 'Copy' Menu Item confirmation page | ||
| 453 : | |||
| 454 : | 05-Jan-2005 Rey Gigataras | ||
| 455 : | # Fixed [#3990] Saving or editing existing categories gives errors | ||
| 456 : | |||
| 457 : | 04-Jan-2005 Andy Stewart | ||
| 458 : | # Fixed [#3473] Added code to auto delete index.html from empty media manager folder | ||
| 459 : | ! Added code to media manager function create_folder to create index.html | ||
| 460 : | |||
| 461 : | 04-Jan-2005 Rey Gigataras | ||
| 462 : | # Fixed handling of menus when more than one module assigned to display a particular menutype | ||
| 463 : | # Fixed Search Contacts mambot sql error | ||
| 464 : | |||
| 465 : | 04-Jan-2005 Andrew Eddie | ||
| 466 : | # Fixed hardcoded classname in mosParameters that prevents derived classes from working | ||
| 467 : | # Fixed wrongly named iscore property in mosComponents class | ||
| 468 : | ! Updated mosReadDirectory function to be able to recurse into sub-directories | ||
| 469 : | |||
| 470 : | 03-Jan-2005 Rey Gigataras | ||
| 471 : | # Fixed Admin Module 'Components' being visible for Managers | ||
| 472 : | # Fixed Admin Module 'Menu Stats' including Trashed menu items in count | ||
| 473 : | |||
| 474 : | 02-Jan-2005 Rey Gigataras | ||
| 475 : | + New 'Installer' sub-menu for Admin and Super Admin - amalgamates links for all installers | ||
| 476 : | ! Improvement to Category 'Link to Menu' handling | ||
| 477 : | ! Improvement to Section 'Link to Menu' handling | ||
| 478 : | # Fixed page title param for Contact Component menu items | ||
| 479 : | |||
| 480 : | 01-Jan-2005 Rey Gigataras | ||
| 481 : | ! Improvement to Static Content 'Link to Menu' handling | ||
| 482 : | ! Improvement to Content Item 'Link to Menu' handling | ||
| 483 : | ! Improvement to Menu Manager edit menu item linking | ||
| 484 : | |||
| 485 : | 31-Dec-2004 Rey Gigataras | ||
| 486 : | ! Improvement to Content Item 'Reset Hits' handling | ||
| 487 : | ! Improvement to Static Content 'Reset Hits' handling | ||
| 488 : | # Fixed RSS Syndication author validation error - removed author info | ||
| 489 : | |||
| 490 : | 31-Dec-2004 Andrew Eddie | ||
| 491 : | # Fixed stripping of backslashes when loading an object | ||
| 492 : | # Fixed error if xml didn't exist in Mambot and Module install screens | ||
| 493 : | |||
| 494 : | 30-Dec-2004 Rey Gigataras | ||
| 495 : | # Fixed [#2706] Bug(?) with 'time to publish' in relation to timezone (time offset) | ||
| 496 : | # Fixed [#3922] POLL: Page Title is missing (Parameters) | ||
| 497 : | # Fixed params for 'Component - Search' menu item | ||
| 498 : | # Fixed Poll dropdown select missing Itemid | ||
| 499 : | |||
| 500 : | 30-Dec-2004 Peter Koch | ||
| 501 : | # Fixed [#3610] Missing #__ in admin.content.php | ||
| 502 : | # Fixed [#3503] Missing quote in admin.media.html.php | ||
| 503 : | # Fixed [#3217] Typo in variable name, missing $ sign | ||
| 504 : | |||
| 505 : | 30-Dec-2004 Andrew Eddie | ||
| 506 : | ! Admin custom toolbar now displays only text if images not defined | ||
| 507 : | |||
| 508 : | 29-Dec-2004 Rey Gigataras | ||
| 509 : | + Search Newsfeeds mambot | ||
| 510 : | + Added Feed Image, Feed descrip, Item descrip & word count params to 'Link - Newsfeed' | ||
| 511 : | + Added Feed Image, Feed descrip, Item descrip & word count params to 'Component - Newsfeed' | ||
| 512 : | + Added Feed Image, Item description & word count params to RSS Feed module | ||
| 513 : | ! Modified Search Weblinks mambot | ||
| 514 : | |||
| 515 : | 27-Dec-2004 Rey Gigataras | ||
| 516 : | + Added hyperlink to Frontpage Manager list linking to Category Edit | ||
| 517 : | + Added hyperlink to Frontpage Manager list linking to Section Edit | ||
| 518 : | + Added hyperlink to Content Manager list linking to Category Edit | ||
| 519 : | + Added hyperlink to Content Manager list linking to Section Edit | ||
| 520 : | + Added hyperlink to Category Manager list linking to Section Edit | ||
| 521 : | ! Cosmetic change to Module Item layout - shifted from tab to column layout | ||
| 522 : | # Fixed mambot description in Edit Mambot page | ||
| 523 : | |||
| 524 : | 26-Dec-2004 Rey Gigataras | ||
| 525 : | + Added hyperlink to Menu Manager for Contact Item menu items directly to the item itself | ||
| 526 : | + Added hyperlink to Menu Manager for Newsfeed Item menu items directly to the item itself | ||
| 527 : | + Added hyperlink to Menu Manager for Content Item menu items directly to the item itself | ||
| 528 : | + Ability to link to Content Items from Edit Content Item menu page | ||
| 529 : | + Ability to link to Static Content from Edit Static Content Item menu page | ||
| 530 : | ! Cosmetic change to Menu Item layout - shifted from tab to column layout | ||
| 531 : | # Fixed [#3551] Failed during uninstallation of Admin's module | ||
| 532 : | # Fixed [#3056] No handling of illegal section names in Category Manager | ||
| 533 : | # Fixed [#3030] Query in archive modul don't work | ||
| 534 : | # Fixed [#2847] archive module not using SEO | ||
| 535 : | |||
| 536 : | 25-Dec-2004 Rey Gigataras | ||
| 537 : | ! Disabled edit icon appearing in newsflash module | ||
| 538 : | # Fixed [#3891] Checkout for Banner Clients don't work | ||
| 539 : | # Fixed [#2986] com_banner option listclients doesn't work in FireFox 1.0 | ||
| 540 : | # Fixed [#3048] Problem with Frontend editing checked-out Content | ||
| 541 : | |||
| 542 : | 24-Dec-2004 Andrew Eddie | ||
| 543 : | ! Added PEAR Archive Tar library | ||
| 544 : | |||
| 545 : | 24-Dec-2004 Rey Gigataras | ||
| 546 : | # Fixed [#3287] Login fails if index.php is not the default for the domain | ||
| 547 : | # Fixed [#3669] str_replace( '&', '&', $path ) may break unicode | ||
| 548 : | # Fixed [#2982] minor error in pathway.php | ||
| 549 : | # Fixed [#3290] Sort by button broken in 'Browser, OS, Domain Statistics' page | ||
| 550 : | # Fixed [#2984] Centering of text in install components | ||
| 551 : | # Fixed [#2791] Administrators can delete themselves | ||
| 552 : | # Fixed [#3058] Control Panel | ||
| 553 : | # Fixed [#3426] component com_contacts several issues | ||
| 554 : | # Fixed [#3375] Multiple contacts printing error | ||
| 555 : | # Fixed [#3482] Contacts Page Class Suffix and Page Title don`t work | ||
| 556 : | |||
| 557 : | 23-Dec-2004 Rey Gigataras | ||
| 558 : | # Fixed [#3895] 'Active' Column in Contact Categories list always zero | ||
| 559 : | # Fixed mambot xml group attribute | ||
| 560 : | |||
| 561 : | 22-Dec-2004 Andrew Eddie | ||
| 562 : | ! Replaced Incutio xmlrpc library with DOMIT xmlrpc library | ||
| 563 : | |||
| 564 : | 20-Dec-2004 Andrew Eddie | ||
| 565 : | # Removed display of href in returned search results (long urls corrupt display) | ||
| 566 : | |||
| 567 : | 19-Dec-2004 Rey Gigataras | ||
| 568 : | + Block renaming of menutype for 'mainmenu' menu | ||
| 569 : | + Block deletion of 'mainmenu' menu | ||
| 570 : | + Block deletion of 'mainmenu' module | ||
| 571 : | ! Hides email by default on Contacts component table view | ||
| 572 : | ! Cosmetic change to representation of Menu Tree | ||
| 573 : | ! Administrator Group now able to access Trash Manager | ||
| 574 : | # Fixed [#3127] typo in 'List - Content Section' menu item params: Filter Field | ||
| 575 : | # Fixed [#2693] Bug by install local 4.51a local WIN XP PRP XAMPP | ||
| 576 : | # Fixed [#2752] blogsection mode, shows IMG element wwhen no image is selected | ||
| 577 : | # Fixed [#2734] 'Register Globals' set to OFF, Bug with viewing page as PDF or to Print | ||
| 578 : | # Fixed [#2743] index2.php option-variable used before initialisation | ||
| 579 : | # Fixed [#2867] $author not visible in email for user submitted weblink | ||
| 580 : | # Fixed [#2917] Can't edit static content in backend via edit button | ||
| 581 : | # Fixed [#3152] menu class suffix parameter does not work for sublevels | ||
| 582 : | # Fixed [#3513] 'Do not use image' doesn't remove weblink icon | ||
| 583 : | # Fixed [#2862] menu copy doesn't copy sublevel items | ||
| 584 : | # Fixed [#3827] Trashed Content is displayed to those with frontend edit access | ||
| 585 : | # Fixed [#2689] Link to Menu, will not show empty menus in Menu Select list | ||
| 586 : | # Fixed [#3829] Access to Menu Manager not allowed for Administrators | ||
| 587 : | # Fixed [#3701] Changing menu module menu class suffix interferes with menu menutype | ||
| 588 : | # Fixed [#3128] Menu manager issues | ||
| 589 : | # Fixed [#3109] menutype shows a wrong value | ||
| 590 : | # Fixed [#2710] Problem with menu manager | ||
| 591 : | # Fixed renaming of Menu Type also renames type for menu items | ||
| 592 : | |||
| 593 : | 18-Dec-2004 Andy Stewart | ||
| 594 : | # Fixed [#3794] Replaced $mainframe->getCfg("mosConfig_dbprefix") with $mosConfig_dbprefix | ||
| 595 : | |||
| 596 : | 18-Dec-2004 Rey Gigataras | ||
| 597 : | # Fixed [#2992] Spelling error in Registration module | ||
| 598 : | # Fixed [#3725] Spelling Error in Global Config | ||
| 599 : | # Fixed [#2717] Missing parameters for 'Component - Search' menu item | ||
| 600 : | # Fixed [#2690] Newsfeed Component not outputing Feeds image | ||
| 601 : | # Fixed [#2825] Poll Lag is Broken | ||
| 602 : | # Fixed [#3748] Impossible to reply to mails from contact component | ||
| 603 : | # Fixed [#3802] Contact component js redirect fails on submit in Firefox | ||
| 604 : | |||
| 605 : | 17-Dec-2004 Rey Gigataras | ||
| 606 : | + Email Cloaking mambot | ||
| 607 : | + Search Content Sections mambot | ||
| 608 : | + Search Content Categories mambot | ||
| 609 : | ! Added css class distinction between next and previous item navigation buttons | ||
| 610 : | ! TinyMCE removed from uninstall list | ||
| 611 : | ! On clean install TinyMCE in 'Advanced' mode loaded as default editor | ||
| 612 : | ! Upgraded feedcreator to 1.72 | ||
| 613 : | # Fixed [#2923] Pb when Using Textarea as module parameter | ||
| 614 : | # Fixed [#3770] RSS - not correctly validating | ||
| 615 : | # Fixed [#3771] RSS - encoding German Umlauts | ||
| 616 : | # Fixed [#3025] Bugs in encoding in rss feeds | ||
| 617 : | # Fixed [#3067] Content without a category is gone but still there | ||
| 618 : | # Fixed [#3321] Editing Administrator Module does not load corrent parameter from xml file | ||
| 619 : | # Fixed [#3122] "table - newsfeed category" have contact category's parameters | ||
| 620 : | # Fixed [#3123] typo on popup info help on login component menu item's parameters tab | ||
| 621 : | # Fixed [#3125] typo in "List - Content Section" parameters tab | ||
| 622 : | # Fixed [#3018] Menu Bug? or Style issues w/ Solarflare template | ||
| 623 : | # Fixed [#2701] Read more on all frontpage items | ||
| 624 : | # Fixed [#3071] missing <selected> tag in create user | ||
| 625 : | # Fixed [#2788] Submit News returns Not authorised for Author level | ||
| 626 : | # Fixed [#2930] Search Module (Search Box) - Display extra line below the input box | ||
| 627 : | # Fixed [#3050] Filter in com_contact is broken | ||
| 628 : | # Fixed [#3078] errors in mosmenubar | ||
| 629 : | # Fixed [#2874] css for news module | ||
| 630 : | # Fixed [#2896] Mod_mainmenu Spacer settings not functional | ||
| 631 : | # Fixed [#2899] Saving content - mosmessages missing Slashes | ||
| 632 : | # Fixed [#2871] no edit-icon if show_title set to off | ||
| 633 : | # Fixed [#2687] page class suffix for home (w3c xhtml) | ||
| 634 : | # Fixed [#2630] 4.5.1 and Static Contant Manager and Link to Menu | ||
| 635 : | # Fixed [#3057] Error with Help in Static Content Manager | ||
| 636 : | # Fixed RSS IE display error | ||
| 637 : | # Fixed RSS feed Itemid problem | ||
| 638 : | # Fixed Banner Client Manager Checked Out field not showing data | ||
| 639 : | # Fixed Contact Manager Checked Out field showing incorrect data | ||
| 640 : | # Fixed Contact Item Link not displaying correct info when editing menu item entry | ||
| 641 : | # Fixed 'Blog - Content Category' Param to show/hide Category description & image | ||
| 642 : | # Fixed 'Blog - Content Section' Param to show/hide Section description & image | ||
| 643 : | |||
| 644 : | 17-Dec-2004 Andrew Eddie | ||
| 645 : | # Fixed possible bug with PHP 4.3.10 | ||
| 646 : | # Fixed colon in _NEW_USER_MESSAGE causing problems with some url's | ||
| 647 : | ! Upgraded TinyMCE to version 1.38 | ||
| 648 : | # Fixed wrong field in weblinks search for newest/oldest/default | ||
| 649 : | ! Improvements to search engine to facilitate xml-rpc integration | ||
| 650 : | # Fixed [#2813] database query bug | ||
| 651 : | + Added improve code highlight bot based on GeSHi | ||
| 652 : | |||
| 653 : | 16-Dec-2004 Andrew Eddie | ||
| 654 : | # [#3225] Site Preview uses base URL not a call to index.php | ||
| 655 : | |||
| 656 : | 15-Dec-2004 Andrew Eddie | ||
| 657 : | ! Updated DOMIT version to 1.0 pre_g | ||
| 658 : | + Added desciption to Modules edit page | ||
| 659 : | + Added linkable title option to newsflash module | ||
| 660 : | # Fixed access parameter and select query | ||
| 661 : | |||
| 662 : | 13-Dec-2004 Andrew Eddie | ||
| 663 : | # Random Image: Corrected noted default image type, improved parameter help text | ||
| 664 : | |||
| 665 : | 10-Dec-2004 Andrew Eddie | ||
| 666 : | ! Updated screen help pages | ||
| 667 : | ! Moved system info, credits, license & support from menu to help page | ||
| 668 : | |||
| 669 : | 06-Dec-2004 Andrew Eddie | ||
| 670 : | + Added Id and Component Id column to menu item list | ||
| 671 : | + Added hyperlink to Menu Manager for Static Content menu items directly to the item itself | ||
| 672 : | + Parameter added to control how weblink opens | ||
| 673 : | ! New weblinks will assign category if selected in the links list | ||
| 674 : | ! Allow parameters handler to assign different control name | ||
| 675 : | |||
| 676 : | -------------------- 4.5.1a Stable Released ---------------------- | ||
| 677 : | |||
| 678 : | 2. Copyright and disclaimer | ||
| 679 : | --------------------------- | ||
| 680 : | This application is opensource software released under the GPL. Please | ||
| 681 : | see source code and the LICENSE file |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

