Commit Graph

1083 Commits

Author SHA1 Message Date
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
messju
dde07d35fd objects don't get casted to arrays anymore in {foreach} 2005-03-19 18:28:46 +00:00
messju
b5747d2b18 add "null" as a valid token for {if} when security is enabled 2005-02-26 21:18:48 +00:00
mohrt
6b3225138a add javascript_charcode option to mailto 2005-02-25 17:08:28 +00:00
mohrt
02a7c04d88 add label ids to html_radios 2005-02-24 14:37:48 +00:00
messju
6e94e1897f fixed too agressive {strip} around delimiters inside strip-blocks 2005-02-10 15:14:15 +00:00
messju
468ec392ee fixed handling of strip-tags with non-default delimiters 2005-02-09 14:31:18 +00:00
messju
f0b57a3e3b fixed syntax error. shame on me. 2005-02-04 21:29:06 +00:00
mohrt
c3e8668266 update version numbers in cvs 2005-02-03 15:14:43 +00:00
mohrt
c5e1cd7185 commit version numbers for new release 2005-02-03 14:41:33 +00:00
messju
d8ce41d207 fixed comment (thanks to CirTap) 2005-02-03 05:05:16 +00:00
mohrt
af8335225b remove border tag 2005-02-01 18:51:42 +00:00
messju
c6827dee8a fixed serialization of values containing newlines (like _cache_attrs)
in core_write_cache_file()

bumped version to 2.6.6-dev-3 to indicate that the fileformat of cache
has changed
2005-02-01 10:19:08 +00:00
messju
bd2abcbbcd fixed handling of hashed opening php-tags inside strip-blocks
(reported by titi_rafa)
2005-01-30 21:54:39 +00:00
messju
1345545229 escape:url now uses the (RFC 1738 compliant) rawurlencode() 2005-01-28 17:20:14 +00:00
messju
e57e545e58 added a more robust implementation when removing of the trailing
'<?php '-token after toke_get_all() . this is also a workaround for
http://bugs.php.net/bug.php?id=29761
2005-01-27 08:51:21 +00:00
messju
5234d7bf5a replaced ? true : false and removed intermediate $_cookie_var in the
handling of the SMARTY_DEBUG-cookie
2005-01-23 22:19:15 +00:00
mohrt
9959c4f263 de-spammify e-mails 2005-01-21 17:46:15 +00:00
mohrt
215e8784b1 update copyright notices, e-mail addresses 2005-01-21 16:41:52 +00:00