Commit Graph

55 Commits

Author SHA1 Message Date
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
andrey
4f90eee5e2 Fix passing variables to included files. 2001-04-28 16:52:27 +00:00
andrey
88a16c85b1 Fix includes. 2001-04-27 19:39:31 +00:00
andrey
7cc64a3acb Formatting mostly. 2001-04-26 22:07:06 +00:00
andrey
09db081d42 *** empty log message *** 2001-04-26 21:22:43 +00:00
mohrt
ea5d42daf4 update docs with new changes 2001-04-26 17:27:40 +00:00
andrey
1f127b0a54 Added ability to reference object properties. 2001-04-26 16:06:21 +00:00
andrey
6432cc941f *** empty log message *** 2001-04-25 15:49:51 +00:00
andrey
aab9e4894c Changing the way tpl vars are referenced and passing smarty object
to custom functions.
2001-04-25 15:32:52 +00:00
andrey
5ce1716f6b Remove debugging. 2001-04-24 18:03:23 +00:00
andrey
d0a91394b1 Added compiler function support. 2001-04-24 16:43:05 +00:00
mohrt
1b16c09ce8 update documenation, bug fixes 2001-04-24 15:16:14 +00:00
mohrt
7547492299 update notes/documentation 2001-04-19 21:08:17 +00:00
mohrt
31592b9ed5 update files for 1.4.0 release 2001-04-19 16:18:17 +00:00
andrey
f8e538e58f * Implement new variable format parser.
* Optimizing config load a bit.
2001-04-13 21:55:30 +00:00
andrey
79db2aecfa Remove redundant functions. 2001-04-12 20:26:47 +00:00
andrey
420d376460 *** empty log message *** 2001-04-12 13:44:19 +00:00
mohrt
e38fd8fce8 update Smarty to compile at run-time. added ability to get files from
absolute paths, added work around for LOCK_EX and windows, changed a few
file permissions to be more secure.
2001-04-11 18:35:17 +00:00
mohrt
68fd0955ee update version in class, update docs for count_ and new vars 2001-03-28 22:45:24 +00:00
andrey
7aa6916acc Some variable renaming. 2001-03-28 14:36:09 +00:00
andrey
cf24bf8717 Fixed nested include infinite repeat bug. 2001-03-23 20:02:13 +00:00
andrey
6cf4fe9a33 Fixed inclusion of dynamic files. 2001-03-22 18:21:23 +00:00
andrey
2e28c7de45 Fixing the config_load scoping. 2001-03-16 23:02:43 +00:00
andrey
d32898fb08 making config variables global for now. 2001-03-16 15:59:31 +00:00
andrey
2ca77e08d8 * Includes are now always done via generated function call to protect
namespace.
* config_load now always uses global config object to improve
  performance.
2001-03-15 21:28:24 +00:00
mohrt
9a3dcbe1cd update math function with format attribute 2001-03-11 21:20:14 +00:00
mohrt
0892a299ae rename 1.3.1b to 1.3.1pl1 2001-03-08 20:34:30 +00:00
mohrt
18d68148ad update version numbers, changelog 2001-03-08 20:28:39 +00:00
mohrt
301079286d moved _syntax_error to Smarty_Compiler.class.php 2001-03-08 20:24:38 +00:00
mohrt
48653c260d update everything to 1.3.1 2001-03-07 04:52:27 +00:00