messju
|
05a9dc1b2e
|
mention SCRIPT_NAME below {$smarty} reserved variable because it got
lost in the docs for $smarty->global_assign
|
2004-01-12 20:12:04 +00:00 |
|
messju
|
8b82ad310b
|
added docs for {$smarty.version} special variable
|
2004-01-12 19:46:55 +00:00 |
|
messju
|
cfd9991c26
|
removed docs for $global_assign
|
2004-01-12 19:46:12 +00:00 |
|
messju
|
c3a3e15c33
|
added docs for tpl_error_reporting
|
2004-01-12 19:42:13 +00:00 |
|
messju
|
e8b181cf74
|
added docs for year_empty-, month_empty- and day_emtpy-attributes of
html_select_date. maybe an example is needed to better explain empty
values in YYY-MM-DD.
|
2004-01-12 19:24:28 +00:00 |
|
changelog
|
48e7a52abb
|
ChangeLog update
|
2004-01-11 01:32:37 +00:00 |
|
messju
|
92d6489001
|
fixed handling of {php}-tags
|
2004-01-10 23:43:07 +00:00 |
|
mohrt
|
e238784674
|
fix html_checkboxes examples
|
2004-01-10 21:28:15 +00:00 |
|
changelog
|
86ba80a2b7
|
ChangeLog update
|
2004-01-09 01:32:39 +00:00 |
|
messju
|
6950893505
|
added caching of requested paths to smarty_core_assemble_plugin_filepath()
|
2004-01-08 13:13:04 +00:00 |
|
messju
|
73995af1e9
|
fix handling of comments inside {php}- and {literal}-blocks
|
2004-01-08 12:47:12 +00:00 |
|
messju
|
d6f1f25741
|
fixed handling of comments inside {php} and {literal}
|
2004-01-08 12:46:27 +00:00 |
|
changelog
|
cfdb6b0851
|
ChangeLog update
|
2004-01-07 01:32:09 +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 |
|
changelog
|
e0d0dbe73c
|
ChangeLog update
|
2004-01-03 01:32:12 +00:00 |
|
messju
|
35d7d5126d
|
removed unnecessary param in call to _fetch_resource_info()
|
2004-01-02 11:05:41 +00:00 |
|
changelog
|
f8b8e73de4
|
ChangeLog update
|
2003-12-31 01:33:12 +00:00 |
|
messju
|
70e7586d57
|
oops! removed tabs.
|
2003-12-30 21:42:51 +00:00 |
|
changelog
|
a881935a1c
|
ChangeLog update
|
2003-12-28 01:32:06 +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 |
|
changelog
|
f5018687c3
|
ChangeLog update
|
2003-12-24 01:32:00 +00:00 |
|
mohrt
|
ae3b538314
|
add portuguese docs
|
2003-12-23 15:53:39 +00:00 |
|
changelog
|
5b255f9d1d
|
ChangeLog update
|
2003-12-23 01:31:56 +00:00 |
|
mohrt
|
c46d385cfe
|
fix counter example
|
2003-12-22 19:02:06 +00:00 |
|
changelog
|
6637ff9ed7
|
ChangeLog update
|
2003-12-20 01:32:00 +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 |
|
changelog
|
f10a08162f
|
ChangeLog update
|
2003-12-18 01:32:42 +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 |
|
changelog
|
47626725f8
|
ChangeLog update
|
2003-12-17 01:31:54 +00:00 |
|
messju
|
4fe0af5398
|
fix headers sent erroneously with cache_modified_check and fetch()
|
2003-12-16 09:05:04 +00:00 |
|
changelog
|
95e68032cd
|
ChangeLog update
|
2003-12-13 04:08:34 +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 |
|
boots
|
4b767113a2
|
Updated language.function.if with additional annotation and to fix error that broke docs build process
|
2003-12-12 09:42:06 +00:00 |
|
changelog
|
17b455a7f6
|
ChangeLog update
|
2003-12-12 01:31:54 +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
|
e58c2c94cf
|
update example-output of {mailto}
|
2003-12-11 19:24:21 +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
|
f2f91fd751
|
removed two done topics
|
2003-12-11 09:09:43 +00:00 |
|