0df7e1bded
dblayeroo: allow the primary key to be the unique key (and the unique is not defined)
Dominique Fournier2017-05-03 08:02:06 +00:00
790fe6b703
dblayeroo: if the primary key is defined, the unique are not mandatory
Dominique Fournier2017-05-03 07:59:47 +00:00
0d63ce1e34
form : If the error is not due to field (it has numerical key, put the focus on the first field (if available) and not on the global error
Dominique Fournier2017-05-02 14:17:46 +00:00
029bb0beb5
dblayeroo: allow to extends it. Add a connect class instead of the constructor
Dominique Fournier2017-05-02 09:57:40 +00:00
fb017dde76
verify: Use the \verify instead of $this for non static methods
Dominique Fournier2017-05-02 09:44:06 +00:00
120d769656
dblayeroo: add return $this to setForeignObj dblayeroo: manage correctely the foreign keys
Dominique Fournier2017-05-02 08:53:28 +00:00
014d07c91f
dblayeroo: force the parameters of the fields in lowercase
Dominique Fournier2017-04-28 14:18:13 +00:00
dadd4f1d9e
- dblayeroo: Add a export configuration feature to return an array with all the defined parameters
Dominique Fournier2017-04-28 13:17:33 +00:00
89be15802b
dblayeroo: Remove tinyint support cause not available in PSQL
Dominique Fournier2017-04-27 12:47:06 +00:00
2f0abcd139
dblayeroo: add tinyint field type dblayeroo: Do not allow autoincrement if the field is not integer
Dominique Fournier2017-04-27 12:41:15 +00:00
39d34965c0
* dblayeroo: allow to sort the ORDER statements (the first added is the first use) * dblayeroo: allow to sort the Display statements (the first added is the first use) * dblayeroo: change displayColumns to displayAdd
Dominique Fournier2017-04-25 14:43:53 +00:00
5c4f903987
* dblayeroo : add a new dblayer class. More OO, supports more options than dblayer * fts : The Full Text Search module for dummies
Dominique Fournier2017-03-27 07:42:18 +00:00
f928cec68c
dblayer : the length of the fields must be checked in UTF-8 and not in Latin1
Dominique Fournier2017-03-24 14:34:34 +00:00
086ce242c5
outputhtml : allow to display the page without DOM modification
Dominique Fournier2017-03-14 20:14:24 +00:00
9dc51ea61f
route : do not cache the baseURL if the Absolute parameter is set
Dominique Fournier2017-03-14 19:45:09 +00:00
6d41eab506
csrf : manage multiple CSRF tokens in the same PHP call (and provide the same result) : pseudo-singleton
Dominique Fournier2017-03-12 19:16:29 +00:00
0591656532
dblayer : allow the read order to be written in lowercase too
Dominique Fournier2017-03-09 13:03:36 +00:00
e21a5a1840
route : add the mapRoute function to know the matching route search comparison
Dominique Fournier2017-03-09 11:03:30 +00:00
d60f7a4267
graph : renew the points draw with 1. The background, 2. The border
Dominique Fournier2017-01-30 14:01:56 +00:00
2eb030056d
graph : display correctly the fist label of Y axis if there is no title
Dominique Fournier2017-01-30 10:40:17 +00:00
0c6e3668d4
graph : first working version of graph.php. It allow to draw graphics based on tabular data like spreadsheet
Dominique Fournier2017-01-27 15:08:57 +00:00
2313f574d8
color : update error message to display quotes arround the value provided
Dominique Fournier2017-01-06 19:27:12 +00:00
234107ae99
color : Add the parameter to the PHPDoc (domci) color : align the colors
Dominique Fournier2017-01-06 15:46:24 +00:00
8f1c8162f6
color : allow to translate a color in english to RGB or GD color
Dominique Fournier2017-01-06 15:31:36 +00:00
189801d244
authparams : if the email is not provided by Shibboleth, reject the auth instead of having a warning
Dominique Fournier2016-12-21 10:48:10 +00:00
46650ef970
smtp : if there is an error with the server, send QUIT and close correctely the connection
Dominique Fournier2016-12-14 07:15:33 +00:00
85c6505ff0
mail : if addAttachmentInline, start the HTML to be mail compliant. Raise an exception if the html part is not provided before using getMail ();
Dominique Fournier2016-10-11 12:14:45 +00:00
2a7341832a
form : manage correctely the checkboxes with values (the values can be defined and set to no "unset")
Dominique Fournier2016-09-30 13:49:24 +00:00
2ea05e91ca
form : display correctely the checkboxes (add label and div='checkbox')
Dominique Fournier2016-09-30 11:15:56 +00:00