Version 0.21 package

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2365 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-10-14 05:59:25 +00:00
parent c421d73749
commit a59fb58381
3 changed files with 27 additions and 2 deletions

25
debian/changelog vendored
View File

@@ -1,3 +1,28 @@
domframework (0.21-1) testing; urgency=low
* language : correct the layout <html lang='en'> by the associated language
<http://www.w3.org/TR/html5/dom.html#attr-lang>
<http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry>
* authzgroups : if the provided object start by a slash, don't add it.
* authzgroups : add a local cache in the object, for the userrightsget, to
not access to the database each time
* dblayer : add the hookpreread and the hookpostread
* dblayerauthzgroups : add the support to dblayer with authzgroups rights
* dblayer : define the setters of properties to allow chained ->
* dblayerauthzgroups : define the setters of properties to allow chained ->
* dblayer : If provided select is not an array of array, throw an exception
* dblayer : if the verify return an array with the field in key, the exception
of update is now working
* Add users and userssql
* authhtpasswd : Add support to authenticate the user from a .htpasswd file,
created by "htpasswd" command. Allow to add easily a new user if the admin
password is lost
* cli : add support to namespaces
* cli : don't display the protected/private methods : can't be called
* cli-completion : complete rewrite of the bash completion help
* cli : if no controller or models exists, return nothing in listonly mode
(bash_completion)
-- Dominique Fournier <dominique@fournier38.fr> Wed, 14 Oct 2015 07:57:57 +0100
domframework (0.20-1) testing; urgency=low
* logger : remove the [internal functions] (without file and line) from the
logs

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
# Think about changing the version.php file !!
VERSION="0.20"
VERSION="0.21"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack