Lintian update

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5378 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-06-20 07:41:48 +00:00
parent d6dee55657
commit faa324e56d

44
debian/changelog vendored
View File

@@ -402,7 +402,7 @@ domframework (0.38-1) testing; urgency=low
* file: update glob function to clean correctely in relative mode
* file: add unit tests for glob function
* mail: notice if malformed mail is corrected
* markdown: allow to escape a part of string with backslash to not apply the
* markdown: allow one to escape a part of string with backslash to not apply the
markdown translation
* markdown: manage correctely the backslashes and the emphasis and the HR
separators
@@ -418,7 +418,7 @@ domframework (0.37-1) testing; urgency=low
* dblayeroo: Add the GROUP BY feature and the function support
* Add "modelGenerator" tool to create the model files based on an existing
database
- roleuser: allow to manage a role associated to a user. The data can be
- roleuser: allow one to manage a role associated to a user. The data can be
stored in an array (from configuration by example) or in database or both
simultaneously
@@ -432,7 +432,7 @@ domframework (0.37-1) testing; urgency=low
* getopts: manage correctely the parameters if its value is "" (should not be
ignored)
* dblayeroo: autoincrement fields must be primary too
* mail: allow to read bad formed mail without notice
* mail: allow one to read bad formed mail without notice
* mail: allow header to be set to empty
* mail: convert the headers to UTF-8 if the mime encoding is set
* mail: Remove the not needed CR in getDetails
@@ -449,9 +449,9 @@ domframework (0.36-1) testing; urgency=low
* Add RSS support
* Add getopts support
* Add UUID creation feature
* dblayeroo: allow to sort the ORDER statements (the first added is the first
* dblayeroo: allow one to sort the ORDER statements (the first added is the first
used)
* dblayeroo: allow to sort the Display statements (the first added is the
* dblayeroo: allow one to sort the Display statements (the first added is the
first used)
* dblayeroo: Do not allow autoincrement if the field is not integer
* dblayeroo: Add a export configuration feature to return an array with all
@@ -472,7 +472,7 @@ domframework (0.35-1) testing; urgency=low
FEATURES ADDED:
* authentication : allow logout to provide a url to be displayed after
successful logout
* color : allow to translate a color in english to RGB or GD color
* color : allow one to translate a color in english to RGB or GD color
* dblayeroo : add a new dblayer class. More OO, supports more options than
dblayer
* fts : The Full Text Search module for dummies
@@ -508,7 +508,7 @@ domframework (0.33-1) testing; urgency=medium
* file : bug in the rmdir recursive
* file : add the filemtime function
* mail : allow 120 parts of the mail (allow to add 100 attached files)
* mail : allow 120 parts of the mail (allow one to add 100 attached files)
* mail : if addAttachmentInline, start the HTML to be mail compliant. Raise an
exception if the html part is not provided before using getMail ();
* mail : change the boundary format to be compatible with Orange Webmail
@@ -567,9 +567,9 @@ domframework (0.30-1) testing; urgency=low
domframework (0.29-1) testing; urgency=low
* file : add scandirNotSorted function
* cli : change the directory as soon as the cli object is created, allow to
* cli : change the directory as soon as the cli object is created, allow one to
check if a relative path is available in next line
* authentication : allow to define a specific logging function instead using
* authentication : allow one to define a specific logging function instead using
the trigger_error
-- Dominique Fournier <dominique@fournier38.fr> Wed, 03 Aug 2016 13:42:57 +0100
@@ -581,8 +581,8 @@ domframework (0.28-1) testing; urgency=low
* dblayer : allow read with null value
* dblayer : delete : raise a valid exception if the delete can't be done
* dblayer : return all the verify errors in the same shot•
* dblayer : allow to have external verifyOne and verifyAll functions
* dblayer : allow to define the hook functions in the specification of the
* dblayer : allow one to have external verifyOne and verifyAll functions
* dblayer : allow one to define the hook functions in the specification of the
layer. Can be external ones.
* smtp : manage the dot on first column : double it before sending the email
* mail : add setSubject method
@@ -653,7 +653,7 @@ domframework (0.25-1) testing; urgency=low
$form->saveValuesErrorsReset ();
$route->redirect ("/ipsets", "");
* route : redirect without module : default = "";
* route : allow to define a viewErrorClass and viewErrorMethod to catch the
* route : allow one to define a viewErrorClass and viewErrorMethod to catch the
exceptions raised by the code. Simplfy th e index.php :
$route->viewClass = '\views\ipsets';
$route->viewErrorMethod = 'error';
@@ -669,7 +669,7 @@ domframework (0.25-1) testing; urgency=low
* route : if there is an error with the ratelimiter (directory not
writeable...), overload the exception by the ratelimiter exception
* auth : Add Shibboleth support
* route : store in session the last valid get page to allow to return with
* route : store in session the last valid get page to allow one to return with
small method : $route->lastValidGetPageRedirect ();
* form : add the verify of forms. Actually check only the mandatory part
* form : add maxlength support
@@ -700,7 +700,7 @@ domframework (0.24-1) testing; urgency=low
* * * * * www-data /usr/share with 4 beginning spaces is not OK (remove
all the stars and put a bullet)
The lists (numbered or not) must start on first char
* config : allow to have the defaults params in ->get() in case of array
* config : allow one to have the defaults params in ->get() in case of array
without defined key
-- Dominique Fournier <dominique@fournier38.fr> Tue, 08 Mar 2016 10:29:57 +0100
@@ -711,7 +711,7 @@ domframework (0.23-1) testing; urgency=low
* 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
* language : allow one to force the language from anoter source than the cookie
and the browser params
* Correct the syntax of data
* Correct the syntax of information
@@ -782,7 +782,7 @@ domframework (0.20-1) testing; urgency=low
* 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)
* logger : allow one 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
@@ -801,7 +801,7 @@ domframework (0.19-1) testing; urgency=low
* route : the URL are decoded before providing the information to map
* renderer : add the html support directely in renderer
* renderer : add a basic html page if the layout is not defined
* form : don't allow to display a form without defined fields
* form : don't allow one to display a form without defined fields
* form : add a "addfield" method to add a field in form
* form : remove the &nbsp; in labels to be W3C compliant
* form : rework the checkbox/radio to be compliant with bootstrap and ARIA
@@ -814,7 +814,7 @@ domframework (0.19-1) testing; urgency=low
re-displayed when going back in get
* route : catch the http errors from PHP (with error code 0) as "Internal
Server Error" (error code 500)
* form : allow to define the bootstrap width for titles and fields columns
* form : allow one to define the bootstrap width for titles and fields columns
* route : add the 'multi' method to allow multiple methods to be applied to
the same route and function
* route : redirect to myself : code 400
@@ -897,12 +897,12 @@ domframework (0.13-1) testing; urgency=low
* dblayer : don't do the update if no data is provided
* dblayer : add support to hooks (pre|post)(insert|update|delete)
* authzgroups : update to support new dbLayer object
* logger : allow to push multiple datas of multiple types in logs. The log
* logger : allow one to push multiple datas of multiple types in logs. The log
convert it in text to save them
* logger : allow to remove more entries in the dump stack to find the right
* logger : allow one to remove more entries in the dump stack to find the right
file calling the logger
* logger : log the readl client address when using a proxy
* config : allow to read the configuration file from data or datas dir
* config : allow one to read the configuration file from data or datas dir
* module : Add support of modules analyzing
* routeSQL : Add pagination support and informationArea
* routeSQL : Add support to user-defined actions buttons
@@ -1082,7 +1082,7 @@ domframework (0.3-1) testing; urgency=low
domframework (0.2-1) testing; urgency=low
* dbLayer : If SQLite, don't allow to use database if it is not writeable
* dbLayer : If SQLite, don't allow one to use database if it is not writeable
* dbLayer : Bug if update in unique field verification
* dbLayer : Allow creation of tables from a definition (fields, uniques
entries, foreign keys)