avoid "*" in template names
Reported by Gaspard Bucher | October 6th, 2008 @ 09:19 PM | in 1.0
This implies changing the modes for index, layout, etc.
The character replacing the special "inner modes" has to be usable on any platform:
To avoid: 1. used by other parts of template name
[a-zA-Z_.] (
* . % " / \ [ ] : ; | = , < >
I think a good character to use could be the "+" sign.
Comments and changes to this ticket
-
Gaspard Bucher October 7th, 2008 @ 09:34 AM
- State changed from new to resolved
- Tag set to defect, zena
(from [25bb91ef6b27a6dae9ae2e65f7be0ef56b39418c]) Replaced special modes starting with "*" by "+" to avoid filename problems. [#223 state:resolved] You should rebuild test fixtures after this commit. http://github.com/zena/zena/comm...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Referenced by
- 223 avoid "*" in template names (from [25bb91ef6b27a6dae9ae2e65f7be0ef56b39418c]) Replace...