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 revision
Previous revision
Next revisionBoth sides next revision
en:changelog:1.1.4 [2009/06/24 08:29] laurenten:changelog:1.1.4 [2009/09/12 14:22] laurent
Line 4: Line 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. **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.
  
-**Changelog updated until : SVN-1436**+Changelog updated until : [[http://hg.jelix.org/jelix/releases/jelix-1.1.x/log/797ef7c15ea0|797ef7c15ea0]]
  
 ===== Main improvements ===== ===== Main improvements =====
  
-  * no improvements for the moment+  * Better compatibility with PHP 5.3: there isn't any more notices or "deprecated" warnings.
  
 ==== Migrating from Jelix 1.1.x ==== ==== Migrating from Jelix 1.1.x ====
Line 15: Line 15:
  
  
-If you use the jauthdb_admin, and if you have overloaded templates or create a different theme, you should change all urls which contain the 'id' parameter. You must rename this parameter to 'j_user_login' (see ticket 941).+If you use the jauthdb_admin, and if you have overloaded templates or created a different theme, you should change all urls which contain the 'id' parameter. You must rename this parameter to 'j_user_login' (see ticket 941).
  
 If you have listeners for this module, you can now use a new parameter, 'himself', which indicate if the profile is edited by the administrateur (false) or if it is the user who edit his own profile (true). It can be useful to modify the form depending of the context. If you have listeners for this module, you can now use a new parameter, 'himself', which indicate if the profile is edited by the administrateur (false) or if it is the user who edit his own profile (true). It can be useful to modify the form depending of the context.
Line 24: Line 24:
 ==== Critical bug fixed ==== ==== Critical bug fixed ====
  
-   * no bugs for the moment+   * no critical bugs for the moment
  
-==== Bug fixed and backported to 1.0.10 ==== +==== Bugs/Improvements fixed and backported to 1.0.10 ====
- +
-   * no bugs for the moment+
  
 +  * 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 #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 #939: UTF8 support for mysql with PDO drivers did not work
  
 ==== Bug fixed ==== ==== Bug fixed ====
  
-   no bugs for the moment+  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 #896: regression in createform jelix-script with optimized sources 
 +  * ticket #949: jSession cannot use NOW() in dao storage because sqlite doesn't support it  
 +  * ticket #948: fixed charset in htmlfragment 
 +  * ticket #945: jImageModifier didn't support filenames with spaces 
 +  * Traces for exceptions were not well displayed 
 +  * ticket #962: jForms::getModifiedControls didn't return changed controls which contains multiple values 
 +  * Fixed a bad attribute name in relaxng schemas.
  
 ==== Enhancements, new features ==== ==== Enhancements, new features ====
  
-   no enhancement for the moment+   jauthdb_admin module: a new parameter 'himself' has been also added on all events generated for the user profile editing, to make the difference between the editing in the administration part, and when the user edit his own profile 
 +   * ticket #978: avoid using realpath in application.init.php 
 +   * ticket #463: better compatibility for php 5.3:  
 +      * support of E_DEPRECATED and E_USER_DEPRECATED 
 +      * replace split function, ereg function. 
 +      * Replaced also braces by square brackets in instruction which get characters of string. 
 +      * Added support of the keyword goto in locales name in jTpl. 
 +   * Added user information on the AuthRemoveUser event before the deletion of the user.
  
 ====== 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