Actions
R&D #1426
closedImprove routes ACLs
Start date:
05/08/2020
Due date:
% Done:
100%
Estimated time:
Vote:
Description
Routes ACLS are currently handled as a simple array. This is difficult to maintain in both Glatte core and plugins.
Instead of using array keys as verbatim route name for ACLS, it may make sense to use regular expressions to be more flexible.
Anyways, we should keep the existing routes parse mechanism and warning (which must be pluralized) to be able to warn about a requested but missing route in any link. Some routes may change (we try to avoid that, but this is not always possible) or be mispelled; a warning must be displayed.
Updated by Johan Cwiklinski over 4 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 0b407a8fb6b013e997beb11ee2674e2c0bbb4a56.
Updated by Johan Cwiklinski over 4 years ago
- Status changed from Résolu to Fermé
- Target version set to 0.9.4
Actions