Compare commits

..

5 Commits

Author SHA1 Message Date
d3c7bfcf79 Ensure form validation is displayed on template input entries, especially those marked as read-only
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m30s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 2m43s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-06-22 09:40:45 +10:00
43c92e542c 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 09:23:06 +10:00
7352293880 Fix rendering updated attributes on entries that trigger a template 2025-06-22 09:11:47 +10:00
bc4490a075 Framework and javascript dependancies update 2025-06-22 09:11:47 +10:00
05b2651ef4 Update README with v2.2 updates, as well as updating the home page 2025-06-22 09:11:47 +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](https://github.com/leenooks/phpLDAPadmin/releases) for details. functionality. Check [releases](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](/templates/example.json) template as a guide. Place your custom templates in a subdirectory the [example.json](blob/master/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](https://github.com/leenooks/phpLDAPadmin/issues/new) if there is a capability that you would like to see added to PLA. Raise a [feature request](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