- 18 Jul, 2022 2 commits
-
-
dockx thibault authored
Parenthesis open in fnc call - code style part1
-
dockx thibault authored
Space parenthesis after fnc name fixed On function creation
-
- 14 Jul, 2022 2 commits
-
-
dockx thibault authored
Fixing codestyle
-
dockx thibault authored
This reverts commit 46b03343.
-
- 12 Jul, 2022 1 commit
-
-
dockx thibault authored
Fixing codestyle
-
- 15 Dec, 2020 1 commit
-
-
Côme Chilliet authored
Revert a change which was wrong in class pluglist. issue #6114
-
- 10 Dec, 2020 1 commit
-
-
Côme Chilliet authored
Removed phpstan.neon which will be in dev-tools instead. Fixed some phpstan reported problems to avoid having a huge baseline. issue #6114
-
- 09 Jul, 2020 4 commits
-
-
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
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
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
-
- 22 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Also cleaned up "header" handling. Removed print_header function which was doing two different things and misused in some places. issue #6038
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 17 Sep, 2019 1 commit
-
-
Côme Chilliet authored
issue #6028
-
- 28 Aug, 2019 3 commits
-
-
Côme Chilliet authored
And convert global_get calls to get issue #6024
-
Côme Chilliet authored
And convert global_get calls to get issue #6024
-
Côme Chilliet authored
Also global_is_set to is_set. issue #6024
-
- 16 Jul, 2019 1 commit
-
-
Côme Chilliet authored
This allows to avoid ldap reads from pluglist::load, and should fix a crash happenning in index.php when using encrypted password in config file. issue #6015
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 2 commits
-
-
Côme Chilliet authored
Fixes of spaces by php-cs-fixer issue #5955
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 30 Jan, 2019 1 commit
-
-
Côme Chilliet authored
issue #5951
-
- 24 Jan, 2019 1 commit
-
-
Côme Chilliet authored
Going toward calling directly mainInc from plugin classes. Should work fine for all management classes. issue #5951
-
- 17 Jan, 2019 1 commit
-
-
Côme Chilliet authored
Made sure to empty alt attribute when an img is decoration and does not provide information. In some files also fixed some alt content when it made sense issue #5917
-
- 05 Nov, 2018 1 commit
-
-
Côme Chilliet authored
issue #5919
-
- 31 Oct, 2018 1 commit
-
-
Côme Chilliet authored
Made sure to empty alt attribute when an img is decoration and does not provide information. In some files also fixed some alt content when it made sense issue #5917
-
- 02 Sep, 2018 1 commit
-
-
Benoit Mortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-
- 07 Aug, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 26 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 24 May, 2018 1 commit
-
-
Côme Chilliet authored
This allows to generate filters automagically most of the time and avoid duplicated informations. issue #5135
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
This allows to do tab filters and property column without having to create objects of each tab. Adaptations will be needed in all plugins. This also activates new management class for groups to test it with several object types.
-
- 10 Apr, 2018 1 commit
-
-
Côme Chilliet authored
They may be intemediary classes like simpleMailMethodService issue #5810
-
- 05 Apr, 2018 1 commit
-
-
Côme Chilliet authored
This reverts commit 5f875068.
-
- 04 Apr, 2018 1 commit
-
-
Côme Chilliet authored
Might slow down renaming a bit as all ACL assignment have to be opened, because the dn are base64 encoded in the LDAP field. issue #5799
-
- 03 Apr, 2018 2 commits
-
-
Côme Chilliet authored
issue #5809
-
Côme Chilliet authored
This avoids small efficiency issues in References tab and foreign key handling. Might also impact other parts of FD. issue #5809
-
- 13 Feb, 2018 1 commit
-
-
Côme Chilliet authored
issue #5775
-
- 24 Oct, 2017 1 commit
-
-
Côme Chilliet authored
Resolve "Non-existing classes in pluglist::$info" Closes #5700 See merge request !22
-