mohrt
|
76bc34f2ff
|
remove delim quote
|
2006-03-08 14:37:37 +00:00 |
|
mohrt
|
76b3d6b688
|
fix delimiter issue
|
2006-03-08 14:13:08 +00:00 |
|
mohrt
|
8006bf79a2
|
use preg_replace to cover any space chars
|
2006-03-03 14:46:33 +00:00 |
|
mohrt
|
d2f6f2a92b
|
fix problem with allowing "e" modifier
|
2006-03-03 14:42:01 +00:00 |
|
messju
|
2fc1fd958f
|
removed possiblity for E_NOTICE on an undefined variable in
Smarty_Compiler::_compile_if_tag() - thanks to sbeh
|
2006-01-29 18:11:22 +00:00 |
|
mohrt
|
f4934fdcf0
|
update version numbers
|
2006-01-18 19:02:52 +00:00 |
|
messju
|
05ec80e72f
|
fixed use of references $cache_attrs and $repeat in Smarty_Compiler.
php does not allow to pass an assigned by reference to a function. since php-5.1.2
the reference to the lval gets lost when passing an assignment.
|
2006-01-15 19:29:45 +00:00 |
|
messju
|
3079a7510f
|
fixed incompatible use of fread() in Smarty::_read_file()
it choke on php-5.1.1 and later.
thanks to andig for pointing this out.
|
2005-12-31 19:17:05 +00:00 |
|
boots
|
e009be5640
|
Fix improper tokenization of certain inline math expressions.
Thanks to gerard at forums for reporting this.
|
2005-12-21 18:09:23 +00:00 |
|
messju
|
b471731ae9
|
fixed problem with math in certain LC_NUMERIC locales.
thanks to wiebren for providing problem+solution.
|
2005-12-19 00:12:18 +00:00 |
|
mohrt
|
4f33ed7229
|
update version numbers
|
2005-12-14 14:53:55 +00:00 |
|
messju
|
6665e58ecf
|
forgot to update the strings in smarty_core_write_compiled_include()
when chaning the generated code in
Smarty_Compiler::_push_cacheable_state() and
Smarty_Compiler::_pop_cacheable_state()
|
2005-11-29 15:20:27 +00:00 |
|
messju
|
1f838f15e7
|
fixed code generation of non-cacheable blocks to play well with php's
"Alternative syntax" used for example in compiled {if}..{else}..{/if}
blocks.
(see: http://php.net/manual/en/control-structures.alternative-syntax.php
on "Alternative syntax")
thanks to kihara from the forum.
|
2005-11-29 12:22:54 +00:00 |
|
messju
|
3cb166ba4a
|
fixed handling of multiple identical calls to {insert}.
the function was called multiple times, but all inserts where replaced
by the results of the first call to the insert function.
|
2005-11-26 16:59:02 +00:00 |
|
messju
|
bf55612944
|
added credits
|
2005-11-26 08:34:08 +00:00 |
|
messju
|
4d3bb1acf7
|
added "closeclick" from http://www.bosrup.com/web/overlib/?Command_Reference
|
2005-11-26 08:30:42 +00:00 |
|
boots
|
fdb25e363f
|
replace {} string access with equivalent substr() to avoid E_STRICT warnings in PHP 5.1
|
2005-11-23 20:36:05 +00:00 |
|
boots
|
7e4950a0f0
|
return valid reference in get_config_vars() when given var is non-existant
|
2005-11-09 15:46:37 +00:00 |
|
mohrt
|
daf68045ea
|
Added author title to plugins where they don't exist. I put my name where I was the original or co-author. If there needs to be more credit given somewhere, speak up!
|
2005-10-11 16:22:56 +00:00 |
|
mohrt
|
093e79e61a
|
add path_prefix to html_image, fix incorrect secure_dir error when image file is missing
|
2005-10-10 14:41:28 +00:00 |
|
mohrt
|
49731f8e1c
|
change default charset from utf8 to iso-8859-1
|
2005-08-30 21:03:23 +00:00 |
|
mohrt
|
dcfee3d1e8
|
add char_set param
|
2005-08-30 16:24:22 +00:00 |
|
mohrt
|
c7d1cc8727
|
fix notice in debug security check
|
2005-08-17 15:27:40 +00:00 |
|
mohrt
|
219ec26706
|
fix typo
|
2005-08-17 14:59:25 +00:00 |
|
mohrt
|
56bd1fbbd0
|
return valid reference in get_template_vars() when given var is non-existant
|
2005-08-17 14:58:32 +00:00 |
|
mohrt
|
c847cf5547
|
add "urlpathinfo" escape type to escape modifier. (apache does not like %2F in the PATH_INFO)
|
2005-08-12 19:38:56 +00:00 |
|
mohrt
|
159eb19d33
|
update version numbers
|
2005-08-05 20:53:04 +00:00 |
|
mohrt
|
a253dd2192
|
allow debug.tpl to work from arbitrary dir
|
2005-08-04 20:21:39 +00:00 |
|
messju
|
986640555a
|
fixed proper escaping for literal strings passed to
Smarty_Compiler::_expand_quoted_text() by
Smarty_Compiler::_parse_var_props()
|
2005-08-04 19:43:21 +00:00 |
|
mohrt
|
f96326d4a9
|
update changes
|
2005-08-03 12:44:39 +00:00 |
|
messju
|
51c60e9736
|
removed ambiguity for numeric values passed to smarty_make_timestamp().
numeric values are *always* treated as timestamps now.
|
2005-07-27 20:54:24 +00:00 |
|
messju
|
d1e2df731d
|
removed E_NOTICE from Config_File::get()
|
2005-07-18 15:22:41 +00:00 |
|
messju
|
aa88b07e8a
|
removed E_NOTICE
|
2005-07-18 08:43:53 +00:00 |
|
messju
|
edab07b69d
|
fixed problems with cached templates containing nocache sections when
they where displayed multiple times during a single request
|
2005-07-08 18:11:22 +00:00 |
|
mohrt
|
b98c95a904
|
added passthru attribute feature to html_select_date
|
2005-07-08 13:36:34 +00:00 |
|
messju
|
c9b92b8b56
|
removed unnecessary require('core.rmdir.php')
|
2005-06-23 17:30:57 +00:00 |
|
mohrt
|
3c55100655
|
add "middle" parameter to truncate modifier
|
2005-06-13 19:22:29 +00:00 |
|
mohrt
|
b954e0287a
|
fix allowable label id characters
|
2005-05-20 18:11:50 +00:00 |
|
mohrt
|
a778dae71a
|
make form input label ids optional (monte)
|
2005-05-06 14:27:19 +00:00 |
|
mohrt
|
bd60de4b42
|
add error message for empty if/elseif statements
|
2005-05-02 14:03:18 +00:00 |
|
mohrt
|
52b17797db
|
cast selected value to string for comparison in html_radios
|
2005-04-15 16:32:30 +00:00 |
|
messju
|
ced18471d2
|
added xhtml compliance to html_select_date's year_as_text-feature
thanks to Mark West
|
2005-04-07 18:11:24 +00:00 |
|
messju
|
04a503f2cf
|
fixed handling of selected month html_select_date
thanks to Yuri Weseman for providing problem+solution
|
2005-04-07 18:06:21 +00:00 |
|
mohrt
|
d13087a591
|
update version numbers
|
2005-03-31 14:57:19 +00:00 |
|
messju
|
7ca31fe1c7
|
re-enabled hex-constant. i hope in a sane way this time.
|
2005-03-30 21:30:53 +00:00 |
|
mohrt
|
fefc867ad6
|
fix function testing logic
|
2005-03-30 17:03:43 +00:00 |
|
mohrt
|
741ffd0e92
|
disable variable func calls completely
|
2005-03-30 16:48:41 +00:00 |
|
mohrt
|
3297026a00
|
disallow variable func calls when security is enabled
|
2005-03-30 16:45:24 +00:00 |
|
messju
|
5b5dcbf7b2
|
bumped version-number to 2.6.9-dev
added headline of 2.6.6 release to NEWS file
|
2005-03-22 08:45:07 +00:00 |
|
mohrt
|
3c8c273178
|
remove e-modifier
|
2005-03-21 14:09:50 +00:00 |
|