Commit Graph

1119 Commits

Author SHA1 Message Date
monte.ohrt
a2db07cb46 update version numbers in svn 2008-12-17 20:08:17 +00:00
monte.ohrt
835fd9e69d back out method chaining, some verions of PCRE throw errors 2008-12-08 15:10:03 +00:00
monte.ohrt
1fe6ad061c patch for security, php executed in templates 2008-09-22 19:26:32 +00:00
monte.ohrt
2e61902cdf revert patch for secuity hole, update site url 2008-09-22 15:29:16 +00:00
Uwe.Tews
7665ecf8cc 2008-09-18 21:04:38 +00:00
Uwe.Tews
4ed34dc334 2008-09-18 21:04:12 +00:00
Uwe.Tews
d195b96411 - fix function injection security hole closed (U.Tews) 2008-09-18 21:03:32 +00:00
Uwe.Tews
0e627cb83e - fix pass expiration time in cache_handler_func call. (U.Tews) 2008-09-10 15:57:27 +00:00
Uwe.Tews
ece447453f 2008-09-09 15:37:20 +00:00
Uwe.Tews
a21446a764 Updated to allow method chaining for PHP4 and PHP5 (U.Tews) 2008-09-08 22:31:19 +00:00
monte.ohrt
e4a5b1f8fc update version numbers (again) 2008-08-15 21:14:45 +00:00
monte.ohrt
54a6a542dd update version numbers 2008-08-15 21:12:56 +00:00
Uwe.Tews
1dd680df13 fix that function results can be used together with conditions like "is even" at the {if} tag (U.Tews) 2008-08-12 18:17:51 +00:00
monte.ohrt
380e0d0d6b fix problem with /e security check on arrays using regex_replace 2008-08-06 17:07:15 +00:00
monte.ohrt
f9891ce80c fix bug with replacing cache tags (thanks mankyd) 2008-08-06 16:46:30 +00:00
messju
2e90a041fb fix handling of non-empty <pre>-tags and empty <textarea>- and <script>-tags 2008-07-31 13:52:48 +00:00
monte.ohrt
7aa88fbace revert to last versio 2008-03-05 13:47:28 +00:00
monte.ohrt
6be653b234 remove irrelevant ? in preg pattern 2008-03-05 03:08:50 +00:00
monte.ohrt
cc040d7350 fix bug in regex_replace where a \0 character ingores the rest of the line 2008-02-11 15:55:31 +00:00
mohrt
06acedfc20 fix typo 2007-09-16 14:47:53 +00:00
mohrt
3cb64d6a44 add append feature to capture 2007-08-01 13:34:39 +00:00
danilo
c6a760fa7e 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
messju
f0c0589b08 fixed typo 2007-05-29 10:20:26 +00:00
messju
2aae91c920 fixed calling registered objects' methods with an empty argument list.
thanks marcello
2007-05-11 13:45:36 +00:00
mohrt
87dec363dc update version numbers 2007-03-08 19:11:22 +00:00
mohrt
e4ed759394 fix html_select_date separator when parts are missing (thanks to kayk for the patch) 2007-03-06 20:13:55 +00:00
messju
1f2852d1da bumped version number 2007-03-06 10:40:06 +00:00
messju
190c012758 fixed detection of non-cached block when writing compiled includes 2007-03-06 10:36:01 +00:00
danilo
edf49d5570 Applied boots clean up patch and removed commented out code.
Updated NEWS file
2007-03-01 18:18:56 +00:00
danilo
a03bcd353f Updated smarty_core_write_file() and smarty_modifier_date_format() to speed up Windows detection.
Emulated more parameters for Windows in smarty_modifier_date_format() and fixed some old ones.
Updated the docs to tell what parameters are emulated on Windows.
Updated NEWS file.
2007-02-27 22:22:09 +00:00
danilo
a9c19850bb Modified _(push|pop)_cacheable_state() to embedd alternate syntax. See this bug report: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502 2007-02-27 11:14:10 +00:00
mohrt
b90563045e escape creating of language=php from interleaving 2007-02-23 19:40:01 +00:00
mohrt
2c90488fd2 add removed line back in 2007-02-23 16:28:34 +00:00
mohrt
5a1db056c7 fix up last patch, remove unnecessary lines 2007-02-23 16:18:02 +00:00
mohrt
6afa5118b4 fix situation when no compiled tags are present 2007-02-23 15:41:56 +00:00
mohrt
7d334255b7 fix problem with php open tags generated from tag interleaving 2007-02-23 14:24:10 +00:00
messju
befdff26d8 fixed handling of $etc in the truncate modifier when $etc is longer
than $length.

thanks to Sylvinus!
2007-01-17 22:10:01 +00:00
boots
72a44bbbf6 fix handling of %I with mysql timestamps
Thanks to Danilo Buerger
2007-01-10 18:55:58 +00:00
boots
89eb4509c0 fix handling of %I with mysql timestamps
Thanks to Danilo Buerger
2007-01-10 18:12:11 +00:00
boots
f30371dff9 Better recognize Windows filesystems to reduce warnings 2007-01-10 16:28:38 +00:00
boots
aae3f2e702 Emulate %R in the date_format modifier on Windows
Thanks to Danilo Buerger
2007-01-10 16:25:23 +00:00
mohrt
5c14c2c053 update dev version numbers 2006-12-01 15:40:05 +00:00
boots
bead1d6696 Fixed replacement bug introduced by last changes.
Thanks to Spuerhund from the forums.
2006-12-01 01:06:13 +00:00
mohrt
07683a4a9c update dev version numbers, fix manual typo 2006-11-30 17:01:28 +00:00
boots
60c143f144 fix depth formatting of arrays and objects in modifier debug_print_var 2006-11-20 21:04:17 +00:00
boots
6f0d444d50 change file writing semantics in smarty_core_write_file()
This avoids unlink() unless rename() fails or a Windows system is detected

see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956

Thanks to c960657 from the forums.
2006-11-08 19:00:46 +00:00
boots
688363bb54 update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug output and apply a Smarty based color scheme
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178

thanks to cybot from the forums!
2006-11-07 20:57:34 +00:00
boots
35640e573f enhance reporting precision of debug_print_var modifier
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281

thanks to cybot from the forums
2006-11-07 20:32:56 +00:00
boots
9618565d46 make html_select_date work consistently with 0000-00-00 00:00:00 and 0000-00-00 inputs
Thanks to cybot from forums
2006-11-01 20:35:08 +00:00
messju
c5f0dad3e2 fixed wrong handling of name attribute in {insert}
thanks to Ivan Kravets for reporting this
2006-08-25 19:21:27 +00:00