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
fc3912b48b
LSexample: put admin user as globally admin of the first LDAP server
2020-05-19 18:59:30 +02:00
Benjamin Renard
d2761a29ae
Fix typo in default config.inc.php file
2020-05-12 20:20:33 +02:00
Benjamin Renard
f1ce6380b9
LSexample: now handle LSsysaccount and and allow it to connect
2020-05-12 20:12:57 +02:00
Benjamin Renard
a6f07faca0
LSauth: Add possibility to configure more than one LSobject type as user
2020-05-12 19:23:24 +02:00
b574300ab3
LSlog_handler : add excluded_loggers configuration parameter
2020-05-08 13:18:17 +02:00
27938eefb9
config.inc.php : fix ident
2020-05-08 12:36:45 +02:00
d069df4d6c
LSlog : add loggers, filters and format message by handlers
2020-05-08 12:32:21 +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