- 18 Jul, 2022 1 commit
-
-
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
-
- 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
-
- 11 Aug, 2020 1 commit
-
-
Côme Chilliet authored
issue #6106
-
- 26 May, 2020 1 commit
-
-
Côme Chilliet authored
And add methods instead to get this information from outside issue #6099
-
- 10 Mar, 2020 2 commits
-
-
Côme Chilliet authored
If a template asked no fields, it should not show the field asking page and skips right away to object creation. issue #6076
-
Côme Chilliet authored
issue #6076
-
- 10 Oct, 2019 1 commit
-
-
Côme Chilliet authored
When hash is set but not the password value (which is the default if you leave the template fields empty), applying the template to a user would result in changing its password, even if he already uses the same hash method. With this change it will leave its password alone if it already uses the method, and if the method changed it should complain and ask for a new password. This should avoid users erasing passwords by mistake. issue #6035
-
- 30 Jul, 2019 1 commit
-
-
Côme Chilliet authored
Hide nonreadable fields Hide nonreadable sections Color nonwritable fields text Hide nonwritable subattributes Use CSS for must red star issue #5858
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 19 Feb, 2019 2 commits
-
-
Côme Chilliet authored
issue #5956
-
Côme Chilliet authored
issue #5956
-
- 07 Nov, 2018 1 commit
-
-
Côme Chilliet authored
The code tries to support generators from modifiers so that random string and future number modifiers can return a generator and not store large arrays in memory. issue #5882
-
- 30 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5903
-
- 25 Oct, 2018 1 commit
-
-
Côme Chilliet authored
Used in public-form issue #5903
-
- 04 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5903
-
- 01 Oct, 2018 1 commit
-
-
Côme Chilliet authored
issue #5899
-
- 10 Sep, 2018 1 commit
-
-
Côme Chilliet authored
Some functions were also added to ease public-forms coding issue #3710
-
- 02 Sep, 2018 1 commit
-
-
Benoit Mortier authored
Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-
- 26 Jul, 2018 1 commit
-
-
Côme Chilliet authored
This method allows to set some attributes as mandatory, readonly or hidden. It may be done in an other way later but this will allow to start testing it in public-forms plugin issue #5854
-
- 11 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 10 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 27 Jun, 2018 1 commit
-
-
Côme Chilliet authored
It’s a bit less readable but we have to call array_values to avoid a fatal error. issue #5827
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 02 May, 2018 1 commit
-
-
Côme Chilliet authored
Instead of less readable func_get_args and call_user_func_array issue #5827
-
- 26 Mar, 2018 1 commit
-
-
Côme Chilliet authored
This should allow to activate group-specific tabs in template as long as there is one member of the corresponding type in the member list. issue #5798
-
- 20 Dec, 2017 2 commits
-
-
Côme Chilliet authored
issue #5745
-
Côme Chilliet authored
This allows to use properly DialogAttributes like group members issue #5626
-
- 18 Sep, 2017 1 commit
-
-
Côme Chilliet authored
There are some left in datepicker.js because of a bug in the sniffer, I did not find a way to fix that yet. issue #5690
-
- 13 Jun, 2017 1 commit
-
-
Côme Chilliet authored
-
- 26 Apr, 2017 1 commit
-
-
Côme Chilliet authored
-
- 07 Feb, 2017 1 commit
-
-
Côme Chilliet authored
-
- 26 Jan, 2017 2 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-
- 25 Jan, 2017 2 commits
-
-
Côme Chilliet authored
Conflicts: include/simpleplugin/class_simplePlugin.inc
-
Côme Chilliet authored
-
- 18 Jan, 2017 1 commit
-
-
Côme Chilliet authored
-
- 08 Nov, 2016 1 commit
-
-
Benoit Mortier authored
Move this trailing comment on the previous empty line Signed-off-by:
Benoit Mortier <benoit.mortier@opensides.be>
-