- 09 Jul, 2020 29 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Use a thrown error instead of calling msg_dialog and exit. And use an exception handler to format uncaught fatal errors. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Fix mistake from previous commit issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Plugins code will need to be adapted to this change. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
msgPool always returns escaped string because it may be used from smarty. htmlescape now calls htmlspecialchars instead of htmlentities, allowing to escape strings with % without losing sprintf capability. issue #6071
-
Côme Chilliet authored
This cleanup solves some more escaping problems issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
This avoids repeating parameters at each call, and makes sure the same parameters are used for escaping across fusiondirectory. This commit also adds escaping in some places where there was none. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
1.4 release is supposed to support PHP 7.0. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
POC for html escaping of translated errors. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Adds FusionDirectoryError base class and one child class for check failures. Use this new class for IntAttribute as first test. Build HTML dialog from error class using attribute data. issue #6071
-
- 08 Jul, 2020 2 commits
-
-
Côme Chilliet authored
Resolve "CopyPaste handler does not respect management tabs" See merge request fusiondirectory/fd!785
-
Côme Chilliet authored
issue #6104
-
- 03 Jun, 2020 3 commits
-
-
Côme Chilliet authored
Resolve "Extend the listing possibility" See merge request fusiondirectory/fd!780
-
Côme Chilliet authored
This change allow using several columns of class SubNodeAttribute without cache collision. issue #6084
-
Côme Chilliet authored
This new column type allows showing attributes values from subnodes. This means an additional LDAP search is done for each row. issue #6084
-
- 28 May, 2020 4 commits
-
-
Côme Chilliet authored
Resolve "Remove _OLD_TEMPLATES_ macro and related code" See merge request fusiondirectory/fd!779
-
Côme Chilliet authored
issue #6101
-
Côme Chilliet authored
Resolve "Group removal workflow from usertab is inconsistent" See merge request fusiondirectory/fd!778
-
Côme Chilliet authored
Also improve error messages issue #6100
-
- 26 May, 2020 2 commits
-
-
Côme Chilliet authored
Resolve "$displayHeader is protected but accessed from outside" See merge request fusiondirectory/fd!777
-
Côme Chilliet authored
And add methods instead to get this information from outside issue #6099
-