phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
http://phptal.org
GNU Lesser General Public License v2.1
176 stars 42 forks source link

Challenge to separate context stack and slots #9

Closed tanakahisateru closed 11 years ago

tanakahisateru commented 12 years ago

As my private TODO:

I remember a message posted to user ML some days ago. http://lists.motion-twin.com/pipermail/phptal/2012-May/002644.html

It gives me a hint how to pass the last blocking test: https://github.com/pornel/PHPTAL/blob/master/tests/MetalSlotTest.php#L118

I will try to rewrite PHPTAL_Context to separate context stack and slots in my local branch.

tanakahisateru commented 11 years ago

This issue looks so private. It has far lesser priority than #23.

tanakahisateru commented 11 years ago

I've closed this issue. I will create a new ticket when the time to do it would come.