Benjamin Renard
|
95f60a534a
|
Fix LSattribute::getDisplayValue() when called on updated attribute
|
2023-09-18 16:58:46 +02:00 |
|
Benjamin Renard
|
d7ba794839
|
Rollback class properties typing to restore PHP < 7.4 support
|
2023-01-03 12:51:45 +01:00 |
|
Benjamin Renard
|
20432adb14
|
Clean errors detected by PHPstan (level 3)
|
2023-01-02 01:17:46 +01:00 |
|
Benjamin Renard
|
bbde10bbf0
|
Add some class properties type & coments and clean errors detected by PHPstan (level 2)
|
2023-01-01 19:38:03 +01:00 |
|
Benjamin Renard
|
8a02680114
|
Clean/normalize comments format about parameters & returned value of functions/methods
|
2022-12-31 05:52:31 +01:00 |
|
Benjamin Renard
|
e71823b644
|
Clean errors detected by PHPstan (level 1)
|
2022-12-31 04:09:56 +01:00 |
|
Benjamin Renard
|
29966b75ae
|
LSattribute::addToForm(): fix freezing
|
2021-11-29 12:46:58 +01:00 |
|
Benjamin Renard
|
9907e08f18
|
Code cleaning
|
2021-08-25 18:02:37 +02:00 |
|
Benjamin Renard
|
531991a1e5
|
LSform/LSformRule: Handle rule without options or message
|
2021-07-19 16:54:41 +02:00 |
|
Benjamin Renard
|
3298320b3d
|
LSform / LSformRule: only show default error message if rule does not trigger itself an error
|
2021-07-19 16:54:41 +02:00 |
|
Benjamin Renard
|
3c7ec2890a
|
API / Show an object: make API return all accessible attribute
The method now return all accessible attributes and not only thow who
are configured to be displayed in view
|
2021-06-30 18:11:26 +02:00 |
|
Benjamin Renard
|
40fdc92451
|
Code cleaning: fix tabs
|
2021-06-10 18:45:00 +02:00 |
|
Benjamin Renard
|
2b6b8ce270
|
Fix project URLs and list emails addresses
|
2021-04-13 18:04:19 +02:00 |
|
Benjamin Renard
|
d0397ec41e
|
LSattribute & LSattr_html: fix handling current/provided data
|
2021-03-23 14:27:27 +01:00 |
|
Benjamin Renard
|
f960b2d394
|
API: search method now return true attributes value as handle by LdapSaisie (instead of raw attributes's values)
|
2021-03-23 12:37:45 +01:00 |
|
Benjamin Renard
|
8c317e127c
|
LSattribute::addToForm(): fix checking user rights before adding/freezing it
|
2021-02-22 15:50:43 +01:00 |
|
Benjamin Renard
|
5f4798a5a1
|
Add export feature using existing LSioFormats
|
2021-02-05 12:18:26 +01:00 |
|
Benjamin Renard
|
e05f0df20d
|
Fix PHP warning
|
2021-02-04 10:33:13 +01:00 |
|
Benjamin Renard
|
ac7e042c2a
|
LSattribute: add default LDAP & HTML type (ascii / text)
|
2021-01-29 15:59:13 +01:00 |
|
Benjamin Renard
|
f6a6c226f4
|
LSattribute: fix handling default_value in generateValue()
|
2020-12-02 20:17:18 +01:00 |
|
Benjamin Renard
|
852b375964
|
LSattribute: fix canBeGenerated() when default_value isn't a string
|
2020-12-02 19:53:29 +01:00 |
|
Benjamin Renard
|
bc462c07b6
|
Add some debugging/trace messages
|
2020-12-01 16:48:07 +01:00 |
|
Benjamin Renard
|
3c75ef482e
|
Remove historic read right on all attributes of the hard-coded "admin" LSprofile
|
2020-12-01 16:40:21 +01:00 |
|
Benjamin Renard
|
106a2d9f04
|
Use ensureIsArray() helper to make code more readable
|
2020-11-30 19:43:52 +01:00 |
|
Benjamin Renard
|
770533b7ec
|
Ensure attributes values are always an array in LSattribute & LSattr_ldap
|
2020-11-30 19:37:44 +01:00 |
|
Benjamin Renard
|
052882eb49
|
Fix handling "0" (zero string) value
|
2020-09-11 13:34:42 +02:00 |
|
Benjamin Renard
|
4c427b26d6
|
Improve logging on LSobject & LSattribute triggers executions
|
2020-08-26 18:08:14 +02:00 |
|
Benjamin Renard
|
a8e2ecc343
|
Translate LSerror message at formating/diplaying time
It's permit to be sure to translate message in the right user language,
even if its context isn't loaded at error emission time.
|
2020-08-25 17:31:50 +02:00 |
|
|
25877a488b
|
LScli : add modify command
|
2020-05-08 21:02:28 +02:00 |
|
|
77144a21d0
|
LSattribute : use LSlog_logger
|
2020-05-08 15:49:05 +02:00 |
|
Benjamin Renard
|
7098b3ee79
|
Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
|
2020-05-06 12:17:35 +02:00 |
|