This website requires JavaScript.
Explore
Help
Sign In
smarty-php
/
smarty
Watch
1
Star
0
Fork
0
You've already forked smarty
mirror of
https://github.com/smarty-php/smarty.git
synced
2025-11-08 08:11:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f9891ce80ca319ea55d7326a85dc4bcd6dd43a2e
smarty
/
libs
History
monte.ohrt
f9891ce80c
fix bug with replacing cache tags (thanks mankyd)
2008-08-06 16:46:30 +00:00
..
internals
fix bug with replacing cache tags (thanks mankyd)
2008-08-06 16:46:30 +00:00
plugins
fix handling of non-empty <pre>-tags and empty <textarea>- and <script>-tags
2008-07-31 13:52:48 +00:00
Config_File.class.php
update version numbers
2007-03-08 19:11:22 +00:00
debug.tpl
update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug output and apply a Smarty based color scheme
2006-11-07 20:57:34 +00:00
Smarty_Compiler.class.php
fix typo
2007-09-16 14:47:53 +00:00
Smarty.class.php
Added the ability to (un)register multiple filters of the same type with the same method name but different class name. Before it was not possible due to the fact that only the method name was used to distinguish between different filters of the same type. This does however not allow (same as before) to register multiple filters of the same type with the same method and class name (i.e. different instances of the same class).
2007-06-18 14:29:00 +00:00