domframework (0.15-1) testing; urgency=low * form : add the textarea support * auth : if the user is already authenticated and the URL back is provided, add a link to the defined URL * logger : allow the facility and loglevel to be string. They are converted into integer before use * config : add the function docComment to read the parameters from the default config file. It allows to create easily the interface to configure the soft -- Dominique Fournier Thu, 07 May 2015 13:07:57 +0100 domframework (0.14-1) testing; urgency=low * BUG config : an array with "not configured" should not be presented if there is another entry available * Remove the CSRF debug log -- Dominique Fournier Thu, 30 Apr 2015 15:36:57 +0100 domframework (0.13-1) testing; urgency=low * route.php : Add support of URL matching with or without Slash * dblayer : don't connect multiple times to the same database/username * 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 convert it in text to save them * logger : allow 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 * module : Add support of modules analyzing * routeSQL : Add pagination support and informationsArea * 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 : Create a beautiful internal CSS for listing of entry (without external dependency) * routeSQL : Add Search support * routeSQL : Push in a cookie the numbers of displayed elements (by URL) * routeSQL : Push in a cookie the search criteria (by URL) * routeSQL : Add position of add button/paginator/search arround the table * routeSQL : Create a beautiful internal CSS for editing an entry (without external dependency) * routeSQL : search can now start by a ^ or finish by a $ to simulate a regex * routeSQL : Add support of url-defined var (like zone/XX/entry/YY) * routeSQL : Add an optional authorization support * routeSQL : Do a READ-ONLY mode * routeSQL : Display the HTML pages with the renderer to be more flexible * routeSQL : add REST support (without auth, nor chained mode) * routeSQL : Limit the list to the authorized of elements * routeSQL : Add the Chain support to REST support * routeSQL : Add the Authorization support to REST support * routeSQL : Add the module support for $route->redirect(XX,module) * routeSQL : do the translation in english/french * routeSQL : don't display the pages directely, but use the view layer to display the content variable * routeSQL : Display the associated unique field from a foreign key instead of the numerical value * routeSQL : Add a select list (or a text search) for foreign keys when insert or update * BUG routeSQL : incorrect cookie used when search in a page and go in a chained page : the chained page use the cookie without need ! * auth : don't need bootstrap or jquery to work (all the CSS is integrated) * ratelimit : add the ratelimit abstract class with its first child (file storage) * lockfile : in file * authentication : if a proxy is used, the url to redirect is incorrect and should not be used (maybe a relative URL can be better) * route : if a proxy is used, the baseURL is wrong. It should be better if a relative URL is used. Need to modify the redirectURL too. There is a param $absolute to allow the old mode to be operationnal (not used by default) -- Dominique Fournier Wed, 29 Apr 2015 14:06:57 +0100 domframework (0.12-1) testing; urgency=low * BUG locale : Missing all the locales in Debian package -- Dominique Fournier Tue, 27 Jan 2015 11:51:57 +0100 domframework (0.11-1) testing; urgency=low * BUG dblayer : check if the unique multiple values are not used before updating * BUG Markdown : Two automatic links on the same line are not correct, the regex must be Ungreedy * BUG route : if using modules, the redirect was wrong * form : the submit text can be defined in the label too * form : add the hidden support to the fields * BUG dblayer : Add support to ordering if column name is 'group' by using the separator (need by SQLite) * HTTP authentication : return an exception with 401 to allow the browser to authenticate. Allow the REST API to work by catching the error instead of die -- Dominique Fournier Tue, 27 Jan 2015 02:32:57 +0100 domframework (0.10-1) testing; urgency=low * BUG : dblayer : don't raise an exception when re-inserting unique record * dblayer : add more unit tests * route : In case of exception, a HTML page is sent. If REST, it should be a simple string, without presentation (can be done by using specifig error pages) -- Dominique Fournier Fri, 26 Sep 2014 16:30:57 +0100 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 developer want) * Add dblayer unit tests to check the unique functionality * 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 Mon, 22 Sep 2014 12:01:57 +0100 domframework (0.8-1) testing; urgency=low * 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 structures * cli : do a bash-completion module to find the classes and the methods * cli : add a trigger_error catch (display the errors in stderr) * route : add permanent redirect support * Markdown : add image support * Markdown : Add more tests * BUG : Markdown : remove http:// mandatory in links : can be relative ! * BUG : Markdown : carriage return : missing space : see testCarriageReturn1 * BUG : Markdown : emphasis : see testUnderscore * BUG : Markdown : the mailto links don't have the // * BUG : Markdown : Correct the OL/UL imbrication * BUG : Markdown : error ### l'utilisateur -> should be title h3 -- Dominique Fournier Wed, 10 Sep 2014 12:01:57 +0100 domframework (0.7-1) testing; urgency=low * dblayer : Add dropTable support * Add multi-language support * The exception captured by routing is now a valid HTML page -- Dominique Fournier Fri, 08 Aug 2014 10:42:57 +0100 domframework (0.6-1) testing; urgency=low * BUG : cacheoutput : If the TTL is 0, remove the caching functionality * dblayer : Add the prefix support in tables name * dblayer : Check if the provided datas are not too long before saving them * dblayer : Check if the datas are in the ANSI SQL format (date datetime) * BUG dblayer : The missing foreign keys in update should not be tested (introduced in 0.5 version) * Add version support -- Dominique Fournier Fri, 01 Aug 2014 08:12:57 +0100 domframework (0.5-1) testing; urgency=low * dblayer : Add a check before using unique/foreign to be sure that the field to be linked is in the fields array * dblayer : rename the function create to insert. Keep the create temporaly to be compliant with old soft * Create the phpunit tests : just run "phpunit" from the root directory * route : baseURL/requestURL : missing port when using not standard port * PHP Strict Standards: Only variables should be passed by reference in cli.php on line 151 (on debian, whith ./cli/cli.php records) * Add support to variables in the renderer. They will be availabe to the view to be trated as needed * Add support to cache in file (anything can be cached) * Add support to easy cache HTML pages * Route : remove port in baseURL if it is the standard port (http->80, https->443) * cachefile : run the garbage collector each request (it will be skipped if it is run too early, before 24h) -- Dominique Fournier Mon, 28 Jul 2014 13:12:57 +0100 domframework (0.4-1) testing; urgency=low * markdown: BUG for == titles / -- titles * markdown : BUG : * * * - - - shoud be SEPARATORS * markdown : BUG : the mails/url are not working caused by htmlentities * markdown : BUG : bad closing in
    list * markdown : BUG : - line1\nline2 : should be the continuity of
  • , not

    * markdown : BUG : the ### TITLEx doesn't work caused by the search empty line at the ned and at the start of the regex -- Dominique Fournier Fri, 27 Jun 2014 10:01:47 +0100 domframework (0.3-1) testing; urgency=low * dbLayer : Create a operationnal list table for sqlite/mysql/pgsql * authorization model -- Dominique Fournier Fri, 20 Jun 2014 15:18:47 +0100 domframework (0.2-1) testing; urgency=low * dbLayer : If SQLite, don't allow 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) * BUG cli : Variable used without initialisation -- Dominique Fournier Fri, 13 Jun 2014 11:15:47 +0100 domframework (0.1-1) testing; urgency=low * Debian Package -- Dominique Fournier Tue, 03 Jun 2014 16:24:15 +0100