Trace: • 1.0.4
Table of Contents
Jelix 1.0.4 ¶
June, 02, 2008. SVN-975.
Updating from Jelix 1.0.3 ¶
This release fix only some few little bugs. You can update jelix safely and you don't have to do change in your source code. Here instructions:
- You can replace safely the lib directory by the new one provided in the jelix 1.0.4 package.
- delete all files in the temp/ directories
Little improvements ¶
- Added a configuration parameter “start” to disable sessions (#506)
- <script /> tags didn't end with a newline in jResponseHtml (#536)
- new template plugin: image shadow (#502)
- few improvements in the plugin image (#559, #560)
- jLocale now works with language code without country (#95)
Bugs fixed ¶
- jforms
- jForms html shouldn't generate readonly attribute on select (#550)
- fixed bug in jFormsBase::saveToDao
- jForms shouldn't get values from the request for readonly fields (#551)
- form plugin create always a form with method post (#592)
- fixed bugs in jforms.js (#554)
- fix bug in sqlite.daobuilder : insert() query generated in the dao always used the autoincrement field even if it was not provided
- jDao : attribute groupby was forbidden for a method selectfirst (#447)
- Changed the setting of charset with the client connection, in mysql.dbconnection.php (#97)
- jResponseZip:
- on Windows, files are view like folders (#538)
- empty dirs were not included in the archive (#570)
- jelix-scripts : createdao and createdaocrud, there was no error when generating a dao from a table which doesn't contain a primary key (#402)
- jTpl:
- some html plugins couldn't be used in other response type (#548)
- bad support of round brackets in 'if' statements (#573)
- Corrects the characters escaped in firebug (#557)
- jelix module was forbidden when checkTrustedModules was enabled. It shouldn't.
- jUrl::toString didn't removed multiple '/' between the scriptName and the pathInfo (#599)
- significant url engine : there was a bug when using a handler without indicating action (#476)