Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
When using debug, we display all levels of log messages. We should be able to configure the levels: ```php ini_set("errror_reporting", E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
When editing an attribute, we could add a syntax check. For example for phone numbers, we could require `+33 X XX XX XX XX`, and have a dedicated error. This...
We could add a tooltip for attributes (edition mode), to help users know what to write into the input. Maybe just having a `$messages["tooltip_fax"]` variable is enough to display the...
The + / - buttons for values in edit mode are not optimized. We should be able to delete all values. Maybe the last value will be emptied when clicking...
Like https://github.com/ltb-project/white-pages/issues/178 We should be able to configure the levels: ```php ini_set("errror_reporting", E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
A common request we have is to add a show/hide button on password inputs like we have in a lot of products.
We currently provide a js script to fetch all values of a ranged attribute in AD. We could implement a java function in AD lib to replace this.
Launching LSC outputs some warnings: ``` Use static log directory: /var/log/lsc grep: avertissement : \ surnuméraire avant - grep: avertissement : \ surnuméraire avant - ``` This should be fixed.
Hello, I use this code to have the LDAP formatted date of current time: ```javascript DateUtils.format(new java.util.Date()); ``` My server is on Paris CET time. If i run the code...