messju
ef13d8b606
fixes in config_load:
...
- handling of section-attribute
- reusing the same config-file multiple times
- serialization of config-data for php<4.2.0 (no var_export)
many thanks to atu for pointing this out and for testing
2003-08-14 10:59:30 +00:00
changelog
1363902a1b
ChangeLog update
2003-08-14 00:31:22 +00:00
messju
2319787c5f
fixed problem with vars as attributes in {include_php}
2003-08-13 16:37:12 +00:00
mohrt
4b034eaa81
commit README file for documentation compiling
2003-08-13 14:50:18 +00:00
messju
ab839a5b13
removed '\r' from debug_print_vars' output
...
properly escape vars in javascript-version of debug.tpl
2003-08-13 14:15:30 +00:00
changelog
3ffab5a3ab
ChangeLog update
2003-08-12 00:30:48 +00:00
mohrt
49d5b05b89
get ready for 2.6.0-RC1 release
2003-08-11 15:55:39 +00:00
changelog
bc37237c9f
ChangeLog update
2003-08-11 00:30:29 +00:00
messju
180ac79934
fixed status-header for cache_modified_check under cgi-sapi
2003-08-10 21:27:51 +00:00
changelog
c80e2d9e4a
ChangeLog update
2003-08-10 00:30:50 +00:00
messju
d226b07741
synced secure_dir-checking with trusted_dir-checking
2003-08-09 08:47:10 +00:00
messju
29f5d24082
tightenend path checking in smarty_core_is_secure()
2003-08-09 08:08:39 +00:00
changelog
9c5ee8d1bf
ChangeLog update
2003-08-09 00:30:43 +00:00
messju
10b23e37a2
fix: proper nesting of $smarty->_cache_including flag in cascaded
...
cached/not-cached/fetched/inserted/foo-templates
2003-08-08 20:41:37 +00:00
messju
04d08faa2a
better escaping for $_debug_tpls[templates].filenames
2003-08-08 20:31:05 +00:00
messju
039c8ca720
removed redundant $smarty from Smarty::_smarty_include()
2003-08-08 20:25:27 +00:00
messju
cdd68b02fa
proper escaping of filenames in debug-console (thanks to prossel).
2003-08-08 18:48:22 +00:00
changelog
432811dc37
ChangeLog update
2003-08-08 00:30:51 +00:00
messju
139a7226c7
added docs for block-methods of registered objects
2003-08-07 22:15:12 +00:00
messju
3338c34bd5
fixed typo in example for registered objects
2003-08-07 22:02:08 +00:00
messju
2cd76c4619
fixed exampls of html_image and html_checkboxes
2003-08-07 21:51:37 +00:00
messju
37d3caf18c
fixed {debug} and removed tabs in function.debug.php
2003-08-07 21:18:41 +00:00
messju
75e3dde5f0
fixed example for register_object
2003-08-07 20:05:26 +00:00
messju
a5586c3d0a
updated docs for capture, html_table, html_image and register_object
2003-08-07 20:04:26 +00:00
mohrt
3f10cac6ab
add math and default_resource_type to docs
2003-08-07 16:30:30 +00:00
mohrt
49b2a7dcd4
add core to example, add tech note
2003-08-07 15:37:42 +00:00
messju
fa38b53b72
upd copyright in the docs
2003-08-07 15:29:42 +00:00
mohrt
5c52a7f32c
added core directory to install instructions
2003-08-07 15:27:42 +00:00
messju
7e68939702
added docs for php-functions as modifiers
2003-08-07 13:59:51 +00:00
messju
a0b874850a
better caching of attributes for $cacheable=false-plugins
2003-08-07 11:35:46 +00:00
messju
576205c52b
added section "caching.cacheable" to the docs, explaining the usage of
...
the $cacheable-flag of the register_(block|compiler|function)-functions
2003-08-07 10:50:46 +00:00
messju
35c9b00306
fixed output of custom-functions with cached attributes
2003-08-07 10:21:17 +00:00
messju
7028e8da55
docs update on callbacks to the register_*-functions
2003-08-07 09:23:21 +00:00
changelog
5224b83caa
ChangeLog update
2003-08-07 00:30:53 +00:00
messju
f15be25a42
added optional parameter $cache_attrs to register_function() and
...
register_block(). $cache_attrs is an array containing attribute- names
that should be cached on calls to functions that have $cacheable set
to false.
2003-08-06 11:35:59 +00:00
messju
4aa9036e73
fixed bug in _run_mod_handler
2003-08-06 11:33:09 +00:00
messju
7232d718dd
fixed bug with autoload-handling of modifiers. thanks andre.
2003-08-06 08:16:29 +00:00
changelog
c770ad9c37
ChangeLog update
2003-08-06 00:30:53 +00:00
messju
c0c3bcc054
updated copyright notice
2003-08-05 22:48:05 +00:00
messju
c08ab9bb8e
fixed bug that occurred when using the same not-cacheable plugin in multiple includes
2003-08-05 18:27:14 +00:00
messju
ed1fd2f0f1
docs-update for plugins.writing
2003-08-05 16:49:31 +00:00
changelog
a27d6d5a1c
ChangeLog update
2003-08-05 00:30:41 +00:00
messju
c01ca6c3aa
updated docs for register_block_function(), block-functions, $request_use_auto_globals and html_checkboxes
2003-08-04 11:29:09 +00:00
changelog
9f661b3483
ChangeLog update
2003-08-01 00:30:46 +00:00
messju
19f709da5a
enabled registration of class-methods as callbacks for the
...
register_*-functions
use: array('classname', 'method_name')) as callback
2003-07-31 13:51:28 +00:00
changelog
a76d8f6a1a
ChangeLog update
2003-07-30 00:30:48 +00:00
messju
c183e06238
modifiers are resolved at compile-time now. _run_mod_handler() is
...
still used for modifiers with map_array=true (== no preceeding '@')
2003-07-29 10:29:36 +00:00
messju
6c9fa0cbd2
moved _smarty_include() back into Smarty.class.php
2003-07-29 08:26:22 +00:00
messju
f9490bc715
prevent unnecessary calls to _read_file() in _is_compiled()
...
converted method-call to internal function-call in smarty_core_load_plugins()
2003-07-29 07:15:44 +00:00
changelog
d44c3bc5c1
ChangeLog update
2003-07-29 00:30:45 +00:00