Quick links: Content - sections - sub sections
EN

Trace: 1.5.x 1.2 1.0beta2.1 1.2.x simple-jforms-example

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.1rc1 [2008/12/01 11:58] biboen:changelog:1.1rc1 [2012/04/15 08:21] (current) – [Updating from Jelix 1.0.x] laurent
Line 1: Line 1:
 ====== Jelix 1.1rc1 ====== ====== Jelix 1.1rc1 ======
  
-**Still in development** but soon to be released. Developped in the trunk directory.  Here are the updates and enhancements added since the 1.1beta1 version, and that will be available in the future 1.1rc1 version.+This page is listing updates and enhancements added since the 1.1beta1 version, and that will be available in the future 1.1rc1 version.
  
-**Changelog updated until : SVN-1187**+**Changelog updated until : SVN-1213**
  
 ===== Main improvements ===== ===== Main improvements =====
Line 9: Line 9:
 ==== Updating from Jelix 1.0.x ==== ==== Updating from Jelix 1.0.x ====
  
-See [[en:changelog:1.1beta1]], and the following para.+Read the [[http://docs.jelix.org/en/manual-1.1/installation/migrate|instructions in the manual]].
  
 ==== Updating from Jelix 1.1b1 ==== ==== Updating from Jelix 1.1b1 ====
Line 24: Line 24:
   * small controller optimizations for opt build.   * small controller optimizations for opt build.
   * new configuration option to disable zone caching globally (#717) (zones section: disableCache = on|off)   * new configuration option to disable zone caching globally (#717) (zones section: disableCache = on|off)
 +  * jControllerDaoCrud: new _getForm and _createForm methods so we can redefine them to personnalize the form before its use.
 +  * jDb:
 +     * removed support of old PDO version for PHP 5.0 and constants JPDO*
 +     * jDbConnection::query() and jDbResultset::setFetchMode() have now the same API as PDO::query() and PDOStatement::setFetchMode()
 +     * added support of FETCH_INTO
   * jForms :   * jForms :
      * automatic protection against CSRF attack (#748). A new attribute allowAnyOrigin can disable the protection if set in xml descriptive files. At API level a new property is declared jFormsBase::securityLevel.      * automatic protection against CSRF attack (#748). A new attribute allowAnyOrigin can disable the protection if set in xml descriptive files. At API level a new property is declared jFormsBase::securityLevel.
      * new configuration option selecting default builder (#696) (tplplugins section: defaultJformsBuilder = mybuilder)      * new configuration option selecting default builder (#696) (tplplugins section: defaultJformsBuilder = mybuilder)
      * new method addControlBefore() to dynamically add a control before another (#728)      * new method addControlBefore() to dynamically add a control before another (#728)
-     * getModifiedControls enhancedqui permet maintenant de connaître la liste des champs modifiés depuis le moment que l'on choisit avec la nouvelle méthode resetModifiedControlsList()(#700) +     * getModifiedControls changedit returns the list of modified controls since last call to initModifiedControlsList() (#700). 
-     * support des urls externes (en http et https) pour la cible des formulaires (#710)+     * support of external absolute url for form action (http and https) (#710
 +     * new controls <date> and <datetime>, and it displays a datepicker js control based on jQuery UI datepicker (#196)
   * jTpl :   * jTpl :
-     nouveau plugin pour afficher une constante PHP (uniquement dans les templates sécurisés+     new plugin to display PHP contstants (only in trusted templates) 
-     nouvelle syntaxe pour afficher le résultat d'expressions : {=$truc...} +     new syntax to display result of expressions : {=$expr...} 
-  * Nouvelle classe jImageModifier pour modifier facilement des images et les mettres en cacheSon code est issu du plugin de template image (#604) +  * new class jImageModifier to handle easily image modifications and display. issued from image tpl plugin (#604). 
-  * jIniFileModifier : support des caractères et dans les noms des sections+  * jAuth: 
 +     * 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) 
 +  * new class jImageModifier to ease modification and caching of images. code issued from image template plugin (#604) 
 +  * jIniFileModifier : support '@' and ':' chars in section names. 
 +  * new class  jIniMultiFilesModifier.
   * Jelix-Scripts :   * Jelix-Scripts :
-    * createapp : on peut maintenant indiquer un chemin pour le documentroot de l'application (par défaut ça reste votre_appli/www) (#163) +    * createapp : application documentroot can be indicated optionnally (it still defaults to your_app/www) (#163) 
-    * createapp : application.init.php fait maintenant l'inclusion du fichier jelix/init.php, et cette inclusion n'est plus faite dans les points d'entrée, ce qui apporte plus de souplesse lors du déplacement du www ou du répertoire lib. +    * createapp : application.init.php now includes jelix/init.php, so it is not needed anymore in entry points. It is easier then to move lib/ or www/ folders
-    * nouvelles constantes à renseigner dans scripts.conf.php (auteur, copyright, licence...) pour remplir automatiquement les commentaires d'en-tête des fichiers php créés et les fichiers module.xml, plugin.xml et projet.xml. +    * new constants can be edited in scripts.conf.php (author, copyright, license...) to fill automatically heading comments of php files, module.xml, plugin.xml and project.xml. 
-    * nouvelle commande createentrypoint pour créer un point d'entrée du type que l'on veut +    * new command createentrypoint : create an entry point with your type of choice. 
-  * module auth : meilleure prise en charge de la redirection vers une page d'origine (où l'on était avant de venir sur le formulaire d'authentification) (#658) +  * module auth  
-  * nouveau formateur pour jDiff (Diff) (#720) +    * enhanced redirection to a referring page (origin of the request to auth module) (#658) 
-  * nouveau script jelix_check_server.php pour tester la compatibilité d'un serveur avec jelix (#409) +    * created a new response htmlauth for better customization  
-  * Nouvelles spécifications pour le format des fichiers module.xml, plugin.xml et projet.xml. +  * new modifier for jDiff (Diff) (#720) 
-  * Mise à jour de jQuery, et ajout de jQuery UI. +  * new script jelix_check_server.php checking jelix compatibility against a server (#409). 
-  * Mise à jour de TCPDF vers la version 4.2.004 +  * new specs for module.xml, plugin.xml et project.xml. 
-  * Mise à jour des classes clearbricks vers la version svn-192. +  * jQuery update, jQuery UI added
-  * Mise à jour de PHPMailer vers la version 2.2.1 (et séparation du code de la classe jMailer et du code original de PHPMailer) +  * TCPDF update, version 4.2.006 
-  * Mise à jour de WikiRenderer vers la version 3.1pre65+  * clearbricks classes update, version svn-192. 
 +  * PHPMailer update, version 2.(jMailer and PHPMailer now clearly separated
 +  * WikiRenderer update, version 3.1pre65
  
  
 ==== Bug fixes ==== ==== Bug fixes ====
  
-  * all bug fixed in the 1.0.x branch since 1.0.5+  * all bug fixed in the 1.0.x branch and 1.1beta1 
 +  * core : 
 +      * some criticall errors were not reported with css, text et cmdline resposnes (#678)  
 +      * error in checkTrustedModules list checking (#715) 
 +      * bug using SOAP response with an opcode cache enabled (#705) 
 +  * jForms : 
 +      * radiobuttons with value=were mistakenly selected (#691) 
 +      * jFormsDataContainer::clear() didn't clear everytings 
 +  * fixes in relaxNG schema 
 +  * fixes in history template plugin  
 +  * fixes in junittests module (#729) 
 +  * removed a useless parameter to jCmdlineCoordinator::getErrorCode
  
 ====== Other versions ====== ====== Other versions ======
  
   * [[en:changelog|Return to changelog]]   * [[en:changelog|Return to changelog]]

en/changelog/1.1rc1.1228132737.txt.gz · Last modified: 2008/12/01 11:58 by bibo

Recent changes RSS feed Creative Commons License