From 0b17469544196f79003ef875c39c975dc090de7c Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 27 Jan 2015 01:33:47 +0000 Subject: [PATCH] Version 0.11 of Domframework : * BUG dblayer : check if the unique multiple values are not used before updating * BUG Markdown : Two automatic links on the same line are not correct, the regex must be Ungreedy * BUG route : if using modules, the redirect was wrong * form : the submit text can be defined in the label too * form : add the hidden support to the fields * BUG dblayer : Add support to ordering if column name is 'group' by using the separator (need by SQLite) * HTTP authentication : return an exception with 401 to allow the browser to authenticate. Allow the REST API to work by catching the error instead of die git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1932 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 15 +++++++++++++++ debian/makePackageDebian | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7d1d1de..6404c99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +domframework (0.11-1) testing; urgency=low + * BUG dblayer : check if the unique multiple values are not used before + updating + * BUG Markdown : Two automatic links on the same line are not correct, the + regex must be Ungreedy + * BUG route : if using modules, the redirect was wrong + * form : the submit text can be defined in the label too + * form : add the hidden support to the fields + * BUG dblayer : Add support to ordering if column name is 'group' by using the + separator (need by SQLite) + * HTTP authentication : return an exception with 401 to allow the browser to + authenticate. Allow the REST API to work by catching the error instead of + die + -- Dominique Fournier Tue, 27 Jan 2015 02:32:57 +0100 + domframework (0.10-1) testing; urgency=low * BUG : dblayer : don't raise an exception when re-inserting unique record * dblayer : add more unit tests diff --git a/debian/makePackageDebian b/debian/makePackageDebian index fe2eb74..385edb3 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.10" +VERSION="0.11" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack