3671350f7d
Check before using if the SQLite database file is writeable and raise an exceptiion in case of error
Dominique Fournier2014-06-05 12:27:36 +00:00
edb78f936c
Force Foreignkeys support in SQLite (PRAGMA foreign_keys = ON;)
Dominique Fournier2014-06-05 11:19:33 +00:00
b7fe8ad341
Missing ! : not test of existing key in an array before update in dblayer
Dominique Fournier2014-06-04 16:43:51 +00:00
cba4fcc57c
Add CSRF support in form Get the values provided by the user with a method with CSRF validation Remove the verify support as it is not used (and it use eval function which is evil)
Dominique Fournier2014-06-01 06:03:52 +00:00
20db47f64f
Bug inserted in last commit : the dash in parameters is converted in array in place to be read as string
Dominique Fournier2014-05-28 17:45:53 +00:00
8d16811eff
P tags are now corrects Put the closing tags at end of line to be more readable
Dominique Fournier2014-05-12 12:55:55 +00:00
5a0171caa7
Adding more logs at the start of the script to help the debug
Dominique Fournier2014-05-10 22:07:30 +00:00
cde5e524d5
First fonctionnal version with code protection, titles Adding time statistics in debug (32ms to parse a 21ko markdown file)
Dominique Fournier2014-05-10 21:44:43 +00:00
7e69a0e978
Correct bug in uniq constrain violation test in update for dblayer
Dominique Fournier2014-03-23 19:58:55 +00:00
bd575e67ed
A little bug : if we don't modify the uniq columns, no need to check if there is a constrain violation
Dominique Fournier2014-03-23 19:09:42 +00:00
04e13afe42
Add the Exception error management in CLI (display only the message in normal mode, and display all the trace in expert mode)
Dominique Fournier2014-03-22 15:30:19 +00:00
d34b80e30d
Simplify the cli.php by using call_user_func_array() to launch the method in the class
Dominique Fournier2014-03-22 15:23:37 +00:00
9460c245ef
Add a unique constrain in the tables in dblayer. Block the creation/update if the constrain is forced.
Dominique Fournier2014-03-22 14:57:42 +00:00
4fa807a992
Add the possibility to display all the params available in the configuration with their default value
Dominique Fournier2014-03-22 12:28:17 +00:00
32835b4d7c
Add an exception to dblayer.php if the datas are not in the right format
Dominique Fournier2014-03-22 11:55:48 +00:00
28a5d1b4ce
Add the rest library : read the wanted output format, and display it if it is available
Dominique Fournier2014-03-21 15:45:20 +00:00
383e831ff3
Add support to read in dblayer with order and colmuns displayed Return the number of deleted rows in delete
Dominique Fournier2014-03-18 18:35:48 +00:00
6ce3776d12
Add a new routing module with easier support. It understand the RESTful mode too with GET,PUT,POST,DELETE.
Dominique Fournier2014-02-27 15:04:20 +00:00