Commit Graph

1524 Commits

Author SHA1 Message Date
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
messju
7703839dbb removed two notices from Smarty_Compiler::_parse_is_expr()
(thanks shuther!)
2004-02-07 20:55:27 +00:00
messju
ef24ac0a3f changed default for use_sub_dirs to false 2004-02-07 20:29:20 +00:00
messju
7e6807b7e5 removed notice of undefined variable. (thanks shuther!) 2004-02-07 20:15:45 +00:00
changelog
029e1a6c4e ChangeLog update 2004-01-30 01:33:21 +00:00
messju
607cf5d0f4 added file and line-number-information to error-messages regarding
assigned objects an an error messages regarding modifiers with
security.
2004-01-29 10:38:12 +00:00
changelog
4fce643842 ChangeLog update 2004-01-28 01:32:20 +00:00
messju
0f223e3e18 removed use of temporary var $_params in compiled code of block-plugins 2004-01-27 23:00:26 +00:00
messju
aa2a705361 fixed quoting of values in smarty_function_popup() 2004-01-27 22:55:41 +00:00
changelog
c4c90d87d6 ChangeLog update 2004-01-26 01:33:44 +00:00
messju
152533aac4 documented parameters of Smarty::clear_compiled_tpl() 2004-01-25 15:52:14 +00:00
messju
53baf8295a Smarty_Compiler::_syntax_error() uses Smarty::_trigger_fatal_error() now instead of the trigger_error()-function 2004-01-25 15:39:10 +00:00
messju
0e6224fc04 Smarty::_trigger_fatal_error() uses Smarty::trigger_error() now,
instead of the native trigger_error()-function
2004-01-25 15:36:05 +00:00
messju
f8011f6acb unrecognized custom-functions trigger an error at compile now, not at
display-time.
2004-01-25 15:29:19 +00:00
changelog
74a4e59f80 ChangeLog update 2004-01-24 01:32:31 +00:00