From 055a3b2c06cd631b797b2d03bd1cbf5d6c6bd86e Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 13 Mar 2018 08:04:24 +0000 Subject: [PATCH] Changelog : update due to lintian git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4161 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7c161c..712cc4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,7 @@ domframework (0.50-1) testing; urgency=low * tcpclient : generate an exception if the DNS has an error * 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) - * 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 * password : Add password management and the associated tests * 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 the client automatically (the browser don't use its cache) * 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 : 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 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 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 models\\ or controllers\\ to be optional if the name of the class is unique @@ -502,7 +502,7 @@ domframework (0.25-1) testing; urgency=low small method : $route->lastValidGetPageRedirect (); * form : add the verify of forms. Actually check only the mandatory part * 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->setFrom ("sender@example.com","Sender 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 * 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 + created by "htpasswd" command. Allow one 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 @@ -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 authenticate the user * 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" -- Dominique Fournier 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 support to user-defined actions buttons * routeSQL : Actions buttons must be defined at start or end of line - * routeSQL : Allow to put the parameters in any order - * routeSQL : Allow to disable the internal CSS + * routeSQL : Allow one to put the parameters in any order + * routeSQL : Allow one to disable the internal CSS * routeSQL : Create a beautiful internal CSS for listing of entry (without external dependency) * routeSQL : Add Search support