developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 14 years ago
Closed 14 years ago
#204 closed bug (fixed)
Jours "10" et "20" non reconnus par jUrlSignificant
Reported by: | bballizlife | Owned by: | bballizlife |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0beta3 |
Component: | jelix:core | Version: | 1.0 beta2 |
Severity: | normal | Keywords: | jUrlSignificant day |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
jUrlSignificant dispose du type "day" défini comme suit dans jUrlCompiler.significant.class.php :
'day'=>'([0-2][1-9]|3[0-1])'
Or les jours "10" et "20" ne sont pas reconnus par ce pattern. Je propose de modifier le pattern :
'day'=>'([0-2][1-9]|[1-2]0|3[0-1])'
Change History (2)
comment:1 Changed 14 years ago by bballizlife
- Owner changed from laurentj to bballizlife
- Status changed from new to assigned
comment:2 Changed 14 years ago by bballizlife
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.