From 0f3ccea82b1774601a2614b605f33cfd63370047 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 25 Apr 2019 09:17:34 +0000 Subject: [PATCH] Start 0.54 packaging git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5224 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/debian/changelog b/debian/changelog index 306fc7c..f12a6c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 25 Apr 2019 11:17:21 +0200 + domframework (0.53-1) testing; urgency=low FEATURES ADDED: