- 20 Oct, 2020 3 commits
-
-
Côme Chilliet authored
Language::isAvailable now also work if you pass a lang without charset. This fixes the language field of configuration screen. issue #6051
-
Côme Chilliet authored
Make sure the error is tagged as coming from language field issue #6051
-
Côme Chilliet authored
Remove trailing ">" issue #6051
-
- 15 Oct, 2020 2 commits
-
-
Côme Chilliet authored
Resolve "Cleanup lock system" See merge request fusiondirectory/fd!814
-
Côme Chilliet authored
issue #6120
-
- 13 Oct, 2020 3 commits
-
-
Côme Chilliet authored
Resolve "Add core features for Archive plugin" See merge request fusiondirectory/fd!813
-
Côme Chilliet authored
issue #6119
-
Côme Chilliet authored
Also reworked lock conflict dialog a bit. issue #6119
-
- 08 Oct, 2020 6 commits
-
-
Côme Chilliet authored
issue #6119
-
Côme Chilliet authored
Used by archive plugin issue #6119
-
Côme Chilliet authored
This avoids having to check ACL for every action in management class issue #6119
-
Côme Chilliet authored
48px comes from breeze theme. 16px is a copy/paste of package-x-generic issue #6119
-
Côme Chilliet authored
issue #6119
-
Côme Chilliet authored
issue #6119
-
- 24 Sep, 2020 3 commits
-
-
Côme Chilliet authored
Merge branch '6115-warning-array-and-string-offset-access-syntax-with-curly-braces-is-deprecated' into '1.4-dev' Resolve "Warning "Array and string offset access syntax with curly braces is deprecated"" See merge request fusiondirectory/fd!810
-
Côme Chilliet authored
register_globals was removed in PHP 5.4, and zend.ze1_compatibility_mode was removed in PHP 5.3, so it makes no sense checking for their value in the setup.
-
Côme Chilliet authored
issue #6115
-
- 23 Sep, 2020 6 commits
-
-
Jonathan Swaelens authored
Resolve "Use docker images from our registry" Closes #6117 See merge request fusiondirectory/fd!811
-
Jonathan Swaelens authored
Exclude also html/plugins/users/images for sonar
-
Jonathan Swaelens authored
Exclude favicon and contrib for sonar
-
Jonathan Swaelens authored
Exclude all directories under html/images for sonar
-
Jonathan Swaelens authored
Exclude html/images/ for sonar
-
Jonathan Swaelens authored
Add breezy directory as exclusion for sonar-cli
-
- 21 Sep, 2020 2 commits
-
-
Jonathan Swaelens authored
Use last version of sonar-cli:4.4.0.2170
-
Jonathan Swaelens authored
Use our own registry for our docker images
-
- 14 Sep, 2020 1 commit
-
-
Côme Chilliet authored
Resolve "Review dialog classes" See merge request fusiondirectory/fd!805
-
- 08 Sep, 2020 14 commits
-
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
There was a logic problem when calling readPost/update closes the dialog, the edit_finish POST value was read twice - by the opened dialog and by the copypasting logic. issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
Management dialogs tend to close themselves from readPost method, so after calling readPost we need to check the dialog is still there before calling update. issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
Côme Chilliet authored
issue #6072
-
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
Resolve "Add PHPStan configuration and CI" See merge request fusiondirectory/fd!809
-