Benjamin Renard
88d8d7f026
LSrelation: fix error codes prefix
2020-09-03 18:38:08 +02:00
Benjamin Renard
827cf2ca7f
Handle redirections of old-style URL even if user not authenticated
...
It's avoid to display error only after login form success.
2020-08-25 17:14:34 +02:00
Benjamin Renard
75cbea9459
modify page: fix URL encode object DN in redirection URL
2020-08-25 10:55:28 +02:00
Benjamin Renard
34d7e10f9a
Log referer URL in case of old-style URL redirection
2020-08-19 15:35:18 +02:00
Benjamin Renard
0ce63f3d1e
Add route to handle default browser favicon.ico request
2020-06-25 11:55:20 +02:00
Benjamin Renard
c6dcc95b51
LSview/LSform: fix loading view dependencies
2020-06-04 17:12:28 +02:00
Benjamin Renard
6f3edba986
Object custom action question view: add some LSview actions links
2020-06-04 16:35:54 +02:00
Benjamin Renard
6f612199a0
Remove question view: add some LSview actions links
2020-06-04 16:35:19 +02:00
Benjamin Renard
3fbd9e8073
Move custom JS & CSS handling methods from LSsession to LStemplates
...
The following method are now offer by LStemplate:
- addJSscript()
- addLibJSscript()
- addJSconfigParam()
- addCssFile()
- addLibCssFile()
Old methods are always provided by LSsession, but an deprecated error
message wil be displayed to alert on it.
2020-05-28 16:56:36 +02:00
Benjamin Renard
cf1a98e4b3
LSselect: fix number objects of by page
2020-05-20 18:49:08 +02:00
Benjamin Renard
e8095636b5
Allow multiple type of objects in LSselect & LSattr_html :: select_object and globally rework and improve LSrelation consequently
2020-05-19 17:55:55 +02:00
Benjamin Renard
351b18827d
customAction & customSearchAction: do not show question template if no confirmation need and action executed
2020-05-13 15:31:50 +02:00
Benjamin Renard
838a1781b7
Fix typo in old select.php URL handler
2020-05-11 17:30:34 +02:00
Benjamin Renard
de73ffdd60
Rework on template files to use blocks
2020-05-07 12:16:12 +02:00
Benjamin Renard
b0d56ef387
Add index URL to access homepage
2020-05-07 11:35:23 +02:00
Benjamin Renard
1dd07fd523
Fix global search refresh link URL
2020-05-07 09:51:22 +02:00
Benjamin Renard
66d437cb8d
Fix old URL patterns
2020-05-07 09:50:10 +02:00
Benjamin Renard
7098b3ee79
Massive change of files organisation to move all files outside web-root
...
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00