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-10-04 00:00:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b973cb9ef2193a4d532a8daf2a5fcea8a26c0f00
smarty
/
libs
History
mohrt
06acedfc20
fix typo
2007-09-16 14:47:53 +00:00
..
internals
fixed detection of non-cached block when writing compiled includes
2007-03-06 10:36:01 +00:00
plugins
fixed typo
2007-05-29 10:20:26 +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