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
|
4e9938793d
|
missing _syntax_error function recovered. fixed minor syntax in docs
|
2001-03-08 20:19:34 +00:00 |
|
mohrt
|
48653c260d
|
update everything to 1.3.1
|
2001-03-07 04:52:27 +00:00 |
|
mohrt
|
856f77e646
|
fixed bug with cached insert tags
|
2001-03-03 15:41:52 +00:00 |
|
mohrt
|
53385bf7af
|
fix cache fuctions with separated compiled class
|
2001-03-02 23:13:01 +00:00 |
|
mohrt
|
115d36269d
|
update function headers
|
2001-03-02 21:48:33 +00:00 |
|
mohrt
|
3e473cce99
|
split out compiling code for faster execution
|
2001-03-02 21:38:42 +00:00 |
|
mohrt
|
31a10c5d9a
|
fixed a few warning messages
|
2001-03-02 18:07:51 +00:00 |
|
mohrt
|
08d9cb8971
|
added fetch, unregister mod/fun, updated docs
|
2001-03-02 17:02:44 +00:00 |
|
mohrt
|
2c51394b81
|
update FAQ, add math functions & update documetation
|
2001-03-01 23:00:06 +00:00 |
|
mohrt
|
499f995085
|
fixed literal tags and other optional delimiters
|
2001-03-01 15:32:56 +00:00 |
|
andrey
|
ea1f3ded5a
|
Added index_prev, index_next section properties and ability to
index by them.
|
2001-02-26 16:50:04 +00:00 |
|
andrey
|
b557a5c100
|
Reverting the plugins patch - needs more thought.
|
2001-02-26 16:33:30 +00:00 |
|
andrey
|
1305ada83a
|
Fixing plugin loading.
|
2001-02-26 16:21:47 +00:00 |
|
andrey
|
983c136047
|
Added plugin functionality.
|
2001-02-23 20:33:03 +00:00 |
|
mohrt
|
3bee10770c
|
fixed issue with php tags executed in literal blocks
|
2001-02-22 21:25:19 +00:00 |
|
mohrt
|
596b0c2480
|
updated version numbers to 1.3.0
|
2001-02-21 20:27:08 +00:00 |
|
andrey
|
3c7714f165
|
*** empty log message ***
|
2001-02-21 20:23:38 +00:00 |
|
andrey
|
2f8576b239
|
*** empty log message ***
|
2001-02-21 19:33:55 +00:00 |
|
mohrt
|
3b4e811664
|
update php tag handling logic
|
2001-02-20 21:20:08 +00:00 |
|
mohrt
|
94e1ecd90e
|
fixed <?php tag at beginning of files, updated docs
|
2001-02-19 19:10:58 +00:00 |
|
andrey
|
e9ce45b3c2
|
*** empty log message ***
|
2001-02-12 16:01:55 +00:00 |
|
mohrt
|
0b5da4185e
|
remove unneeded preg_match
|
2001-02-10 23:58:51 +00:00 |
|
mohrt
|
43739c19a2
|
remove comment
|
2001-02-10 23:53:43 +00:00 |
|
mohrt
|
983c48ec64
|
updated php escape to handle <script language="php">
|
2001-02-10 23:14:29 +00:00 |
|
mohrt
|
7b3bdfd837
|
fix php tag escapement logic
|
2001-02-10 22:46:40 +00:00 |
|
mohrt
|
fd5458694c
|
added header custom function
|
2001-02-10 21:05:46 +00:00 |
|
andrey
|
9e716a8f0e
|
*** empty log message ***
|
2001-02-08 16:35:03 +00:00 |
|
mohrt
|
4d79a88a51
|
changed license to LGPL for commercial use
|
2001-02-08 14:48:51 +00:00 |
|
mohrt
|
f3f85f4463
|
fix clear_assign syntax error
|
2001-02-08 14:18:25 +00:00 |
|
mohrt
|
bcdaa17322
|
added ability to pass array to clear_assign
|
2001-02-07 23:57:39 +00:00 |
|
andrey
|
08c386c2e6
|
Adding file locking.
|
2001-02-07 23:08:00 +00:00 |
|
andrey
|
ec0b835e7f
|
More cache work.
|
2001-02-07 20:55:39 +00:00 |
|
mohrt
|
dc231201f5
|
change register_ function names, update documents with tables
|
2001-02-06 22:17:51 +00:00 |
|
andrey
|
8b86a0743e
|
Reworking and optimizing the cache system.
|
2001-02-06 21:17:37 +00:00 |
|
andrey
|
114740b3bb
|
Restoring ?> in patterns.
|
2001-02-06 14:53:41 +00:00 |
|
mohrt
|
1c54b01dce
|
update cache directory creation logic
|
2001-02-05 21:10:20 +00:00 |
|
andrey
|
1454db3946
|
Removing once-only subpattern for now..
|
2001-02-05 16:12:57 +00:00 |
|
andrey
|
22d4861276
|
Fix modifier arg parsing.
|
2001-02-05 15:22:12 +00:00 |
|
andrey
|
2a90f7392a
|
See changelog.
|
2001-02-02 16:55:55 +00:00 |
|
andrey
|
fb5f555e10
|
Use 'echo' instead of 'print'.
|
2001-02-01 22:06:46 +00:00 |
|
mohrt
|
6162c7bdc5
|
rearranged variables at top of script
|
2001-02-01 21:43:04 +00:00 |
|
andrey
|
9a142e3f1f
|
Retabbing.
|
2001-02-01 21:39:29 +00:00 |
|
andrey
|
f53af6715b
|
*** empty log message ***
|
2001-02-01 21:11:14 +00:00 |
|
mohrt
|
476f45413a
|
update caching logic
|
2001-02-01 21:09:17 +00:00 |
|
mohrt
|
069e6bea89
|
fixed clear_all_cache bugs
|
2001-02-01 20:21:02 +00:00 |
|
mohrt
|
f16a83bf55
|
fix .cache check
|
2001-02-01 20:08:26 +00:00 |
|
mohrt
|
7976e25b7a
|
update .che to .cache
|
2001-02-01 20:08:04 +00:00 |
|
mohrt
|
72ca37bd83
|
updated docs for caching, added clear_all_cache() directive
|
2001-02-01 17:40:59 +00:00 |
|