Commit Graph

1516 Commits

Author SHA1 Message Date
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
mohrt
542e361fe2 reword a paragraph 2004-01-23 20:56:41 +00:00
mohrt
e8384fe5d7 remove file 2004-01-23 16:28:19 +00:00
mohrt
724c49553a add a couple more tests 2004-01-23 16:05:59 +00:00
changelog
a36697993e ChangeLog update 2004-01-23 01:32:14 +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
changelog
72ee372936 ChangeLog update 2004-01-22 01:32:17 +00:00
messju
cf0ee7bdd8 added handling of resources for {config_load} 2004-01-21 17:21:26 +00:00