Start 0.23 packaging
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2549 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
24
debian/changelog
vendored
24
debian/changelog
vendored
@@ -1,3 +1,27 @@
|
|||||||
|
domframework (0.23-1) testing; urgency=low
|
||||||
|
* Add inifile support
|
||||||
|
* authzgroups : Raise an exception if there is a SQL error
|
||||||
|
* authzgroups : the "right" alias is now between double-quotes to be
|
||||||
|
compatible with MySQL
|
||||||
|
* language : allow to force the language from anoter source than the cookie
|
||||||
|
and the browser params
|
||||||
|
* Rename all the datas to data
|
||||||
|
* Rename all the informations to information
|
||||||
|
* route : Pass to renderer the information concerning the routing and the
|
||||||
|
exception
|
||||||
|
* form : add the javascript to focus on the first field if there is no error,
|
||||||
|
or on the first error when there is one
|
||||||
|
* Check if all the translations are done by dgettext("domframework",
|
||||||
|
* ipaddresses : Add support to calculations on IP addresses
|
||||||
|
* route : ratelimit the errors to not allow the hackers to brute force the
|
||||||
|
backend
|
||||||
|
* route : do not exit in error part to allow the unit tests
|
||||||
|
* route : update the unit tests
|
||||||
|
* BUG Markdown : if an automatic URL have two underscores, the <em> work and
|
||||||
|
the URL is incorrect
|
||||||
|
* dblayer : removing the unused create function (later than 0.8)
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Tue, 23 Feb 2016 14:43:57 +0100
|
||||||
|
|
||||||
domframework (0.22-1) testing; urgency=low
|
domframework (0.22-1) testing; urgency=low
|
||||||
* dblayerauthzgroups : allow the user to be provided by auth object directely
|
* dblayerauthzgroups : allow the user to be provided by auth object directely
|
||||||
* route : allow the routing to be chained : return $this each time
|
* route : allow the routing to be chained : return $this each time
|
||||||
|
|||||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
# Think about changing the version.php file !!
|
# Think about changing the version.php file !!
|
||||||
VERSION="0.22"
|
VERSION="0.23"
|
||||||
PACKAGE="domframework"
|
PACKAGE="domframework"
|
||||||
rm -rf /tmp/${PACKAGE}pack
|
rm -rf /tmp/${PACKAGE}pack
|
||||||
mkdir /tmp/${PACKAGE}pack
|
mkdir /tmp/${PACKAGE}pack
|
||||||
|
|||||||
Reference in New Issue
Block a user