iTx Technologies offre gratuitement
cet espace pour Joomla !

title

Body

[fermer]

/ -> CHANGELOG.php (source)

   1  <?php
   2  /**
   3  * @version        $Id: CHANGELOG.php 13426 2009-11-04 16:36:00Z ian $
   4  * @package        Joomla
   5  * @copyright    Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
   6  * @license        GNU/GPL, see LICENSE.php
   7  * Joomla! is free software. This version may have been modified pursuant
   8  * to the GNU General Public License, and as distributed it includes or
   9  * is derivative of works licensed under the GNU General Public License or
  10  * other free or open source software licenses.
  11  * See COPYRIGHT.php for copyright notices and details.
  12  */
  13  
  14  // no direct access
  15  defined( '_JEXEC' ) or die( 'Restricted access' );
  16  ?>
  17  1. Copyright and disclaimer
  18  ---------------------------
  19  This application is opensource software released under the GPL.  Please
  20  see source code and the LICENSE file.
  21  
  22  
  23  2. Changelog
  24  ------------
  25  This is a non-exhaustive (but still near complete) changelog for
  26  Joomla! 1.5, including beta and release candidate versions.
  27  Our thanks to all those people who've contributed bug reports and
  28  code fixes.
  29  
  30  Legend:
  31  
  32  * -> Security Fix
  33  # -> Bug Fix
  34  $ -> Language fix or change
  35  + -> Addition
  36  ^ -> Change
  37  - -> Removed
  38  ! -> Note
  39  
  40  -------------------- 1.5.15 Stable Release [05-November-2009] ------------------
  41  04-Nov-2009 Ian MacLennan
  42   # [#17475] Fixed missing = in patch (parse error)
  43  
  44  03-Nov-2009 Ian MacLennan
  45   # [#18050] Reverting router change.
  46  
  47  29-Oct-2009 Ian MacLennan
  48   # [#18537] error.php rtl issue
  49  
  50  28-Oct-2009 Ian MacLennan
  51   ^ Updated CREDITS.php
  52   ^ Updated installation language pack
  53   ^ Updated help sites
  54   # [#16445] SEF rewrites href urls in editor textarea
  55  
  56  27-Oct-2009 Ian MacLennan
  57   # [#16914] Default style for admin backend does not specify text color of input fields.
  58   # [#16609] templates/system/css/template.css not found when using templates/system/component
  59   # [#18493] UTF problems with HTML entities in pathway.
  60   # [#18518] Change in mod_search.ini
  61   # [#18522] Correct version info site/admin for core languages
  62   # [#18481] Emailcloak on image
  63   # [#18430] com_content fails to pass an article reference to onAfterDisplayTitle event handler
  64   $ Added new installer language packs
  65  
  66  26-Oct-2009 Ian MacLennan
  67   # [#18245] Implementing templates feature in tinymce
  68   # [#15780] Search result list uses always the Itemid of the default Menu-item
  69   # [#17110] Section/Category List - Table width issue in IE8
  70   # [#17470] Archive filters don't work with cache on + com_content cache optimization
  71   # [#17475] Cache unused by core components
  72   # [#18050] SEF category links lead to article not found
  73   # [#18080] Core - Missing JEXEC Check
  74   # [#18142] utf8_accents_to_ascii() does nothing
  75  
  76  23-Oct-2009 Ian MacLennan
  77   # [#11578] Email cloaking does not work properly with non-ASCII characters
  78   # [#16804] Linked image in Beez template jumps in IE8
  79   # [#17259] html not allowed in user confirmation message
  80   # [#17430] Image Title attribute field has different names
  81   # [#17964] Email cloaking. Syntax error in email.php. Patch included.
  82   # [#18246] Tinymce sql correction
  83   # [#18310] Email cloak breaks emails used in scripts
  84   # [#18343] & in page title breaks RSS feed
  85   # [#18349] Missing com_media strings
  86   # [#18353] Information leak - anybody can see installed extensions versions
  87   # Upgrade to Mootool 1.12
  88  
  89  
  90  19-Oct-2009 Ian MacLennan
  91   # [#18297] Setting ftp fields to not autocomplete
  92   # [#16927] Router fatal error then Itemid is null
  93   # [#18240] Menu item is not opened to new window
  94   $ [#18124] String for JPagination missing in en-GB.ini
  95   # [#18070] Error in Ja_purity and IE8
  96   # [#17692] Email Cloaking on an image
  97   $ [#17618] Localisation of pagination
  98   $ [#17577] Adding Ulaanbaatar in timezones
  99   # [#17559] Change to Beez Template to make it more generic
 100   # [#17231] mod_newsflash doesn't honour alternative read more text
 101   # [#17215] Missing <blockquote> button in TinyMCE 3
 102   
 103  25-Sept-2009 Ian MacLennan
 104   # [#16484] Password field changed in configuration.php by Administration > Global Configuration
 105   # [#16804] Linked image in Beez template jumps in IE8
 106  
 107  18-Sept-2009 Ian MacLennan
 108   # [#16982] Fixed issue with editor.css files
 109  
 110  17-Sept-2009 Ian MacLennan
 111   # [#16982] TinyMCE Configuration Error
 112   # [#17057] TinyMCE strips some image html
 113   # [#17379] Tinymce 3.2.4.1 generates different html breaking caption.js and messing with content filtering
 114   # [#17121] TinyMCE Extended Valid Elements dont work anymore
 115   # [#17043] Multiply instances of TinyMCE on the page
 116   # [#17367] Cannot add or edit content items
 117   # [#17356] Firefox inline spell check doesn't work in 1.5.12 / TinyMCE - suggested fix
 118   $ [#17332] TinyMCE Language file omission for Toggle Editor button
 119   # [#17438] TinyMCE Libary Upgrade - International Users Beware - big changes to language files
 120  
 121  16-Sept-2009 Ian MacLennan
 122   # [#18010] Captions don't align properly if image alignment is not set.
 123   # [#18008] Additional PHP 5.3 Issues
 124  
 125  11-Sept-2009 Ian MacLennan
 126   # [#17150] Patch to solve PHP 5.3 issues
 127   # [#17432] Missing spinner.gif
 128   # [#17337] Media manager popup is broken in Windows
 129   # [#16919] Results of search - unnecessary quotation marks
 130   # [#16086] Unique menu names now disallow underscores
 131  
 132  -------------------- 1.5.14 Stable Release [30-July-2009] ------------------
 133  
 134  23-Jul-2009 Gergo Erdosi
 135   # [#17319] Media Manager is broken
 136   # [#17323] TinyMCE Editor $file_browser_callback error in 1.5.13
 137  
 138  -------------------- 1.5.13 Stable Release [22-July-2009] ------------------
 139  
 140  22-Jul-2009 Ian MacLennan
 141   # [#15548] Plugin content/emailcloak: package oomla
 142   # [#16073] Front End Account Creation does not save 'usertype' in jos_users table
 143   # [#16726] Edit icon does not appear in correct area (buttonheading)
 144   # [#17008] Untranslated error message in Media Manager
 145   # [#17053] 1.5.12 Media Manager showing upload Error
 146   # [#17101] Reversion of changes to Image Button in 1.5.12
 147  
 148  06-Jul-2009 Sam Moffatt
 149   # [#17058] Incorrect _JEXEC check breaks TinyMCE JS when using compressed mode
 150  
 151  -------------------- 1.5.12 Stable Release [30-June-2009] ------------------
 152  
 153  29-Jun-2009 Ian MacLennan
 154   # [#16977] Incomplete language definitions in TinyMCE 3.2
 155   # [#17006] Revert escaping of html in contact miscellaneous information.
 156  
 157  28-Jun-2009 Ian MacLennan
 158   + Added mk-MK installer language pack
 159  
 160  27-Jun-2009 Ian MacLennan
 161   # [#17005] Installer SQL shows TinyMCE as version 2.0
 162  
 163  -------------------- 1.5.12 Release Candidate [24-June-2009] ------------------
 164  
 165  24-Jun-2009 Ian MacLennan
 166   $ [#16950] Lots of missing language strings in TinyMCE v3
 167   # [#16593] JFile::upload() uses chmod 777 in FTP mode
 168   # [#15673] Different time create date and start publishing in beez
 169   # [#16601] Section filter on article manager showing non content sections as well 
 170   # [#16607] Mod Newsflash read more link broken with Beez template
 171   # [#16719] JHTML::tooltip quote problem
 172   # [#16753] CSS file is not updated when you edit the joomla
 173   # [#16890] Page title isn't displayed at Default login page
 174   # [#16896] Modified Date disappears in 1.5.11
 175   $ Added language string for Toggle Editor
 176   ^ Updated LICENSES.php and CREDITS.php to reflect library license changes and updates
 177  
 178  23-Jun-2009 Ian MacLennan
 179   # [#12376] Update to TinyMCE 3.2.4.1
 180  
 181  22-Jun-2009 Ian MacLennan
 182   # [#12886] PHPMailer version used in 1.5 does not allow secure connection to SMTP servers
 183  
 184  20-Jun-2009 Ian MacLennan
 185   # [#14540] Component Contact at Beez
 186   # [#16686] pagebreak - duplicate title, not respecting show titles
 187   # [#16779] JA_Purity: Anchor tag for Category Title not closed in Front Page Blog Layout
 188   # [#16820] Untranslated strings in Beez template
 189   # [#15727] Module cache, id, Itemid - reverted
 190  
 191  14-Jun-2009 Ian MacLennan
 192   # [#16235] mod_feed Tool tip is incorrect
 193   # [#16511] Language date format isn't correct
 194   # [#16595] Category table view output wrong due to error in file
 195   # [#16597] Parameter "Minimum User Level for Media Manager" doesn't work
 196   # [#16742] Wrong link to OpenID login-bg.gif in system.css
 197  
 198  09-Jun-2009 Ian MacLennan
 199   # [#12746] Replace PEAR with a GPL compatible alternative
 200   # [#15541] Article Catagory Layout incorrectly sorted
 201  
 202  -------------------- 1.5.11 Stable Release [03-June-2009] ------------------
 203  
 204  01-Jun-2009 Ian MacLennan
 205   # [#16236] Legacy code in installer premigration system causes unrelated errors
 206  
 207  30-May-2009 Ian MacLennan
 208   ^ [#16397] helpsites.xml update
 209   # [#16500] offline.php with wrong stylesheet
 210   ^ Updated de-DE installer language pack
 211   + Added gl-ES installer language pack
 212   ^ Updated it-IT installer language pack
 213   ^ Updated mn-MN installer language pack
 214   ^ Updated nl-NL installer language pack
 215   ^ Updated sk-SK installer language pack
 216   ^ Updated tr-TR installer language pack
 217  
 218  30-May-2009 Sam Moffatt
 219   ^ Updated CREDITS.php with minor fixes from Ole Ottosen
 220  
 221  29-May-2009 Ian MacLennan
 222   # [#15736] Moving $this->escape validation to files which can't be overridden
 223  
 224  13-May-2009 Ian MacLennan
 225   # [#13898] There is no translated description for component/module/plugin/etc. after installation
 226   # [#15417] db->updateObject function outdated
 227   # [#15727] Module cache, id, Itemid
 228   # [#16314] PHPDoc Comment for JFactory getDocument method Incorrect
 229   # [#16349] Revert 16122 and Replace sr-ME language files
 230  
 231  09-May-2009 Kevin Devine
 232   # [#15909] RSS 2.0 feeds try to turn mailto: links into absolute urls
 233   # [#16211] Atom Link in RSS feed causes validation problems
 234   # [#16007] JFile::getName() loses first character
 235  
 236  05-May-2009 Ian MacLennan
 237   # [#15541] Article Catagory Layout incorrectly sorted
 238   # [#15699] Global Configuration Undefined Variable warning
 239   # [#15740] At login use of task=register instead of view=register
 240   # [#15853] Search results pagination broken when two or more search terms, SEF enabled
 241   # [#15912] Error in KEPRI Template, css for icon 'article'
 242   # [#15963] The align attribute in mod_mainmenu helper causes problems with some templates
 243  
 244  24-Apr-2009 Kevin Devine
 245   # [#15446] Atom feed does not validate for Contact Category and Weblinks Category Layouts
 246   # [#13890] < Prev and Next > links do not follow SEF rules (duplicate content)
 247   # [#15691] Need better control of who can upload files
 248   # [#16112] Change in Montengrin Language ISO Code
 249   # [#15551] Inconsistent prefix for index.php in com_user #2
 250   # [#15913] Change in installation version display (patch included)
 251   # [#15701] Joomla 1.5.10 breaks package installation due to new installer PHP code
 252  
 253  -------------------- 1.5.10 Stable Release [27-March-2009] ------------------
 254  
 255  27-Mar-2009 Anthony Ferrara
 256   # Fixed a few issues with the language install packs (double &lt; characters, and a missing file)
 257  
 258  27-Mar-2009 Wilco Jansen
 259   - Removed mk-MK language pack in installer
 260   + Added be-BY, et-EE, gu-IN, mn-MN and ur-PK language pack in installer
 261   ^ Updated bg-BG installer language pack
 262   ^ Updated CREDITS.php with translators information and other contributors
 263   ^ Changed helpsite reference matching installation language file changes
 264  ^! Moderate Priority: A series of XSS and CSRF faults exist in the administrator application. Affected administrator components include com_admin, com_media, com_search. Both com_admin and com_search contain XSS vulnerabilities, and com_media contains 2 CSRF vulnerabilities.
 265  ^! Low Priority: A XSS vulnerability exists in the category view of com_content.
 266   ^ Updated version tags in translation manifest files
 267  
 268  25-Mar-2009 Wilco Jansen
 269   ^ Activated installation check and updated version files
 270  
 271  11-Mar-2009 Ian MacLennan
 272   # [#14515] Atom feed does not validate
 273  
 274  9-Mar-2009 Wilco Jansen
 275   # [#15215] Inconsistent prefix for index.php in com_user
 276  
 277  8-Mar-2009 Wilco Jansen
 278   # [#15300] Missing translation in pagebreak plugin
 279   # [#15107] Save order enabled and creating random results when active sorting column isn't ordering
 280   # [#14818] filesystem file move doesn't return false when not read- or writable
 281   # [#14827] Page break does not work correctly when tables are included in the page sections. The <div></div> pairs are uneven.
 282   # [#15137] sef plugin does not convert data attribute
 283   # [#9701]  Installation of Extensions fails when they include zip files
 284   # [#15044] JArchiveZip::_extractNative() fails to discover zip_open() failure
 285   # [#14525] pagebreak doesn't work correct if using JCE
 286   # [#14558] Pagebreak Plugin Does Not Keep Track of Active Page
 287   # [#14947] Status Module Icon RTL issue
 288   # [#15266] Bad URL after redirect when Register to Read More in Section, Category Menu Items
 289   # [#15362] Not valid XHTML output in com_content and com_contact
 290   # [#15354] com_media loads css files from the backend
 291   # [#15375] Missing language string
 292   # [#15376] Login redirect no longer returns you to your current page if no redirect specified
 293   # [#15233] Search doesn't work with international characters when SEF is enabled
 294   # [#14514] parameter element id of type folderlist and filelist are not correct
 295   # [#13285] Wrong tag-IDs used by openid.js
 296   # [#12119] Changing the module's 'Position' drop-down doesn't change the 'Order' drop-down.
 297   # [#15359] spambots are still able to see registration page even if registration is turned off
 298   # [#14071] menu image alignment
 299   # [#14875] JFolder::folders returns unnecessary warning
 300   # [#14705] Web link Router incorrectly grabs wrong category item
 301   # [#15143] Ampersand in Site Name breaks Position field in vCard
 302   # [#14022] Faulty error handling in JFactory::getXMLParser
 303   # [#14228] Article alias field missing from in category views
 304   # [#14381] Incorrect checked out date format in the back-end
 305   # [#15282] Undefined index HTTP_USER_AGENT in behavior.php
 306   ! Big thanks to the Joomla Bug Squad for a weekend of hard work!
 307  
 308  1-Mar-2009 Ian MacLennan
 309   # [#12137] Cache Saving module doesn't clear the module's cache data
 310   # [#13111] Inconsistent encoding behaviour - "&amp;" stays as "&amp;" in articles but is converted to "&" in modules
 311   # [#13999] When installing a new module, its title is not translated
 312   # [#14059] Case sensitive image extensions
 313   # [#14286] Template JA Purity: Link all the text in an article if category is shown
 314   # [#14565] Omitted UTF-8 modifier in preg_replace function (com_search)
 315   # [#14758] Article HTML filtering doesn't work if only one Filter group is selected
 316   # [#14795] JInstallerComponent::_rollback_menu() - Error when getting DB Connector
 317   # [#14859] untranslated message installing language files for component
 318   # [#14896] Changes of menu items aren't applied immediately if caching is enabled
 319   # [#14945] Site Title over Joomla's Logo RTL issue
 320   # [#15006] Setting Tooltip Offset Breaks Tooltip
 321   # [#15047] installer.php parseMedia pointing to wrong dir.
 322   # [#15124] Filter Function on Archived Article Doesn't Work
 323   # [#15217] custom <installfile> isn't upgraded on component installation
 324   # [#15237] Loadposition Deletes Dollar signs
 325   # [#14660] Short open tag in admin.categories.html.php
 326  
 327  19-Feb-2009 Wilco Jansen
 328   # [#14004] Can't sort categories by "order" column in reverse order
 329  
 330  15-Feb-2009 Kevin Devine
 331   # [#15007] Bad Tooltip Help on Section, Category, and Article Alias
 332   # [#14710] User Details not translated
 333   # [#14720] •Untranslated strings in com_contact with patch
 334   # [#14944] Copy Menu Items
 335   # [#11798] Missing l10n in JApplicationHelper::parseXMLInstallFile()
 336  
 337  07-Feb-2009 Kevin Devine
 338   # [#14865] Directory Persmissions doesn't list correct tmp or log directories
 339   # [#14767] Menu alias not respecting "active" setting
 340   # [#14857] Cache Plugin Can Cache Incorrect Data]
 341   # [#14948] Little tag error in mod_feed
 342  
 343  29-Jan-2009 Kevin Devine
 344   # [#14510] Section List drill down to Category List: Filter doesn't work if global content filters set
 345   # [#14491] JString::rtrim method incorrect
 346   # [#14496] Pagebreak outputs incompatible <BR/> elements (XHTML)
 347   # [#14571] Wrong date in "last updated" in section blog when using beez
 348   # [#14468] user name word translation not correct in register form.
 349   # [#14439] Wrong authorEmail in Rhuk Milkyway
 350   # [#13973] SEF Background Image Fix Breaks Some Javascript ***
 351  
 352  -------------------- 1.5.9 Stable Release [9-January-2009] ------------------
 353  
 354  09-Jan-2009 Ian MacLennan
 355   # [#14495] Issue 14398 fix doesn't work with SEF off
 356  
 357  09-Jan-2009 Wilco Jansen
 358   ^ Updated the CREDITS.php file with new list of translators, and some contributers
 359   ^ Changed  /installation/template/tmpl/finish.html updated link to community site
 360   ^ Updated language packs to 1.5.9 (thanks JM for the huge job of coordinating this)
 361   ^ Activated installation check
 362   ^ Implemented security fixes
 363   ! Thanks to all who provided the patches and worked hard on testing and documenting this release
 364  
 365  06-Jan-2009 Ian MacLennan
 366   # [#14414] string is unnecessary
 367   # [#14433] Fix for openid transition issues
 368   # [#14434] Typo in Cache Manager
 369  
 370  05-Jan-2009 Kevin Devine
 371   # [#14415] Rhuk Milkyway: Some strings unnecessary
 372   # [#14389] String missing in en-GB.com_installer.ini
 373   # [#10680] Blank page if vcard is not enabled in the contact parameters, but selected
 374   # [#13942] The 'modules' view in com_installer does not display author email and url
 375   # [#14070] Article archive pagination
 376   # [#14339] JString bug for strspn()
 377   # [#13949] robots & author metadata lost on copy
 378   # [#12812] 1.5.7. uri.php changes break backend urls if $live_site=Http (note uppercase H)
 379   # [#14394] Poll error message strange
 380  
 381  05-Jan-2009 Sam Moffatt
 382   - Removed extraneous com_statistics language file
 383  
 384  04-Jan-2009 Ian MacLennan
 385   # [#14408] Weird characters in LICENSES.php
 386   # [#14395] e-mail a friend shows language string not the translation
 387   # [#14374] One english remaining string in mod_search
 388   # [#11871] vCard displays excess spaces
 389   # [#14412] 404 if menu access is set to Public and Contact item to Registered
 390   # [#14402] In Category List, user cannot see what is being filtered
 391   # [#14391] en-GB.com_statistics.ini should be deleted
 392   # [#14410] Outdated link in the installer language file
 393   # [#14317] Cache space not freed
 394   # [#12577] Small change in components/com_banners/models/banner.php
 395  
 396  03-Jan-2009 Ian MacLennan
 397   # [#14392] Register to read more should redirect to article, not front page.
 398   # [#14390] Hits Filter in Category List Uses Like Instead of Greater Than or Equal
 399   # [#14313] short php notation in beez as committed in 12798 creates problems on Windows hosting
 400   # [#14360] Spacers JAPurity Translatable
 401   # [#14171] No image
 402   # [#14106] Changing the access for plugins on the plugins list does not work in 1.5.8
 403   # [#13811] Wrong license for PHPMailer in CREDITS.php
 404   # [#13517] CSS errors in rhuk_milkyway/css/template_rtl.css
 405   # [#12023] Aditional Help server is deleted when helper servers are reset
 406   # [#11874] New modules cannot be added when there are no modules in the table for a given client
 407   # [#10840] Cache:filter on view table category doesn't work if cache is enabled
 408   # [#14227] Fix for old dev.joomla.org links
 409   # [#14398] Category list loses column sort when you navigate to new page
 410  
 411  01-Jan-2009 Wilco Jansen
 412   ! Revert CHANGELOG.php, COPYRIGHT.php, CREDITS.php, INSTALL.php, LICENSE.php, LICENSES.php to webroot
 413  
 414  01-Jan-2009 Ian MacLennan
 415   # [#12217] Current OpenID used by joomla does not work with Yahoo - OpenID 2.0 protocol is required
 416  
 417  30-Dec-2008 Ian MacLennan
 418   # [#12746] Replace PEAR with a GPL alternative - updated Archive_Tar to relicensed BSD version.
 419  
 420  30-Dec-2008 Wilco Jansen
 421   - Removed CHANGELOG.php, COPYRIGHT.php, CREDITS.php, INSTALL.php, LICENSE.php, LICENSES.php from webroot
 422   ^ Moved informational php files from previous line to text versions in install/information
 423   ! See discussion at http://mail.google.com/mail/#inbox/11e86e6661059074
 424  
 425  29-Dec-2008 Ian MacLennan
 426   # [#14308] Spacer Values Not Translatable
 427   # [#14196] Non registered users can print full pdf of registered article
 428   # [#13490] Fulltext search for Uncategorized and Archived articles
 429   # [#11235] RTL feeds PARAM not saved in db + rtl feeds not correctly displayed in Milkyway as well as in Beez/solution included
 430  
 431  12-Dec-2008 Kevin Devine
 432   # [#12868] Contact form 1.5.7 not valid XHTML 1.0 Transitional (+solution)
 433  
 434  05-Dec-2008 Kevin Devine
 435   # [#13909] strpos error on editing alias menu item
 436   # [#13901] Editor deletes content when default filter is applied: UTF-8 compatibility not enforced with JInputFilter.
 437  
 438  26-Nov-2008 Ian MacLennan
 439   # [#13860] Calling JDatabase::Query() or anything invoking JDatabase::Query() more than once causes SQL error
 440   # [#12989] 404 - Contact not found - with dropdown in contact view
 441  
 442  24-Nov-2008 Ian MacLennan
 443   # [#13859] Bad file reference in the "Beez" template
 444   # [#13694] Archive Module count Parameter doesnt work//needs tool tip correction
 445  
 446  23-Nov-2008 Ian MacLennan
 447   # [#13794] Space between meta keywords gone after saving article
 448   # [#13634] Beez override differences in titles
 449   # [#13570] Missing h1 text-align in rhuk_milkyway/css/template_rtl.css
 450   # [#13499] • Cope with ini files wrongly encoded utf8 with bom - patch attached
 451   # [#13549] typo in sample_data.sql
 452   # [#13761] Media Manager Javascript error: Object doesn't support this property or method [IE only]
 453   # [#13700] Contact image changes for Beez override
 454   # [#13514] Untranslated Strings in en-GB.ini after SVN 11236
 455   # [#12939] JFolder::delete bug when folder contain symbolic links on folders
 456   # [#12841] Toolbar & Button Mediamanager
 457   # [#12730] 'page'-string in plugins/content/pagebreak.php not properly externalized
 458  
 459  21-Nov-2008 Ian MacLennan
 460   # [#13770] Remove default filter for super admin users, fix filter whitelist problem
 461   # [#13666] Untranslated Strings in admin/mod_feed
 462   # [#13662] Legacy Plugin - Login Timeout - Refresh
 463   # [#13633] Tooltip language string in com_config
 464   # [#13632] Wrong date Last Updated in Beez
 465   # [#13626] Untranslated strings in com_contact
 466   # [#13617] JMenu getMenu() doc error
 467   # [#13611] Inconsistency in login/logout redirection page of mod_login
 468   # [#13608] Untranslated Strings in com_weblinks
 469   # [#13584] Beez template override for com_search doesn't echo error message
 470   # [#13574] JInstallerHelper class function description mistakes
 471   # [#13542] 'Change Contact Details' link loads wrong page.
 472   # [#13505] onPrepareContent fix for non com_content Components
 473   # [#12925] ja_purity default status for the right modules collapsible function does not work
 474   # [#12887] CSS and XHTML valid error in template JA_Purity///link to css validator broken
 475   # [#12247] query_batch change a sql in a wrong way
 476   # [#12115] Cache: plgSystemCache plugin doesn't respect site/page language
 477   # [#13616] Changes at help screens
 478  
 479  18-Nov-2008 Jui-Yu Tsai
 480   # [#13673] Front end article submission auto-populates "finish publishing" date with same date as "start publishing"
 481  
 482  14-Nov-2008 Jui-Yu Tsai
 483   # [#13045] Contact category incorrect links
 484  
 485  10-Nov-2008 Anthony Ferrara
 486   # Removed Install Check
 487  
 488  -------------------- 1.5.8 Stable Release [10-November-2008] ------------------
 489  
 490  10-Nov-2008 Anthony Ferrara
 491   # Added security fixes
 492  
 493  10-Nov-2008 Wilco Jansen
 494   # Changed version tags of default language file to 1.5.8 (Wohnaiki)
 495   # Change of version file
 496  
 497  07-Nov-2008 Sam Moffatt
 498   # [#13590] New installation languages to get into 1.5.8
 499  
 500  01-Nov-2008 Ian MacLennan
 501   # [#13470] Missing languagestrings in mod_breadcrumbs.ini
 502   # [#13440] Later versions of cURL break GMail plugin
 503   # [#13432] Description error
 504   # [#13412] typo in en-GB.mod_latestnews.ini
 505   # [#13388] Admin modules xml does not uninstall ini files
 506   # [#13373] Defaut config change to cope with flash10 issue
 507   # [#12854] emailcloak whitespace
 508  
 509  30-Oct-2008 Kevin Devine
 510   # [#13326] Beez 'Your Details' page
 511   # [#12696] **SEF plugin does not convert object param and onmouseover/onmouseout rollovers
 512   # [#13405] Further Changes to Welcome to Joomla! Module
 513  
 514  29-Oct-2008 Sam Moffatt
 515   # [#13387] Incorrect regexp in JTableUser matches too many fields
 516  
 517  28-Oct-2008 Kevin Devine
 518   # [#13313] Archive is not getdate - 1.5.7
 519  
 520  25-Oct-2008 Ian MacLennan
 521   # [#12920] **Perform isInternal checking on referer values in User Controller
 522   # [#10954] **Start Publishing is automatically changed upon editing an article when time zone is not set to UTC 00:00
 523   # [#12798] **Beez Html Folder
 524   # [#12372] **Secure password is not allowed when editing account details
 525  
 526  
 527  25-Oct-2008 Ian MacLennan
 528   # [#13323] **New Welcome to Joomla module and Security Newsfeed module in CPANEL
 529   # [#12885] **Newsfeed Module Cache is broken
 530   # [#13165] please select an item message does not append task to javascript pop up
 531   # [#11798] Missing l10n in JApplicationHelper::parseXMLInstallFile() - patch 2 committed only
 532   # [#11807] mosMenuCheck missing return statement
 533   # [#13297] Missing languagestrings in com_menus.ini
 534   # [#13265] **Remove illegal characters in Article Keywords
 535   # [#11759] **Bug in menu system when changing menu link type
 536  
 537  25-Oct-2008 Sam Moffatt
 538   # [#13264] **Untranslated Strings in en-GB.tpl_ja_purity.ini
 539   # [#13262] Untranslated Strings in Unknown file
 540   # [#13253] Untranslated Strings in en-GB.ini
 541   # [#13242] print icon on layout "blog category" as first page
 542   # [#13233] reset button on article selection for menu item doesn't work
 543   # [#13223] Same language string in Section layout of a menu item**
 544   # [#13217] **Error in the increase of hits count when editing article in front end
 545   # [#12878] error language string in mod_feed.ini
 546   # [#12542] **Inconsistent showing of default records in un-install screens (templates/language)
 547  
 548  
 549  
 550  19-Oct-2008 Ian MacLennan
 551   # [#12697] **More sample data changes, including UTF-8 Fixes
 552   # [#12724] **Content Router appends ID to item and is different from the menu (revert 11561)
 553   # [#12859] **Backend: Disabled Admin Menu = javascript error
 554   # [#12864] Issue with JMenu and large sites
 555   # [#12950] **Beez template: The password reset doesn't work at all
 556   # [#13198] *** Temporary users cannot log out
 557  
 558  15-Oct-2008 Kevin Devine
 559   # [#13076] **Feed module target attribute not validating
 560   # [#13064] **Problem with mod_related_items Keyword Matching
 561   # [#12550] **nameQuote() mixed order in strpos
 562   # [#12625] ** default_form.php in com_search has onClick on button tag which fails XHTML 1.0 Transitional validation
 563  
 564  13-Oct-2008 Ian MacLennan
 565   # [#13164] JFolder::files and JFolder::folders don't function properly when using integral search depth
 566   # [#13152] Component Directories to be completely deleted upon bogus entry into jos_components
 567   # [#13151] Wrong wording in language file
 568   # [#13017] Install language with pdf fonts with both admin and site bug (patch included)
 569   # [#13015] Frontpage blog wrong number of links
 570   # [#12942] A tag of category link is not closed in Section blog view
 571   # [#12602] mod_stats shows wrong time
 572   # [#12533] Missing method in JRecordSet
 573   # [#12424] Correct or Remove Show_noauth parameter from sections module
 574   # [#11707] In category blog layout, edit icon not displayed for user who canEdit if show title is 'No'
 575   # [#11261] Cache: Undefined variable: rows in /administrator/components/com_cache/cache.class.php on line 114
 576  
 577  10-Oct-2008 Kevin Devine
 578   # [#12722] STRIPOS
 579  
 580  06-Oct-2008 Ian MacLennan
 581   # [#12843] Text 'New ordering saved' cannot be translated in weblinks
 582   # [#12734] Missing language string JA Purity
 583   # [#12031] File Not Found or Compoent Not Found When SEARCH Button is Pressed
 584   # [#12011] E-mail content pop-up window too short in Beez
 585  
 586  02-Oct-2008 Ian MacLennan
 587   # [#12855] Misspelling of category in components/com_content/views/category/view.feed.php
 588  
 589  25-Sep-2008 Ian MacLennan
 590   # [#12778] Remove commercial newsfeeds from joomla installation packages
 591   # [#12731] Wrong frontpage article after upgrade to 1.5.7
 592   # [#11521] ****Image does not display in Contacts when an image directory is configured
 593   # [#12338] URL: mod_login loses ItemID on redirect
 594  
 595  22-Sep-2008 Ian MacLennan
 596   # [10254] Remove brackets around date/time in "Last Updated"
 597   # [12630] Plural/singular issue for Section list
 598  
 599  09-Sep-2008 Anthony Ferrara
 600   ^ Disabled Installation Check
 601  
 602  -------------------- 1.5.7 Stable Release [9-September-2008] ------------------
 603  
 604  09-Sep-2008 Wilco Jansen
 605   # Security fixes, thanks JSST!
 606   # Changed version tags of default language file to 1.5.7
 607   # Change of version file
 608  
 609  05-Sep-2008 Wilco Jansen
 610   # Enabled installation check
 611   # [12543] pagebreak plugin: undefined variable full
 612   # [12663] Feeds in com_content don't show up more than once when caching is enabled
 613   # [12519] Clean up Outdated Sample Content
 614   # [12480] When a guest uses a registered article view url a 403 or 404  is thrown
 615  
 616  31-Aug-2008 Wilco Jansen
 617   # [12039] Cannot override contact list length
 618   # [12481] When saving or cancellig a frontend edit you are redirected to a blank page instead of the article
 619   # [12536] Warnings for Path to Image Folder and Path to Media Folder
 620  
 621  30-Aug-2008 Wilco Jansen
 622   # [10175] JRoute::_() and Application Redirect() Causing CGI Error IIS 6
 623   # [10691] Section/Category Blog fills top->bottom instead of left->right
 624   # [10943] Error of menu display according to access right
 625   # [10953] Time zone need to be changed
 626   # [11330] Box Width Parameter in mod_search Has No Effect
 627   # [11621] Warning: strpos() [function.strpos]: Empty delimiter
 628   # [11870] show_noauth problem  in 2 module helpers
 629   # [12071] SEO: index and follow meta tag in print view
 630   # [12165] Pagination in com_categories does not respect sectionfilter
 631   # [12167] Show Search Results" Option in Search Component Not Working
 632   # [12204] ja_purity template - site logo text goes under header background
 633   # [12229] Article Order Drop-Down List on Front End Shows Archived and Trashed Articles
 634   # [12259] Help Key Reference Update for Modules: New Screen
 635   # [12276] Selection of name/username doesnt work in mod_login
 636   # [12336] Terms impossible to translate in  admin.newsfeeds.php
 637   # [12394] Incorrect colspan in admin mod_latest
 638   # [12425] When a guest tries to view unauthorized content, redirect should be to login not register
 639   # [12426] Polls and Search use the wrong view - IIS 7
 640   # [12432] Category search plugin not working
 641   # [12438] <BR/> tags do not pass html validation
 642   ! There where a dozen mismatches in the language files, so not all <br /> tags have been replaced,
 643     new language files for 1.5.7 need to be validated on this issue.
 644   # [12442] JA Purity SVN changes can break backwards compatibility with existing sites
 645   # [12462] Menu item is still locked after closing it
 646   # [12492] Preview an edited artcle does not use template editor.css
 647   # [12055] Archive intro text is cut to 255 characters - causes formatting problems
 648   # [12457] Alias is copied incorrectly, when copying an article
 649   # [12460] $row->getError() all over the shop where $row is not initialized
 650   # [12194] URL: Incorrect SEF URLs for outgoing recommandation e-mails
 651  
 652  29-Aug-2008 Charl van Niekerk
 653   # [10458] Pagebreak in article in blog layout does not work - limitstart double usage ( Tim, Arno )
 654  
 655  28-Aug-2008 Andrew Eddie
 656   # [12110] Beez Template - Newsflash - Article URL not provided when "Title Linkable" is Yes
 657   # [12033] Menu Separator shows as link instead of plain text when using Legacy Menu Formats
 658   # [12261] textarea parameter type cannot handle more than one line of data
 659  
 660  28-Aug-2008 Charl van Niekerk
 661   # [11763] RSS feed produces incorrect publish date ( Hannes )
 662  
 663  27-Aug-2008 Toby Patterson
 664   # [9343] Profiling J1.5 framework ( Dalibor, Hannes )
 665   # [11018] TMLSelect makes all items selected when using not numeric keys and selected item is 0 ( Alessandro )
 666   # [11255] JMail class ignores JConfig.sendmail path for sendmail ( Ernie, Jens )
 667   # [11535] Coding error in metadata handling of com_content controller.php ( John )
 668   # [12101] Cache: JCacheStorageFile::gc flawed logic in cache expiry ( Geraint )
 669   # [12146] SEO: User/Developer frontend: $document->setMetadata creates duplicate meta tags. ( Paul, Mickael )
 670   # [12382] XMLrpc client id is to high ( Emil )
 671   # [12461] Cache: can't Clean Cache File with Cache Manager when change Cache Handler ( Akarawuth )
 672  
 673  26-Aug-2008 Charl van Niekerk
 674   # [9824] alt tags missing for some img tags ( Gergo Erdosi )
 675  
 676  25-Aug-2008 Toby Patterson
 677   # [10265] & not replaced with &amp; in the external links ( Denis, Hannes )
 678   # [10384] Single quote in title is escaped twice when editing an article in frontend ( Arnault, Bill )
 679   # [11115] queryBatch does not log queries in debugmode ( Ian )
 680   # [12441] Street Address is not shown in contacts ( Eduardo, JBS )
 681  
 682  24-Aug-2008 Sam Moffatt
 683   # [11970] ja_purity email and print button files misnamed and not used
 684  
 685  23-Aug-2008 Wilco Jansen
 686   # [11327] Base path showed in media manager is missing slashes
 687   # [11544] JSite::getParams() doesn't work as expected
 688   # [11561] Section blog resulting breadcrumbs issue
 689   # [12080] System generated RSS feeds not rendering correctly for external URLs
 690   # [12118] Latest version check &help.j.org at Joomla! Help
 691   # [12187] Ja_purity default article layout does not display Edit icon for authors
 692   # [12252] Outdated Links in Welcome to Joomla! and Newsfeed Fixes
 693   # [12268] Multiple issues with Top menu in JA_Purity
 694   # [12399] Copying Newsflash Module in Sample Data results in 500 error and duplicate key for menu table
 695   # [12353] More aritcle links in section blog not working
 696  
 697  22-Aug-2008 Toby Patterson
 698   # [#10965] Not all instances of module are deleted when module is uninstalled ( Andrzej and Sam )
 699   # [#11561] Patch: Beez Contact Image, typo in attribute value ( Rene and Elin )
 700  
 701  19-Aug-2008 Toby Patterson
 702   # [#12010] Remove confusing error message about language files for extension installations ( thanks Amy && Sam)
 703  
 704  13-August-2008 Anthony Ferrara
 705   ^ Remove install check
 706  
 707  -------------------- 1.5.6 Stable Release [12-August-2008] ------------------
 708  
 709  05-Aug-2008 Toby Patterson
 710   # [#10906] Error in JURI::buildQuery if using "param[key]=value" GET parameter
 711  
 712  -------------------- 1.5.5 Stable Release [27-July-2008] ---------------------
 713  
 714  26-July-2008 Anthony Ferrara
 715   # [#11973] Section Layout chooses existing Category Blog for drill down using SEF URLs
 716   # [#11737] Archive and SEO
 717  
 718  22-July-2008 Anthony Ferrara
 719   # [#11682] component login error with SEF
 720   # [#11888] Archive Article Error With Finish Publishing Date
 721   # [#11849] Various problems with com_content router
 722   # [#11875] Item user acces overridden in newsflash module
 723   # [#11744] searching for article-title doesn't work
 724  
 725  21-July-2008 Anthony Ferrara
 726   # [#11718] Pagebreak plugin still does not work
 727   # [#11844] SEF Plugin breaks Google Webmaster Tools JS
 728  
 729  21-July-2008 Sam Moffatt
 730   # [#11818] JA_Purity : CSS style not correctly apply to menu in Hornav position
 731   # [#11698] Issue with & in Menu Manager Unique Name
 732   # [#10662] Error not warning when there is a submit menu item with the wrong permissions
 733   # [#11895] Wrong overlib for login
 734   # [#11892] Determining Read more Tag
 735   # [#11890] Installing upgrade module results in duplicate module entry
 736   # [#11873] Upgrading components deletes old component entry
 737   # [#11838] Clean up of some Todos
 738   # [#11820] javascript file dtree is corrupt
 739   # [#11717] Double Titles with 1.5.4 upgrade
 740   # [#11409] Category List view does not have a parameter in XML for number of items
 741   # [#10869] newsflash description bad: "random article"?
 742   # [#8889] BEEZ - search ONLY fieldset alignment
 743  
 744  17-July-2008 Mati Kochen
 745   # [#10823] mosmsg is ignored - added support in legacy plugin (thanks Ian for code suggestions)
 746  
 747  16-July-2008 Alan Langford
 748   # [#11846] Allow "collapse all" on all instances of JPane
 749  
 750  15-July-2008 Anthony Ferrara
 751   # [#11839] Contact item, setting the bad word param stops all mail
 752   # [#11731] Wrong languagestring in tpl_ja_purity
 753   # [#11808] Sample data - Promo Books banner incorrect link
 754   # [#11817] JA-Purity Login module using incorrect code for token
 755   # [#11676] fix for Newsflash "read more" links in beez template incorrect
 756   # [#11730] Missing language string in com_content.ini
 757   # [#11760] Another missing language string in com_content.ini
 758   # [#11597] Search filter on Private Messaging Doesn't Find any Messages
 759   # [#11716] Banner using Flash/SWF wrong dimensions
 760   # [#11806] Notice in article selection for article layout menu items
 761   # [#11789] forgot your user name not displayed in other languages
 762   # [#11602] Language file is missing for administrator module mod_feed
 763  
 764  8-July-2008 Anthony Ferrara
 765   # Removal of install check
 766  
 767  -------------------- 1.5.4 Stable Release [7-July-2008] ---------------------
 768  
 769  6-July-2008 Wilco Jansen
 770   # Rollback of language file in joomla_backward.sql
 771   # Included latest language files in installer for 1.5.4
 772  
 773  5-July-2008 Andrew Eddie
 774   # [#11075] Minor errors in ACL libraries (reopened)
 775  
 776  4-July-2008 Wilco Jansen
 777   ^ Change default template back to rhuk_milkyway (all help docs are based upon this template)
 778  
 779  4-July-2008 Anthony Ferrara
 780   # Rollback of language file change (accidental removal of 3 strings)
 781  
 782  3-July-2008 Ian MacLennan
 783   # [#8369] Issues with Page Title and Menu Item Layouts
 784   # [#10766] table align=right breaks rendering in IE and Opera
 785   # [#11646] Corrects in spelling and grammar for en-GB site
 786   # [#11659] Sorting of modules in New module screen is wrong
 787  
 788  3-July-2008 Anthony Ferrara
 789   # [#11647] Corrections (spelling and grammar) to en-GB administrator files (Thanks Ron!)
 790   # [#11648] Corrections to en-GB installer (Thanks Ron!)
 791   # [#11618] acl check incorrect in com_users for block user and email events
 792   # [#11609] Default Article Layout should not have width or colspan="2"
 793   # [#9234] Article Layout menu type does not restrict Categories by Section in Article listbox
 794   # [#11639] OpenID Javascript throws errors causes conflicts with Mootools functions
 795   # [#11627] OnBefore/AfterContentSave Triggers
 796  
 797  2-July-2008 Anthony Ferrara
 798   # [#11643] Cannot save menu item for Submit New Article (Thanks Jens!)
 799   # [#11638] SVN Rev.10473 breaks path on JS includes (Thanks Jens!)
 800   # [#11636] [t,297432] htaccess Security Issue
 801   # [#11635] [Security BUG 1.5.3] User redirect spam (Thanks Ian!)
 802  
 803  30-June-2008 Andrew Eddie
 804   # [11637] Fix htmlentities in com_modules
 805  
 806  28-June 2008 Anthony Ferrara
 807   # [#11583] Updated help screen key refs from doc team  (Thanks Chris Davenport)
 808   ! Patches provided during the second Pizza Bug and Fun event (28/29 june)
 809  
 810  28/29-June 2008 Wilco jansen
 811   # [9027] Search system use keyword "Search..." if the inputbox empty
 812   # [10166] Untranslated String in Calendar tool
 813   # [11249] Set unpublished menu-item as default
 814   # [11407] error of time display module pool
 815   # [11464] Contact router broken on SEF and no Itemid
 816   # [11562] Help screen key reference for Category Manager needs to be variable
 817   # [11600] JURI::root does not honour live_site setting
 818   # [11632] Registration redirects upon successful submission of form back to blank registration form
 819   # [11633] The css for messages in  in milkyway  is incorrect
 820   ! Patches provided during the second Pizza Bug and Fun event (28/29 june)
 821  
 822  27-June-2008 Andrew Eddie
 823   ^ [11601] Improvement to System Debug plugin
 824   # [10842] [patch] mod_latest doesn't use JHTML::_('date')
 825   # [11610] Date in popular module in administrator not GMT
 826  
 827  26-June-2008 Wilco Jansen
 828   # [11190] Unable to delete files with illegal characters
 829   # [11571] Old cache file can't be deleted when cache is turned off
 830   # [11580] Missing translation for timezone Venezuela
 831   # [11463] Dates for votes on poll is not gmt
 832   # [11598] JFactory::getUser() error when specifying user who doesn't exist
 833   # [11470] registered content doesn't show up in a public view when show unauthorized links is set to true in a section view
 834   # [11584] Sort "add module" list in alpha order by column; fix HTML
 835  
 836  25-June-2008 Sam Moffatt
 837   # [11079] Joomla! LDAP Library doesn't support altering details in LDAP
 838  
 839  19/20-June-2008 Wilco Jansen
 840   # [9729] Category Manager - Uncategorized
 841   # [9901] Patch - com_weblinks Categories view revised tmpl/default.php
 842   # [10291] Empty URL Parameters
 843   # [10273] HTML entities in changelog break help display in back-end
 844   # [10280] New Time Zone in Venezuela
 845   # [10380] Category description textarea not HTML-quoted
 846   # [10532] Filter issues in installation and missing or invalid language strings
 847   # [10877] Error: time connection remains a UTC
 848   # [10881] "Article order" missing in language file
 849   # [10944] josSpoofCheck not passing $alternate to josSpoofValue correctly
 850   # [11326] "validName" popup when omitting user name, password or database name in setup wizard
 851   # [11444] [Patch] "What is OpenID?" not displayed
 852   # [11487] Unable to insert image directly after upload without flash uploader
 853   # [11516] Typo in en-GB.mod_mainmenu.ini
 854   ! Patches provided during the second Pizza Bug and Fun event
 855  
 856  19-June-2008 Wilco Jansen
 857   # [11225] Expired cache files lead to component not found error message
 858   ! Patch provided by Anthony. Also unit tests have been created for the caching layer...yay!
 859  
 860  15-June-2008 Wilco Jansen
 861   # [9991] Inconsistent use of nameQuote()
 862   # [11426] Banners component not able to handle flash banners
 863  
 864  8-June-2008 Ian MacLennan
 865   # [10363] E_NOLOGIN_BLOCKED visible in error/warning
 866  
 867  6-June-2008 Wilco Jansen
 868   # [9806] Menu instance seems to be overriden
 869   # [11338] Linked category title in JA_Purity category blog causes text to be linked
 870   # [10873] Frontend Does Not Respect Global List Length
 871   # [11333] Various weblinks fixes, and a little on category manager
 872   # [10834] "Umbrella" issue for several mod_newsfeed issues
 873   # [11354] Typo in gmail authentication plugin
 874  
 875  3-June-2008 Sam Moffatt
 876   ^ prop-set all js, ini and css files to LF line ending style and cleaned up mixed line ending styles
 877  
 878  1-June-2008 Sam Moffatt
 879   ^ prop-set all php files to LF line ending style
 880   ^ Cleaned up a lot of files with mixed line ending styles
 881   # [#8957] ampersand in Site name shows up as &amp; in Administrator tool
 882  
 883  31-May-2008 Wilco Jansen
 884   # [10864] PHP session.auto_start leads to broken installation and warning messages
 885   # [11329] If you have a login menu item, Forgot Password and Forgot Username links don't work
 886   # [10107] Notice: Trying to get property of non-object in section.php on line 449
 887   # [10126] External link in breadcrumb
 888   # [10376] Article editing from FrontPage changes the article alias
 889   # [11331] Breadcrumbs: redundant parameter, and not respecting default values for parameters
 890   # [11158] Menu link to unpublished menu item causes fatal error
 891   # [11191] Missing mandatory check for several menu item types
 892   # [11075] Minor errors in ACL libraries
 893   # [11054] Logged in user can view registration form
 894   # [11311] JA Purity - templateDetails.xml, params - language
 895   # [8512]  HTML in content items matches search words in search component/plugin (AKA the real big issue with search in Joomla!)
 896   # [11302] Typos in tpl_ja_purity admin
 897  
 898  29-May-2008 Wilco Jansen
 899   # [10942] Menu does not rebuild sublevel on copy/move (causes menu ordering issues)
 900   # [10037] timeoffset correction in toISO8601 method of JDate Class
 901   # [11189] Install site and admin languages with one package
 902  
 903  21-May-2008 Anthony Ferrara
 904   # Fix for fatal error introduced by [#10397] fix.  Supports pass by reference too (so [#10397] is fixed as well)
 905  
 906  19-May-2008 Anthony Ferrara
 907   # [#11111] More robust checking of menu type layouts for JS validation (Thanks Jens!)
 908  
 909  18-May-2008 Wilco Jansen
 910   # [9349] JApplicationHelper::getPath requires strict naming conventions which may be deprecated
 911   # [10255] Adding Additonal Security to Joomla's File Caching
 912   # [10397] _processBuildRules and processParseRules  not passing by reference
 913   # [10793] Two small bugs in com_messages
 914   # [10949] Cannot Add News Feeds Category List Layout in 1.5.3
 915  
 916  14-May-2008 Ian MacLennan
 917   ^ Updated key reference for help system from screen.menus.type to screen.menus.edit
 918  
 919  10-May-2008 Wilco Jansen
 920   # [9986] Extension installer Install from Directory field should come with the site path prefilled by default.
 921   # [10412] XHTML validation fails when using category name as a link on frontpage
 922   # [10811] Category link is not closed on front page in BEEZ template - default_item.php
 923   # [10498] [PATCH] folders not copied correctly, using <media> in XML
 924   # [11055] [Security] Crafted URL can disclose absolute path
 925   # [10226] mod_login has a slightly wrong description for login/logout redirection
 926   # [10669] Breadcrumbs module always produces last item in pathway
 927  
 928  09-May-2008 Andrew Eddie
 929   + Added ja_purity template by JoomlArt
 930  
 931  07-May-2008 Sam Moffatt
 932   # [10923] Backend accepts any password for custom Super Administrator when LDAP enabled
 933  
 934  24-Apr-2008 Mati Kochen
 935   # Fix for the Legacy-Marker - missing parse
 936   # Removed the special treatment for RTL in Pagination
 937  
 938  -------------------- 1.5.3 Stable Release [22-April-2008] ---------------------
 939  
 940  19-Apr-2008 Anthony Ferrara
 941   # [#10009] Search Function yields warning
 942   # [#10150] Installation minimum password length doesn't work
 943   # [#10725] Installation not xhtml compliant
 944   # [#10739] Spelling error in com_installer.ini
 945   # [#10092] Switcher hides nested divs
 946   # Fix for fatal error related to [#10638]
 947  
 948  19-Apr-2008 Andrew Eddie
 949   ! Trailing white-space cleanup
 950   # [#9725] JFilterInput Infinite Loop
 951  
 952  18-Apr-2008 Ian MacLennan
 953   # [#10732] Help screen updates for Menu Manager
 954  
 955  18-Apr-2008 Sam Moffatt
 956   # [#10724] Custom user groups fail to display
 957   # [#10707] update link to forum in Sample content
 958   # [#10638] mod_newsflash renders article separator after last article
 959  
 960  17-Apr-2008 Anthony Ferrara
 961   # [#9858] Flash Uploader not loading properly
 962   # [#10511] Print button showing Array Print Array
 963   # [#9775] Cache directory not writable causes warning
 964   # [#10588] QueryBatch executing empty queries
 965   # [#10675] Code Cleanup
 966   # [#10702] JURI::clean fix (not properly stripping out /'s) - Thanks Alex Stylianos
 967   # [#10308] Installer rejects valid DB names
 968   # [#10323] Wrong param count for class_exists in TCPDF
 969  
 970  14-Apr-2008 Mati Kochen
 971   + Offline validation
 972   + Legacy-Marker - a marker to show (admin) extensions requiring Legacy-Mode ON
 973  
 974  13-Apr-2008 Sam Moffatt
 975   # [#10639] mod_newsflash renders bad "read more" link text
 976   # [#10574] Problem with template rhuk_milkyway in white color variation.
 977   # [#10540] com_login not w3c valid
 978   # [#10539] Contacts string repeat twice in com_contacts language file
 979   # [#10510] /templates/beez/com_content/section/default.php
 980   # [#10302] Milky Way and Beez lack editor.css files
 981   # [#9984] Plugin parameters with pipes still not working perfectly
 982   # [#10402] Mainmenu Module issues
 983   # [#9977] Search module changing '-' to ':' in keywords
 984   # [#10097] Various XHTML fixes
 985  
 986  10-Apr-2008 Anthony Ferrara
 987   # [#10508] Caching pathway and breadcrumbs fix
 988   # [#10329] Debug fails with version of Zend Optimizer
 989  
 990  10-Apr-2008 Mati Kochen
 991   # [#10299] Added 'Use Global' as default value to weblink.xml
 992  
 993  09-Apr-2008 Mati Kochen
 994   # [#10253] Better PDF coding
 995  
 996  09-Apr-2008 Mati Kochen
 997   # [#10297] Fixed RTL in Offline message
 998  
 999  04-Apr-2008 Toby Patterson
1000   # Fixed [#10307] "Select Article" breaks on change category refresh ( Thanks Michael )
1001  
1002  03-Apr-2008 Toby Patterson
1003   # Fixed [#10197] component install error fails to reference left over folder in administrator/components folder
1004   # Fixed [#10200] jdoc:include type="module" not usable
1005   # Fixed [#10012] $task is not properly passed to extensions
1006   # Fixed [#10345] emailcloak is not removed if the article does not contain @
1007  
1008  29-Mar-2008 Ian MacLennan
1009   # Fixed [#9335] Extra/Random table class (sectionentrytable0)
1010  
1011  29-Mar-2008 Sam Moffatt
1012   ! Removed old TODO notice in installer
1013  
1014  28-Mar-2008 Wilco Jansen
1015   # Fixed [9118] Uncaught Error message in Extension Manager when uninstalling deleted component
1016   ! Thanks Ian for the patch
1017  
1018  26-Mar-2008 Toby Patterson
1019   # Fixed [9015] No .blank class in system general.css
1020  
1021  -------------------- 1.5.2 Stable Release [22-March-2008] ---------------------
1022  
1023  22-Mar-2008 Sam Moffatt
1024   $ Added ko-KR installation language files
1025  
1026  21-Mar-2008 Sam Moffatt
1027   $ Added lt-LT, pl-PL and ca-ES installation language files
1028  
1029  20-Mar-2008 Ian MacLennan
1030   $ Added bn-IN and th-TH installation language files
1031  
1032  20-Mar-2008 Andrew Eddie
1033   # Fixed double-quoting bug in gacl_api::del_object
1034  
1035  15-Mar-2008 Ian MacLennan
1036   # [#9816] Fixed openid toggle link doesn't appear on component.  Also fixes duplicate ids for com and mod.
1037   # [#9816] Fixed username cannot contain + or - characters
1038   # [#9816] Fixed css resulting from first patch above
1039  
1040  15-Mar-2008 Sam Moffatt
1041   ^ Updated language XML files version to 1.5.2 and date to 2008-03-15 (pour JM)
1042  
1043  12-Mar-2008 Ian MacLennan
1044   # [#10156] Param for disabling the Flash Uploader
1045  
1046  11-Mar-2008 Anthony Ferrara
1047   # [#10077] Edit links for frontpage layout broken when not default menu item.
1048  
1049  11-Mar-2008 Wilco Jansen
1050   # [10129] front-end message when article submitted not translated
1051  
1052  10-Mar-2008 Wilco Jansen
1053   # [9971] Default parameter (global configuration) not stored in table
1054   # [9976] Invalid behavior after switching list length
1055   # [10112] Strings and tips added for 10019 editing options
1056   # [10124] Notice layout in milkyway is not right due to missing some css
1057   # [10071] Email alert for private message is confusing
1058  
1059  09-Mar-2008 Mati Kochen
1060   # [#10083] Upgraded TCPDF Library to v2.6
1061   # [#10102] Removed unneeded IF clause for ICONV usage
1062  
1063  08-Mar-2008 Andrew Eddie
1064   # [#10103] Additional Content Filtering
1065  
1066  07-Mar-2008 Ian MacLennan
1067   # [#9808] JHTMLSelect::Options dies if empty array passed
1068   # [#10027] When bulit a menu with catalog list which catalog has no articles, error comes out when click this menu
1069   # [#10055] Administrator login not possible due to unmasked querys.
1070  
1071  07-Mar-2008 Andrew Eddie
1072   # [#10032] JView::get() does not defer properly to JObject::get()
1073   # [#9641] Extra <ul /> added by mod_mainmenu in access restricted menus
1074   # [#10047] Size correction for some parameters pop-ups (patch)
1075   ^ Massmail BCC checkbox checked by default
1076  
1077  05-Mar-2008 Ian MacLennan
1078   # [#9817] TableUser has sendEmail set to 1 by default instead of 0, while JUser has it set to 0 by default
1079  
1080  04-Mar-2008 Anthony Ferrara
1081   # [#9964] lost password sends a bad link when Joomla is in a directory (Thanks Tomasz Dobrzynski)
1082   # [#10011] 2 Bugs in com_newsfeed
1083   # [#9828] Broken Links to blog items
1084   # [#8679] Incorrect anchors in pagination for admin template
1085  
1086  01-Mar-2008 Alan Langford
1087   ^ Conditional load of JLoader to support unit test.
1088   + Add jexit() global exit function, also for unit test.
1089   ^ Replace all non-environment calls to die() and exit() with jexit() (except external libs).
1090   ^ Make die message on no _JEXEC defined consistent throughout.
1091  
1092  29-Feb-2008 Toby Patterson
1093   # [#8775] Administration Toolbar translation issues
1094  
1095  29-Feb-2008 Anthony Ferrara
1096   # Error Log Library overwriting $date var (fatal error)
1097   # [#9673] Media Manager + Global paths issues
1098   # [#9978] Alias URLs don't work when SEF enabled
1099   * Sanitization of image and media paths in global config
1100   # Fix for date in com_messages (Thanks Jens)
1101  
1102  28-Feb-2008 Anthony Ferrara
1103   + JFactory::getDate
1104   + Support for locale based JDate override (for support of non-gregorian calendars)
1105   ^ Changed all calls from $date = new JDate() to $date =& JFactory::getDate();
1106   ^ JDate now does the translations on its own (it does not rely on setlocale()) for thread safe function.
1107   $ Added support for xx-XX.date.php in frontend language directories (to be used for non-gregorian calendars).
1108   ! all instances of JDate should now be retrieved via JFactory::getDate(); (to allow for overrides)
1109   # Notice with JTable::isCheckedOut when called statically
1110   # [#9832] [#9696] Invalid Itemid causes router to choke
1111   # [#7860] Cache Callback ID not reliable if callback is object
1112   # [#9715] Development info cached (also fixes tpl=1 case)
1113   # [#9421] Fix for INI parsing with | in the content
1114   $ [#9848] DESCNEWITEMSFIRST & LAST added to many places.
1115   # [#9377] Easier translation and localization
1116   # Upgrade TCPDF to 2.2.002 (Removes GD, libjpeg and libpng dependancies)
1117   # [#9968] Fix for router using default menu item vars if non-sef url passed when sef is enabled
1118   # [#9288] Title not escaped in link for section blog view
1119  
1120  28-Feb-2008 Wilco Jansen
1121   # [9946] Page title issue for contents
1122  
1123  28-Feb-2008 Sam Moffatt
1124   ^ Changed incorrect and misleading text in LDAP Authentication plugin
1125  
1126  28-Feb-2008 Ian MacLennan
1127   # [#9402] Alternative read more
1128   # [#9909] Newsflash Module returns incorrect SEF URL
1129   # [#9847] JTable::isCheckedOut() can throw an undefined method error
1130   # [#9912] Error in sample data
1131   $ [#9967] 2 missing strings in admin
1132   # [#7960] JFilterInput
1133  
1134  27-Feb-2008 Ian MacLennan
1135   # [#9648] Cache folder disapearing with legacy mode enabled
1136   # [#9805] bad url element for content pdf links]
1137  
1138  26-Feb-2008 Ian MacLennan
1139   # [#9845] com_user Login form does not offer OpenId login option
1140   # [#9844] created date on openid created users is invalid
1141   # [#8676] OpenID related untranslated strings [js]
1142  
1143  26-Feb-2008 Hannes Papenberg
1144   # [#9916] Saving Article Layout menu does not work
1145  
1146  25-Feb-2008 Ian MacLennan
1147   # [#9932] Typo in file
1148   # [#9907] Code cleanup com_weblinks, <button> element improperly closed
1149  
1150  25-Feb-2008Mati Kochen
1151   ^ [#9857] Updated TCPDF Library to support RTL - Thanks JM.
1152  
1153  23-Feb-2008 Ian MacLennan
1154   # [#9778] Breadcrumb includes separators
1155   # [#9513] Search module in rhuk_milkyway - IE6
1156   # [#8547] Com_media: Unable to delete files with spaces
1157   # [#9862] Remember me can display confusing error message.
1158  
1159  
1160  22-Feb-2008 Anthony Ferrara
1161   # Fix parse_str &amp; issues
1162   # [#9867] �Hardcoded strings + some errors (Thanks JM)
1163  
1164  21-Feb-2008 Ian MacLennan
1165   # [#9840] •Hard coded string missing translation
1166   # [#9579] Contact Send-Email Form Routing to Wrong Address
1167   # [#9739] sefRelToAbs( 'http://localhost/index.php?option=com_content&view=frontpage&Itemid=1' ) returns wrong URL
1168  
1169  20-Feb-2008 Ian MacLennan
1170   # [#9807] Notice error in lib/j/html/html/list.php, sign of bigger problem (thanks Jens)
1171  
1172  19-Feb-2008 Anthony Ferrara
1173   # [#9534] Tooltips hidden behind some tabs
1174   # [#8800] Changing order of articles
1175   # [#9708] Styling of loadmodule plugin fix.
1176   # [#9710] mod_feed htmlentities issues.
1177   # [#9758] Frontend error message for checked out content partially translated
1178  
1179  16-Feb-2008 Ian MacLennan
1180   # [9635] mod_random_image doesn't work as advertised
1181   # [8230] missing error handler on jfactory getxmlparser
1182  
1183  15-Feb-2008 Ian MacLennan
1184   # [#8684] Errors not correctly trapped on login
1185  
1186  14-Feb-2008 Ian MacLennan
1187   # [#9655] Cannot have more than 1 mootools tree on a page
1188  
1189  13-Feb-2008 Ian MacLennan
1190   # [#9263] Bug in com_search: incorrect highliting of multiple search words
1191   # [#8738] Backend Login Problems--error message not shown when frontend or blocked user attempts login
1192   # [#9630] Language strings missing
1193   # [#9636] mod_banners cannot validate as XHTML 1.0 Strict
1194   # [#9289] reference to wrapper url produces errors when no modules are loaded
1195   # [#9719] JDate->toISO8601 suggestion/correction
1196  
1197  12-Feb-2008 Ian MacLennan
1198   # [#9695] Invalid Token message received when trying to authenticate with OpenID
1199   # [#9006] Incorrect delete section message
1200   # [#9253] Incorrect caching time of the feed XML in mod_feed
1201   # [#9490] Fatal error: Call to a member function name() helper.php
1202   # [#8808] PDF from an article - "contributed by" isof "written by"
1203   # [#9555] Poll Manager poll's title sorting broken
1204  
1205  12-Feb-2008 Anthony Ferrara
1206   # [#9697] Khepri has type="module" instead of type="modules" for Admin Submenu (Thanks Jens)
1207  
1208  11-Feb-2008 Andrew Eddie
1209   $ Fixed string for XML-RPC server tip (default is no) in com_config.ini
1210  
1211  10-Feb-2008 Ian MacLennan
1212   # Fixed [9371] h3 Title not translated at install step4 and 5
1213   # Fixed [9697] Khepri has type="module" instead of type="modules" for Admin Submenu
1214  
1215  10-Feb-2008 Anthony Ferrara
1216   # Fixed issue with notice populating $live_site on upgrade from 1.5.0
1217  
1218  10-Feb-2008 Sam Moffatt
1219   # Fixed [#9381] Misnamed variable errors in migration
1220  
1221  09-Feb-2008 Ian MacLennan
1222   # Fixed [8602] Cookie error message in installation process
1223   # Fixed [9458] Email on new article - "from" is missing
1224   # Fixed [8368] Template preview shows only used module positions
1225   # Fixed [9434] Sample data: Two Resource Modules
1226   # Fixed [9690] Version number in administrator backend shows 1.5.0
1227   # Fixed [9312] Pre-installation Check wrongly recommends Display Errors ON
1228   # Fixed [9408] Articles don't change if you change a category to another section
1229  
1230  
1231  -------------------- 1.5.1 Stable Release [8-February-2008] ---------------------
1232  
1233  05-Feb-2008 Anthony Ferrara
1234   # Fixed [9552] Added missing DOMMIT files
1235   # Fixed [9620] When trying to login, the site returns 'Invalid Token'
1236   # Added live_site parameter to config, and JURI::base override (fixes SEF and proxy issues)
1237  
1238  05-Feb-2008 Ian MacLennan
1239   # Fixed [9512] Removed superfluous references to JUser
1240   # Fixed [9596] Incorrect language string in Beez
1241   # Fixed [9257] Fixed comments in index.php and administrator/index.php
1242   # Fixed [9399] XMLRPC Blogger more_text tag problem
1243   * Fixed [9406] XMLRPC Blogger API
1244  
1245  05-Feb-2008 Andrew Eddie
1246   # Turned XML-RPC server off by default
1247  
1248  04-Feb-2008 Wilco Jansen
1249   # Fixed [9111] error.php contains a relative url to Home Page (Thanks Jens)
1250   # Fixed [9516] Links in archive module don't work with SEF (Thanks Jens)
1251   # Fixed [9211] Installation always falling back to joomla_backwards.sql (Thanks Jens)
1252  
1253  01-Feb-2008 Ian MacLennan
1254   # Fixed [#9320] Problem with allowing HTML in requests [patch] (Thanks Jens)
1255  
1256  01-Feb-2008 Anthony Ferrara
1257   * Fixed remote execution vulnerability in phpmailer
1258   # [#6730] batchQuery() Bug: Broken splitting function
1259   # [#8776] Mass Email BCC option (Thanks JM)
1260  
1261  30-Jan-2008 Anthony Ferrara
1262   # Fixed htaccess instructions (refering to a second section that was removed)
1263   # [topic,257873] Fixed possible notice with com_content router
1264   # [#9518] When creating menu item for a poll, you cannot select poll (Thanks Ian MacLennan)
1265   # [#9383] Search for contacts generates bad links (Thanks Jens-Christian Skibakk)
1266   # [#9426] PopUp Url link broken
1267  
1268  29-Jan-2008 Ian MacLennan
1269   # Fixed [#9342] Poll goes 404 after voting - fixed redirect URL.
1270  
1271  28-Jan-2008 Anthony Ferrara
1272   # Fixed memcache session driver config param loading (changed it to work like cache driver)
1273   # [#9225] Typo in joomla_backwards.sql (Thanks Jens-Christian Skibakk)
1274   # [#8823] Modules don't show up when eAccelerator is enabled (Thanks Dalibor Karlovic)
1275  
1276  28-Jan-2008 Robin Muilwijk
1277   # Fixed [#9472] Session not cleared properly
1278   # Fixed [#9291] Error in call method
1279   # Fixed [#9251] Additional double quote in weblink's template
1280   # Fixed [#8173] Problem with preg_quote in function utf8_ireplace
1281  
1282  27-Jan-2008 Wilco Jansen
1283   ^ Remove the installation check
1284   # [9401] Help in backend showind 404 [Patch], thanks Jens-Christian Skibakk for the patch
1285   # [9412] publish_down is initialized to 1970 in some environments, thanks Kevin for the patch
1286  
1287  -------------------- 1.5.0 Stable Release [21-January-2008] ---------------------
1288  
1289  21-Jan-2008 Rob Schley
1290   ^ Updated COPYRIGHT.php to reference the new, consolidated CREDITS.php
1291   + Added LICENSES.php which will hold full text versions of other licenses.
1292  
1293  17-Jan-2008 Anthony Ferrara
1294   + [8987] [8986] Added 3 Language strings to com_user and com_installer's language files (Thanks JM)
1295   # [9285] Administrators not being able to edit their own profile or change password
1296  
1297  16-Jan-2008 Anthony Ferrara
1298   # Fixed session issues with Invalid Token randomly appearing
1299   # Fixed [9255] Error with Pagination and SEF (Thanks Jenscski)
1300  
1301  15-Jan-2008 Wilco Jansen
1302   + Added language af-ZA and ar-DZ
1303  
1304  15-Jan-2008 Andrew Eddie
1305   ^ Encapsulated public/non-public token logic into JUtility::getToken
1306  
1307  14-Jan-2008 Wilco Jansen
1308   # Fixed [8874] Apostrophes transformed in html entities for page titles
1309   # Fixed [8673] Wrong encoding for "login redirection url" in user login parameters
1310   ^ Changed fa-IR langiage pack
1311   + Added tr-TR langiage pack
1312   ! Patch for 8874 and 8673 provided by Kevin Devine
1313  
1314  14-Jan-2008 Andrew Eddie
1315   # Fixed inconsistend SQL in backward compat file (#__core_acl_aro_sections.section_id renamed to #__core_acl_aro_sections.id)
1316  
1317  13-Jan-2008 Anthony Ferrara
1318   * [8739] Block user issues in administrator fix
1319   * [topic,252372] Security fix in com_users
1320   # [9126] [8702] Fixes for imagepath problems in categories:w
1321   # Fixed language issues
1322   # Added default alias for all items in core
1323  
1324  12-Jan-2008 Wilco Jansen
1325   # Fixed [9194] No _JEXEC check in bigdump causes information disclosure if called directly
1326  
1327  12-Jan-2008 Ian MacLennan
1328   # Fixed SEF issue for com_newsfeeds.
1329   # Removed incorrect line endings from some language files.
1330   # Fixed issue with page cache caching tokens.
1331  
1332  11-Jan-2008 Ian MacLennan
1333   # Fixed SEF issue for com_poll, com_wrapper and com_search
1334  
1335  11-Jan-2008 Wilco Jansen
1336   # Fixed [9032] cannot upload image
1337   # Fixed [9161] Media Manager - uploads doesn't work with flash tool
1338   ! Patch provided by Kevin Devine, thanks Kevin!
1339   ^ Changes language files for hr-HR, lt-LT, ro-RO, ru-RU
1340   + Added language files for eu-ES, hi-IN
1341  
1342  11-Jan-2008 Ian MacLennan
1343   # Fixed bug in search where small words were not being filtered out properly
1344   # Fixed problem in search with regex using too many resources (related to above)
1345   # Fixed [#8404] Incorrect highlighting of search terms (as a byproduct)
1346  
1347  10-Jan-2008 Sam Moffatt
1348   # Fixed error in backlink migration plugin
1349   # Fixed error with category/section search in front end
1350   # Fixed error with weblink search in back end
1351   # Fixed error with Legacy SEF incorrectly returning 404 page not found error
1352  
1353  09-Jan-2008 Andy Miller
1354   # Fixed issues with pillmenu in both LTR and RTL directions
1355  
1356  09-Jan-2008 Ian MacLennan
1357   # Fixed issue with incorrect building of section links in content router
1358  
1359  07-Jan-2008 Johan Janssens
1360   # Fixed issue with JApplication::route wrongly assuming no route was found if no request variables are
1361     being returned and throwing a 404.
1362  
1363  07-Jan-2008 Andrew Eddie
1364   # Changed form tokens to display different public and logged in values
1365  
1366  05-Jan-2008 Rob Schley
1367   # Refactored routers for com_contact, com_weblinks, com_polls, and com_newsfeeds to be more reliable
1368     at finding configurations and to prevent duplicate content URL issues.
1369  
1370  05-Jan-2008 Louis Landry
1371   # Fixed [#8228] Empty categories don't display when the show empty category parameter is selected (proposed solution)
1372   # Fixed [#8301] Memory consumption problems in com_search
1373   # Fixed [#8432] Mod_polls Validation: JS Unterminated String Literal--problems with quote marks in alias
1374   # Fixed [#8532] alias fields on menus and com_pool is not correctly sanitized can break links when sef on and cause other errors
1375  
1376  05-Jan-2008 Charl van Niekerk
1377   # Fixed pagination in backend com_weblinks (similar issue as [#8718])
1378   # Fixed division by zero in com_weblinks frontend and backend if limit = 0
1379  
1380  05-Jan-2008 Anthony Ferrara
1381   # [#8663] File path issues in media manager for IE6 and IE7 (Thanks Jens-Christian Skibakk)
1382   # [#8452] Mediamanager in IE6 shows one item in each row (Thanks Michal Sobkowiak)
1383   ^ Fix for pt-PT installation translation file error (from Translation team)
1384  
1385  05-Jan-2008 Mati Kochen
1386   + Added missing POLL string
1387   - Removed unnecessary "
1388   ^ fixed locales again
1389   # [topic,249218] notice when showing subtree with no active parent (thanks trevornorth)
1390  
1391  05-Jan-2008 Wilco Jansen
1392   ^ Updated the installer language files (thanks Ole for providing, thanks translators for creating these files)
1393   # Fixed [9019] Content of entryfield 'Style' of 'Image' -> 'Appearances' are not saved in Article Editor (Thanks Bruce Scherzinger)
1394   ! Make sure to save the plugin properties once of the tinymce editor!
1395  
1396  05-Jan-2008 Andrew Eddie
1397   * SECURITY - Hardened escaping of user supplied text strings used in LIKE queries
1398   ^ Added extra arguments to JDatabase::Quote and JDatabase::getEscaped to facilitate hardening queries
1399   # Fixed [#8988] Legacy commonhtml.php bug
1400   # Fixed missing token in offline page
1401  
1402  04-Jan-2008 Charl van Niekerk
1403   # Fixed pagination in backend com_content (similar issue as [#8718])
1404  
1405  04-Jan-2008 Louis Landry
1406   # Fixed JDate issue with server offsets and daylight savings time as well as GMT output
1407  
1408  04-Jan-2008 Jui-Yu Tsai
1409   # Fixed com_messages manager reset filter
1410  
1411  04-Jan-2008 Mati Kochen
1412   ^ [topic,249292] Minor Typos in Sample Data
1413   # [topic,249199] Added 404 if no Route was found
1414  
1415  04-Jan-2008 Alan Langford
1416   ^ Removed conditionals in loader.php, to revisit after upcoming release.
1417  
1418  03-Jan-2008 Jui-Yu Tsai
1419   # Fixed [#8615][topic,240577] mod_newsflash "Read more..." parameter issue
1420   # Fixed [topic,248718] com_search gives an error under Beez template
1421   # Fixed [topic,248716] Author and date in beez template
1422  
1423  03-Jan-2008 Anthony Ferrara
1424   # Fixed untranslated string in timezones (Thanks Ercan �zkaya)
1425  
1426  03-Jan-2008 Andrew Eddie
1427   # Added JHTML::_( 'form.token' ) and JRequest::checkToken to assist in preventing CSRF exploits
1428  
1429  03-Jan-2008 Alan Langford
1430   ^ Added conditionals to JLoader, __autoload(), jimport() to aid unit testing.
1431  
1432  02-Jan-2008 Mati Kochen
1433   ^ Added UTF locales to en_GB.xml (admin/installation/site)
1434  
1435  02-Jan-2008 Andrew Eddie
1436   # Fixed CSRF exploits in com_installer
1437  
1438  02-Jan-2008 Toby Patterson
1439   # Fixed problem with JDocumentRendererAtom encoding links resulting in invalid urls ( & to &amp; )
1440  
1441  02-Jan-2008 Robin Muilwijk
1442   # Fixed [#8969] Mod_sections missing parameter + patch
1443   # Fixed [#8828] htaccess does not include rewrite for .htm
1444  
1445  02-Jan-2008 Sam Moffatt
1446   # Fixed radio button selection in com_installer
1447   ^ Removed administration/media tag from module installer
1448  
1449  01-Jan-2008 Chris Davenport
1450   ^ Local help files replaced by dummy files containing links to online help.
1451  
1452  01-Jan-2008 Johan Janssens
1453   ^ Changed JHTML::_() to support variable prefixes, type can now be prefix.class.function
1454  
1455  01-Jan-2008 Wilco Jansen
1456   ^ Added also front-end language defaulting, see also #8307
1457  
1458  01-Jan-2008 Mati Kochen
1459   # [#8750] Fixed Base URL sent by reminder mail
1460  
1461  01-Jan-2008 Sam Moffatt
1462   ! Welcome to 2008, a great new year for Joomla!
1463   ^ Updates to the installation system to better handle some situations
1464   ^ Renamed a variable in the Joomla authentication plugin to make more sense
1465   # Fixes to prevent against uninitialised variable access in various locations
1466  
1467  31-Dec-2007 Mati Kochen
1468   ^ [topic,247978] Added More Articles string, with corresponding fixes in files
1469   # [#8935] wrong comparisson for categories
1470  
1471  31-Dec-2007 Charl van Niekerk
1472   # Fixed [#8516] xmlrpc throws errors when using third party blog/content entry tools
1473   ^ Changed mod_breadcrumbs individual module include to "breadcrumb" position include in rhuk_milkyway and beez
1474   ^ Renamed "breadcrumbs" position to "breadcrumb" in rhuk_milkyway
1475  
1476  31-Dec-2007 Johan Janssens
1477   + Added scope variable to JApplication
1478  
1479  30-Dec-2007 Wilco Jansen
1480   # Fixed [8307] Local distribs can't define default admin language
1481  
1482  30-Dec-2007 Charl van Niekerk
1483   # Fixed [#8718] Frontend com_weblinks pagination error
1484  
1485  30-Dec-2007 Mati Kochen
1486   # [#8568] Applied proposed fixes
1487   # [#8797] Added string to com_installer
1488   # [#7549] type of uninstall not translated
1489   # [#8901] changed copyright to 2008
1490  
1491  30-Dec-2007 Anthony Ferrara
1492   ^ [#8901] Update copyright date needed in all trunk files
1493   # [#8736] 'limit' form field ignored in com_search
1494   ^ Added Istanbul to the timezone listings (Thanks Ercan �zkaya)
1495  
1496  29-Dec-2007 Andy Miller
1497   # Fixed issue with admin login button with Safari
1498  
1499  29-Dec-2007 Hannes Papenberg
1500   # [#8688] fixed pagination in com_categories
1501  
1502  29-Dec-2007 Johan Janssens
1503   + Added transliterate function to JLanguage
1504   ^ JFilterOutput::stringURLSafe now calls JLanguage::transliterate
1505  
1506  29-Dec-2007 Anthony Ferrara
1507   # [#8690] javascript popup: url not found (images directory incorrect)
1508  
1509  29-Dec-2007 Mati Kochen
1510   ^ change width from 1000px to 960px (khepri)
1511   # [#8873] added BROWSE string
1512   # [#8867] fixed (Today) string
1513   # [#8576] added UNINSTALLLANGPUBLISHEDALREADY to com_installer with the correct call
1514  
1515  28-Dec-2007 Hannes Papenberg
1516   # Fixed [#8229] If Intro Text is set to hide and no Fulltext is available, Intro Text is used as the fulltext
1517  
1518  27-Dec-2007 Wilco Jansen
1519   ! Forgotten to credit Zinho for supplying us with information about the csrf exploit that was fixed
1520     during PBF weekend. Thanks Zinho for you issue report.
1521  
1522  27-Dec-2007 Chris Davenport
1523   ^ Removed/renamed redundant local help screens.
1524  
1525  26-Dec-2007 Nur Aini Rakhmawati
1526  # Fixed [#6111] New button act as Edit when multiply select in Menu Item Manager
1527  # Fixed [t,223403] Warning menu manager standardization for cancel button
1528  
1529  25-Dec-2007 Nur Aini Rakhmawati
1530   # Fixed [#8557] language typo and ordering languange list (Thanks to Ole Bang Ottosen)
1531  
1532  24-Dec-2007 Anthony Ferrara
1533   # Fixed [#8754] issue with SEF plugin rewriting raw anchors (Thanks Jens-Christian Skibakk)
1534  
1535  24-Dec-2007 Jui-Yu Tsai
1536   # Fixed [#8568] language typo
1537  
1538  23-Dec-2007 Rob Schley
1539   # Fixed JRegistryFormatINI::objectToString() method to build proper arrays again. Thanks Ian for testing.
1540   # Fixed view cache handler not storing module buffer.
1541   # Fixed JDocumentHTML::getBuffer() so that you can access the entire document buffer.
1542  
1543  23-Dec-2007 Nur Aini Rakhmawati
1544   # Fixed [#8168] Removed Redundant code in Published Section. Thanks Alaattin Kahramanlar
1545  
1546  22-Dec-2007 Johan Janssens
1547   + Added $params parameter to JEditor::display function. This allows to programaticaly set or override
1548     the editor plugin parameters.
1549  
1550  22-Dec-2007 Andrew Eddie
1551   ^ Moved article edit icon into the print|pdf|email area
1552   + Added type property to JAuthenticationResponse which is set to the successful authenication method
1553   ^ Split diff.sql into steps for RC's
1554  
1555  21-Dec-2007 Mati Kochen
1556   ^ [topic,245507] Better Styling with double classes & easier RTL
1557  
1558  21-Dec-2007 Anthony Ferrara
1559   # [#8678] [#8675] [#8648] [topic,245507] Fixed min-width CSS issue forcing scrollbars
1560  
1561  21-Dec-2007 Andrew Eddie
1562   # Fixed [topic,245313] Fatal error in Menu Manager when editing an item
1563   ! Lots of cosmetic commits (remove trailing ?> tags at EOF, white space, etc)
1564  
1565  20-Dec-2007 Jui-Yu Tsai
1566   # [topic,245322] fixed missing "s" at string for more than one unit
1567  
1568  20-Dec-2007 Mickael Maison
1569   # [#7617] Untranslated error message during authentication
1570  
1571  20-Dec-2007 Mati Kochen
1572   ^ [topic,244583] added $rows = $this->items, and replaced all instaces
1573   ^ [topic,244213] added limitation to the return pagination only when there is one
1574   ^ [topic,244895] added missing content display
1575   ^ [topic,245291] refactor more links to use ContentHelperRoute
1576  
1577  20-Dec-2007 Ian MacLennan
1578   # Fixed Topic 245155 Category Content Filter missing default parameter values in model
1579  
1580  20-Dec-2007 Sam Moffatt
1581   # [#8444] Testing migration script on install - Scripts not executing (added display of current max PHP upload)
1582   # [#8517] com_installer: Installing from nonexisting URL generates technical error message
1583   ! SERVER_CONNECT_FAILED language added to com_installer
1584   ! MAXIMUM UPLOAD SIZE and UPLOADFILESIZE added to installation language
1585   # [#8628] Extension installer fails to remove media files (proposed solution)
1586   # [#8573] Google stuff still present in com_search
1587  
1588  20-Dec-2007 Andrew Eddie
1589   # Fixed [t,243324] PHP 4 incompatible syntax in ContentModelArchive::_getList
1590   # Fixed extra <span> in Content Archive items layout
1591   # Fixed [#8667] bug in JDate
1592  
1593  19-Dec-2007 Ian MacLennan
1594   # Fixed Content Router swallows up layout (checks to see if it matches Itemid)
1595  
1596  19-Dec-2007 Ian MacLennan
1597   # Fixed topic 244449 XMLRPC Search plugin doesn't work with weblinks search plugin published
1598  
1599  -------------------- 1.5.0 Release Candidate 4 Released [19-December-2007] ---------------------
1600  =======
1601  
1602  24-Apr-2008 Mati Kochen
1603   # Fix for the Legacy-Marker - missing parse
1604   # Removed the special treatment for RTL in Pagination
1605  
1606  -------------------- 1.5.3 Stable Release [22-April-2008] ---------------------
1607  
1608  19-Apr-2008 Anthony Ferrara
1609   # [#10009] Search Function yields warning
1610   # [#10150] Installation minimum password length doesn't work
1611   # [#10725] Installation not xhtml compliant
1612   # [#10739] Spelling error in com_installer.ini
1613   # [#10092] Switcher hides nested divs
1614   # Fix for fatal error related to [#10638]
1615  
1616  19-Apr-2008 Andrew Eddie
1617   ! Trailing white-space cleanup
1618   # [#9725] JFilterInput Infinite Loop
1619  
1620  18-Apr-2008 Ian MacLennan
1621   # [#10732] Help screen updates for Menu Manager
1622  
1623  18-Apr-2008 Sam Moffatt
1624   # [#10724] Custom user groups fail to display
1625   # [#10707] update link to forum in Sample content
1626   # [#10638] mod_newsflash renders article separator after last article
1627  
1628  17-Apr-2008 Anthony Ferrara
1629   # [#9858] Flash Uploader not loading properly
1630   # [#10511] Print button showing Array Print Array
1631   # [#9775] Cache directory not writable causes warning
1632   # [#10588] QueryBatch executing empty queries
1633   # [#10675] Code Cleanup
1634   # [#10702] JURI::clean fix (not properly stripping out /'s) - Thanks Alex Stylianos
1635   # [#10308] Installer rejects valid DB names
1636   # [#10323] Wrong param count for class_exists in TCPDF
1637  
1638  14-Apr-2008 Mati Kochen
1639   + Offline validation
1640   + Legacy-Marker - a marker to show (admin) extensions requiring Legacy-Mode ON
1641  
1642  13-Apr-2008 Sam Moffatt
1643   # [#10639] mod_newsflash renders bad "read more" link text
1644   # [#10574] Problem with template rhuk_milkyway in white color variation.
1645   # [#10540] com_login not w3c valid
1646   # [#10539] Contacts string repeat twice in com_contacts language file
1647   # [#10510] /templates/beez/com_content/section/default.php
1648   # [#10302] Milky Way and Beez lack editor.css files
1649   # [#9984] Plugin parameters with pipes still not working perfectly
1650   # [#10402] Mainmenu Module issues
1651   # [#9977] Search module changing '-' to ':' in keywords
1652   # [#10097] Various XHTML fixes
1653  
1654  10-Apr-2008 Anthony Ferrara
1655   # [#10508] Caching pathway and breadcrumbs fix
1656   # [#10329] Debug fails with version of Zend Optimizer
1657  
1658  10-Apr-2008 Mati Kochen
1659   # [#10299] Added 'Use Global' as default value to weblink.xml
1660  
1661  09-Apr-2008 Mati Kochen
1662   # [#10253] Better PDF coding
1663  
1664  09-Apr-2008 Mati Kochen
1665   # [#10297] Fixed RTL in Offline message
1666  
1667  04-Apr-2008 Toby Patterson
1668   # Fixed [#10307] "Select Article" breaks on change category refresh ( Thanks Michael )
1669  
1670  03-Apr-2008 Toby Patterson
1671   # Fixed [#10197] component install error fails to reference left over folder in administrator/components folder
1672   # Fixed [#10200] jdoc:include type="module" not usable
1673   # Fixed [#10012] $task is not properly passed to extensions
1674   # Fixed [#10345] emailcloak is not removed if the article does not contain @
1675  
1676  29-Mar-2008 Ian MacLennan
1677   # Fixed [#9335] Extra/Random table class (sectionentrytable0)
1678  
1679  29-Mar-2008 Sam Moffatt
1680   ! Removed old TODO notice in installer
1681  
1682  28-Mar-2008 Wilco Jansen
1683   # Fixed [9118] Uncaught Error message in Extension Manager when uninstalling deleted component
1684   ! Thanks Ian for the patch
1685  
1686  26-Mar-2008 Toby Patterson
1687   # Fixed [9015] No .blank class in system general.css
1688  
1689  -------------------- 1.5.2 Stable Release [22-March-2008] ---------------------
1690  
1691  22-Mar-2008 Sam Moffatt
1692   $ Added ko-KR installation language files
1693  
1694  21-Mar-2008 Sam Moffatt
1695   $ Added lt-LT, pl-PL and ca-ES installation language files
1696  
1697  20-Mar-2008 Ian MacLennan
1698   $ Added bn-IN and th-TH installation language files
1699  
1700  20-Mar-2008 Andrew Eddie
1701   # Fixed double-quoting bug in gacl_api::del_object
1702  
1703  15-Mar-2008 Ian MacLennan
1704   # [#9816] Fixed openid toggle link doesn't appear on component.  Also fixes duplicate ids for com and mod.
1705   # [#9816] Fixed username cannot contain + or - characters
1706   # [#9816] Fixed css resulting from first patch above
1707  
1708  15-Mar-2008 Sam Moffatt
1709   ^ Updated language XML files version to 1.5.2 and date to 2008-03-15 (pour JM)
1710  
1711  12-Mar-2008 Ian MacLennan
1712   # [#10156] Param for disabling the Flash Uploader
1713  
1714  11-Mar-2008 Anthony Ferrara
1715   # [#10077] Edit links for frontpage layout broken when not default menu item.
1716  
1717  11-Mar-2008 Wilco Jansen
1718   # [10129] front-end message when article submitted not translated
1719  
1720  10-Mar-2008 Wilco Jansen
1721   # [9971] Default parameter (global configuration) not stored in table
1722   # [9976] Invalid behavior after switching list length
1723   # [10112] Strings and tips added for 10019 editing options
1724   # [10124] Notice layout in milkyway is not right due to missing some css
1725   # [10071] Email alert for private message is confusing
1726  
1727  09-Mar-2008 Mati Kochen
1728   # [#10083] Upgraded TCPDF Library to v2.6
1729   # [#10102] Removed unneeded IF clause for ICONV usage
1730  
1731  08-Mar-2008 Andrew Eddie
1732   # [#10103] Additional Content Filtering
1733  
1734  07-Mar-2008 Ian MacLennan
1735   # [#9808] JHTMLSelect::Options dies if empty array passed
1736   # [#10027] When bulit a menu with catalog list which catalog has no articles, error comes out when click this menu
1737   # [#10055] Administrator login not possible due to unmasked querys.
1738  
1739  07-Mar-2008 Andrew Eddie
1740   # [#10032] JView::get() does not defer properly to JObject::get()
1741   # [#9641] Extra <ul /> added by mod_mainmenu in access restricted menus
1742   # [#10047] Size correction for some parameters pop-ups (patch)
1743   ^ Massmail BCC checkbox checked by default
1744  
1745  05-Mar-2008 Ian MacLennan
1746   # [#9817] TableUser has sendEmail set to 1 by default instead of 0, while JUser has it set to 0 by default
1747  
1748  04-Mar-2008 Anthony Ferrara
1749   # [#9964] lost password sends a bad link when Joomla is in a directory (Thanks Tomasz Dobrzynski)
1750   # [#10011] 2 Bugs in com_newsfeed
1751   # [#9828] Broken Links to blog items
1752   # [#8679] Incorrect anchors in pagination for admin template
1753  
1754  01-Mar-2008 Alan Langford
1755   ^ Conditional load of JLoader to support unit test.
1756   + Add jexit() global exit function, also for unit test.
1757   ^ Replace all non-environment calls to die() and exit() with jexit() (except external libs).
1758   ^ Make die message on no _JEXEC defined consistent throughout.
1759  
1760  29-Feb-2008 Toby Patterson
1761   # [#8775] Administration Toolbar translation issues
1762  
1763  29-Feb-2008 Anthony Ferrara
1764   # Error Log Library overwriting $date var (fatal error)
1765   # [#9673] Media Manager + Global paths issues
1766   # [#9978] Alias URLs don't work when SEF enabled
1767   * Sanitization of image and media paths in global config
1768   # Fix for date in com_messages (Thanks Jens)
1769  
1770  28-Feb-2008 Anthony Ferrara
1771   + JFactory::getDate
1772   + Support for locale based JDate override (for support of non-gregorian calendars)
1773   ^ Changed all calls from $date = new JDate() to $date =& JFactory::getDate();
1774   ^ JDate now does the translations on its own (it does not rely on setlocale()) for thread safe function.
1775   $ Added support for xx-XX.date.php in frontend language directories (to be used for non-gregorian calendars).
1776   ! all instances of JDate should now be retrieved via JFactory::getDate(); (to allow for overrides)
1777   # Notice with JTable::isCheckedOut when called statically
1778   # [#9832] [#9696] Invalid Itemid causes router to choke
1779   # [#7860] Cache Callback ID not reliable if callback is object
1780   # [#9715] Development info cached (also fixes tpl=1 case)
1781   # [#9421] Fix for INI parsing with | in the content
1782   $ [#9848] DESCNEWITEMSFIRST & LAST added to many places.
1783   # [#9377] Easier translation and localization
1784   # Upgrade TCPDF to 2.2.002 (Removes GD, libjpeg and libpng dependancies)
1785   # [#9968] Fix for router using default menu item vars if non-sef url passed when sef is enabled
1786   # [#9288] Title not escaped in link for section blog view
1787  
1788  28-Feb-2008 Wilco Jansen
1789   # [9946] Page title issue for contents
1790  
1791  28-Feb-2008 Sam Moffatt
1792   ^ Changed incorrect and misleading text in LDAP Authentication plugin
1793  
1794  28-Feb-2008 Ian MacLennan
1795   # [#9402] Alternative read more
1796   # [#9909] Newsflash Module returns incorrect SEF URL
1797   # [#9847] JTable::isCheckedOut() can throw an undefined method error
1798   # [#9912] Error in sample data
1799   $ [#9967] 2 missing strings in admin
1800   # [#7960] JFilterInput
1801  
1802  27-Feb-2008 Ian MacLennan
1803   # [#9648] Cache folder disapearing with legacy mode enabled
1804   # [#9805] bad url element for content pdf links]
1805  
1806  26-Feb-2008 Ian MacLennan
1807   # [#9845] com_user Login form does not offer OpenId login option
1808   # [#9844] created date on openid created users is invalid
1809   # [#8676] OpenID related untranslated strings [js]
1810  
1811  26-Feb-2008 Hannes Papenberg
1812   # [#9916] Saving Article Layout menu does not work
1813  
1814  25-Feb-2008 Ian MacLennan
1815   # [#9932] Typo in file
1816   # [#9907] Code cleanup com_weblinks, <button> element improperly closed
1817  
1818  25-Feb-2008Mati Kochen
1819   ^ [#9857] Updated TCPDF Library to support RTL - Thanks JM.
1820  
1821  23-Feb-2008 Ian MacLennan
1822   # [#9778] Breadcrumb includes separators
1823   # [#9513] Search module in rhuk_milkyway - IE6
1824   # [#8547] Com_media: Unable to delete files with spaces
1825   # [#9862] Remember me can display confusing error message.
1826  
1827  
1828  22-Feb-2008 Anthony Ferrara
1829   # Fix parse_str &amp; issues
1830   # [#9867] �Hardcoded strings + some errors (Thanks JM)
1831  
1832  21-Feb-2008 Ian MacLennan
1833   # [#9840] •Hard coded string missing translation
1834   # [#9579] Contact Send-Email Form Routing to Wrong Address
1835   # [#9739] sefRelToAbs( 'http://localhost/index.php?option=com_content&view=frontpage&Itemid=1' ) returns wrong URL
1836  
1837  20-Feb-2008 Ian MacLennan
1838   # [#9807] Notice error in lib/j/html/html/list.php, sign of bigger problem (thanks Jens)
1839  
1840  19-Feb-2008 Anthony Ferrara
1841   # [#9534] Tooltips hidden behind some tabs
1842   # [#8800] Changing order of articles
1843   # [#9708] Styling of loadmodule plugin fix.
1844   # [#9710] mod_feed htmlentities issues.
1845   # [#9758] Frontend error message for checked out content partially translated
1846  
1847  16-Feb-2008 Ian MacLennan
1848   # [9635] mod_random_image doesn't work as advertised
1849   # [8230] missing error handler on jfactory getxmlparser
1850  
1851  15-Feb-2008 Ian MacLennan
1852   # [#8684] Errors not correctly trapped on login
1853  
1854  14-Feb-2008 Ian MacLennan
1855   # [#9655] Cannot have more than 1 mootools tree on a page
1856  
1857  13-Feb-2008 Ian MacLennan
1858   # [#9263] Bug in com_search: incorrect highliting of multiple search words
1859   # [#8738] Backend Login Problems--error message not shown when frontend or blocked user attempts login
1860   # [#9630] Language strings missing
1861   # [#9636] mod_banners cannot validate as XHTML 1.0 Strict
1862   # [#9289] reference to wrapper url produces errors when no modules are loaded
1863   # [#9719] JDate->toISO8601 suggestion/correction
1864  
1865  12-Feb-2008 Ian MacLennan
1866   # [#9695] Invalid Token message received when trying to authenticate with OpenID
1867   # [#9006] Incorrect delete section message
1868   # [#9253] Incorrect caching time of the feed XML in mod_feed
1869   # [#9490] Fatal error: Call to a member function name() helper.php
1870   # [#8808] PDF from an article - "contributed by" isof "written by"
1871   # [#9555] Poll Manager poll's title sorting broken
1872  
1873  12-Feb-2008 Anthony Ferrara
1874   # [#9697] Khepri has type="module" instead of type="modules" for Admin Submenu (Thanks Jens)
1875  
1876  11-Feb-2008 Andrew Eddie
1877   $ Fixed string for XML-RPC server tip (default is no) in com_config.ini
1878  
1879  10-Feb-2008 Ian MacLennan
1880   # Fixed [9371] h3 Title not translated at install step4 and 5
1881   # Fixed [9697] Khepri has type="module" instead of type="modules" for Admin Submenu
1882  
1883  10-Feb-2008 Anthony Ferrara
1884   # Fixed issue with notice populating $live_site on upgrade from 1.5.0
1885  
1886  10-Feb-2008 Sam Moffatt
1887   # Fixed [#9381] Misnamed variable errors in migration
1888  
1889  09-Feb-2008 Ian MacLennan
1890   # Fixed [8602] Cookie error message in installation process
1891   # Fixed [9458] Email on new article - "from" is missing
1892   # Fixed [8368] Template preview shows only used module positions
1893   # Fixed [9434] Sample data: Two Resource Modules
1894   # Fixed [9690] Version number in administrator backend shows 1.5.0
1895   # Fixed [9312] Pre-installation Check wrongly recommends Display Errors ON
1896   # Fixed [9408] Articles don't change if you change a category to another section
1897  
1898  
1899  -------------------- 1.5.1 Stable Release [8-February-2008] ---------------------
1900  
1901  05-Feb-2008 Anthony Ferrara
1902   # Fixed [9552] Added missing DOMMIT files
1903   # Fixed [9620] When trying to login, the site returns 'Invalid Token'
1904   # Added live_site parameter to config, and JURI::base override (fixes SEF and proxy issues)
1905  
1906  05-Feb-2008 Ian MacLennan
1907   # Fixed [9512] Removed superfluous references to JUser
1908   # Fixed [9596] Incorrect language string in Beez
1909   # Fixed [9257] Fixed comments in index.php and administrator/index.php
1910   # Fixed [9399] XMLRPC Blogger more_text tag problem
1911   * Fixed [9406] XMLRPC Blogger API
1912  
1913  05-Feb-2008 Andrew Eddie
1914   # Turned XML-RPC server off by default
1915  
1916  04-Feb-2008 Wilco Jansen
1917   # Fixed [9111] error.php contains a relative url to Home Page (Thanks Jens)
1918   # Fixed [9516] Links in archive module don't work with SEF (Thanks Jens)
1919   # Fixed [9211] Installation always falling back to joomla_backwards.sql (Thanks Jens)
1920  
1921  01-Feb-2008 Ian MacLennan
1922   # Fixed [#9320] Problem with allowing HTML in requests [patch] (Thanks Jens)
1923  
1924  01-Feb-2008 Anthony Ferrara
1925   * Fixed remote execution vulnerability in phpmailer
1926   # [#6730] batchQuery() Bug: Broken splitting function
1927   # [#8776] Mass Email BCC option (Thanks JM)
1928  
1929  30-Jan-2008 Anthony Ferrara
1930   # Fixed htaccess instructions (refering to a second section that was removed)
1931   # [topic,257873] Fixed possible notice with com_content router
1932   # [#9518] When creating menu item for a poll, you cannot select poll (Thanks Ian MacLennan)
1933   # [#9383] Search for contacts generates bad links (Thanks Jens-Christian Skibakk)
1934   # [#9426] PopUp Url link broken
1935  
1936  29-Jan-2008 Ian MacLennan
1937   # Fixed [#9342] Poll goes 404 after voting - fixed redirect URL.
1938  
1939  28-Jan-2008 Anthony Ferrara
1940   # Fixed memcache session driver config param loading (changed it to work like cache driver)
1941   # [#9225] Typo in joomla_backwards.sql (Thanks Jens-Christian Skibakk)
1942   # [#8823] Modules don't show up when eAccelerator is enabled (Thanks Dalibor Karlovic)
1943  
1944  28-Jan-2008 Robin Muilwijk
1945   # Fixed [#9472] Session not cleared properly
1946   # Fixed [#9291] Error in call method
1947   # Fixed [#9251] Additional double quote in weblink's template
1948   # Fixed [#8173] Problem with preg_quote in function utf8_ireplace
1949  
1950  27-Jan-2008 Wilco Jansen
1951   ^ Remove the installation check
1952   # [9401] Help in backend showind 404 [Patch], thanks Jens-Christian Skibakk for the patch
1953   # [9412] publish_down is initialized to 1970 in some environments, thanks Kevin for the patch
1954  
1955  -------------------- 1.5.0 Stable Release [21-January-2008] ---------------------
1956  
1957  21-Jan-2008 Rob Schley
1958   ^ Updated COPYRIGHT.php to reference the new, consolidated CREDITS.php
1959   + Added LICENSES.php which will hold full text versions of other licenses.
1960  
1961  17-Jan-2008 Anthony Ferrara
1962   + [8987] [8986] Added 3 Language strings to com_user and com_installer's language files (Thanks JM)
1963   # [9285] Administrators not being able to edit their own profile or change password
1964  
1965  16-Jan-2008 Anthony Ferrara
1966   # Fixed session issues with Invalid Token randomly appearing
1967   # Fixed [9255] Error with Pagination and SEF (Thanks Jenscski)
1968  
1969  15-Jan-2008 Wilco Jansen
1970   + Added language af-ZA and ar-DZ
1971  
1972  15-Jan-2008 Andrew Eddie
1973   ^ Encapsulated public/non-public token logic into JUtility::getToken
1974  
1975  14-Jan-2008 Wilco Jansen
1976   # Fixed [8874] Apostrophes transformed in html entities for page titles
1977   # Fixed [8673] Wrong encoding for "login redirection url" in user login parameters
1978   ^ Changed fa-IR langiage pack
1979   + Added tr-TR langiage pack
1980   ! Patch for 8874 and 8673 provided by Kevin Devine
1981  
1982  14-Jan-2008 Andrew Eddie
1983   # Fixed inconsistend SQL in backward compat file (#__core_acl_aro_sections.section_id renamed to #__core_acl_aro_sections.id)
1984  
1985  13-Jan-2008 Anthony Ferrara
1986   * [8739] Block user issues in administrator fix
1987   * [topic,252372] Security fix in com_users
1988   # [9126] [8702] Fixes for imagepath problems in categories:w
1989   # Fixed language issues
1990   # Added default alias for all items in core
1991  
1992  12-Jan-2008 Wilco Jansen
1993   # Fixed [9194] No _JEXEC check in bigdump causes information disclosure if called directly
1994  
1995  12-Jan-2008 Ian MacLennan
1996   # Fixed SEF issue for com_newsfeeds.
1997   # Removed incorrect line endings from some language files.
1998   # Fixed issue with page cache caching tokens.
1999  
2000  11-Jan-2008 Ian MacLennan
2001   # Fixed SEF issue for com_poll, com_wrapper and com_search
2002  
2003  11-Jan-2008 Wilco Jansen
2004   # Fixed [9032] cannot upload image
2005   # Fixed [9161] Media Manager - uploads doesn't work with flash tool
2006   ! Patch provided by Kevin Devine, thanks Kevin!
2007   ^ Changes language files for hr-HR, lt-LT, ro-RO, ru-RU
2008   + Added language files for eu-ES, hi-IN
2009  
2010  11-Jan-2008 Ian MacLennan
2011   # Fixed bug in search where small words were not being filtered out properly
2012   # Fixed problem in search with regex using too many resources (related to above)
2013   # Fixed [#8404] Incorrect highlighting of search terms (as a byproduct)
2014  
2015  10-Jan-2008 Sam Moffatt
2016   # Fixed error in backlink migration plugin
2017   # Fixed error with category/section search in front end
2018   # Fixed error with weblink search in back end
2019   # Fixed error with Legacy SEF incorrectly returning 404 page not found error
2020  
2021  09-Jan-2008 Andy Miller
2022   # Fixed issues with pillmenu in both LTR and RTL directions
2023  
2024  09-Jan-2008 Ian MacLennan
2025   # Fixed issue with incorrect building of section links in content router
2026  
2027  07-Jan-2008 Johan Janssens
2028   # Fixed issue with JApplication::route wrongly assuming no route was found if no request variables are
2029     being returned and throwing a 404.
2030  
2031  07-Jan-2008 Andrew Eddie
2032   # Changed form tokens to display different public and logged in values
2033  
2034  05-Jan-2008 Rob Schley
2035   # Refactored routers for com_contact, com_weblinks, com_polls, and com_newsfeeds to be more reliable
2036     at finding configurations and to prevent duplicate content URL issues.
2037  
2038  05-Jan-2008 Louis Landry
2039   # Fixed [#8228] Empty categories don't display when the show empty category parameter is selected (proposed solution)
2040   # Fixed [#8301] Memory consumption problems in com_search
2041   # Fixed [#8432] Mod_polls Validation: JS Unterminated String Literal--problems with quote marks in alias
2042   # Fixed [#8532] alias fields on menus and com_pool is not correctly sanitized can break links when sef on and cause other errors
2043  
2044  05-Jan-2008 Charl van Niekerk
2045   # Fixed pagination in backend com_weblinks (similar issue as [#8718])
2046   # Fixed division by zero in com_weblinks frontend and backend if limit = 0
2047  
2048  05-Jan-2008 Anthony Ferrara
2049   # [#8663] File path issues in media manager for IE6 and IE7 (Thanks Jens-Christian Skibakk)
2050   # [#8452] Mediamanager in IE6 shows one item in each row (Thanks Michal Sobkowiak)
2051   ^ Fix for pt-PT installation translation file error (from Translation team)
2052  
2053  05-Jan-2008 Mati Kochen
2054   + Added missing POLL string
2055   - Removed unnecessary "
2056   ^ fixed locales again
2057   # [topic,249218] notice when showing subtree with no active parent (thanks trevornorth)
2058  
2059  05-Jan-2008 Wilco Jansen
2060   ^ Updated the installer language files (thanks Ole for providing, thanks translators for creating these files)
2061   # Fixed [9019] Content of entryfield 'Style' of 'Image' -> 'Appearances' are not saved in Article Editor (Thanks Bruce Scherzinger)
2062   ! Make sure to save the plugin properties once of the tinymce editor!
2063  
2064  05-Jan-2008 Andrew Eddie
2065   * SECURITY - Hardened escaping of user supplied text strings used in LIKE queries
2066   ^ Added extra arguments to JDatabase::Quote and JDatabase::getEscaped to facilitate hardening queries
2067   # Fixed [#8988] Legacy commonhtml.php bug
2068   # Fixed missing token in offline page
2069  
2070  04-Jan-2008 Charl van Niekerk
2071   # Fixed pagination in backend com_content (similar issue as [#8718])
2072  
2073  04-Jan-2008 Louis Landry
2074   # Fixed JDate issue with server offsets and daylight savings time as well as GMT output
2075  
2076  04-Jan-2008 Jui-Yu Tsai
2077   # Fixed com_messages manager reset filter
2078  
2079  04-Jan-2008 Mati Kochen
2080   ^ [topic,249292] Minor Typos in Sample Data
2081   # [topic,249199] Added 404 if no Route was found
2082  
2083  04-Jan-2008 Alan Langford
2084   ^ Removed conditionals in loader.php, to revisit after upcoming release.
2085  
2086  03-Jan-2008 Jui-Yu Tsai
2087   # Fixed [#8615][topic,240577] mod_newsflash "Read more..." parameter issue
2088   # Fixed [topic,248718] com_search gives an error under Beez template
2089   # Fixed [topic,248716] Author and date in beez template
2090  
2091  03-Jan-2008 Anthony Ferrara
2092   # Fixed untranslated string in timezones (Thanks Ercan �zkaya)
2093  
2094  03-Jan-2008 Andrew Eddie
2095   # Added JHTML::_( 'form.token' ) and JRequest::checkToken to assist in preventing CSRF exploits
2096  
2097  03-Jan-2008 Alan Langford
2098   ^ Added conditionals to JLoader, __autoload(), jimport() to aid unit testing.
2099  
2100  02-Jan-2008 Mati Kochen
2101   ^ Added UTF locales to en_GB.xml (admin/installation/site)
2102  
2103  02-Jan-2008 Andrew Eddie
2104   # Fixed CSRF exploits in com_installer
2105  
2106  02-Jan-2008 Toby Patterson
2107   # Fixed problem with JDocumentRendererAtom encoding links resulting in invalid urls ( & to &amp; )
2108  
2109  02-Jan-2008 Robin Muilwijk
2110   # Fixed [#8969] Mod_sections missing parameter + patch
2111   # Fixed [#8828] htaccess does not include rewrite for .htm
2112  
2113  02-Jan-2008 Sam Moffatt
2114   # Fixed radio button selection in com_installer
2115   ^ Removed administration/media tag from module installer
2116  
2117  01-Jan-2008 Chris Davenport
2118   ^ Local help files replaced by dummy files containing links to online help.
2119  
2120  01-Jan-2008 Johan Janssens
2121   ^ Changed JHTML::_() to support variable prefixes, type can now be prefix.class.function
2122  
2123  01-Jan-2008 Wilco Jansen
2124   ^ Added also front-end language defaulting, see also #8307
2125  
2126  01-Jan-2008 Mati Kochen
2127   # [#8750] Fixed Base URL sent by reminder mail
2128  
2129  01-Jan-2008 Sam Moffatt
2130   ! Welcome to 2008, a great new year for Joomla!
2131   ^ Updates to the installation system to better handle some situations
2132   ^ Renamed a variable in the Joomla authentication plugin to make more sense
2133   # Fixes to prevent against uninitialised variable access in various locations
2134  
2135  31-Dec-2007 Mati Kochen
2136   ^ [topic,247978] Added More Articles string, with corresponding fixes in files
2137   # [#8935] wrong comparisson for categories
2138  
2139  31-Dec-2007 Charl van Niekerk
2140   # Fixed [#8516] xmlrpc throws errors when using third party blog/content entry tools
2141   ^ Changed mod_breadcrumbs individual module include to "breadcrumb" position include in rhuk_milkyway and beez
2142   ^ Renamed "breadcrumbs" position to "breadcrumb" in rhuk_milkyway
2143  
2144  31-Dec-2007 Johan Janssens
2145   + Added scope variable to JApplication
2146  
2147  30-Dec-2007 Wilco Jansen
2148   # Fixed [8307] Local distribs can't define default admin language
2149  
2150  30-Dec-2007 Charl van Niekerk
2151   # Fixed [#8718] Frontend com_weblinks pagination error
2152  
2153  30-Dec-2007 Mati Kochen
2154   # [#8568] Applied proposed fixes
2155   # [#8797] Added string to com_installer
2156   # [#7549] type of uninstall not translated
2157   # [#8901] changed copyright to 2008
2158  
2159  30-Dec-2007 Anthony Ferrara
2160   ^ [#8901] Update copyright date needed in all trunk files
2161   # [#8736] 'limit' form field ignored in com_search
2162   ^ Added Istanbul to the timezone listings (Thanks Ercan �zkaya)
2163  
2164  29-Dec-2007 Andy Miller
2165   # Fixed issue with admin login button with Safari
2166  
2167  29-Dec-2007 Hannes Papenberg
2168   # [#8688] fixed pagination in com_categories
2169  
2170  29-Dec-2007 Johan Janssens
2171   + Added transliterate function to JLanguage
2172   ^ JFilterOutput::stringURLSafe now calls JLanguage::transliterate
2173  
2174  29-Dec-2007 Anthony Ferrara
2175   # [#8690] javascript popup: url not found (images directory incorrect)
2176  
2177  29-Dec-2007 Mati Kochen
2178   ^ change width from 1000px to 960px (khepri)
2179   # [#8873] added BROWSE string
2180   # [#8867] fixed (Today) string
2181   # [#8576] added UNINSTALLLANGPUBLISHEDALREADY to com_installer with the correct call
2182  
2183  28-Dec-2007 Hannes Papenberg
2184   # Fixed [#8229] If Intro Text is set to hide and no Fulltext is available, Intro Text is used as the fulltext
2185  
2186  27-Dec-2007 Wilco Jansen
2187   ! Forgotten to credit Zinho for supplying us with information about the csrf exploit that was fixed
2188     during PBF weekend. Thanks Zinho for you issue report.
2189  
2190  27-Dec-2007 Chris Davenport
2191   ^ Removed/renamed redundant local help screens.
2192  
2193  26-Dec-2007 Nur Aini Rakhmawati
2194  # Fixed [#6111] New button act as Edit when multiply select in Menu Item Manager
2195  # Fixed [t,223403] Warning menu manager standardization for cancel button
2196  
2197  25-Dec-2007 Nur Aini Rakhmawati
2198   # Fixed [#8557] language typo and ordering languange list (Thanks to Ole Bang Ottosen)
2199  
2200  24-Dec-2007 Anthony Ferrara
2201   # Fixed [#8754] issue with SEF plugin rewriting raw anchors (Thanks Jens-Christian Skibakk)
2202  
2203  24-Dec-2007 Jui-Yu Tsai
2204   # Fixed [#8568] language typo
2205  
2206  23-Dec-2007 Rob Schley
2207   # Fixed JRegistryFormatINI::objectToString() method to build proper arrays again. Thanks Ian for testing.
2208   # Fixed view cache handler not storing module buffer.
2209   # Fixed JDocumentHTML::getBuffer() so that you can access the entire document buffer.
2210  
2211  23-Dec-2007 Nur Aini Rakhmawati
2212   # Fixed [#8168] Removed Redundant code in Published Section. Thanks Alaattin Kahramanlar
2213  
2214  22-Dec-2007 Johan Janssens
2215   + Added $params parameter to JEditor::display function. This allows to programaticaly set or override
2216     the editor plugin parameters.
2217  
2218  22-Dec-2007 Andrew Eddie
2219   ^ Moved article edit icon into the print|pdf|email area
2220   + Added type property to JAuthenticationResponse which is set to the successful authenication method
2221   ^ Split diff.sql into steps for RC's
2222  
2223  21-Dec-2007 Mati Kochen
2224   ^ [topic,245507] Better Styling with double classes & easier RTL
2225  
2226  21-Dec-2007 Anthony Ferrara
2227   # [#8678] [#8675] [#8648] [topic,245507] Fixed min-width CSS issue forcing scrollbars
2228  
2229  21-Dec-2007 Andrew Eddie
2230   # Fixed [topic,245313] Fatal error in Menu Manager when editing an item
2231   ! Lots of cosmetic commits (remove trailing ?> tags at EOF, white space, etc)
2232  
2233  20-Dec-2007 Jui-Yu Tsai
2234   # [topic,245322] fixed missing "s" at string for more than one unit
2235  
2236  20-Dec-2007 Mickael Maison
2237   # [#7617] Untranslated error message during authentication
2238  
2239  20-Dec-2007 Mati Kochen
2240   ^ [topic,244583] added $rows = $this->items, and replaced all instaces
2241   ^ [topic,244213] added limitation to the return pagination only when there is one
2242   ^ [topic,244895] added missing content display
2243   ^ [topic,245291] refactor more links to use ContentHelperRoute
2244  
2245  20-Dec-2007 Ian MacLennan
2246   # Fixed Topic 245155 Category Content Filter missing default parameter values in model
2247  
2248  20-Dec-2007 Sam Moffatt
2249   # [#8444] Testing migration script on install - Scripts not executing (added display of current max PHP upload)
2250   # [#8517] com_installer: Installing from nonexisting URL generates technical error message
2251   ! SERVER_CONNECT_FAILED language added to com_installer
2252   ! MAXIMUM UPLOAD SIZE and UPLOADFILESIZE added to installation language
2253   # [#8628] Extension installer fails to remove media files (proposed solution)
2254   # [#8573] Google stuff still present in com_search
2255  
2256  20-Dec-2007 Andrew Eddie
2257   # Fixed [t,243324] PHP 4 incompatible syntax in ContentModelArchive::_getList
2258   # Fixed extra <span> in Content Archive items layout
2259   # Fixed [#8667] bug in JDate
2260  
2261  19-Dec-2007 Ian MacLennan
2262   # Fixed Content Router swallows up layout (checks to see if it matches Itemid)
2263  
2264  19-Dec-2007 Ian MacLennan
2265   # Fixed topic 244449 XMLRPC Search plugin doesn't work with weblinks search plugin published
2266  
2267  -------------------- 1.5.0 Release Candidate 4 Released [19-December-2007] ---------------------


Generé en: Tue Mar 2 18:10:43 2010 | Cross-referenced par PHPXref 0.7