Commit Graph

  • f8c32146d2 add header mohrt 2004-02-17 15:54:22 +00:00
  • cf52c81e0a change some info in headers, remove fluff mohrt 2004-02-17 15:52:02 +00:00
  • ee0e4f2eb3 ChangeLog update changelog 2004-02-14 01:32:20 +00:00
  • 0548fee520 correctly handle partially empty dates (like "2004--" or "-12-"). messju 2004-02-13 23:38:08 +00:00
  • 1ce846e1b3 learned something about <note> and sgml and applied this to the use.sub.dirs-section :) messju 2004-02-13 09:34:35 +00:00
  • 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} messju 2004-02-13 09:21:37 +00:00
  • 242e794bbc added note about use_sub_dirs and Smarty-2.6.2 . fixed markup for section about clear_compiled_tpl() . messju 2004-02-13 09:19:59 +00:00
  • 0c50e29cec ChangeLog update changelog 2004-02-13 01:32:20 +00:00
  • 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 messju 2004-02-12 11:28:50 +00:00
  • 7871b6e7cc ChangeLog update changelog 2004-02-11 01:32:20 +00:00
  • 44e8612db1 fixed slurping of a the next line following a triple-quoted value in a config-file messju 2004-02-10 22:58:49 +00:00
  • fd75a0f29b ChangeLog update changelog 2004-02-08 01:32:23 +00:00
  • ceea2e18d5 avoid @-operator for handling empty lines in Config_File.class.php messju 2004-02-07 21:15:29 +00:00
  • 7703839dbb removed two notices from Smarty_Compiler::_parse_is_expr() (thanks shuther!) messju 2004-02-07 20:55:27 +00:00
  • ef24ac0a3f changed default for use_sub_dirs to false messju 2004-02-07 20:29:20 +00:00
  • 7e6807b7e5 removed notice of undefined variable. (thanks shuther!) messju 2004-02-07 20:15:45 +00:00
  • 029e1a6c4e ChangeLog update changelog 2004-01-30 01:33:21 +00:00
  • 607cf5d0f4 added file and line-number-information to error-messages regarding assigned objects an an error messages regarding modifiers with security. messju 2004-01-29 10:38:12 +00:00
  • 4fce643842 ChangeLog update changelog 2004-01-28 01:32:20 +00:00
  • 0f223e3e18 removed use of temporary var $_params in compiled code of block-plugins messju 2004-01-27 23:00:26 +00:00
  • aa2a705361 fixed quoting of values in smarty_function_popup() messju 2004-01-27 22:55:41 +00:00
  • c4c90d87d6 ChangeLog update changelog 2004-01-26 01:33:44 +00:00
  • 152533aac4 documented parameters of Smarty::clear_compiled_tpl() messju 2004-01-25 15:52:14 +00:00
  • 53baf8295a Smarty_Compiler::_syntax_error() uses Smarty::_trigger_fatal_error() now instead of the trigger_error()-function messju 2004-01-25 15:39:10 +00:00
  • 0e6224fc04 Smarty::_trigger_fatal_error() uses Smarty::trigger_error() now, instead of the native trigger_error()-function messju 2004-01-25 15:36:05 +00:00
  • f8011f6acb unrecognized custom-functions trigger an error at compile now, not at display-time. messju 2004-01-25 15:29:19 +00:00
  • 74a4e59f80 ChangeLog update changelog 2004-01-24 01:32:31 +00:00
  • 542e361fe2 reword a paragraph mohrt 2004-01-23 20:56:41 +00:00
  • e8384fe5d7 remove file mohrt 2004-01-23 16:28:19 +00:00
  • 724c49553a add a couple more tests mohrt 2004-01-23 16:05:59 +00:00
  • a36697993e ChangeLog update changelog 2004-01-23 01:32:14 +00:00
  • 0a66a27fe1 removed emission of unnecessary notices for unavailable config-files in config_load() messju 2004-01-22 23:54:51 +00:00
  • 88cf42b0e6 fixed handling of hidden sections in Config_File messju 2004-01-22 23:47:46 +00:00
  • 72ee372936 ChangeLog update changelog 2004-01-22 01:32:17 +00:00
  • cf0ee7bdd8 added handling of resources for {config_load} messju 2004-01-21 17:21:26 +00:00
  • 64a67e5d58 ChangeLog update changelog 2004-01-20 01:32:14 +00:00
  • 07b151bf3e fixed bug when using arrays with tr_attr and td_attr in {html_table} messju 2004-01-19 12:47:59 +00:00
  • 95ac71b716 add template files mohrt 2004-01-17 18:31:16 +00:00
  • f47ee26f1e ChangeLog update changelog 2004-01-17 01:32:19 +00:00
  • e94bd561a9 add more test cases mohrt 2004-01-16 22:51:48 +00:00
  • b9450d2cf6 add unit testing mohrt 2004-01-16 22:14:51 +00:00
  • 51e1064d69 update version numbers, add initial unit test directory mohrt 2004-01-16 22:12:08 +00:00
  • 5383e42a1d update version numbers for 2.6.1 release mohrt 2004-01-16 20:24:45 +00:00
  • 9b032e1ea4 renamed $smarty->tpl_rror_reporting to $smarty->error_reporting "tpl_" is a bit redundant here (it's a TemPLate-engine overall :) messju 2004-01-16 20:01:35 +00:00
  • 5217ffa6b0 ChangeLog update changelog 2004-01-16 01:32:12 +00:00
  • 146ecb7a85 forgot to remove duplicate is_secure()-check messju 2004-01-15 15:04:33 +00:00
  • ea53ef5a58 fix: $smarty->security is now correctly handled messju 2004-01-15 15:00:09 +00:00
  • 6e0b6a5f2c ChangeLog update changelog 2004-01-15 01:32:19 +00:00
  • 04307bb560 removed suggestions to use extract() from the manual messju 2004-01-14 16:16:24 +00:00
  • 96dd0fa51d fixed typo messju 2004-01-14 16:13:51 +00:00
  • bafdb63d89 ChangeLog update changelog 2004-01-13 01:32:22 +00:00
  • 05a9dc1b2e mention SCRIPT_NAME below {$smarty} reserved variable because it got lost in the docs for $smarty->global_assign messju 2004-01-12 20:12:04 +00:00
  • 8b82ad310b added docs for {$smarty.version} special variable messju 2004-01-12 19:46:55 +00:00
  • cfd9991c26 removed docs for $global_assign messju 2004-01-12 19:46:12 +00:00
  • c3a3e15c33 added docs for tpl_error_reporting messju 2004-01-12 19:42:13 +00:00
  • 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. messju 2004-01-12 19:24:28 +00:00
  • 48e7a52abb ChangeLog update changelog 2004-01-11 01:32:37 +00:00
  • 92d6489001 fixed handling of {php}-tags messju 2004-01-10 23:43:07 +00:00
  • e238784674 fix html_checkboxes examples mohrt 2004-01-10 21:28:15 +00:00
  • 86ba80a2b7 ChangeLog update changelog 2004-01-09 01:32:39 +00:00
  • 6950893505 added caching of requested paths to smarty_core_assemble_plugin_filepath() messju 2004-01-08 13:13:04 +00:00
  • 73995af1e9 fix handling of comments inside {php}- and {literal}-blocks messju 2004-01-08 12:47:12 +00:00
  • d6f1f25741 fixed handling of comments inside {php} and {literal} messju 2004-01-08 12:46:27 +00:00
  • cfdb6b0851 ChangeLog update changelog 2004-01-07 01:32:09 +00:00
  • 448114faeb fixed bug handling triple-quotes in config-files messju 2004-01-06 09:21:00 +00:00
  • b0093e4cba fixed bugs with triple-quotes in config-files thanks BRDude for finding them testing! messju 2004-01-06 09:17:02 +00:00
  • e0d0dbe73c ChangeLog update changelog 2004-01-03 01:32:12 +00:00
  • 35d7d5126d removed unnecessary param in call to _fetch_resource_info() messju 2004-01-02 11:05:41 +00:00
  • f8b8e73de4 ChangeLog update changelog 2003-12-31 01:33:12 +00:00
  • 70e7586d57 oops! removed tabs. messju 2003-12-30 21:42:51 +00:00
  • a881935a1c ChangeLog update changelog 2003-12-28 01:32:06 +00:00
  • 077bb151ad made $SCRIPT_NAME available again changes default for request_use_auto_global to prefer autoglobals messju 2003-12-27 09:41:43 +00:00
  • def552981a removed tabs and trailing spaces messju 2003-12-27 09:35:08 +00:00
  • e335832f62 readded default_modifiers. who removed that? messju 2003-12-27 09:25:25 +00:00
  • f5018687c3 ChangeLog update changelog 2003-12-24 01:32:00 +00:00
  • ae3b538314 add portuguese docs mohrt 2003-12-23 15:53:39 +00:00
  • 5b255f9d1d ChangeLog update changelog 2003-12-23 01:31:56 +00:00
  • c46d385cfe fix counter example mohrt 2003-12-22 19:02:06 +00:00
  • 6637ff9ed7 ChangeLog update changelog 2003-12-20 01:32:00 +00:00
  • fcb07072cd add debug console persistance feature mohrt 2003-12-19 19:23:09 +00:00
  • 36ac900ceb removed extract(). enhanced parameter parsing. messju 2003-12-19 17:20:19 +00:00
  • f6bb3389f6 removed tabs. fixed indentiation. messju 2003-12-19 17:18:56 +00:00
  • 6711d0cebf removed tabs messju 2003-12-19 15:22:55 +00:00
  • cc87a960f4 removed extract() from parameter-parsing messju 2003-12-19 08:49:17 +00:00
  • f10a08162f ChangeLog update changelog 2003-12-18 01:32:42 +00:00
  • 80290db3fc fix plugin-name in error message messju 2003-12-17 10:45:57 +00:00
  • fbb083d81f remove extract-call from {html_select_time} messju 2003-12-17 09:33:30 +00:00
  • 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 messju 2003-12-17 09:32:30 +00:00
  • 47626725f8 ChangeLog update changelog 2003-12-17 01:31:54 +00:00
  • 4fe0af5398 fix headers sent erroneously with cache_modified_check and fetch() messju 2003-12-16 09:05:04 +00:00
  • 95e68032cd ChangeLog update changelog 2003-12-13 04:08:34 +00:00
  • d7311e2692 move set_path() call below the conditional bracket mohrt 2003-12-12 19:45:11 +00:00
  • 5b14130cef fix config_load filepath bug mohrt 2003-12-12 14:38:42 +00:00
  • 4b767113a2 Updated language.function.if with additional annotation and to fix error that broke docs build process boots 2003-12-12 09:42:06 +00:00
  • 17b455a7f6 ChangeLog update changelog 2003-12-12 01:31:54 +00:00
  • 4e93202974 little optimization for "is odd" and "is even" messju 2003-12-11 19:52:38 +00:00
  • aa8f02c429 fix 'is even by' and 'is odd by' logic mohrt 2003-12-11 19:39:02 +00:00
  • e58c2c94cf update example-output of {mailto} messju 2003-12-11 19:24:21 +00:00
  • 0d6c033ee2 removed extract-call -> cleaner parameter-handling messju 2003-12-11 09:38:18 +00:00
  • ec0a2dabd0 fixed indentiation messju 2003-12-11 09:25:23 +00:00