diff --git a/debian/changelog b/debian/changelog index f2feb14..19f4b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ domframework (0.45-1) testing; urgency=low + FEATURES ADDED: + * form: if there is errors on hidden fields, display them as text with + read-only. Like this, the error message is correctely displayed to + the end user + * fts: Add the simple-quote as separator too + CORRECTED BUGS: * bash-completion: directory change for Debian etc/bash_completion.d/ -> usr/share/bash-completion/completions (see also @@ -8,8 +14,15 @@ domframework (0.45-1) testing; urgency=low autoincrement or if the value is not null * dblayer: insert return the primary key if the field is not an autoincrement or if the value is not null + * cli: don't display the list of methods in Stretch + * Debian package: package-uses-deprecated-debhelper-compat-version 5 (go to 9) + * Debian package: ancient-standards-version 3.9.6 (current is 3.9.8) + * dblayeroo : change the Exception to $this->DBException + * dblayeroo: GROUP BY was incorrect when there was a join and only one local + grouped function: do not call the displayed field on the join objects + * dblayeroo: Manage correctely the DISTINCT type of fields - -- Dominique Fournier Tue, 05 Sep 2017 11:24:18 +0200 + -- Dominique Fournier Mon, 18 Sep 2017 13:41:08 +0200 domframework (0.44-1) testing; urgency=low diff --git a/docs/cli-completion b/docs/cli-completion index cbc7d7d..6c92dc8 100644 --- a/docs/cli-completion +++ b/docs/cli-completion @@ -93,5 +93,6 @@ $LISTCLASSESSLASH fi } +complete -F _cli.php cli complete -F _cli.php cli.php complete -F _cli.php ./cli/cli.php