messju
|
3919c2a8af
|
fixed notice in _load_plugins()
|
2003-04-27 18:10:02 +00:00 |
|
messju
|
86aff4030b
|
made plugin-names case-insensitive. this affects
compiler/block/custom-functions and modifers.
|
2003-04-27 18:04:33 +00:00 |
|
cellog
|
0b10d02d73
|
fixed small bug in doc comments
|
2003-04-21 19:04:47 +00:00 |
|
cellog
|
02f56203ad
|
updated all doc comments to phpDocumentor format
|
2003-04-20 21:12:13 +00:00 |
|
mohrt
|
815ac01d84
|
moved strip from smarty core to plugin, made textformat block function return output instead of echo it
|
2003-04-20 18:33:31 +00:00 |
|
mohrt
|
386515966b
|
moved config_load from smarty core to plugin
|
2003-04-20 18:08:04 +00:00 |
|
messju
|
2ba21fd1e1
|
fixed bug with passing $smarty as reference in Smarty.compiler.class
quoted "<?php ... ?>" in comment to dis-annoy syntax-highlighting of a certain editor
|
2003-04-18 10:03:09 +00:00 |
|
messju
|
e6db82c9cc
|
added object-callbacks for all types of plugins and filters
(except for resources)
|
2003-04-15 10:41:13 +00:00 |
|
messju
|
238655b2fa
|
fixed bug with nested calls to fetch() when caching enabled
|
2003-04-14 07:31:42 +00:00 |
|
mohrt
|
3cfcb5d223
|
update version numbers for 2.5.0 release
|
2003-04-11 13:40:40 +00:00 |
|
messju
|
9693d74260
|
added CVS $Id$
|
2003-04-01 15:23:16 +00:00 |
|
messju
|
bf1868bb35
|
added missing compile_id inside Smarty_Compiler
|
2003-03-31 22:17:53 +00:00 |
|
mohrt
|
5529396ade
|
committing RC2
|
2003-03-26 18:06:09 +00:00 |
|
messju
|
014debad30
|
made clear_cache() ignore compile_id when clearing cache_groups
|
2003-03-24 16:32:14 +00:00 |
|
messju
|
cf1a202a5d
|
applied new var-names to fetch()
|
2003-03-21 15:50:03 +00:00 |
|
messju
|
1ca406366f
|
renamed $localvars to $_localvars in cache-file-handling-functions,
added _get_auto_id()-function
|
2003-03-21 15:39:29 +00:00 |
|
messju
|
ad26b57f18
|
fixed wrong $auto_id in _read_cache_file()
|
2003-03-21 09:36:16 +00:00 |
|
messju
|
b1787d0b23
|
swapped compile_id and cache_id in read_cache_file and write_cache_file
|
2003-03-21 09:07:57 +00:00 |
|
messju
|
4a2b486086
|
reverted patch for ignoring compile-id back to -r1.364, due to problems
|
2003-03-21 08:55:56 +00:00 |
|
messju
|
bcc3571f05
|
swapped compile_id and cache_id for cache-file-handling again
|
2003-03-21 08:17:45 +00:00 |
|
messju
|
267a9c41d7
|
removed notice of undefined var in _rm_auto()
|
2003-03-20 09:20:24 +00:00 |
|
messju
|
41b3d4b7a8
|
cleaned up calls to readdir()
|
2003-03-18 22:47:16 +00:00 |
|
mohrt
|
8cf163198a
|
fix config file recompiling code
|
2003-03-11 15:31:22 +00:00 |
|
mohrt
|
3fd8661f08
|
get rid of unsetting name and script attributes to insert tags
|
2003-03-06 15:42:48 +00:00 |
|
mohrt
|
0d0cdbf353
|
commit final changes for 2.5.0-RC1
|
2003-03-05 17:36:41 +00:00 |
|
mohrt
|
a466c91897
|
fix rename problem in windows, unlink first
|
2003-02-24 23:28:20 +00:00 |
|
mohrt
|
566c5b71d5
|
fix bug with get_registered_object
|
2003-02-24 17:47:05 +00:00 |
|
mohrt
|
49df67b539
|
fix _assign_smarty_interface to not overwrite keys other than 'request'
|
2003-02-24 16:10:35 +00:00 |
|
mohrt
|
f5f21995ef
|
use tmp file for file writes, avoid race condition
|
2003-02-24 15:14:53 +00:00 |
|
mohrt
|
9bcd117ecd
|
add get_config_vars() method, update get_template_vars() functionality
|
2003-02-20 21:59:09 +00:00 |
|
mohrt
|
5307693b78
|
fix minor logic in _fetch_template_info()
|
2003-02-20 18:58:44 +00:00 |
|
mohrt
|
f66f204ef8
|
support merging appended vars
|
2003-02-20 16:39:36 +00:00 |
|
mohrt
|
15f982004c
|
fix cache groups behavior with compile_id set
|
2003-02-20 15:30:46 +00:00 |
|
mohrt
|
2b10dfd70d
|
back out third parameter, extend functionality of append
|
2003-02-19 23:05:46 +00:00 |
|
mohrt
|
212a27346e
|
support appending key=>val pairs
|
2003-02-19 16:40:13 +00:00 |
|
mohrt
|
7bd3972319
|
support foo->bar[index] syntax
|
2003-02-18 19:58:32 +00:00 |
|
mohrt
|
54a0c0e676
|
add error msgs to get_registered_object
|
2003-02-17 18:03:00 +00:00 |
|
mohrt
|
9ba5450976
|
add function for getting reference to registered object
|
2003-02-17 17:56:35 +00:00 |
|
mohrt
|
b04bbd47c6
|
add @ and === to if tokens, few param cleanups
|
2003-02-17 14:47:21 +00:00 |
|
cellog
|
abc335673f
|
many more phpdoc comment upgrades
|
2003-02-16 05:09:19 +00:00 |
|
mohrt
|
dd0c98bb3e
|
enable config_load error messages
|
2003-02-14 20:27:46 +00:00 |
|
mohrt
|
241708cd63
|
send Last-Modified header on cache creation, misc tab/spacing cleanup
|
2003-02-14 14:51:47 +00:00 |
|
mohrt
|
c239d16935
|
update version numbers
|
2003-02-11 18:35:43 +00:00 |
|
mohrt
|
f66b37f792
|
committed 2.4.1 changes
|
2003-02-06 17:34:28 +00:00 |
|
mohrt
|
0ce1799133
|
fix problem with inserts and nested fetches
|
2003-02-05 22:19:16 +00:00 |
|
mohrt
|
c0eabe7fbd
|
added support for extracting params to include_php
|
2003-02-05 14:56:27 +00:00 |
|
cellog
|
440f7614a2
|
begin fixing phpdoc comments in Smarty.class.php
|
2003-02-03 17:22:21 +00:00 |
|
mohrt
|
3353d3654d
|
fix version number
|
2003-02-02 18:10:39 +00:00 |
|
mohrt
|
66c1110fea
|
update Smarty version numbers
|
2003-02-02 08:07:57 +00:00 |
|
mohrt
|
827e428bd4
|
change comments to phpdoc style
|
2003-01-29 22:51:20 +00:00 |
|