Quick links: Content - sections - sub sections
EN FR

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:changelog:1.1.4 [2009/09/12 14:24] laurenten:changelog:1.1.4 [2009/11/14 13:26] laurent
Line 2: Line 2:
 ====== Jelix 1.1.4 ====== ====== Jelix 1.1.4 ======
  
-**Still in development**. This page is listing updates and enhancements added since 1.1.3 version, and that will be available for the future 1.1.4 version.+This page is listing updates and enhancements added since 1.1.3 version.
  
-Changelog updated until : [[http://hg.jelix.org/jelix/releases/jelix-1.1.x/log/797ef7c15ea0|797ef7c15ea0]]+Released on 14 nov. 2009. [[http://hg.jelix.org/jelix/releases/jelix-1.1.x/log/797ef7c15ea0|changeset 797ef7c15ea0]]
  
 ===== Main improvements ===== ===== Main improvements =====
Line 29: Line 29:
  
   * ticket #957: Improved the conformance with HTTP specification in redirections   * ticket #957: Improved the conformance with HTTP specification in redirections
-  * ticket #976: bad SQL syntax generated by jDao for LIKE conditions. spaces are missing around the operator+  * ticket #976: bad SQL syntax generated by jDao for LIKE conditions. spaces are missing around the operator. jDao, values for LIKE operators should be escaped as string 
 +  * ticket #992: jDaoFactoryBase: _generateCondition didn't handle some operators with NULL values
   * ticket #979: It could have collisions between instances of jForms forms in session, when not given a full selector to jForms   * ticket #979: It could have collisions between instances of jForms forms in session, when not given a full selector to jForms
   * ticket #973: Wikirenderer: fixed an issue on the generation of code block with wr3 rules.   * ticket #973: Wikirenderer: fixed an issue on the generation of code block with wr3 rules.
   * ticket #939: UTF8 support for mysql with PDO drivers did not work   * ticket #939: UTF8 support for mysql with PDO drivers did not work
 +  * ticket #984: support of xhtml+xml in the meta element in jResponseHtml 
 +  * ticket #1004: jEvent: compiled events didn't take entrypoints into account
  
 ==== Bug fixed ==== ==== Bug fixed ====
  
-  * ticket #941: couldn't use a form with an id control with the jauthdb_admin module. the id parameter of all actions of the module and in urls_example.xml has been renamed to j_user_login.+  * core: 
 +     * ticket #949: jSession cannot use NOW() in dao storage because sqlite doesn't support it  
 +     * ticket #948: fixed charset in htmlfragment 
 +     * traces for exceptions were not well displayed 
 +  * jForms: 
 +     * ticket #962: jForms::getModifiedControls didn't return changed controls which contains multiple values 
 +     * ticket #709: jforms, check of malformed html content generated warnings 
 +     * ticket #881: jforms: required attribute was not supported on choice, and an error was generated on empty and  non required choice 
 +  * modules: 
 +     * ticket #941: couldn't use a form with an id control with the jauthdb_admin module. the id parameter of all actions of the module and in urls_example.xml has been renamed to j_user_login. 
 +     * ticket #915: fixed issues in the sql script of jacl2db_admin, about the anonymous groups storage
   * ticket #896: regression in createform jelix-script with optimized sources   * ticket #896: regression in createform jelix-script with optimized sources
-  * ticket #949jSession cannot use NOW() in dao storage because sqlite doesn't support it  +  * ticket #980jelix-script createdao should'nt validate fieldname with '-'
-  * ticket #948: fixed charset in htmlfragment+
   * ticket #945: jImageModifier didn't support filenames with spaces   * ticket #945: jImageModifier didn't support filenames with spaces
-  * Traces for exceptions were not well displayed +  * fixed a bad attribute name in relaxng schemas. 
-  * ticket #962jForms::getModifiedControls didn't return changed controls which contains multiple values +  * ticket #983: invalid error locale in jMailer class 
-  * Fixed a bad attribute name in relaxng schemas.+  * Fixed failed tests and issue with optimized edition, when trying loading an unknow class. 
 +  * ticket #963: impossible to use width and height attributes with image plugin 
 +  * jTpl: 
 +     * processing instructions were removed by jTpl 
 +     * fixed issues in jTpl: when short_open_tags is enabled, there were some errors on processing instruction included into templates. and asp_tags were not removed. 
 +  * ticket #991regression, we cannot remove rights on group 
 +  * jDbPDOConnectionsyntax error when setting utf-8 charset in mysql driver 
 +  * ticket #994jFilter::cleanHTML was not fully secure on url check 
 +  * ticket #1010: jDao::countBy: DISTINCT does not work if the table is aliased
  
 ==== Enhancements, new features ==== ==== Enhancements, new features ====
Line 55: Line 75:
       * Added support of the keyword goto in locales name in jTpl.       * Added support of the keyword goto in locales name in jTpl.
    * Added user information on the AuthRemoveUser event before the deletion of the user.    * Added user information on the AuthRemoveUser event before the deletion of the user.
 +   * Removed final keywords from jDaoGenerator, so plugins for jDao could redefine some methods
 +   * ticket #996: meta_html plugin should allow additionnal parameters
  
 ====== Other versions ====== ====== Other versions ======

en/changelog/1.1.4.txt · Last modified: 2012/04/15 08:23 by laurent

Recent changes RSS feed Creative Commons License