Dominique.Fournier
97ede7f03b
dblayer : don't allow anything than strings. Null parameters are skipped
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2059 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 15:01:21 +00:00
Dominique.Fournier
aa72825d21
form : allow selected to be disabled and to send correctely the data
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2058 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 14:53:04 +00:00
Dominique.Fournier
ede724a76d
dblayer : don't allow the information which are not string
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2057 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 14:39:57 +00:00
Dominique.Fournier
d0dfe2dba1
dblayer : correct the test of write access to sqlite
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2056 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 13:02:58 +00:00
Dominique.Fournier
07d0707445
authsql : add the language support
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2055 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 12:02:00 +00:00
Dominique.Fournier
25b3fce39e
auth* : Add the overwritepassword method to the auth classes
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2054 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 11:15:07 +00:00
Dominique.Fournier
f7c830576a
authsql : Add the authentication in SQL database : first version
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2053 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 11:09:18 +00:00
Dominique.Fournier
1cfc21e5f0
dblayer : check if the unique key is defined before using it in UPDATE. If not defined, use primary key
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2052 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 11:08:28 +00:00
Dominique.Fournier
5f441df4b7
dblayer : add the connected tests before using the SQLITE PDO engine
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2051 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 09:49:49 +00:00
Dominique.Fournier
839d71a44f
dblayer : add a exception if the provided PDO driver is not known
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2050 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-23 09:42:39 +00:00
Dominique.Fournier
ac483b1ef9
routeSQL : Add a select list (or a text search) for foreign keys when insert or update
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2049 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 11:34:09 +00:00
Dominique.Fournier
263741d316
routeSQL : display the associated unique field to a foreign key instead of the numerical value
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2048 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 10:58:40 +00:00
Dominique.Fournier
ba5f375b5a
dblayer : bad function name
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2047 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 08:15:35 +00:00
Dominique.Fournier
e3bec29cf8
dblayer : bad function name
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2046 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 08:14:30 +00:00
Dominique.Fournier
70b71de74b
routeSQL : allow chain to not be defined
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2045 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 08:13:07 +00:00
Dominique.Fournier
74f5fed52c
routeSQL : Limit the list to the authorized of elements
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2044 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 04:55:10 +00:00
Dominique.Fournier
f7c0395a31
routeSQL : removing the $datas word : it should be $data
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2043 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 04:26:16 +00:00
Dominique.Fournier
8897e82170
dblayer : add support to hooks (pre|post)(insert|update|delete)
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2042 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-22 04:18:05 +00:00
Dominique.Fournier
17a1f35b0b
routeSQL : Add the Chain support to REST support
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2041 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-21 17:03:44 +00:00
Dominique.Fournier
a0e0e6b022
routeSQL : allow to users to authorize : authHTML and authREST
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2040 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-21 16:40:08 +00:00
Dominique.Fournier
fc40f729b2
routeSQL : Add a CR/LF to the end of JSON/XML outputs
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2039 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-21 16:09:05 +00:00
Dominique.Fournier
843f0d4f42
routeSQL : valid HTML list page
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2038 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-21 16:01:32 +00:00
Dominique.Fournier
db4f3da2f8
routeSQL : add REST support (without auth, nor chained mode)
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2037 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-21 15:56:35 +00:00
Dominique.Fournier
cb5f651247
dblayer : don't do the update if no data is provided
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2036 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-21 15:48:27 +00:00
Dominique.Fournier
672111b07e
routeSQL : Allow the result to be displayed in HTML by the renderer
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2035 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-20 14:33:34 +00:00
Dominique.Fournier
7b1c81d917
outputhtml : Don't generate an error when the layout is provided in the variable
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2034 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-20 14:30:58 +00:00
Dominique.Fournier
03cdd0b394
routeSQL : Test if the chained object exists or send a 404
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2031 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-17 19:57:15 +00:00
Dominique.Fournier
c27d60107d
routeSQL : Add support of url-defined var (like zone/XX/entry/YY)
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2030 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-17 17:52:08 +00:00
Dominique.Fournier
37f0159ae8
routeSQL : Redirection are now compatible with chained mode
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2025 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-13 13:10:23 +00:00
Dominique.Fournier
156cf358ac
routeSQL : allow to add a filter on foreign keys to limit the list of elements displayed
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2024 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-13 10:53:48 +00:00
Dominique.Fournier
9628c604fd
dblayer : remove a 506 http code unknown
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2023 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-13 10:48:34 +00:00
Dominique.Fournier
211dbfcefb
dblayer : don't allow the foreign keys to be in the select : conflict
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2022 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-13 10:44:24 +00:00
Dominique.Fournier
d590337cf5
dblayer : add the possibility to filtering on foreignkeys when reading
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2021 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-13 10:35:24 +00:00
Dominique.Fournier
ce1ecca5da
route.php : Add support of URL matching with or without Slash
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2020 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-12 20:35:08 +00:00
Dominique.Fournier
9aa5c8dcc7
routeSQL : search can now start with a ^ or finished by a dollar to simulate a regex
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2019 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-12 20:10:16 +00:00
Dominique.Fournier
c1f009107f
routeSQL : remove an erroneous message in submit button
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2018 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-12 20:04:51 +00:00
Dominique.Fournier
d097106ad7
routeSQL : Create a beautiful internal CSS for editing an entry (without external dependency)
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2017 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-12 14:25:22 +00:00
Dominique.Fournier
0c0e207b3d
routeSQL : beginning of authorization
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2016 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 22:30:41 +00:00
Dominique.Fournier
2ab0c08a1b
routeSQL : If there is no result, don't display 1 in the information
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2015 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 21:44:02 +00:00
Dominique.Fournier
6938ce0a75
routeSQL : Allow the user to define which Area is write in each bar (top or bottom) and left or right
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2014 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 21:41:37 +00:00
Dominique.Fournier
3e72a3189c
routeSQL : two panes by top/bottom bar to align the modules on left and right
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2013 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 21:19:53 +00:00
Dominique.Fournier
23102f3cac
routeSQL : Add divs to allow 3 columns in top and bottom bars
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2012 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 21:16:58 +00:00
Dominique.Fournier
03da60b64a
routeSQL : modify the css to have the height of the Search div with the same size as the others
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2011 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 20:07:50 +00:00
Dominique.Fournier
25e1ba2f48
routeSQL : add the style for titles
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2010 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 15:51:14 +00:00
Dominique.Fournier
284388dc61
routeSQL : add the cookie support to save the parameters by page
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2009 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 15:49:15 +00:00
Dominique.Fournier
f9ce6e2483
routeSQL : set cookies to store the search, number of elements and page
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2008 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 15:28:13 +00:00
Dominique.Fournier
54861413e0
routeSQL : Push the icons by default instead of the texts
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2007 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 15:18:27 +00:00
Dominique.Fournier
8bc3ce99f2
routeSQL : Add informationArea support
...
routeSQL : BUG : correct the pager : missing last page
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2006 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 15:16:56 +00:00
Dominique.Fournier
24276ab6f5
routeSQL : firstversion with search support
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2005 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 14:36:21 +00:00
Dominique.Fournier
087d9eb502
routeSQL : Prepare the CSS management of the routeSQL module
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2004 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 11:01:03 +00:00
Dominique.Fournier
b57d51fc41
routeSQL : allow the parameters to be missing without error
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2003 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 10:55:11 +00:00
Dominique.Fournier
a50b19480e
routeSQL : Allow to put the parameters in any order
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2002 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 10:49:30 +00:00
Dominique.Fournier
177c6bd1e8
routeSQL : push on the last page if the values are too high
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2001 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 10:42:34 +00:00
Dominique.Fournier
a45db83b9e
routeSQL : Add paginator
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2000 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-11 10:37:47 +00:00
Dominique.Fournier
3ca3ad6e73
routeSQL : Allow the user to change the Actions links (to images, UTF-8 chars...)
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1999 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-10 15:03:26 +00:00
Dominique.Fournier
1b3e234e22
routeSQL : Actions can be wrote at the start or at the end of line
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1998 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-10 14:39:55 +00:00
Dominique.Fournier
8773bb9058
Add the routeSQL support : permit to create easily the routing and the interfaces about one SQL table, defined in a model file
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1997 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-03-10 14:34:29 +00:00
Dominique.Fournier
b4241e1f30
dblayer : Check if the database is connected before using it
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1985 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-02-02 13:49:33 +00:00
Dominique.Fournier
5184788658
logger : remove the dependency for PHP 5.6 by using standard functions instead of ... for Variable-length argument lists
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1969 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-29 17:27:18 +00:00
Dominique.Fournier
595de3bc5d
authparams : remove the spaces before or after the email provided by the user
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1966 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-29 14:21:31 +00:00
Dominique.Fournier
271356d506
logger : allow to remove more entries in the dump stack to find the right file calling the logger
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1964 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-29 13:20:10 +00:00
Dominique.Fournier
751a48c8d9
Version go to 0.13
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1963 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-29 13:12:30 +00:00
Dominique.Fournier
b62686a098
Add more comments to logger.php
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1961 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-29 13:08:15 +00:00
Dominique.Fournier
62b2878476
logger : remove a Strict Standard warning
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1957 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-29 11:59:21 +00:00
Dominique.Fournier
b152996eab
dblayer : Removing the unused singleton
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1951 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 18:05:33 +00:00
Dominique.Fournier
e49a5a97af
dbLayer : new format with static call to limit the number of connection to the database
...
authzgroups : update to support the new dbLayer format
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1950 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 17:38:25 +00:00
Dominique.Fournier
4f23451432
dbLayer : don't connect multiple times to the same database/username
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1949 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 14:37:25 +00:00
Dominique.Fournier
64b00b1480
Debian standards go to 3.9.6
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1946 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 10:53:14 +00:00
Dominique.Fournier
a095609066
Start packaging of version 0.12
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1945 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 10:52:30 +00:00
Dominique.Fournier
ca850bd05b
Add locale to Debian package
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1943 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 10:46:05 +00:00
Dominique.Fournier
c738f49efd
Add header in cachefile
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1936 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 08:48:39 +00:00
Dominique.Fournier
d8ac7cfc34
Start the 0.12 version
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1934 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 01:45:55 +00:00
Dominique.Fournier
0b17469544
Version 0.11 of Domframework :
...
* 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
2015-01-27 01:33:47 +00:00
Dominique.Fournier
619da88365
Update locale files
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1931 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-27 01:29:21 +00:00
Dominique.Fournier
25da18512f
Start process of creating new version : 0.11 !
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1930 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-26 20:10:21 +00:00
Dominique.Fournier
9a244e5082
If the authentication is incorrect, return an Exception instead of die : can be catched by the routing engine to display the authentication page if needed
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1929 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-26 20:08:01 +00:00
Dominique.Fournier
117341590d
authzgroups : sort object when reading them
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1919 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-07 03:31:04 +00:00
Dominique.Fournier
fdf1e9e6f1
authzgroups : add rights support
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1918 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-07 03:26:38 +00:00
Dominique.Fournier
53cd221538
DBLayer : Allow the order of column with name 'group' by adding separator
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1917 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-07 03:23:34 +00:00
Dominique.Fournier
82b35c115c
Forec auth to CLI when using CLI
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1907 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2015-01-06 09:12:26 +00:00
Dominique.Fournier
7ef00c046f
outputhtml : Add module support
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1875 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 20:04:14 +00:00
Dominique.Fournier
a9295d0fe5
form : the submit text can be defined in the label too
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1874 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 20:02:43 +00:00
Dominique.Fournier
c333b251d6
form : add hidden support to fields
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1873 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 19:56:01 +00:00
Dominique.Fournier
14e7ccc08f
authzgroups : add ByID in object Del/update support
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1871 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 15:54:23 +00:00
Dominique.Fournier
25c015d22a
authzgroups : Add titles in Objects
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1870 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 15:36:44 +00:00
Dominique.Fournier
59f443994e
authzgroups : verifygroups can be updated
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1869 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 14:16:32 +00:00
Dominique.Fournier
8e772f8418
authzgroups : Add ByID support in place of unique group support by name
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1868 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 14:02:46 +00:00
Dominique.Fournier
6b9198f27c
Form : CSRF createToken return now the token calculated
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1867 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 13:44:22 +00:00
Dominique.Fournier
83f2c6e980
route : Correct redirect when using modules
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1866 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-20 10:46:46 +00:00
Dominique.Fournier
8c1dbc8229
markdown : The automatic URL are now restricted to allow more than one URL by line
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1865 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-18 13:54:12 +00:00
Dominique.Fournier
b4a21057cd
Add phpdox.xml file to allow phpdox analyze
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1864 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-18 09:27:56 +00:00
Dominique.Fournier
f0239ae314
markdown : Add phpdoc description
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1863 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-18 09:27:05 +00:00
Dominique.Fournier
aec8a0deb2
markdown : Add function debug
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1862 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-11-16 16:25:10 +00:00
Dominique.Fournier
153c58a39c
dblayer : Check before update if multiple unique keys are not used before doing the update
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1858 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-10-02 13:57:19 +00:00
Dominique.Fournier
0b08bfa5de
Start Version 0.10
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1854 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-09-26 14:31:12 +00:00
Dominique.Fournier
8b86ff4059
route : Remove old and comment and unused function
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1853 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-09-24 11:26:44 +00:00
Dominique.Fournier
56b26d0439
Version should return 0.10
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1851 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-09-24 11:09:40 +00:00
Dominique.Fournier
b80f9ecdea
BUG : dblayer : don't raise an exception when re-inserting unique record
...
dblayer : add more unit tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1850 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-09-24 09:13:18 +00:00
Dominique.Fournier
f05a5c0cda
Typo in changelog
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1847 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-09-22 14:05:44 +00:00
Dominique.Fournier
4091757e65
Start of 0.10 version packaging
...
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1846 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-09-22 14:04:59 +00:00