Commit Graph

1557 Commits

Author SHA1 Message Date
nlopess e2f9d174b2 updated stylesheets
highlight PHP automatically
2004-03-24 15:54:31 +00:00
nlopess 7f767e645b remove unneeded file 2004-03-24 15:31:17 +00:00
nlopess fe2eca09e2 adding VI comments and revision tags 2004-03-24 15:16:30 +00:00
nlopess 7d02331821 fixed tag 2004-03-24 15:13:16 +00:00
changelog aad3a71325 ChangeLog update 2004-03-24 01:34:07 +00:00
mohrt 2f9adcb33c fix blunder in componentized template example 2004-03-23 22:25:51 +00:00
nlopess 0c27112edf remove this also 2004-03-23 18:32:49 +00:00
nlopess d8b24f8e2e remove this one too 2004-03-23 18:25:47 +00:00
nlopess fcf75d9e42 removing uneeded files 2004-03-23 18:25:17 +00:00
nlopess 56797a5940 missing revision tag 2004-03-23 18:21:20 +00:00
nlopess 7ce75b7f27 commiting missing files for docbook 2004-03-23 18:20:30 +00:00
nlopess 2b3c344068 bundling docbook 4
now make and make web works
2004-03-23 18:15:53 +00:00
messju 1faf36fa3d some simplifications of the latest assertions 2004-03-23 10:47:06 +00:00
messju cc1067da95 added test-cases for escape-modifier 2004-03-23 10:23:39 +00:00
messju 3cd25264cf unrolled call to the is_compiled()-check to be able to supply the
correct resource_base_path for config_load. this avoids errors when
config-files are accessed where security is enabled.

thanks to shuther for pointing out this bug.
2004-03-23 09:49:23 +00:00
nlopess 5848eb9a49 bundling docbook dtds 2004-03-22 19:02:57 +00:00
nlopess e76c36cf15 some CS 2004-03-22 18:50:16 +00:00
nlopess 6e08566379 vi comments 2004-03-22 18:42:17 +00:00
nlopess 220de7c6ac upgrading to docbook 4
now make test doesnt report any error
2004-03-22 18:40:49 +00:00
changelog fee25a1e5f ChangeLog update 2004-03-21 01:34:54 +00:00
nlopess 058012936b fix build date 2004-03-20 15:59:27 +00:00
changelog bae08116ed ChangeLog update 2004-03-19 01:32:31 +00:00
messju 840b968bab removed merging of $smarty->template_dir into $smarty->secure_dir
the resource_base_path is considerd secure instead. this change should
have absolutely no impact on smarty's security's behaviour
2004-03-18 19:36:36 +00:00
nlopess c9a4753f02 correcting non-existent var 2004-03-18 17:43:09 +00:00
nlopess e37ab8f142 generate build date 2004-03-18 17:34:36 +00:00
nlopess 50cac186ba moved location for english files 2004-03-18 17:16:23 +00:00
nlopess 4c80f3a3ca dsl files 2004-03-18 17:15:24 +00:00
nlopess 4e028e6bf0 new build/test system 2004-03-18 17:12:45 +00:00
messju 5a37e025ae moved setting of a default resource_base_path from
Smarty::_parse_resource_name() to Smarty::_fetch_resource_info()

this shouldn't affect anything, since all calls to
_parse_resource_name() that are not done from within
_fetch_resource_info() all pass their own resource_base_path
2004-03-18 07:05:29 +00:00
changelog b49b367ca3 ChangeLog update 2004-03-18 01:32:20 +00:00
messju d271bced39 removed '.' from the list of default resource_base_paths in
_parse_resource_name()

this should only affect _parse_resource_name() for templates, not for
php-resources and not for config_files. the latter pass two their own
resource_base_path.
2004-03-17 15:32:10 +00:00
changelog c3467cf66d ChangeLog update 2004-03-17 01:34:38 +00:00
didou 452e239bea adding editor comments 2004-03-16 15:35:01 +00:00
didou 40ed088eff cleaning words spacing, killing tabulations, using roles for programlisting.. 2004-03-16 14:56:14 +00:00
changelog 4c16d2b4d2 ChangeLog update 2004-03-16 01:33:01 +00:00
messju 2b341888a3 simplified Smarty::clear_all_cache(); 2004-03-15 14:50:42 +00:00
changelog ea53abd6b2 ChangeLog update 2004-03-13 01:33:33 +00:00
boots 15129c4ac5 Updated is_cached prototype to indicate proper return type. (thanks to Geoffrey Hoffman) 2004-03-12 22:43:34 +00:00
changelog 068903647e ChangeLog update 2004-03-12 01:34:14 +00:00
messju 725da561e5 fixed little bug that prevented plugins filepaths that are found in
php's include_path (and not in one of the plugins_dirs) from being
cached in the internal plugins-filepath-cache
2004-03-11 18:16:29 +00:00
changelog 60a09056ea ChangeLog update 2004-03-02 01:31:48 +00:00
mohrt bdc4e804ee update include_php docs:wq
:q
2004-03-01 20:40:24 +00:00
mohrt 9bcc04d1eb update componentized template example to something useful 2004-03-01 20:08:54 +00:00
changelog 9ddf034f6f ChangeLog update 2004-02-25 01:32:31 +00:00
messju 077b7e7865 _parse_resource_name() returned true on non-existant absolute
paths. This caused a warning on _fetch_resource_info() when used in
conjunction with template_exists(). It should be fixed now without
negative effects.
2004-02-24 22:23:13 +00:00
mohrt f9220c947d one more typo 2004-02-24 16:39:24 +00:00
mohrt 5076571098 fix typo 2004-02-24 16:34:34 +00:00
changelog 3bf70e677c ChangeLog update 2004-02-24 01:32:33 +00:00
messju 2c2c8b12b9 smarty_resource_*_secure got &$smarty passed errornously as 3rd
parameter and not as 2nd. this is fixed.
2004-02-24 00:10:55 +00:00
messju 8485763d2e fix handling of integer values like width and delay im
smarty_function_popup()
2004-02-23 23:19:08 +00:00