Commit Graph

231 Commits

Author SHA1 Message Date
messju
c9844d410b backed out renaming of _get_plugin_filepath() to get_plugin_filepath()
we'll stick to _get_plugin_filepath() and look for a more viable
solution to be exposed to plugin-writers.
2004-07-23 15:34:53 +00:00
messju
9942c8b42f Some fixes on PhpDocumentor comments. Thanks go to Ruben Vermeersch. 2004-07-20 11:51:05 +00:00
messju
7008adfbda changed call from $smarty->_get_plugin_filepath() to
$smarty->get_plugin_filepath()
2004-07-12 15:27:00 +00:00
messju
cba023a811 renamed calls to $smarty->_get_plugin_filepath() to $smarty->get_plugin_filepath() 2004-07-12 15:24:43 +00:00
mohrt
8e621339e9 add assign attribute to html_checkboxes and html_radios 2004-07-02 14:14:30 +00:00
mohrt
b67e942fda display date_format %e, %T and %D as expected for windows 2004-06-23 13:56:10 +00:00
mohrt
7b260f7b83 added escapement of '</' to javascript escaping 2004-06-09 14:54:31 +00:00
messju
50b6c2b425 fix: proper initialistaion of $content.
thanks to Dmitry Koteroff for pointing this out.
2004-06-01 16:46:43 +00:00
messju
1c5ae377fd added obfuscation of protocol-string in {mailto} when using
hex-encoding (thanks to bharat)
2004-05-28 08:44:46 +00:00
mohrt
530795cbf5 add 'nonstd' escape modifier 2004-05-12 19:40:36 +00:00
mohrt
bcb1d2a196 update textformat to not output wrap chars after last para 2004-05-07 22:50:11 +00:00
mohrt
16530ef589 add 'mail' attribute to escape modifier 2004-04-30 14:50:17 +00:00
messju
20b4be1048 added escape type "decentity" to smarty_modifier_escape() 2004-04-16 08:40:42 +00:00
messju
b73d2a7e63 reverted stuff 2004-04-16 08:03:07 +00:00
messju
729ebe26ed Smarty_Compiler.class.php 2004-04-16 07:53:37 +00:00
messju
e15005fa24 removed trailing spaces 2004-04-07 19:58:54 +00:00
messju
3cd25264cf unrolled call to the is_compiled()-check to be able to supply the
correct resource_base_path for config_load. this avoids errors when
config-files are accessed where security is enabled.

thanks to shuther for pointing out this bug.
2004-03-23 09:49:23 +00:00
messju
d02633999c fixed handling of integer-attributes 2004-02-23 23:17:19 +00:00
messju
c3c3430e71 removed notice on html_select_date with the month_empty-attribute 2004-02-22 23:29:08 +00:00
messju
4610c06d24 removed 2 notices of undefined vars (thanks Cit) 2004-02-22 23:18:30 +00:00
messju
0548fee520 correctly handle partially empty dates (like "2004--" or "-12-"). 2004-02-13 23:38:08 +00:00
messju
7e6807b7e5 removed notice of undefined variable. (thanks shuther!) 2004-02-07 20:15:45 +00:00
messju
aa2a705361 fixed quoting of values in smarty_function_popup() 2004-01-27 22:55:41 +00:00
messju
0a66a27fe1 removed emission of unnecessary notices for unavailable config-files
in config_load()
2004-01-22 23:54:51 +00:00
messju
cf0ee7bdd8 added handling of resources for {config_load} 2004-01-21 17:21:26 +00:00
messju
07b151bf3e fixed bug when using arrays with tr_attr and td_attr in {html_table} 2004-01-19 12:47:59 +00:00
messju
146ecb7a85 forgot to remove duplicate is_secure()-check 2004-01-15 15:04:33 +00:00
messju
ea53ef5a58 fix: $smarty->security is now correctly handled
minor optimizations:
   core/core.is_secure.php is only included when needed
   $dpi_default is only determined when needed
2004-01-15 15:00:09 +00:00
messju
36ac900ceb removed extract(). enhanced parameter parsing. 2003-12-19 17:20:19 +00:00
messju
f6bb3389f6 removed tabs. fixed indentiation. 2003-12-19 17:18:56 +00:00
messju
6711d0cebf removed tabs 2003-12-19 15:22:55 +00:00
messju
cc87a960f4 removed extract() from parameter-parsing 2003-12-19 08:49:17 +00:00
messju
80290db3fc fix plugin-name in error message 2003-12-17 10:45:57 +00:00
messju
fbb083d81f remove extract-call from {html_select_time} 2003-12-17 09:33:30 +00:00
messju
331c2ef286 allow single-digit days and months without smarty_make_timestamp()
this makes dates like "1968-11-6" work correctly since no strtotime()
is involved

add warning when unknown parameter is passed
2003-12-17 09:32:30 +00:00
mohrt
d7311e2692 move set_path() call below the conditional bracket 2003-12-12 19:45:11 +00:00
mohrt
5b14130cef fix config_load filepath bug 2003-12-12 14:38:42 +00:00
messju
0d6c033ee2 removed extract-call -> cleaner parameter-handling 2003-12-11 09:38:18 +00:00
messju
ec0a2dabd0 fixed indentiation 2003-12-11 09:25:23 +00:00
messju
e157a65085 added day_empty, month_empty, year_empty and all_empty attributes
to pass an undefined date use {html_select_date time="--" ...}
2003-12-10 16:43:39 +00:00
messju
3354f45c1f removed extract()-call 2003-12-10 09:05:22 +00:00
messju
ba5cc2aaaa fixed indetiation 2003-12-10 08:50:21 +00:00
messju
a7c3e88d8f strict comparason didn't work in all cases. use type-casting now. 2003-12-09 20:02:06 +00:00
messju
aa2ee3cd66 fix bug when comparing array-keys to "selected" in html_options and
html_checkboxes

in_array() uses "strict" comparason now.
2003-12-09 19:38:25 +00:00
messju
37575a1982 removed tabs, fixed indentiation 2003-12-09 19:30:29 +00:00
messju
45e02b5033 fix: check $smarty->request_use_auto_globals at the last occurences of
HTTP_*_VARS
2003-12-04 11:37:27 +00:00
boots
549a69ba44 really make the fixes the last patch was supposed to do 2003-11-29 02:15:41 +00:00
boots
74034f776f removed tabs and killed trailing white-space 2003-11-29 01:44:41 +00:00
boots
b0563469a0 changed $smarty->_syntax_error to $smarty->trigger_error 2003-11-29 00:49:09 +00:00
messju
7dfad44658 remove warning in debug_print_var on php-resources 2003-11-27 17:39:06 +00:00