Commit Graph

  • 63c1d1be8c removed SMARTY_DIR setting in constructor mohrt 2001-12-04 19:35:38 +00:00
  • 21f5ae50b7 fix Smarty.class.php indention error mohrt 2001-12-04 16:44:15 +00:00
  • 950f460a25 update trusted logic mohrt 2001-12-04 16:25:32 +00:00
  • b9916deb68 fix up is_secure, is_trusted, make _parse_tpl_path function mohrt 2001-12-03 23:28:12 +00:00
  • 793015a8ed fix problem with testing SMARTY_DIR as empty mohrt 2001-12-03 22:28:24 +00:00
  • d99a9b7625 update documentation, change log mohrt 2001-12-03 22:27:04 +00:00
  • e26ffeb789 update constructor to check for SMARTY_DIR before assigning mohrt 2001-12-03 20:57:05 +00:00
  • 03107ad100 *** empty log message *** andrey 2001-12-03 20:53:56 +00:00
  • e7fd903125 update a few files mohrt 2001-12-03 20:43:43 +00:00
  • 9847551176 added trusted_dir functionality, cleaned up secure_dir logic mohrt 2001-12-03 20:29:51 +00:00
  • a93f90fbc9 *** empty log message *** andrey 2001-12-03 20:20:46 +00:00
  • 1dea0b9931 - Introduced $compile_id class variable. - Fixed a situation where if $cache_id and $compile_id were both null they were passed to auto functions as empty string instead of null. andrey 2001-12-03 20:20:06 +00:00
  • cab5582983 change variable names in fetch() fuction to smarty_* to avoid namespace conflicts mohrt 2001-11-30 23:09:48 +00:00
  • 91eb23a9f0 fixed bug in _rm_auto with catenated null values mohrt 2001-11-30 15:23:10 +00:00
  • c5bfaf1899 Added $smarty.section.* syntax. andrey 2001-11-29 21:19:39 +00:00
  • 94c40ef787 Made 'name' attribute optional for {foreach}. andrey 2001-11-29 17:05:39 +00:00
  • 3992dfacbd remove assign "now" in index.tpl mohrt 2001-11-29 15:25:24 +00:00
  • a898e86975 Fix formatting. andrey 2001-11-29 15:17:57 +00:00
  • ea13304b71 removed return statements from _read_cache_file (how did they get in there?) mohrt 2001-11-28 17:16:04 +00:00
  • 580c44ff06 fixed bugs and added assign attribute to several functions mohrt 2001-11-27 22:47:50 +00:00
  • f88a78231c Some rewording. andrey 2001-11-27 20:39:13 +00:00
  • 00cd0acd95 Fix $smarty.capture access. andrey 2001-11-27 20:04:47 +00:00
  • e9b240e28a *** empty log message *** andrey 2001-11-27 17:29:13 +00:00
  • 142072888e Made {config_load ..} merge globals from each config file only once per scope. andrey 2001-11-27 17:17:53 +00:00
  • 56dac2fa05 - Added {foreach ...}. - Made certain $smarty.* references handled at compilation time. andrey 2001-11-27 15:27:22 +00:00
  • 65e56100db commit cache handler functionality mohrt 2001-11-26 22:44:23 +00:00
  • d8a95b1009 Various fixes and additions. andrey 2001-11-20 22:36:56 +00:00
  • 7cebdd11ac *** empty log message *** andrey 2001-11-20 21:20:34 +00:00
  • dfdfbf441c changed _read_file parameter from $end to $lines mohrt 2001-11-05 21:24:49 +00:00
  • 3dec11ad08 fixed is_cache, make cache reading more efficient mohrt 2001-11-05 21:12:52 +00:00
  • 66ab1b0796 update FAQ with mailing list Reply-To header FAQ mohrt 2001-11-02 21:35:04 +00:00
  • 6621495b0a supress fopen errors, return false if cache file won't load mohrt 2001-11-02 15:07:41 +00:00
  • 41448a1555 update QUICKSTART guide with index key example mohrt 2001-11-01 21:52:46 +00:00
  • fdfd1843d0 commit all updates for 1.4.6 mohrt 2001-11-01 19:51:07 +00:00
  • 43ea42c89d *** empty log message *** andrey 2001-11-01 19:36:50 +00:00
  • 42862ca490 fix assign function problem with empty value passed mohrt 2001-10-30 21:01:57 +00:00
  • f621da8875 fixed bug in assign function when passing an empty value mohrt 2001-10-30 20:52:50 +00:00
  • d4022c9d33 fix minor typo in debug code mohrt 2001-10-26 19:41:05 +00:00
  • ed15c856ce Typo. andrey 2001-10-26 19:37:14 +00:00
  • 7e79a440de update debug console output, handle html encoding correctly mohrt 2001-10-26 19:27:18 +00:00
  • 8b225eb072 Debug formatting. andrey 2001-10-26 19:16:06 +00:00
  • 85e1f567d4 Disable rmdir warning. andrey 2001-10-26 19:06:01 +00:00
  • 7ead159849 update debugging to expand array variables mohrt 2001-10-26 19:05:11 +00:00
  • 497b97d05a update docs for fetching only timestamp with custom template source functions mohrt 2001-10-26 15:42:15 +00:00
  • 4190a446aa fix debug console error mohrt 2001-10-26 15:30:01 +00:00
  • 39061406ee Typos. andrey 2001-10-26 14:21:29 +00:00
  • 92a8a31260 Cleanup whitespace. andrey 2001-10-26 14:17:29 +00:00
  • 7bb141a0ce Clean up whitespace. andrey 2001-10-26 14:15:30 +00:00
  • e5f8cb1e5a Cleaning up code, formatting mostly. andrey 2001-10-26 14:12:23 +00:00
  • 0554b2b0af *** empty log message *** andrey 2001-10-26 13:05:53 +00:00
  • b9d62a813a update documentation to current version mohrt 2001-10-25 22:15:31 +00:00
  • b483c5a19c updated fetch to give proper warning when fetching unreadable or nonexistant files mohrt 2001-10-25 19:57:52 +00:00
  • 32b9ebfa68 fixed problem with newline at the end of compiled templates mohrt 2001-10-25 19:04:05 +00:00
  • edbc22d1bc recompile cache if config file gets modified too. mohrt 2001-10-25 17:08:37 +00:00
  • a89d935712 added feature to regenerate cache if compile_check is enabled and an involved template is modified mohrt 2001-10-25 16:32:00 +00:00
  • 8faf0b902a fix indent for insert tags in debug console mohrt 2001-10-23 19:50:04 +00:00
  • 4874eb7256 update debug.tpl file format mohrt 2001-10-23 19:22:10 +00:00
  • e252e9d1f2 update execution time debugging, move into include list mohrt 2001-10-23 19:04:40 +00:00
  • 08012a6e41 fixed up execution time output in debug console mohrt 2001-10-10 23:58:36 +00:00
  • fb7161d4ee Added support for hidden config vars. andrey 2001-10-09 16:29:10 +00:00
  • 76c862f4c0 added execution times to debug console mohrt 2001-10-04 20:58:32 +00:00
  • 72a82abc98 Add space. andrey 2001-10-02 13:57:58 +00:00
  • 87b477bf4a Fix reference to compile_id. andrey 2001-10-01 16:53:39 +00:00
  • fa1dc015ee Added postfilter functions. andrey 2001-09-28 21:39:57 +00:00
  • 9a70b58415 Rename to clear_compiled_tpl(). andrey 2001-09-26 20:40:56 +00:00
  • f77824eef5 Fixed line number reporting when removing comments. andrey 2001-09-25 21:34:08 +00:00
  • b52e7d9c68 made html_options output xhtml compatible mohrt 2001-09-20 17:00:43 +00:00
  • 5768f134e8 updated version numbers mohrt 2001-09-19 14:52:08 +00:00
  • 7e334938d5 fix doc error with insert function mohrt 2001-09-16 20:19:14 +00:00
  • 78fc18e87a *** empty log message *** andrey 2001-09-06 16:08:38 +00:00
  • 668b7ccb5f update ChangeLog mohrt 2001-08-31 14:26:40 +00:00
  • 14cee2d567 update overlib to 3.50, adjust addon code so that the overlib.js file isn't modified mohrt 2001-08-31 14:25:56 +00:00
  • fde4fb602f - compile_id changes andrey 2001-08-31 03:33:41 +00:00
  • 2c2e4b1c0b - compile_id support - new options for html_select_date andrey 2001-08-31 03:32:51 +00:00
  • ebe6f6dd50 *** empty log message *** andrey 2001-08-23 16:39:29 +00:00
  • 3be576f83f *** empty log message *** andrey 2001-08-23 13:09:50 +00:00
  • d5cb0cce11 Modified to pass Smarty object as second parameter to insert functions. Also moved _smarty_mod_handler() and _smarty_insert_handler() into the class. andrey 2001-08-10 20:58:15 +00:00
  • 0c64d1694d Passing Smarty as second parameter to prefilter functions. andrey 2001-08-10 20:34:17 +00:00
  • ca2529c128 *** empty log message *** andrey 2001-08-09 20:00:34 +00:00
  • 7808495f59 add smarty.now variable to template mohrt 2001-08-09 19:56:10 +00:00
  • c3d556c3ed change config_load section back to setup mohrt 2001-08-06 22:46:41 +00:00
  • 0a007ed628 Optimize a bit. andrey 2001-08-06 18:37:21 +00:00
  • 2e450c7c76 update capture documentation mohrt 2001-08-04 16:46:37 +00:00
  • 8a74d27767 fix bug with URL controlled debugging, works now (Monte) mohrt 2001-08-03 19:59:29 +00:00
  • 4e03665cc1 *** empty log message *** andrey 2001-08-01 16:28:28 +00:00
  • 78c7cf29b5 - Fixed some E_NOTICE stuff in compiler. - Generalized assign_smarty_interface() a bit. andrey 2001-08-01 16:22:55 +00:00
  • a6717ba3a4 See ChangeLog for details. andrey 2001-07-24 18:39:03 +00:00
  • d1cad64fad Booleanize case-insensitively. andrey 2001-07-20 16:48:36 +00:00
  • fbe61798e3 update ChangeLog mohrt 2001-07-17 23:32:33 +00:00
  • 833509933e put SMARTY_DIR on Config_File require mohrt 2001-07-17 18:24:57 +00:00
  • 1636977970 updated security to not include insecure docs, only warning mohrt 2001-07-11 20:50:43 +00:00
  • 565e80a66c Adding 'sizeof' as an allowed {if} function. andrey 2001-07-10 15:15:42 +00:00
  • a6e3ad55c9 *** empty log message *** andrey 2001-07-06 16:42:07 +00:00
  • f1ab7a2bc2 update version number to 1.4.4 mohrt 2001-07-06 16:14:45 +00:00
  • ec1f026a26 update documenatation, template examples mohrt 2001-07-06 15:46:51 +00:00
  • 15139eefce Implemented access to request vars via $smarty var. andrey 2001-07-03 21:24:27 +00:00
  • eb35a91397 Fixed a bug with parsing function arguments in {if} tags. andrey 2001-07-03 16:34:34 +00:00
  • 63b2275ebc update ChangeLog mohrt 2001-06-30 16:01:23 +00:00
  • 363c94575a moved overlib to separate file, added SMARTY_DIR, documented. added much documentation mohrt 2001-06-29 22:52:45 +00:00
  • d35a5665d2 *** empty log message *** andrey 2001-06-29 21:25:40 +00:00