Quick links: Content - sections - sub sections
EN FR

Trace: 1.3 1.8.x 1.1.5 1.1 1.0.4 1.3.x 1.1 1.8.x sr 1.3.x

This is an old revision of the document!


This page is listing updates and enhancements added since 1.3.0 version.

Jelix 1.3.3

Still in development.

Critical bugs

  • none

Enhancements

  • none

Bugs fixed

  • none

Jelix 1.3.2

Release date: 05/17/2012

Critical bugs

  • none

Enhancements

  • Update jQuery UI to version 1.8.20 (Philippe Villiers - Kissifrot)
  • Upgraded Simpletest to 1.1a3
  • Update wikirenderer to v3.1.4
  • Update TCPDF to 5.9.159 (Philippe Villiers - Kissifrot)
  • new class jServer and a method isCLI().
  • Ticket #1263 - new methods jDaoFactoryBase::getTables() and getPrimaryTable
  • Improved SQL script to install jauthdb and jacl2db with Oracle (Philippe Villiers - Kissifrot)
  • Added {meta_html jsie7} and {meta_html jsltie7} tags, to do the same as the {meta_html css*} ones (Philippe Villiers - Kissifrot)
  • jDao, on properties element: check unknown attributes, to avoid mistakes such as typos in attributes names. (Philippe Villiers - Kissifrot)
  • The debug bar is activated by default on new application created with the createapp command
  • Import enhancements from 1.2.7 and 1.2.8:
    • ticket #624 - jscompress - a new plugin for jtpl to compress inline javascript (Hadrien Lanneau)

Bugs fixed

  • CLI scripts of an application should be able to be executed from the command line and launched with php-cgi. new class jServer and a method isCLI.
  • The jfullurl template plugin for xml had a bad function name. (Thomas PT)
  • Plugins for the debugbar, soaplog and sqllog, should verify that messages are implemented by expected classes
  • Fixed a bad support of redirection response in soap request
  • Fixed issues in junittestcasedb for phpunit
  • testapp install: typofix s/shema/schema (Steven Jehannet)
  • Some comments in the source code were still in french. Translated it to english (Philippe Villiers - Kissifrot)
  • PhpUnit tests for application: the configuration of the entry point indicated for test was not loaded correctly.
  • jRequest::getPort add an ulimate check to $port var to prevent function from returning ':' alone (domi-papin)
  • Error log: some messages did not end by a line break
  • Import bugs fixed in 1.2.7 and 1.2.8:
    • ticket 1401 - jforms: for some datatypes, whitespace should be removed during the check (Foxmask)
    • ticket 1389 - fixed a bug in jDbPDOConnection related to the MSSql support (Vincent Herr)
    • Removed a E_STRICT message: jDbPDOConnection::lastInsterId should have the same signature of PDO:lastInsertId
    • Fixed inconsitencies in return values in some drivers of jKVDb
    • jTpl: meta was processed by fetch, even the meta method was called before. This is a regression since the fix for the ticket #1396
    • In CLI context, jRequest::getPort generated an error when retrieving SERVER_PORT.
    • jInifileModifier - section name with a '-' was not supported

Jelix 1.3.1

Release date: 12/18/2011

Critical bugs

  • none

Enhancements

  • jAuth ldap plugin - it should support anonymous connection to the ldap server

Bugs fixed

  • Legacy constant JELIX_APP_PATH was not generated when calling jApp::initLegacy
  • Fixed a bug in a CLI context, when an error appeared, jResponseCmdline is not known
  • jelix-tests: Fixed compatibility with PHPUnit 3.6. Jelix-tests is still compatible with PHPUnit 3.5
  • method jFile::getMimeTypeFromFilename() wasn't added with PHP 5.3 build + simplify way to get extension
  • jquery.effects.core.min.js was miising with the use of jquery_ui effect in meta in templates
  • ticket 1435 - limit queries were not fully shown in the debug bar
  • fixed also in 1.2.7:
    • fixed a notice into the history plugin
    • jZone::_tplOuputType is mispelled, corrected the name to _tplOutputType, and added a support of the deprecated _tplOuputType to keep compatibility
    • ticket 1440 - jDao - fixed bad syntax in generated sql queries for update methods, when properties in value element, starts with the same word.

Other versions

en/changelog/1.3.x.1337284207.txt.gz · Last modified: 2012/05/17 19:50 by laurent

Recent changes RSS feed Creative Commons License