* 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
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1932 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
* 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)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1586 bf3deb0d-5f1a-0410-827f-c0cc1f45334c