Start 0.20 packaging
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2262 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
22
debian/changelog
vendored
22
debian/changelog
vendored
@@ -1,3 +1,25 @@
|
|||||||
|
domframework (0.20-1) testing; urgency=low
|
||||||
|
* logger : remove the [internal functions] (without file and line) from the
|
||||||
|
logs
|
||||||
|
* start : move the language selector to be available in the authentication
|
||||||
|
page
|
||||||
|
* logger : add a <br/> to messages displayed on screen to allow the traces to
|
||||||
|
be readable
|
||||||
|
* authentication : better error management in configuration (Exception in case
|
||||||
|
of errors).
|
||||||
|
* authentication : allow multiple source of authentication for the same
|
||||||
|
authMethod (multiple LDAP servers by example). Conservative, allow the old
|
||||||
|
authMethod to be used when only one entry is available
|
||||||
|
* logger : allow to store the logs in session (to be readable in debug)
|
||||||
|
* authzgroups : add the functions to check the accessRight, accessWrite,
|
||||||
|
accessReadOnly
|
||||||
|
* dblayer : add a Singleton to not reconnect each time we need to access the
|
||||||
|
same database.
|
||||||
|
* dblayer : add a method to disconnect the database engine
|
||||||
|
* dblayer : add the transactions methods, linke in PDO
|
||||||
|
* dblayer : remove the extension of PDO
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Thu, 20 Aug 2015 14:41:57 +0100
|
||||||
|
|
||||||
domframework (0.19-1) testing; urgency=low
|
domframework (0.19-1) testing; urgency=low
|
||||||
* config : if no configuration file exists, create a default one in
|
* config : if no configuration file exists, create a default one in
|
||||||
data/configuration.php
|
data/configuration.php
|
||||||
|
|||||||
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.19"
|
VERSION="0.20"
|
||||||
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