Commit Graph

1357 Commits

Author SHA1 Message Date
messju
0157c56198 remove two E_NOTICES 2003-11-21 12:39:50 +00:00
changelog
50d83bda90 ChangeLog update 2003-11-21 01:32:09 +00:00
messju
66823d680d change version to 2.6.1-dev 2003-11-20 15:26:45 +00:00
changelog
6c88c0601f ChangeLog update 2003-11-20 01:32:31 +00:00
mohrt
5e7432c88b update NEWS file 2003-11-19 20:30:17 +00:00
mohrt
78ff86ed9f change version numbers to 2.6.0 2003-11-19 20:26:29 +00:00
messju
e2a8863192 fix examples of escape-modifier (in docs, docs/de and docs/fr !) 2003-11-19 18:23:01 +00:00
changelog
e997a2f769 ChangeLog update 2003-11-19 01:36:21 +00:00
messju
f903d313b4 move Smarty::quote_replace() to Smarty_Compiler::_quote_replace() 2003-11-18 23:35:05 +00:00
messju
209cd6efeb removed extract-calls from _include()- and _eval()-wrappers
variables passed with {include_php} have to accessed as members of $params now
2003-11-18 23:18:35 +00:00
changelog
4c5506a57a ChangeLog update 2003-11-18 01:34:47 +00:00
messju
1d92b3ce4f fixed typo 2003-11-17 20:34:31 +00:00
changelog
d54b96d201 ChangeLog update 2003-11-14 01:31:59 +00:00
messju
215fba15c0 fix occasional notice 2003-11-13 21:24:31 +00:00
andreas
2be563b152 - added cat modifier, thanks messju :-) 2003-11-13 18:38:30 +00:00
mohrt
ab9f58841d commit RC3 tags 2003-11-13 17:35:52 +00:00
messju
2ae14ea686 fix handling of $var.key inside [] 2003-11-13 16:51:47 +00:00
messju
7d391d55a8 fix unnecessary loading of core.load_resource_plugin.php 2003-11-13 16:50:33 +00:00
messju
e15cacbc82 fixed example of html_table 2003-11-13 15:26:40 +00:00
changelog
c3dd540396 ChangeLog update 2003-11-12 01:32:11 +00:00
messju
9d4a0bcb07 fix handling of assign inside {insert}-tags 2003-11-11 22:46:13 +00:00
changelog
8a3bf9e0c7 ChangeLog update 2003-11-07 01:32:37 +00:00
messju
1af690d45c added $exp_time-parameter 2003-11-06 17:16:32 +00:00
messju
fb47f038ac added $exp_time to cache_handler_func-example 2003-11-06 16:54:00 +00:00
messju
2566246240 added $exp_time-parameter of clear_cache() and clear_all_cache() to
cache_handler_func.
2003-11-06 16:53:39 +00:00
changelog
ee5d31238e ChangeLog update 2003-11-06 01:32:01 +00:00
messju
b9b36a51d6 fix handling if [...] inside triple-quotes in config-files 2003-11-05 09:21:23 +00:00
changelog
701318512a ChangeLog update 2003-11-05 01:32:36 +00:00
messju
2b99bf5878 fixed little bug in _parse_resource_name() (jlgunter, messju) 2003-11-04 05:16:44 +00:00
changelog
d3ed620158 ChangeLog update 2003-11-04 01:33:20 +00:00
andreas
66b6633c23 - changed Smarty.php.class occurences to Smarty.class.php 2003-11-03 13:55:26 +00:00
andreas
161eea3f1d - changed Smarty.php.class occurences to Smarty.class.php 2003-11-03 13:32:34 +00:00
changelog
a69a67f1e3 ChangeLog update 2003-10-30 01:33:31 +00:00
boots
7458ee31cd Fixes to documentation syntax so that all content can be processed used xsltproc docbook-xsl tools. In particular, fixes unescaped entities, broken tags, unquoted attributes. 2003-10-29 22:46:46 +00:00
changelog
5678bdc66e ChangeLog update 2003-10-28 01:32:17 +00:00
messju
ccdc5c8e7e fix handling of simple-math-operators inside modifiers 2003-10-27 15:27:55 +00:00
changelog
3ce1c09581 ChangeLog update 2003-10-26 00:32:32 +00:00
messju
eb654a52f4 removed unused property _output_type
removed unused param $tag_attrs of _parse_var_props()
cleaned up alignment of class-properties
2003-10-25 19:43:14 +00:00
changelog
351ba8e111 ChangeLog update 2003-10-24 00:34:11 +00:00
messju
8fac8e8be4 removed notice in php-tag handling in Smarty_Compiler::_compile_file() 2003-10-23 21:04:12 +00:00
messju
029ed43de4 removed two occasional E_NOTICES from
Smarty_Compiler::_compile_include_php_tag()
2003-10-23 12:42:52 +00:00
messju
7f6ff2f41f fix handling of trailing-slashes in open_basedir in
smarty_core_create_dir_structure()
2003-10-23 07:50:55 +00:00
changelog
e139f75fd6 ChangeLog update 2003-10-21 00:33:51 +00:00
messju
0801e4e470 elements inside `` are bracketed now inside the compiled-tpl. this
fixes some issues with simple-math inside backticks.
2003-10-20 14:02:03 +00:00
changelog
c0e711f203 ChangeLog update 2003-10-17 00:34:16 +00:00
mohrt
0d13672fe7 update overlib docs, no working examples 2003-10-16 16:04:29 +00:00
changelog
2a14531f58 ChangeLog update 2003-10-13 00:33:52 +00:00
messju
9b3ca8956e move check for template_dir in secure_dir-array into core.is_secure.php
this makes template_exists() work correctly with security=true even if
template_dir is not inside the secure_dir-array
2003-10-12 22:19:32 +00:00
changelog
de3ef126bf ChangeLog update 2003-10-12 00:32:39 +00:00
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