Compare commits

..

5 Commits

Author SHA1 Message Date
29c39e618f Ensure form validation is displayed on template input entries, especially those marked as read-only
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Has been cancelled
Create Docker Image / Build Docker Image (arm64) (push) Has been cancelled
Create Docker Image / Build Docker Image (x86_64) (push) Has been cancelled
Create Docker Image / Final Docker Image Manifest (push) Has been cancelled
2025-06-22 10:18:23 +10:00
647cee9858 Fix regression introduce in 31e3c7 when adding a new objectclass to a new entry, newoc shouldnt be passed as a form value 2025-06-22 10:18:23 +10:00
54c0df2597 Fix rendering updated attributes on entries that trigger a template 2025-06-22 10:18:23 +10:00
67d65b3a98 Framework and javascript dependancies update 2025-06-22 10:18:23 +10:00
9547b5fc5a Update README with v2.2 updates, as well as updating the home page 2025-06-22 10:18:23 +10:00

View File

@ -35,10 +35,10 @@ Take a look at the [Docker Container](https://github.com/leenooks/phpLDAPadmin/w
## Templates ## Templates
Starting with v2.2, PLA reintroduces the template engine. Each point release going forward will improve the template Starting with v2.2, PLA reintroduces the template engine. Each point release going forward will improve the template
functionality. Check [releases](releases) for details. functionality. Check [releases](https://github.com/leenooks/phpLDAPadmin/releases) for details.
Templates in v2 are in JSON format (in v1 they were XML format). If you want to create your own templates you can use Templates in v2 are in JSON format (in v1 they were XML format). If you want to create your own templates you can use
the [example.json](blob/master/templates/example.json) template as a guide. Place your custom templates in a subdirectory the [example.json](/templates/example.json) template as a guide. Place your custom templates in a subdirectory
under `templates`, eg: `templates/custom`, and they wont be overwritten by an update. under `templates`, eg: `templates/custom`, and they wont be overwritten by an update.
## Outstanding items ## Outstanding items
@ -53,7 +53,7 @@ Templates Engine
- [ ] Present SELECT lists when an attribute is marked as `type=select` - [ ] Present SELECT lists when an attribute is marked as `type=select`
- [ ] Enforcing attribute uniqueness - [ ] Enforcing attribute uniqueness
Raise a [feature request](issues/new) if there is a capability that you would like to see added to PLA. Raise a [feature request](https://github.com/leenooks/phpLDAPadmin/issues/new) if there is a capability that you would like to see added to PLA.
## Support is known for these LDAP servers: ## Support is known for these LDAP servers:
- [X] OpenLDAP - [X] OpenLDAP