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
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