Quick links: Content - sections - sub sections
EN FR

Trace:

Wiki: Sitemap - Recent Changes - Back link

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 [2009/01/12 10:05] laurenten:changelog:1.1 [2009/01/12 10:11] laurent
Line 57: Line 57:
      * 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 84:
      * 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 118:
      * 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 150:
      * 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 163:
     * 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
en/changelog/1.1.txt · Last modified: 2012/04/15 08:22 by laurent
Recent changes RSS feed Creative Commons License