Commit Graph

1273 Commits

Author SHA1 Message Date
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
mohrt
a94d14ac58 fix example title 2003-08-18 15:11:59 +00:00
mohrt
aeb830dcb5 change installation wording confusion 2003-08-18 15:08:34 +00:00
messju
09aa653a75 fixed unnecessary load of source in template_exists() and the
compile-check of smarty_core_read_cache_file()
2003-08-18 10:17:28 +00:00
messju
6f473f2820 allow section-, array- and object-dereference in $smarty-references 2003-08-18 09:28:02 +00:00
changelog
6dcb85c503 ChangeLog update 2003-08-16 00:31:11 +00:00
messju
ad3d146c35 added parameter-descriptions for count_characters (thanks Konstantin
A. Pelepelin)

fixed docs for {html_checkboxes}
2003-08-15 16:06:49 +00:00
changelog
d2ef1c7fe6 ChangeLog update 2003-08-15 00:31:03 +00:00
messju
79f491971a fixed timestamp-check of config-files in smarty_core_read_cache_file() 2003-08-14 16:44:03 +00:00
messju
db4ee12009 fixed typecasting for arrays in _parse_resource_name() 2003-08-14 11:11:46 +00:00
messju
ef13d8b606 fixes in config_load:
- handling of section-attribute
- reusing the same config-file multiple times
- serialization of config-data for php<4.2.0 (no var_export)

many thanks to atu for pointing this out and for testing
2003-08-14 10:59:30 +00:00
changelog
1363902a1b ChangeLog update 2003-08-14 00:31:22 +00:00
messju
2319787c5f fixed problem with vars as attributes in {include_php} 2003-08-13 16:37:12 +00:00
mohrt
4b034eaa81 commit README file for documentation compiling 2003-08-13 14:50:18 +00:00
messju
ab839a5b13 removed '\r' from debug_print_vars' output
properly escape vars in javascript-version of debug.tpl
2003-08-13 14:15:30 +00:00
changelog
3ffab5a3ab ChangeLog update 2003-08-12 00:30:48 +00:00
mohrt
49d5b05b89 get ready for 2.6.0-RC1 release 2003-08-11 15:55:39 +00:00
changelog
bc37237c9f ChangeLog update 2003-08-11 00:30:29 +00:00
messju
180ac79934 fixed status-header for cache_modified_check under cgi-sapi 2003-08-10 21:27:51 +00:00
changelog
c80e2d9e4a ChangeLog update 2003-08-10 00:30:50 +00:00
messju
d226b07741 synced secure_dir-checking with trusted_dir-checking 2003-08-09 08:47:10 +00:00
messju
29f5d24082 tightenend path checking in smarty_core_is_secure() 2003-08-09 08:08:39 +00:00
changelog
9c5ee8d1bf ChangeLog update 2003-08-09 00:30:43 +00:00
messju
10b23e37a2 fix: proper nesting of $smarty->_cache_including flag in cascaded
cached/not-cached/fetched/inserted/foo-templates
2003-08-08 20:41:37 +00:00
messju
04d08faa2a better escaping for $_debug_tpls[templates].filenames 2003-08-08 20:31:05 +00:00
messju
039c8ca720 removed redundant $smarty from Smarty::_smarty_include() 2003-08-08 20:25:27 +00:00
messju
cdd68b02fa proper escaping of filenames in debug-console (thanks to prossel). 2003-08-08 18:48:22 +00:00
changelog
432811dc37 ChangeLog update 2003-08-08 00:30:51 +00:00
messju
139a7226c7 added docs for block-methods of registered objects 2003-08-07 22:15:12 +00:00
messju
3338c34bd5 fixed typo in example for registered objects 2003-08-07 22:02:08 +00:00
messju
2cd76c4619 fixed exampls of html_image and html_checkboxes 2003-08-07 21:51:37 +00:00
messju
37d3caf18c fixed {debug} and removed tabs in function.debug.php 2003-08-07 21:18:41 +00:00
messju
75e3dde5f0 fixed example for register_object 2003-08-07 20:05:26 +00:00
messju
a5586c3d0a updated docs for capture, html_table, html_image and register_object 2003-08-07 20:04:26 +00:00
mohrt
3f10cac6ab add math and default_resource_type to docs 2003-08-07 16:30:30 +00:00
mohrt
49b2a7dcd4 add core to example, add tech note 2003-08-07 15:37:42 +00:00