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
en:changelog:1.1 [2009/01/12 10:05] laurenten:changelog:1.1 [2012/04/15 08:22] (current) – [Migrating from Jelix 1.0.x] laurent
Line 2: Line 2:
 ====== Jelix 1.1 ====== ====== Jelix 1.1 ======
  
-**Still in development** but soon to be releasedDeveloped now in the @@F@branches/1.1.x@@ directory.+14 february, 2009svn 1310.
  
-This page is listing updates and enhancements added since 1.0 version, and that will be available for the future 1.1 version. +This page is listing updates and enhancements added since 1.0 version, and which are available in Jelix 1.1.
- +
-**Changelog updated until : SVN-1280**+
  
 ===== Main improvements ===== ===== Main improvements =====
Line 34: Line 32:
 ==== Migrating from Jelix 1.0.x ==== ==== Migrating from Jelix 1.0.x ====
  
-Read the [[en:manual-1.1:installation:migrate|instructions in the manual]].+Read the [[http://docs.jelix.org/en/manual-1.1/installation/migrate|instructions in the manual]].
  
 ===== Details of changes ===== ===== Details of changes =====
Line 57: Line 55:
      * new url engine basic_significant, based on the names of the modules/controllers/methods to generate the urls. This is the default engine now.      * new url engine basic_significant, based on the names of the modules/controllers/methods to generate the urls. This is the default engine now.
      * init.php use now spl autoload instead of @@__autoload@@ so other libs could define their own autoload.      * init.php use now spl autoload instead of @@__autoload@@ so other libs could define their own autoload.
 +     * Added new option loadClasses in the sessions section, so we can indicate selectors of classes to load before the session_start
   * jControllerDaoCrud   * jControllerDaoCrud
      * new _preCreate and _preUpdate methods (#627)      * new _preCreate and _preUpdate methods (#627)
Line 83: Line 82:
      * new method jFormsBase::getModifiedControls() and initModifiedControlsList to track fields which have been modified (#351,#700)      * new method jFormsBase::getModifiedControls() and initModifiedControlsList to track fields which have been modified (#351,#700)
      * new method jFormsBase::prepareDaoFromControl() (similar to saveToDao but the saving is not done) (#497)      * new method jFormsBase::prepareDaoFromControl() (similar to saveToDao but the saving is not done) (#497)
 +     * new method @@M@prepareObjectFromControls()@@
      * new method jFormsBase::addControlBefore() (#728)      * new method jFormsBase::addControlBefore() (#728)
      * new methods for jFormsBase : isReadOnly(), getRootControls()      * new methods for jFormsBase : isReadOnly(), getRootControls()
Line 116: Line 116:
      * new method jAuth::getDriverParam() to retrieve easily a parameter of the configuration of a jauth driver.      * new method jAuth::getDriverParam() to retrieve easily a parameter of the configuration of a jauth driver.
      * the user in session is now updated when the call of jAuth::updateUser is called for the current user (#461)      * the user in session is now updated when the call of jAuth::updateUser is called for the current user (#461)
 +     * empty password are now considered as bad password during a check
   * jTpl:   * jTpl:
      * new methods registerModifier and registerFunction (#138)      * new methods registerModifier and registerFunction (#138)
Line 147: Line 148:
      * jauth~login:form now redirects to the action indicated in after_login, if the user is already identified (#650)      * jauth~login:form now redirects to the action indicated in after_login, if the user is already identified (#650)
      * enhanced redirection to a referring page (origin of the request to auth module) (#658)      * enhanced redirection to a referring page (origin of the request to auth module) (#658)
-     * created a new response htmlauth for better customization +     * created a new response htmlauth for better customization 
 +  * new jauthdb_admin module to manage users with the db plugin of jAuth 
 +  * new module master_admin, and a new command in jelix-scripts to create easily a web interface for administration
   * new modifier for jDiff (Diff) (#720)   * new modifier for jDiff (Diff) (#720)
   * new script jelix_check_server.php checking jelix compatibility against a server (#409).   * new script jelix_check_server.php checking jelix compatibility against a server (#409).
Line 158: Line 161:
     * new command createentrypoint : create an entry point with your type of choice.     * new command createentrypoint : create an entry point with your type of choice.
     * createform: now it adds controls for primary keys if there are not autoincremented, and the CRUD controller displays it or not (depending of the context)     * createform: now it adds controls for primary keys if there are not autoincremented, and the CRUD controller displays it or not (depending of the context)
-  * new specs for module.xml, plugin.xml et project.xml.+  * new specifications for module.xml, plugin.xml et project.xml.
   * Jelix-www: jQuery and jQuery UI added.   * Jelix-www: jQuery and jQuery UI added.
   * TCPDF update, version 4.3.006   * TCPDF update, version 4.3.006
Line 229: Line 232:
   * jForms: added a new method  @@M@prepareObjectFromControls()@@   * jForms: added a new method  @@M@prepareObjectFromControls()@@
  
 +
 +
 +===== little improvements and bug fixes since jelix 1.1RC3 =====
 +
 +
 +  * jelix-scripts:
 +     * there was some error about selectors.
 +     * cleantemp: it didn't clean the right temp directory. Now jelix-scripts.init.php should contain two new constant which indicates the path of the temp directory of the application, not only the temp directory of jelix-scripts (#820)
 +     * init_admin command : fixed bug, it droped the existing rights and users
 +  * Fixed bug in jWSDL: urls always used soap.php entrypoint, even if the soap entry point had an other name.
 +  * Added a missing parameter for secure connection in jMailer: @@smtpSecure@@.
 +  * jAcl2::clearCache was not called during a logout (#815).
 +  * jAuth: removed the enableAclDbEventListener and enableAcl2DbEventListener options from the configuration.
 +  * jForms: regression, boolean fields were no longer saved to dao by jForms
 +  * jDao: fixed bug on the support of some patterns in selectPattern
 +  * master_admin:
 +     * added the possibility to add any content in the menu of master_admin (#811)
 +     * bug on the display of even number of widget on the dashboard (#816)
 +     * improvements on the infobox, with events to add new content in it (#812)
 +  * jTcpdf
 +     * use now helvetica as default font (#819)
 +     * missing config constants (#814)
 +  * jEvent: it always transformed class of event class name into lowercase (#823)
 +  * swf plugin: fixed bug for IE (#805)
  
 ====== Other versions ====== ====== Other versions ======

en/changelog/1.1.txt · Last modified: 2012/04/15 08:22 by laurent

Recent changes RSS feed Creative Commons License