Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation not up to date with latest features #58

Open
adjenks opened this issue Apr 7, 2017 · 1 comment
Open

documentation not up to date with latest features #58

adjenks opened this issue Apr 7, 2017 · 1 comment

Comments

@adjenks
Copy link

adjenks commented Apr 7, 2017

I recently used the features described in the NEWS section:

PHPTAL 1.3.0
2014-03-16

Added support for closures
Added support for namespaced classes in TALES modifiers
Added default json and urlencode modifiers
...

In particular the urlencode modifiers.

I was looking everywhere how to do it, but I couldn't find them in the documentation, only in the NEWS section. I'm glad they are there, and they work, even inside of escaped variables like so:

 <a tal:attributes="href string:http://www.example.com/${urlencode:myVarWithBadCharacters}">test</a>

which is awesome, but documentation should really be there.

@adjenks adjenks changed the title phptal.org documentation not up to date with latest features documentation not up to date with latest features Apr 7, 2017
@kornelski
Copy link
Contributor

I'm watching the website subproject. If you push changes there I'll update the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants