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