messju
f8011f6acb
unrecognized custom-functions trigger an error at compile now, not at
...
display-time.
2004-01-25 15:29:19 +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
88cf42b0e6
fixed handling of hidden sections in Config_File
2004-01-22 23:47:46 +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
mohrt
51e1064d69
update version numbers, add initial unit test directory
2004-01-16 22:12:08 +00:00
mohrt
5383e42a1d
update version numbers for 2.6.1 release
2004-01-16 20:24:45 +00:00
messju
9b032e1ea4
renamed $smarty->tpl_rror_reporting to $smarty->error_reporting
...
"tpl_" is a bit redundant here (it's a TemPLate-engine overall :)
2004-01-16 20:01:35 +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
92d6489001
fixed handling of {php}-tags
2004-01-10 23:43:07 +00:00
messju
6950893505
added caching of requested paths to smarty_core_assemble_plugin_filepath()
2004-01-08 13:13:04 +00:00
messju
d6f1f25741
fixed handling of comments inside {php} and {literal}
2004-01-08 12:46:27 +00:00
messju
448114faeb
fixed bug handling triple-quotes in config-files
2004-01-06 09:21:00 +00:00
messju
b0093e4cba
fixed bugs with triple-quotes in config-files
...
thanks BRDude for finding them testing!
2004-01-06 09:17:02 +00:00
messju
35d7d5126d
removed unnecessary param in call to _fetch_resource_info()
2004-01-02 11:05:41 +00:00
messju
70e7586d57
oops! removed tabs.
2003-12-30 21:42:51 +00:00
messju
077bb151ad
made $SCRIPT_NAME available again
...
changes default for request_use_auto_global to prefer autoglobals
2003-12-27 09:41:43 +00:00
messju
def552981a
removed tabs and trailing spaces
2003-12-27 09:35:08 +00:00
messju
e335832f62
readded default_modifiers. who removed that?
2003-12-27 09:25:25 +00:00
mohrt
fcb07072cd
add debug console persistance feature
2003-12-19 19:23: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
messju
4fe0af5398
fix headers sent erroneously with cache_modified_check and fetch()
2003-12-16 09:05:04 +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
4e93202974
little optimization for "is odd" and "is even"
2003-12-11 19:52:38 +00:00
mohrt
aa8f02c429
fix 'is even by' and 'is odd by' logic
2003-12-11 19:39:02 +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
1dd2246d8a
add better checks for correctly nested tags when compiling
2003-12-08 10:44:21 +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
messju
64d755a37f
remove $global_assign property from Smarty and $global_assign-handling
...
from the constructor. the only visible change is, that $SCRIPT_NAME is
not available in the tempates anymore. $smarty.server.SCRIPT_NAME has
to be used from now.
2003-12-03 09:29:13 +00:00
messju
bb0771505a
thought again about my latest commit and backed it out.
2003-12-01 11:29:53 +00:00
messju
2c290ac4cf
fix root-dir-handling on windows filepath
2003-12-01 09:09:20 +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