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 |
|
messju
|
ea026e2650
|
quote smarty-header properly to prevent resource-names from escaping from the comment
|
2003-07-28 20:36:55 +00:00 |
|
changelog
|
01953e7b23
|
ChangeLog update
|
2003-07-26 00:30:39 +00:00 |
|
messju
|
4eec83aec8
|
weakend race-condition and removed bogus error-message caused by that
in smarty_core_create_dir_structure().
|
2003-07-25 12:40:12 +00:00 |
|
changelog
|
20ee4e07e7
|
ChangeLog update
|
2003-07-24 00:30:34 +00:00 |
|
messju
|
f66b646479
|
moved _fetch_resource_info and _parse_resource_name back into Smarty.class.php
renamed smarty_include and smarty_eval wrappers to _include and _eval
|
2003-07-23 16:14:47 +00:00 |
|
changelog
|
c97878d7fe
|
ChangeLog update
|
2003-07-18 00:30:46 +00:00 |
|
messju
|
48d8b66ae1
|
improved checking of compiled_include against cached-template with non-cached-chunks
|
2003-07-17 19:25:22 +00:00 |
|
messju
|
84322ae6b3
|
fixed too short open-tag
|
2003-07-17 19:22:47 +00:00 |
|
messju
|
fe63515d03
|
fixed assign parameter for eval (must have gotton lost on its way to 2.5.0)
cleaned up indentiation
|
2003-07-17 14:23:18 +00:00 |
|