From b20c47c884dc17fbab68d97a183914a9ce2320b1 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 28 Jul 2014 11:46:13 +0000 Subject: [PATCH] Version 0.5 * dblayer : Add a check before using unique/foreign to be sure that the field to be linked is in the fields array * dblayer : rename the function create to insert. Keep the create temporaly to be compliant with old soft * Create the phpunit tests : just run "phpunit" from the root directory * route : baseURL/requestURL : missing port when using not standard port * PHP Strict Standards: Only variables should be passed by reference in cli.php on line 151 (on debian, whith ./cli/cli.php records) * Add support to variables in the renderer. They will be availabe to the view to be trated as needed * Add support to cache in file (anything can be cached) * Add support to easy cache HTML pages * Route : remove port in baseURL if it is the standard port (http->80, https->443) * cachefile : run the garbage collector each request (it will be skipped if it is run too early, before 24h) git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1586 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 19 +++++++++++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2630f40..ddb087e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +domframework (0.5-1) testing; urgency=low + * dblayer : Add a check before using unique/foreign to be sure that the field + to be linked is in the fields array + * dblayer : rename the function create to insert. Keep the create temporaly to + be compliant with old soft + * Create the phpunit tests : just run "phpunit" from the root directory + * route : baseURL/requestURL : missing port when using not standard port + * PHP Strict Standards: Only variables should be passed by reference in + cli.php on line 151 (on debian, whith ./cli/cli.php records) + * Add support to variables in the renderer. They will be availabe to the view + to be trated as needed + * Add support to cache in file (anything can be cached) + * Add support to easy cache HTML pages + * Route : remove port in baseURL if it is the standard port (http->80, + https->443) + * cachefile : run the garbage collector each request (it will be skipped if + it is run too early, before 24h) + -- Dominique Fournier Mon, 28 Jul 2014 13:12:57 +0100 + domframework (0.4-1) testing; urgency=low * markdown: BUG for == titles / -- titles * markdown : BUG : * * * - - - shoud be SEPARATORS diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 466957e..a97bab8 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,5 +1,5 @@ #!/bin/bash -x -VERSION="0.4" +VERSION="0.5" rm -rf /tmp/domframeworkpack mkdir /tmp/domframeworkpack cd /tmp/domframeworkpack