Start 0.54 packaging

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5224 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-04-25 09:17:34 +00:00
parent 89a626c235
commit 0f3ccea82b

38
debian/changelog vendored
View File

@@ -1,3 +1,41 @@
domframework (0.54-1) testing; urgency=low
FEATURES ADDED:
* outputhtml : Catch the HTML errors and display them
* outputcsv : Allow multidimensionnal arrays
* Add authzgroupsoo, the replacement of authzgroups.php, with dblayeroo
backend
* authzgroupsoo : Get the state of the tables, allow to delete the tables and
allow to use a tableprefix
* authzgroupsoo : allow to set the right to NO. It can be different of not set
* authzgroupsoo.php : Allow to access to DB objects
* csrf : allow to extend the CSRF token expiration
* dblayeroo : get the foreignUsed fields and tables
* dblayeroo : Add meta support to do analyzis
* form : add method setter
* xdiff : side by side support with screen width parameter
* Add certification authority support
CORRECTED BUGS:
* authentication : if logout url is null, do not crash and redirect to
authentication page
* dblayeroo : Clean the columns name if there is only one table displayed,
even if join is used
* dblayeroo : do not normalize (trim) the arrays
* dblayeroo : manage namespace correctely
* dbalyeroo : clearRequest return now $this to be chained
* dblayeroo : get the primary key for PostgreSQL
* httpclient : reset the parameters when all the content is get (to allow the
redirect to work correctely)
* outputhtml : do not catch all the zones defined by {XXXX} but only the
layout defined ones
* form : do not test CSRF if it is disabled
* form : if the form contains only checkboxes, manage correctely the focus on
first one
* ratelimitfile : do not store more than 128 chars in filename
-- Dominique Fournier <dominique@fournier38.fr> Thu, 25 Apr 2019 11:17:21 +0200
domframework (0.53-1) testing; urgency=low
FEATURES ADDED: