From a3d4b3ef59376c38e25e48ad4b4b90de5c8d005f Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 14 Aug 2015 09:06:04 +0000 Subject: [PATCH] Version 0.19 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2242 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 44 ++++++++++++++++++++++++++++++++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dcc6c20..a9c9eb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +domframework (0.19-1) testing; urgency=low + * config : if no configuration file exists, create a default one in + data/configuration.php + * route : allow a prerouting information to be used in map comparisons + * route : the URL are decoded before providing the informations to map + * renderer : add the html support directely in renderer + * renderer : add a basic html page if the layout is not defined + * form : don't allow to display a form without defined fields + * form : add a "addfield" method to add a field in form + * form : remove the   in labels to be W3C compliant + * form : rework the checkbox/radio to be compliant with bootstrap and ARIA + * form : add the help support (which is hidden when there is an error) + * form : display the help with the error if both are defined + * form : allow checkbox to be multiple (in an array) or simple (in text) + * form : add support to save the values and errors to redisplay the form in + without code line ! Just add "$form->saveValuesErrors ($values, $errors);" + in post routing to save the data, and in get they will be automatically + re-displayed when going back in get + * route : catch the http errors from PHP (with error code 0) as "Internal + Server Error" (error code 500) + * form : allow to define the bootstrap width for titles and fields columns + * route : add the 'multi' method to allow multiple methods to be applied to + the same route and function + * route : redirect to myself : code 400 + * route : remove the automatic adding of the / to allow the redirect from + word to word/ without error of loop + * language : add the languageName support + * ratelimitfile : allow the lockfile to be in the same directory than the + ratelimit files + * logger : add the support to catch all the trigger_error messages + * logger : add the backtraceDisplay conditionnal + * Add authentication class for REST/HTML pages, with multiple auth methods and + multiple servers for each + * logger : remove 1 backtrace step by default to have the right file + * start : add the start file to easily start a new project. Copy the beginning + of the file in a index.php file and that's all ! + * outputhtml : Add a basic HTML page when noting is declared + * route : allow the 401 error code to be redirected to an external URL to + authenticate the user + * renderer : display the flash informations automatically if it is defined. + Allow to overwrite the layout page when calling the function + * dblayer : create table : add "if not exists" + -- Dominique Fournier Fri, 14 Aug 2015 11:04:57 +0100 + domframework (0.18-1) testing; urgency=low * config : return an Exception code when there is an error * config : allow the configuration file to be setted in the object and used diff --git a/debian/makePackageDebian b/debian/makePackageDebian index e10bcad..6b48941 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.18" +VERSION="0.19" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack