Changelog : update due to lintian

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4161 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-03-13 08:04:24 +00:00
parent ec960adb4e
commit 055a3b2c06

18
debian/changelog vendored
View File

@@ -16,7 +16,7 @@ domframework (0.50-1) testing; urgency=low
* tcpclient : generate an exception if the DNS has an error * tcpclient : generate an exception if the DNS has an error
* tcpclient: Get the A and AAAA records before querying the CNAME only if * tcpclient: Get the A and AAAA records before querying the CNAME only if
needed (speedup if the CNAME DNS can not be found and hang the request) needed (speedup if the CNAME DNS can not be found and hang the request)
* tcpclient : Allow to set the SSL options if needed * tcpclient : Allow one to set the SSL options if needed
* tcpclient : use the TLS1.1 or TLS1.2 and no more the TLS1.0 * tcpclient : use the TLS1.1 or TLS1.2 and no more the TLS1.0
* password : Add password management and the associated tests * password : Add password management and the associated tests
* cli : Add controllersDir and modelsDir methods to set multiple pathes for * cli : Add controllersDir and modelsDir methods to set multiple pathes for
@@ -432,9 +432,9 @@ domframework (0.27-1) testing; urgency=low
page. Like this, when updating a script, image or css file, it is updated by page. Like this, when updating a script, image or css file, it is updated by
the client automatically (the browser don't use its cache) the client automatically (the browser don't use its cache)
* form : if a convertDate field provided is empty, do no generate an error * form : if a convertDate field provided is empty, do no generate an error
* form : Allow to define a class text to form object * form : Allow one to define a class text to form object
* csrf : add the exceptions code to Exceptions * csrf : add the exceptions code to Exceptions
* csrf : Allow to get the CSRF token from the CSRF or FORM classes * csrf : Allow one to get the CSRF token from the CSRF or FORM classes
-- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Jun 2016 14:22:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Wed, 29 Jun 2016 14:22:57 +0100
@@ -442,7 +442,7 @@ domframework (0.26-1) testing; urgency=low
* smtp : add SMTP support to send emails (with TLS, authentication PLAIN and * smtp : add SMTP support to send emails (with TLS, authentication PLAIN and
LOGIN, debug, non standard port, STARTTLS) LOGIN, debug, non standard port, STARTTLS)
* mail : Complete rewrite. Allow to read an existing mail * mail : Complete rewrite. Allow one to read an existing mail
* cli : allow the controllers\\ to be optional * cli : allow the controllers\\ to be optional
* cli : allow the models\\ or controllers\\ to be optional if the name of the * cli : allow the models\\ or controllers\\ to be optional if the name of the
class is unique class is unique
@@ -502,7 +502,7 @@ domframework (0.25-1) testing; urgency=low
small method : $route->lastValidGetPageRedirect (); small method : $route->lastValidGetPageRedirect ();
* form : add the verify of forms. Actually check only the mandatory part * form : add the verify of forms. Actually check only the mandatory part
* form : add maxlength support * form : add maxlength support
* mail : the mail creator. Allow to create complete mails easily * mail : the mail creator. Allow one to create complete mails easily
$mail = new mail (); $mail = new mail ();
$mail->setFrom ("sender@example.com","Sender Example Com"); $mail->setFrom ("sender@example.com","Sender Example Com");
$mail->addTo ("recipient1@example.com","Recipient1 Example Com"); $mail->addTo ("recipient1@example.com","Recipient1 Example Com");
@@ -588,7 +588,7 @@ domframework (0.21-1) testing; urgency=low
of update is now working of update is now working
* Add users and userssql * Add users and userssql
* authhtpasswd : Add support to authenticate the user from a .htpasswd file, * 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 created by "htpasswd" command. Allow one to add easily a new user if the admin
password is lost password is lost
* cli : add support to namespaces * cli : add support to namespaces
* cli : don't display the protected/private methods : can't be called * cli : don't display the protected/private methods : can't be called
@@ -663,7 +663,7 @@ domframework (0.19-1) testing; urgency=low
* route : allow the 401 error code to be redirected to an external URL to * route : allow the 401 error code to be redirected to an external URL to
authenticate the user authenticate the user
* renderer : display the flash information automatically if it is defined. * renderer : display the flash information automatically if it is defined.
Allow to overwrite the layout page when calling the function Allow one to overwrite the layout page when calling the function
* dblayer : create table : add "if not exists" * dblayer : create table : add "if not exists"
-- Dominique Fournier <dominique@fournier38.fr> Fri, 14 Aug 2015 11:04:57 +0100 -- Dominique Fournier <dominique@fournier38.fr> Fri, 14 Aug 2015 11:04:57 +0100
@@ -736,8 +736,8 @@ domframework (0.13-1) testing; urgency=low
* routeSQL : Add pagination support and informationArea * routeSQL : Add pagination support and informationArea
* routeSQL : Add support to user-defined actions buttons * routeSQL : Add support to user-defined actions buttons
* routeSQL : Actions buttons must be defined at start or end of line * routeSQL : Actions buttons must be defined at start or end of line
* routeSQL : Allow to put the parameters in any order * routeSQL : Allow one to put the parameters in any order
* routeSQL : Allow to disable the internal CSS * routeSQL : Allow one to disable the internal CSS
* routeSQL : Create a beautiful internal CSS for listing of entry (without * routeSQL : Create a beautiful internal CSS for listing of entry (without
external dependency) external dependency)
* routeSQL : Add Search support * routeSQL : Add Search support