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:
25
debian/changelog
vendored
25
debian/changelog
vendored
@@ -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
|
domframework (0.20-1) testing; urgency=low
|
||||||
* logger : remove the [internal functions] (without file and line) from the
|
* logger : remove the [internal functions] (without file and line) from the
|
||||||
logs
|
logs
|
||||||
|
|||||||
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.20"
|
VERSION="0.21"
|
||||||
PACKAGE="domframework"
|
PACKAGE="domframework"
|
||||||
rm -rf /tmp/${PACKAGE}pack
|
rm -rf /tmp/${PACKAGE}pack
|
||||||
mkdir /tmp/${PACKAGE}pack
|
mkdir /tmp/${PACKAGE}pack
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
if (!defined ("DOMFRAMEWORK_VERSION") ||
|
||||||
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0)
|
||||||
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
die ("Your DomFramework version is too old : 0.6 minimum\n"); */
|
||||||
define ("DOMFRAMEWORK_VERSION", "0.20");
|
define ("DOMFRAMEWORK_VERSION", "0.21");
|
||||||
|
|||||||
Reference in New Issue
Block a user