Author: cbrisson
Date: Fri Mar 15 14:07:55 2019
New Revision: 1855600
URL: http://svn.apache.org/viewvc?rev=1855600&view=rev
Log:
[site/engine] Minor changes
Modified:
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
velocity/site/cms/trunk/content/engine/2.1/configuration.mdtext
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
Modified:
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext?rev=1855600&r1=1855599&r2=1855600&view=diff
==============================================================================
---
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
(original)
+++
velocity/site/cms/trunk/content/engine/2.1/configuration-property-changes-in-2.1.mdtext
Fri Mar 15 14:07:55 2019
@@ -40,7 +40,7 @@ velocimacro.permissions.allow.inline | v
velocimacro.permissions.allow.inline.to.replace.global |
velocimacro.inline.replace_global | whether inline macros override global ones
velocimacro.permissions.allow.inline.local.scope |
velocimacro.inline.local_scope | whether inline macros have a local scope
velocimacro.arguments.strict | *unchanged* | expect strict argments number
-velocimacro.messages.on (unused) | *removed* | obsolete property
+velocimacro.messages.on (unused) | *deprecated* | obsolete property
*n/a* | velocimacro.arguments.preserve_literals (since 2.1) | (1.7 BC flag)
whether invalid references is literal provided argument or argument name
velocimacro.max.depth | velocimacro.max_depth | velocimacros max calling depth
velocimacro.body.reference | velocimacro.body_reference | name of the
reference holding the body passed to a block macro
Modified: velocity/site/cms/trunk/content/engine/2.1/configuration.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.1/configuration.mdtext?rev=1855600&r1=1855599&r2=1855600&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/2.1/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/2.1/configuration.mdtext Fri Mar 15
14:07:55 2019
@@ -32,8 +32,8 @@ The following tree gathers all non depre
directive. +-- define.max_depth = 2
+-- foreach. +-- max_loops = -1
| +-- skip_invalid = true
- +-- if. +-- empty_check = true
- +-- parse. +-- max_depth = 10
+ +-- if.empty_check = true
+ +-- parse.max_depth = 10
event_handler. +-- include.class = *classname*, *classname* ...
+-- invalid_reference.class = *classname*, *classname* ...
Modified:
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext?rev=1855600&r1=1855599&r2=1855600&view=diff
==============================================================================
---
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
(original)
+++
velocity/site/cms/trunk/content/engine/devel/configuration-property-changes-in-2.1.mdtext
Fri Mar 15 14:07:55 2019
@@ -40,7 +40,7 @@ velocimacro.permissions.allow.inline | v
velocimacro.permissions.allow.inline.to.replace.global |
velocimacro.inline.replace_global | whether inline macros override global ones
velocimacro.permissions.allow.inline.local.scope |
velocimacro.inline.local_scope | whether inline macros have a local scope
velocimacro.arguments.strict | *unchanged* | expect strict argments number
-velocimacro.messages.on (unused) | *removed* | obsolete property
+velocimacro.messages.on (unused) | *deprecated* | obsolete property
*n/a* | velocimacro.arguments.preserve_literals (since 2.1) | (1.7 BC flag)
whether invalid references is literal provided argument or argument name
velocimacro.max.depth | velocimacro.max_depth | velocimacros max calling depth
velocimacro.body.reference | velocimacro.body_reference | name of the
reference holding the body passed to a block macro
Modified: velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration.mdtext?rev=1855600&r1=1855599&r2=1855600&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration.mdtext Fri Mar
15 14:07:55 2019
@@ -32,8 +32,8 @@ The following tree gathers all non depre
directive. +-- define.max_depth = 2
+-- foreach. +-- max_loops = -1
| +-- skip_invalid = true
- +-- if. +-- empty_check = true
- +-- parse. +-- max_depth = 10
+ +-- if.empty_check = true
+ +-- parse.max_depth = 10
event_handler. +-- include.class = *classname*, *classname* ...
+-- invalid_reference.class = *classname*, *classname* ...