Quick links: Content - sections - sub sections
EN

Trace: 1.0beta2

This is an old revision of the document!


Jelix 1.0 beta 2

16 april 2007. svn 419.

Main improvements

Change details

API changes

  • jAuth : jAuth::createUser is renamed to jAuth::createUserObject. CreateUser can be still used, but is deprecated.
  • jConfig::OS is deprecated

Improvements, new features

  • core :
    • ticket #85: adding support of favicon in jResponseHtml
    • optimization during the configuration reading
  • jDao :
    • add method to jDaoFactoryBase : countBy($searchcond)
  • jelix module:
    • ticket #94: adding locales files in UTF-8 for en_EN and en_US in the jelix module
  • jauth module: an example of a dao for the jAuth db driver is added in the jauth module (Ticket #105)

Bug fixes

  • core:
    • fix bug Ticket #104: bad context change when a plugin redirect to a new action
    • fix bug Ticket #86 : better check of basePath config parameter
    • fix bug ticket #87: bad character un atom10.tpl
    • fix ticket #75: error message is not coherent when a controller is unknown
    • fix Ticket #77: improvement on error message when a selector is invalid. Added the type of selector in the message
  • jDb:
    • fix bug ticket #97: database connector didn't use the charset set up in the application. Adding force_encoding option in dbprofils file, to indicate that jDb should set the charset during the database connection.
    • fix bug ticket #110 : there was no error, and script is stopped, when jdb try to connect to a database, while database extension does not exists in php
  • jDao:
    • fix bug ticket #92: isnull and isnotnull tags in dao file were not supported correctly
    • fix bug Ticket #100 : syntaxe of property name was not checked
    • fix ticket #115 : in classes generated by jDao, local variables should have a specific namming to avoid conflicts with parameters of user methods
  • fix bug in autolocale plugin : country letter is not in uppercase
  • fix bug ticket #103 : api documentation of autolocale plugin is not correct
  • fix bug ticket #91: call of jelix~notfound action which doesn't exist, instead of jelix~error_notfound.
  • fix bug ticket #93: strict message on mktime, when using jZone with cache
  • jelix-scripts :
    • fix bug ticket #99 : with createdao command and postgresql, all field and primary key are not retrieve correctly. patch=njeudy
    • fix bug Ticket #83 : directory not created in the createapp command with withcmdline switch (patch=giviz)

jBuildTools :

  • fix ticket #69 : mkmanifest didn't show empty directory. A switch -e for the script is added

en/changelog/1.0beta2.1176737547.txt.gz · Last modified: 2007/04/16 16:29 (external edit)

Recent changes RSS feed Creative Commons License