- 06 Aug, 2020 3 commits
-
-
Côme Chilliet authored
issue #6108
-
Côme Chilliet authored
Resolve "Rework the error system" See merge request fusiondirectory/fd!790
-
Côme Chilliet authored
The required field error was still a string. issue #6071
-
- 04 Aug, 2020 4 commits
-
-
Côme Chilliet authored
Resolve "Adapt core code to ease systems interfaces" See merge request fusiondirectory/fd!789
-
Côme Chilliet authored
PHP<7.2 do not like changing typing of the attribute in inheriting classes, even if it’s to a larger constraint. issue #6106
-
Côme Chilliet authored
Resolve "Adapt core code to ease systems interfaces" See merge request fusiondirectory/fd!788
-
Côme Chilliet authored
Systems may use Attributes with a class not based on simplePlugin, and which does not store its value in $this->value. issue #6106
-
- 30 Jul, 2020 2 commits
-
-
Côme Chilliet authored
Resolve "Rework the error system" See merge request fusiondirectory/fd!787
-
Côme Chilliet authored
This helps knowing exactly where the first error happenened. issue #6071
-
- 22 Jul, 2020 1 commit
-
-
Côme Chilliet authored
Resolve "Rework the error system" See merge request fusiondirectory/fd!781
-
- 09 Jul, 2020 30 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
This avoid a problem in webservice where it was crashing because smarty is not setup. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Add a workaround for autodetection for locality and improve autofilling of MUST fields. issue #6071
-
Côme Chilliet authored
<p> cannot contain <pre> so we cannot use <pre> in hook error content. 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
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
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
-