Search History +

title

Body

[close]

/ -> CHANGELOG.php (source)

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