changelog
fee25a1e5f
ChangeLog update
2004-03-21 01:34:54 +00:00
nlopess
058012936b
fix build date
2004-03-20 15:59:27 +00:00
changelog
bae08116ed
ChangeLog update
2004-03-19 01:32:31 +00:00
messju
840b968bab
removed merging of $smarty->template_dir into $smarty->secure_dir
...
the resource_base_path is considerd secure instead. this change should
have absolutely no impact on smarty's security's behaviour
2004-03-18 19:36:36 +00:00
nlopess
c9a4753f02
correcting non-existent var
2004-03-18 17:43:09 +00:00
nlopess
e37ab8f142
generate build date
2004-03-18 17:34:36 +00:00
nlopess
50cac186ba
moved location for english files
2004-03-18 17:16:23 +00:00
nlopess
4c80f3a3ca
dsl files
2004-03-18 17:15:24 +00:00
nlopess
4e028e6bf0
new build/test system
2004-03-18 17:12:45 +00:00
messju
5a37e025ae
moved setting of a default resource_base_path from
...
Smarty::_parse_resource_name() to Smarty::_fetch_resource_info()
this shouldn't affect anything, since all calls to
_parse_resource_name() that are not done from within
_fetch_resource_info() all pass their own resource_base_path
2004-03-18 07:05:29 +00:00
changelog
b49b367ca3
ChangeLog update
2004-03-18 01:32:20 +00:00
messju
d271bced39
removed '.' from the list of default resource_base_paths in
...
_parse_resource_name()
this should only affect _parse_resource_name() for templates, not for
php-resources and not for config_files. the latter pass two their own
resource_base_path.
2004-03-17 15:32:10 +00:00
changelog
c3467cf66d
ChangeLog update
2004-03-17 01:34:38 +00:00
didou
452e239bea
adding editor comments
2004-03-16 15:35:01 +00:00
didou
40ed088eff
cleaning words spacing, killing tabulations, using roles for programlisting..
2004-03-16 14:56:14 +00:00
changelog
4c16d2b4d2
ChangeLog update
2004-03-16 01:33:01 +00:00
messju
2b341888a3
simplified Smarty::clear_all_cache();
2004-03-15 14:50:42 +00:00
changelog
ea53abd6b2
ChangeLog update
2004-03-13 01:33:33 +00:00
boots
15129c4ac5
Updated is_cached prototype to indicate proper return type. (thanks to Geoffrey Hoffman)
2004-03-12 22:43:34 +00:00
changelog
068903647e
ChangeLog update
2004-03-12 01:34:14 +00:00
messju
725da561e5
fixed little bug that prevented plugins filepaths that are found in
...
php's include_path (and not in one of the plugins_dirs) from being
cached in the internal plugins-filepath-cache
2004-03-11 18:16:29 +00:00
changelog
60a09056ea
ChangeLog update
2004-03-02 01:31:48 +00:00
mohrt
bdc4e804ee
update include_php docs:wq
...
:q
2004-03-01 20:40:24 +00:00
mohrt
9bcc04d1eb
update componentized template example to something useful
2004-03-01 20:08:54 +00:00
changelog
9ddf034f6f
ChangeLog update
2004-02-25 01:32:31 +00:00
messju
077b7e7865
_parse_resource_name() returned true on non-existant absolute
...
paths. This caused a warning on _fetch_resource_info() when used in
conjunction with template_exists(). It should be fixed now without
negative effects.
2004-02-24 22:23:13 +00:00
mohrt
f9220c947d
one more typo
2004-02-24 16:39:24 +00:00
mohrt
5076571098
fix typo
2004-02-24 16:34:34 +00:00
changelog
3bf70e677c
ChangeLog update
2004-02-24 01:32:33 +00:00
messju
2c2c8b12b9
smarty_resource_*_secure got &$smarty passed errornously as 3rd
...
parameter and not as 2nd. this is fixed.
2004-02-24 00:10:55 +00:00
messju
8485763d2e
fix handling of integer values like width and delay im
...
smarty_function_popup()
2004-02-23 23:19:08 +00:00
messju
d02633999c
fixed handling of integer-attributes
2004-02-23 23:17:19 +00:00
messju
fff19de349
updated version to 2.6.3-dev
2004-02-23 23:14:40 +00:00
changelog
42160a0978
ChangeLog update
2004-02-23 01:32:44 +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
changelog
b4b28cd1a5
ChangeLog update
2004-02-18 01:32:16 +00:00
mohrt
f8c32146d2
add header
2004-02-17 15:54:22 +00:00
mohrt
cf52c81e0a
change some info in headers, remove fluff
2004-02-17 15:52:02 +00:00
changelog
ee0e4f2eb3
ChangeLog update
2004-02-14 01:32:20 +00:00
messju
0548fee520
correctly handle partially empty dates (like "2004--" or "-12-").
2004-02-13 23:38:08 +00:00
messju
1ce846e1b3
learned something about <note> and sgml and applied this to the
...
use.sub.dirs-section :)
2004-02-13 09:34:35 +00:00
messju
a93c42048c
changed attribute-name "checked" to "selected" in the docs for
...
html_radios and html_checkboxes. "checked" is deprecated for ages
AFAIK and selected is recommended for consistency with {html_options}
2004-02-13 09:21:37 +00:00
messju
242e794bbc
added note about use_sub_dirs and Smarty-2.6.2 .
...
fixed markup for section about clear_compiled_tpl() .
2004-02-13 09:19:59 +00:00
changelog
0c50e29cec
ChangeLog update
2004-02-13 01:32:20 +00:00
messju
b474404b97
YES and NO should not be booleanized inside triple-quotes in a
...
config-file. this behaviour changed by accident in 2.6.1 and is now
reverted to pre-2.6.1 behaviour
2004-02-12 11:28:50 +00:00
changelog
7871b6e7cc
ChangeLog update
2004-02-11 01:32:20 +00:00
messju
44e8612db1
fixed slurping of a the next line following a triple-quoted value in a
...
config-file
2004-02-10 22:58:49 +00:00
changelog
fd75a0f29b
ChangeLog update
2004-02-08 01:32:23 +00:00
messju
ceea2e18d5
avoid @-operator for handling empty lines in Config_File.class.php
2004-02-07 21:15:29 +00:00