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 [2009/01/03 14:05] laurenten:changelog:1.1 [2009/01/12 10:11] laurent
Line 6: Line 6:
 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 that will be available for the future 1.1 version.
  
-**Changelog updated until : SVN-1263**+**Changelog updated until : SVN-1280**
  
 ===== Main improvements ===== ===== Main improvements =====
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
Line 213: Line 218:
 ===== little improvements and bug fixes since jelix 1.1RC2 ===== ===== little improvements and bug fixes since jelix 1.1RC2 =====
  
 +
 +  * jAuth plugins: empty password are now considered as bad password during a check
   * Jelix-scripts, cli script of the application and the web application don't share anymore the same temp path, so there isn't anymore rights problems (#633).   * Jelix-scripts, cli script of the application and the web application don't share anymore the same temp path, so there isn't anymore rights problems (#633).
 +  * master_admin module:
 +    * fixed bugs in templates and css
 +    * added support of jMessage in templates
 +    * other little improvements...
 +    * initadmin command configure now urls for "simple" and "basic_significant" url engine (#803)
 +  * module jacl2db_admin : 
 +    * added rights check in the listener of jacl2db_admin for the menu of master_admin
 +    * added a form to set default groups
 +  * fixed bugs in createapp command (modulename), acl2right command (table error)
 +  * new jauthdb_admin module to manage users with the db plugin of jAuth
 +  * Added new option loadClasses in the sessions section, so we can indicate selectors of classes to load before the session_start
 +  * jForms: added a new method  @@M@prepareObjectFromControls()@@
 +
  
 ====== 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