Commit Graph

1308 Commits

Author SHA1 Message Date
messju
fbc2b127cb tightened check for YYYYMMDDHHMMSS-format. thanks konstantin for
pointing this out.

removed a few tabs.
2003-10-11 09:33:50 +00:00
messju
bd0440b546 fix precedence of simple-math-operators before modifiers.
thanks dominik!
2003-10-11 09:32:24 +00:00
messju
f8db1a7ce8 removed tabs from the main and the core/*.php files 2003-10-11 08:55:53 +00:00
changelog
fd3a037433 ChangeLog update 2003-10-09 00:33:55 +00:00
mohrt
5302d13179 update version numbers to RC2 2003-10-08 23:43:34 +00:00
changelog
3b892e193e ChangeLog update 2003-09-19 00:33:58 +00:00
messju
2c36caa05a fixed description of cycle's advance-attribute 2003-09-18 09:50:28 +00:00
changelog
8afe18bcde ChangeLog update 2003-09-17 00:32:01 +00:00
messju
77ff6cf28b apply modifiers only once to section-loop and foreach-from attributes 2003-09-16 08:15:58 +00:00
changelog
82ed1ec63e ChangeLog update 2003-09-16 00:32:13 +00:00
messju
6988b4747e backed out _smarty_cached_paths-file-handling 2003-09-15 14:30:57 +00:00
messju
7c38847c69 fixed clear_compiled_tpl with explicit $tpl_file given
fixed return value of smarty_core_rm_auto() + Smarty::_unlink()
2003-09-15 12:55:06 +00:00
messju
d9bd4677ff little fix in _get_auto_filename() 2003-09-15 12:26:23 +00:00
changelog
1b2513649b ChangeLog update 2003-09-15 00:34:47 +00:00
messju
a566b01a12 removed auto-filenames from path-cache. merged assemble_auto_filename
back into Smarty::_get_auto_filename()
2003-09-14 13:37:15 +00:00
changelog
cb2961afd6 ChangeLog update 2003-09-13 00:32:24 +00:00
messju
4a0e96b76c fixed quoting of modifier parameters 2003-09-12 14:39:45 +00:00
messju
ad7803b89a remove Smarty::_plugin_implementation_exists() - use php's native
is_callable()
2003-09-12 13:40:53 +00:00
changelog
e2c21493b8 ChangeLog update 2003-09-12 00:32:15 +00:00
messju
430b084783 silenced two notices acces HTTP_SERVER_VARS 2003-09-11 07:25:32 +00:00
changelog
1676bd29de ChangeLog update 2003-09-11 00:38:02 +00:00
andreas
bd905b998d - minor fixes (2 rep), slight wording changes
- jade transform problem fixed
2003-09-10 11:29:40 +00:00
changelog
ba71550edd ChangeLog update 2003-09-09 00:31:51 +00:00
andreas
dcb5caf91e all updated for 2.6.0 release, translated everything from 2_5_0 branch to 20030908 2003-09-08 16:35:05 +00:00
changelog
2f42bc6159 ChangeLog update 2003-09-05 00:32:16 +00:00
messju
16ab251d48 proper checking for files in _fetch_resource_info() 2003-09-04 10:30:13 +00:00
changelog
61c95d76e8 ChangeLog update 2003-09-03 00:31:56 +00:00
messju
5259481be5 ignore {strip}/{/strip) inside {strip}-blocks 2003-09-02 10:29:50 +00:00
messju
d03febb244 fixed 2 notices in smarty_function_mailto() 2003-09-02 10:29:10 +00:00
changelog
34e4771fae ChangeLog update 2003-09-02 05:33:57 +00:00
messju
45b23b1581 re-include cache_paths on multiple calls to fetch() to avoid inconsistencies
at multiple calls to fetch() in one script
2003-09-01 18:42:12 +00:00
messju
579e0e61a6 fixed handling of \r in {strip}
renamed $_trailing_lf to $_additional_newline
2003-09-01 18:17:58 +00:00
messju
a246602272 the weekly fix for {strip} :) 2003-09-01 15:54:05 +00:00
messju
9059fecbd8 fixed example for simple math. 2003-09-01 11:11:57 +00:00
changelog
4726b039a9 ChangeLog update 2003-08-30 00:31:47 +00:00
messju
3c52a9aa7e fixed PHPDocumentor-comments (thanks Konstantin) 2003-08-29 08:51:25 +00:00
messju
f210e32d1e made rmdir a bit more optimistic. especially it now removes
directories correctly that where created accidently by "safe_mode=On
&& $use_sub_dirs=true"
2003-08-29 08:49:51 +00:00
changelog
c29a2a9474 ChangeLog update 2003-08-28 00:32:06 +00:00
messju
ea3896ce22 fixed removal of leading/trailing newlines in {strip}-blocks 2003-08-27 08:54:25 +00:00
changelog
bbd4e9a811 ChangeLog update 2003-08-26 00:32:08 +00:00
messju
d199b7ea83 added note emphasizing the introduction of "libs/" with 2.5.0 2003-08-25 15:50:09 +00:00
messju
4b4157de20 fixed proper escaping of " and ' with escape:javascript 2003-08-25 13:37:27 +00:00
changelog
dd8b56734e ChangeLog update 2003-08-23 00:31:19 +00:00
messju
50d490fca5 fixed bug in traversal of $smarty->plugins_dir-array in
smarty_core_assemble_plugin_filepath(). the first matching plugin in
the path should be used, not the last one.
2003-08-22 16:15:47 +00:00
messju
786d110c89 discard $_cache_info when the cache should be regenerated 2003-08-22 14:02:15 +00:00
changelog
124d86de0d ChangeLog update 2003-08-21 00:31:58 +00:00
messju
60e984f942 reverted {strip} from a block-plugin back into the compiler 2003-08-20 14:48:36 +00:00
messju
7524542a24 fixed examples for register_function() and register_block() 2003-08-20 14:46:07 +00:00
messju
b2b2338175 made template_exists() quiet when the template does not exist (thanks
to konstatin for pointing this out)
2003-08-20 11:23:17 +00:00
changelog
651cfd2b7d ChangeLog update 2003-08-19 00:31:06 +00:00