Commit Graph

84 Commits

Author SHA1 Message Date
andrey
fbb44389d3 Formatting. 2001-12-04 22:37:41 +00:00
mohrt
7014505d59 update ChangeLog 2001-12-04 22:31:47 +00:00
andrey
c5bfaf1899 Added $smarty.section.* syntax. 2001-11-29 21:19:39 +00:00
andrey
94c40ef787 Made 'name' attribute optional for {foreach}. 2001-11-29 17:05:39 +00:00
andrey
00cd0acd95 Fix $smarty.capture access. 2001-11-27 20:04:47 +00:00
andrey
142072888e Made {config_load ..} merge globals from each config file only once per scope. 2001-11-27 17:17:53 +00:00
andrey
56dac2fa05 - Added {foreach ...}.
- Made certain $smarty.* references handled at compilation time.
2001-11-27 15:27:22 +00:00
mohrt
65e56100db commit cache handler functionality 2001-11-26 22:44:23 +00:00
andrey
d8a95b1009 Various fixes and additions. 2001-11-20 22:36:56 +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
andrey
7bb141a0ce Clean up whitespace. 2001-10-26 14:15:30 +00:00
mohrt
32b9ebfa68 fixed problem with newline at the end of compiled templates 2001-10-25 19:04:05 +00:00
mohrt
08012a6e41 fixed up execution time output in debug console 2001-10-10 23:58:36 +00:00
andrey
72a82abc98 Add space. 2001-10-02 13:57:58 +00:00
andrey
fa1dc015ee Added postfilter functions. 2001-09-28 21:39:57 +00:00
andrey
f77824eef5 Fixed line number reporting when removing comments. 2001-09-25 21:34:08 +00:00
mohrt
5768f134e8 updated version numbers 2001-09-19 14:52:08 +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
andrey
0c64d1694d Passing Smarty as second parameter to prefilter functions. 2001-08-10 20:34:17 +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
andrey
a6717ba3a4 See ChangeLog for details. 2001-07-24 18:39:03 +00:00
mohrt
f1ab7a2bc2 update version number to 1.4.4 2001-07-06 16:14:45 +00:00
mohrt
ec1f026a26 update documenatation, template examples 2001-07-06 15:46:51 +00:00
andrey
eb35a91397 Fixed a bug with parsing function arguments in {if} tags. 2001-07-03 16:34:34 +00:00
andrey
bed3803045 *** empty log message *** 2001-06-27 19:27:29 +00:00
andrey
60376a43ee Implemented 'step' section attribute. 2001-06-27 19:21:53 +00:00
andrey
9da97c1043 Negative values of 'max' will mean no max. 2001-06-27 16:44:26 +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
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
mohrt
b7e210cfa8 cleaned up logic of if statement security 2001-06-15 14:18:54 +00:00
mohrt
18220173ef update if logic to cover more situations 2001-06-15 14:10:12 +00:00
mohrt
282d2e5e42 update if statement security feature 2001-06-15 13:52:52 +00:00
andrey
ef75416b25 Fixed a bug with quoted strings inside if statements. 2001-06-14 14:26:59 +00:00
mohrt
d0c32ad4e7 added assign/unassign custom functions, ability to re-extract tpl_vars 2001-06-13 15:12:14 +00:00
mohrt
80e1055814 commit security features 2001-06-13 14:03:04 +00:00
andrey
fd5b113436 Fixed a problem with $<number> inside strip tags. 2001-06-04 14:37:32 +00:00
mohrt
a0f60bb4c9 update version numbers 2001-05-29 18:59:10 +00:00
mohrt
2c9dbcc99f moved version variable to internal variable 2001-05-29 18:50:45 +00:00
andrey
451b468199 Moved $_smarty_sections and $_smarty_conf_obj into Smarty class. 2001-05-22 15:31:28 +00:00
mohrt
622f36ac34 update files to version 1.4.1 2001-05-16 19:53:43 +00:00
andrey
047b30c377 Fixed a few E_NOTICE warnings. 2001-05-15 14:24:06 +00:00
andrey
0ab86dc7c9 Fix indexing by section properties. 2001-05-02 19:21:10 +00:00
andrey
25ee097699 Double-quote the attribute values by default. 2001-05-02 14:31:17 +00:00
mohrt
78a10d8aaf added simple {capture} logic 2001-04-30 16:40:05 +00:00
andrey
46a8474a82 Fix passing config vars to included files. 2001-04-30 16:07:55 +00:00
andrey
10542f8665 Fix inclusion again. 2001-04-30 14:13:47 +00:00