- 02 May, 2018 4 commits
-
-
Côme Chilliet authored
issue #5827
-
Côme Chilliet authored
ldap_escape was added in 5.6 so no fallback is needed no that we require PHP>=5.6. issue #5827
-
Côme Chilliet authored
PHP now has an exponentiation operator ** that can be used instead of the pow function. issue #5827
-
Côme Chilliet authored
Instead of less readable func_get_args and call_user_func_array issue #5827
-
- 25 Apr, 2018 36 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
Paste is disabled until something is copied. Restore is disabled if there are no snapshots.
-
Côme Chilliet authored
-
Côme Chilliet authored
Had to add a small hack in managementFilter to avoid Exception about gosaGroupObject having no ACL in type role.
-
Côme Chilliet authored
This allows to do tab filters and property column without having to create objects of each tab. Adaptations will be needed in all plugins. This also activates new management class for groups to test it with several object types.
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
We should look into add the filter as a static member of simplePlugin class to avoid having to build an object. Maybe also take this opportunity to rework is_this_account workflow as well.
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
It seems the result of get_class needs to be stored in a var before accessing a static var in PHP 5.6 Also contains minor code cleaning.
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
It’s only saved in the session for now
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-