Commit Graph

197 Commits

Author SHA1 Message Date
mohrt
6621495b0a supress fopen errors, return false if cache file won't load 2001-11-02 15:07:41 +00:00
mohrt
fdfd1843d0 commit all updates for 1.4.6 2001-11-01 19:51:07 +00:00
mohrt
f621da8875 fixed bug in assign function when passing an empty value 2001-10-30 20:52:50 +00:00
mohrt
d4022c9d33 fix minor typo in debug code 2001-10-26 19:41:05 +00:00
andrey
ed15c856ce Typo. 2001-10-26 19:37:14 +00:00
andrey
85e1f567d4 Disable rmdir warning. 2001-10-26 19:06:01 +00:00
mohrt
7ead159849 update debugging to expand array variables 2001-10-26 19:05:11 +00:00
mohrt
497b97d05a update docs for fetching only timestamp with custom template source functions 2001-10-26 15:42:15 +00:00
andrey
e5f8cb1e5a Cleaning up code, formatting mostly. 2001-10-26 14:12:23 +00:00
mohrt
32b9ebfa68 fixed problem with newline at the end of compiled templates 2001-10-25 19:04:05 +00:00
mohrt
edbc22d1bc recompile cache if config file gets modified too. 2001-10-25 17:08:37 +00:00
mohrt
a89d935712 added feature to regenerate cache if compile_check is enabled and an
involved template is modified
2001-10-25 16:32:00 +00:00
mohrt
8faf0b902a fix indent for insert tags in debug console 2001-10-23 19:50:04 +00:00
mohrt
e252e9d1f2 update execution time debugging, move into include list 2001-10-23 19:04:40 +00:00
mohrt
08012a6e41 fixed up execution time output in debug console 2001-10-10 23:58:36 +00:00
andrey
fb7161d4ee Added support for hidden config vars. 2001-10-09 16:29:10 +00:00
mohrt
76c862f4c0 added execution times to debug console 2001-10-04 20:58:32 +00:00
andrey
87b477bf4a Fix reference to compile_id. 2001-10-01 16:53:39 +00:00
andrey
fa1dc015ee Added postfilter functions. 2001-09-28 21:39:57 +00:00
andrey
9a70b58415 Rename to clear_compiled_tpl(). 2001-09-26 20:40:56 +00:00
mohrt
5768f134e8 updated version numbers 2001-09-19 14:52:08 +00:00
mohrt
14cee2d567 update overlib to 3.50, adjust addon code so that the overlib.js file isn't modified 2001-08-31 14:25:56 +00:00
andrey
fde4fb602f - compile_id changes 2001-08-31 03:33:41 +00:00
andrey
d5cb0cce11 Modified to pass Smarty object as second parameter to insert functions.
Also moved _smarty_mod_handler() and _smarty_insert_handler() into the class.
2001-08-10 20:58:15 +00:00
mohrt
7808495f59 add smarty.now variable to template 2001-08-09 19:56:10 +00:00
mohrt
8a74d27767 fix bug with URL controlled debugging, works now (Monte) 2001-08-03 19:59:29 +00:00
andrey
78c7cf29b5 - Fixed some E_NOTICE stuff in compiler.
- Generalized assign_smarty_interface() a bit.
2001-08-01 16:22:55 +00:00
mohrt
833509933e put SMARTY_DIR on Config_File require 2001-07-17 18:24:57 +00:00
mohrt
1636977970 updated security to not include insecure docs, only warning 2001-07-11 20:50:43 +00:00
andrey
565e80a66c Adding 'sizeof' as an allowed {if} function. 2001-07-10 15:15:42 +00:00
mohrt
f1ab7a2bc2 update version number to 1.4.4 2001-07-06 16:14:45 +00:00
andrey
15139eefce Implemented access to request vars via $smarty var. 2001-07-03 21:24:27 +00:00
mohrt
363c94575a moved overlib to separate file, added SMARTY_DIR, documented. added much documentation 2001-06-29 22:52:45 +00:00
mohrt
472db0b829 update release notes 2001-06-29 19:35:06 +00:00
andrey
b0bd98fadd Added 'max' and 'start' section attributes.
Added 'total' and 'iteration' section properties.
2001-06-26 21:12:54 +00:00
andrey
439d7563f4 Update version numbers. 2001-06-25 13:05:43 +00:00
andrey
5cc313b04f Remove debug output for cached and fetched cases. 2001-06-20 18:38:00 +00:00
mohrt
52500237ef update include_info to false 2001-06-20 16:46:21 +00:00
mohrt
a237ac752b moved debug logic into Smarty completely, created flags for it 2001-06-20 16:39:52 +00:00
andrey
d4d426ded1 *** empty log message *** 2001-06-19 21:29:02 +00:00
andrey
b523c43a7b Remove unneeded debug functions. 2001-06-19 20:15:24 +00:00
mohrt
6af4598a2a commit updates, add debug template 2001-06-19 20:04:43 +00:00
andrey
73b049acb7 Moved config loading code inside main class, the compiled template now
simply calls that method.
2001-06-19 15:30:29 +00:00
andrey
911da5cf03 * moved config array into class itself
* added 'scope' attribute for config_load
2001-06-15 18:55:28 +00:00
andrey
6d66c568bd Finishing up secure mode. 2001-06-15 14:52:48 +00:00
andrey
a3ac875225 *** empty log message *** 2001-06-14 15:48:32 +00:00
mohrt
7ea781c510 added secure_dir array for multiple secure directories 2001-06-13 20:26:03 +00:00
mohrt
47119594b5 update documentation, changelog 2001-06-13 19:12:52 +00:00
mohrt
86abe89de2 moved _extract setting to assign functions 2001-06-13 15:19:10 +00:00
mohrt
d0c32ad4e7 added assign/unassign custom functions, ability to re-extract tpl_vars 2001-06-13 15:12:14 +00:00