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

