- 24 Feb, 2025 3 commits
-
-
dockx thibault authored
Adds file to php8.2
-
dockx thibault authored
This reverts commit 515bb9d3.
-
dockx thibault authored
Management classes to php8.2
-
- 06 Jan, 2025 1 commit
-
-
dockx thibault authored
-
- 05 Aug, 2022 2 commits
-
-
Matthew Newton authored
-
Matthew Newton authored
-
- 15 Feb, 2021 1 commit
-
-
Côme Chilliet authored
issue #6151
-
- 08 Sep, 2020 1 commit
-
-
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
-
- 12 Jun, 2019 1 commit
-
-
Côme Chilliet authored
issue #5986
-
- 16 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5966
-
- 08 Apr, 2019 1 commit
-
-
Côme Chilliet authored
Added a ManagementDialog class to be used as a base for Dialog class intended to be used in a Management class. Use it for snapshot dialogs and configuration dialog. Sadly it could not be merged with GenericDialog because of slightly different workflows. issue #5980
-
- 01 Apr, 2019 1 commit
-
-
Côme Chilliet authored
issue #5965
-
- 27 Mar, 2019 1 commit
-
-
Côme Chilliet authored
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 1 commit
-
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 2 commits
-
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-
- 07 Feb, 2019 1 commit
-
-
Côme Chilliet authored
This fixes management configuration screen when a column needs a special attributes array, for instance because it contains a multi-valuated field. issue #5135
-
- 24 Jan, 2019 1 commit
-
-
Côme Chilliet authored
Fix schema error, PHP error, and ACL setup. issue #5135
-
- 23 Jan, 2019 2 commits
-
-
Côme Chilliet authored
issue #5135
-
Côme Chilliet authored
ACLs are not handled yet issue #5135
-
- 16 Oct, 2018 1 commit
-
-
Côme Chilliet authored
Also added formnovalidate="formnovalidate" to all submit inputs which should not validate data. issue #5910
-
- 18 Jul, 2018 1 commit
-
-
Côme Chilliet authored
Also added support for several attributes in columns and mainAttr and nameAttr special values. issue #5135
-
- 28 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 03 May, 2018 1 commit
-
-
Côme Chilliet authored
Using custom exceptions, avoid same name as class fields, fix a mistake. issue #5831
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
It’s only saved in the session for now
-