Trace: • 1.0.8
Table of Contents
Jelix 1.0.8 ¶
Release on 31 march 2009. svn 1380
Updating from Jelix 1.0.7 ¶
This release fixes only a few little bugs. You can update jelix safely and you don't have to make changes in your source code. Here are instructions:
- You can replace safely the lib directory by the new one provided in the jelix 1.0.8 package.
- delete all files in the temp/ directories
Little improvements ¶
- none
Fixed Bugs ¶
- jDb:
- jDbPdoConnection::query with FETCH_INTO and 2 other arguments causes an error (#839)
- mysql error when calling jDbTools with a pdo driver (#895)
- jDao:
- bad updated value on a boolean field with jDao, when given 'f' as value (#834)
- jDaoConditions: the operator should be checked else it can be a security issue when the operator comes from a request (#888)
- jFilter::isIPv6 and jFilter::isEmail didn't return a boolean (#842)
- a word was not localized in a template of the CRUD. (#844)
- testapp: some pgsql tests fail when pgsql is not configured (#856)
- jResponseHtml, urls in link element is not escaped. (#768)
- bad error message selector in jResponseRedirectUrl. (#894)
- bad message name about filter extension in jInstallChecker (#886)
- jForms:
- there were javascript errors in safari and IE with jforms scripts (#843)
- there was an error on datetime checking with jforms scripts and IE (#857)
—-