Start of 0.10 version packaging
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1846 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
18
debian/changelog
vendored
18
debian/changelog
vendored
@@ -1,3 +1,21 @@
|
|||||||
|
domframework (0.9-1) testing; urgency=low
|
||||||
|
* authorization by groups
|
||||||
|
* dblayer : add support to OR in WHERE clause
|
||||||
|
* dblayer : add singleton access to DB
|
||||||
|
* dblayer : force using UTF8
|
||||||
|
* dblayer : add the unittest for the 3 db engines
|
||||||
|
* dblayer : UPDATE : add the case of updating the primary key (actually
|
||||||
|
oldvalue = newvalue and replace by the same value, so don't update)
|
||||||
|
* dblayer : extract the verify tests (before insert/update) to a function
|
||||||
|
available to public (can be launched when the developper want)
|
||||||
|
* Add dblayer unit tests to check the unique functionnality
|
||||||
|
* BUG : route : allow redirect if the method is changed and the URL stay the
|
||||||
|
same
|
||||||
|
* route : Add support to errors from the application
|
||||||
|
* BUG : auth : Add the path to the default login window to load the javascript
|
||||||
|
* Add dblayer unit tests to check the foreign keys
|
||||||
|
-- Dominique Fournier <dominique@fournier38.fr> Mon, 22 Sep 2014 12:01:57 +0100
|
||||||
|
|
||||||
domframework (0.8-1) testing; urgency=low
|
domframework (0.8-1) testing; urgency=low
|
||||||
* renderer : Add variables support to layout. All variable defined in
|
* renderer : Add variables support to layout. All variable defined in
|
||||||
$variable is available in $XXX in the layout file. It can be used with php
|
$variable is available in $XXX in the layout file. It can be used with 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.8"
|
VERSION="0.9"
|
||||||
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