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 10 years ago
Closed 9 years ago
#1174 closed enhancement (fixed)
Allowing the use of the value "/" for the pathinfo attribute when including suburls
Reported by: | bballizlife | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.3 |
Component: | jelix:core | Version: | trunk |
Severity: | normal | Keywords: | jurl, pathinfo, suburls |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
We should be able to use pathinfo="/" when including a suburls file :
<entrypoint name="index"> ... <url pathinfo="/" module="foo" include="urls.xml" /> </entrypoint>
Change History (3)
comment:1 Changed 10 years ago by bballizlife
- Summary changed from Allowing the use of the value "/" for the pathinfo attribute when inluding suburls to Allowing the use of the value "/" for the pathinfo attribute when including suburls
comment:2 Changed 10 years ago by laurentj
- Milestone set to Jelix 1.3
comment:3 Changed 9 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
it seems it works in 1.3b1. we should verufy if unit tests confirm that.