Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 699 Bytes

DiscussTALES.rst

File metadata and controls

27 lines (17 loc) · 699 Bytes

Discuss TALES

This is the main page for proposing changes to TALES. Please add a sub-page for each proposal, and discuss it in comments to that page.

Proposals

  • VariablesInPaths

Implemented in ZPT 1.3

  • EliminatePathModifiers
  • UserVariable

Implemented in ZPT 1.2

  • ModuleAccessInTALES - Provide access to imported Python modules through a builtin variable.
  • ActOnlyIfPathExists - Provide a convenient way to perform a TAL action if a path resolves, but do nothing if it does not.
  • PathExpressionVariants - Change 'exists' and 'nocall' from TALES expression types into optional path expression prefixes.