- 07 Mar, 2023 1 commit
-
-
dockx thibault authored
Changes the old naming convention of our tools to the new ones.
-
- 19 Jul, 2022 3 commits
-
-
dockx thibault authored
Full code style as been reworked to match 1.4
-
dockx thibault authored
Code style continue
-
dockx thibault authored
Continuity of code style fixing
-
- 18 Jul, 2022 3 commits
-
-
dockx thibault authored
Return without space after declaration
-
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
-
- 29 Jul, 2021 2 commits
-
-
Côme Chilliet authored
This should fix phpstan check issue #6134
-
Côme Chilliet authored
issue #6134
-
- 22 Jun, 2021 3 commits
-
-
Côme Chilliet authored
This fixes a warning from PHPCompatiblity about a possible future conflict with PHP internal functions. issue #6167
-
Côme Chilliet authored
This fixes a warning from PHPCompatiblity about a possible future conflict with PHP internal functions. issue #6167
-
Côme Chilliet authored
In a future version we should move all classes to namespace, but for now only moving Attribute class to avoid problems with PHP>=8 which have its own Attribute class. issue #6167
-
- 03 Jun, 2021 2 commits
-
-
Côme Chilliet authored
issue #6165
-
Côme Chilliet authored
This will fix webservice removing of array values on complex multivaluated attributes. issue #6165
-
- 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
-
- 15 Oct, 2020 1 commit
-
-
Côme Chilliet authored
issue #6120
-
- 13 Oct, 2020 1 commit
-
-
Côme Chilliet authored
Also reworked lock conflict dialog a bit. issue #6119
-
- 08 Oct, 2020 1 commit
-
-
Côme Chilliet authored
issue #6119
-
- 08 Sep, 2020 3 commits
-
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
This replaces save_object and execute methods by 3 methods: readPost - Reads POST data update - Update object state render - Render HTML UI The point is to avoid reading POST and rendering HTML when this is not needed (when doing stuff through the webservice for instance). It’s also more consisent across FD with all classes handling some kind of dialog implementing the new interface FusionDirectoryDialog which makes sure these 3 methods are implemented. issue #6072
-
Côme Chilliet authored
issue #6114
-
- 09 Jul, 2020 8 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
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
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
-
- 18 Feb, 2020 2 commits
-
-
Côme Chilliet authored
issue #6065
-
Côme Chilliet authored
issue #6065
-
- 04 Feb, 2020 1 commit
-
-
Côme Chilliet authored
Date modifier was returning an array of array instead of an array of strings, causing problems later on. issue #6064
-
- 07 Nov, 2019 1 commit
-
-
Côme Chilliet authored
Removed useless read of CSN on dn "new" Replaced calls to cat by calls to dn_exists when possible Removed useless call to cat in prepare_save of new object issue #6050
-
- 22 Oct, 2019 2 commits
-
-
Côme Chilliet authored
There was two functions for storing/getting object dn from session for no reason. issue #6038
-
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
-
- 17 Sep, 2019 1 commit
-
-
Côme Chilliet authored
There is a check at login but we want to be able to lock config object from setup, before any login attempt. issue #2895
-
- 28 Aug, 2019 1 commit
-
-
Côme Chilliet authored
issue #6024
-