andrei
|
f9f0401ec8
|
Optimize the calculation of section 'total' property.
|
2002-06-13 20:14:46 +00:00 |
|
mohrt
|
51a14712f8
|
optimized for loops with count() function calls
|
2002-06-03 16:05:33 +00:00 |
|
andrei
|
0f1fdfc222
|
Made it possible to use simple variables inside [] for indexing.
|
2002-05-17 15:11:49 +00:00 |
|
mohrt
|
59ef7d167a
|
add "once" attribute to php_include, update docs
|
2002-05-16 16:15:50 +00:00 |
|
mohrt
|
5b70385282
|
update cycle function to handle array as input, update files to 2.1.1
|
2002-05-07 14:16:34 +00:00 |
|
mohrt
|
c8717e62a5
|
update files for 2.1.0 release
|
2002-04-30 14:41:36 +00:00 |
|
andrei
|
ad0ef5a6e0
|
Changed the way filters are loaded, which now has to be done explicitly,
either through load_filter() API or by filling in $autoload_filters variable.
Also renamed internal variable to avoid namespace pollution.
|
2002-04-16 20:04:06 +00:00 |
|
andrei
|
dfd5ad93e9
|
Fixed directory separtor issue. Requiring PHP 4.0.6 now.
|
2002-04-11 20:27:04 +00:00 |
|
andrei
|
f20a6be33d
|
Added ability to use simple variables for array indices or object properties.
|
2002-04-11 16:22:50 +00:00 |
|
andrei
|
ba8a7a6115
|
Make it possible to unregister pre/postfilter plugins.
|
2002-04-05 17:16:52 +00:00 |
|
andrei
|
56f0f6d10c
|
Fixed undefined offset warning in {if} tag.
|
2002-04-03 23:04:36 +00:00 |
|
andrei
|
dd56027476
|
- Added $smarty.template variable.
- Fixed {include_php} tag when dynamic values were used for 'file' attribute.
|
2002-04-03 16:31:59 +00:00 |
|
andrey
|
9aaa64f388
|
Block functions changes.
|
2002-03-26 21:01:52 +00:00 |
|
andrey
|
fe5492c0e9
|
Initial implementation of block functions.
|
2002-03-25 22:32:05 +00:00 |
|
andrey
|
ede81304c9
|
Make _current_file available to prefilters.
|
2002-03-21 16:24:43 +00:00 |
|
mohrt
|
f27ea33d66
|
update version numbers
|
2002-03-20 17:15:21 +00:00 |
|
andrey
|
4b0e85ea94
|
*** empty log message ***
|
2002-03-20 16:15:01 +00:00 |
|
andrey
|
138421b6b5
|
Fix plugin behavior for inserts with script attribute.
|
2002-03-19 22:21:22 +00:00 |
|
andrey
|
e405d814a0
|
Fix bug with $smarty.cookies.
|
2002-03-19 14:56:35 +00:00 |
|
mohrt
|
4a77dab318
|
update misc changes
|
2002-02-21 17:14:10 +00:00 |
|
andrey
|
60617aa799
|
Performance enhancements.
|
2002-02-15 20:50:44 +00:00 |
|
andrey
|
9b23c3f6d5
|
Fix up plugin inclusion.
|
2002-02-05 19:05:39 +00:00 |
|
andrey
|
4951193444
|
Fix plugin directory access.
|
2002-02-05 16:46:05 +00:00 |
|
andrey
|
6efb1378bd
|
*** empty log message ***
|
2002-02-04 17:20:36 +00:00 |
|
andrey
|
e6fc0e5291
|
Implemented plugin architecture.
|
2002-01-31 20:49:40 +00:00 |
|
mohrt
|
0ac9492a7b
|
fixed problem with using assigned var with include_php filepath
|
2001-12-28 16:53:33 +00:00 |
|
mohrt
|
a536c8b40b
|
update version numbers
|
2001-12-18 16:51:06 +00:00 |
|
mohrt
|
8ba71c6f86
|
update file fetching logic
|
2001-12-11 23:06:38 +00:00 |
|
mohrt
|
9451ecd41e
|
update version numbers in files to 1.5.1
|
2001-12-10 15:18:06 +00:00 |
|
mohrt
|
83e4d6bba7
|
commit 1.5.0 release
|
2001-12-06 22:34:43 +00:00 |
|
andrey
|
8e6f587c4e
|
Refactor.
|
2001-12-05 20:08:12 +00:00 |
|
mohrt
|
139bba650e
|
added assign to include and php_include
|
2001-12-05 16:36:58 +00:00 |
|
mohrt
|
b0bb62ff9a
|
*** empty log message ***
|
2001-12-05 16:21:40 +00:00 |
|
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 |
|