Version 0.19
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2242 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
44
debian/changelog
vendored
44
debian/changelog
vendored
@@ -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 <dominique@fournier38.fr> 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
|
||||
|
||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user