Changed the Help so that chapters with only 1 page are directly linked, saving a click.
Added pluggable template parser docs. From the dev list, changed HTMLTemplateExpr to translate all dots in template variables to underscores, since EXPR's don't do dots, just like TemplateToolkit.
This commit is contained in:
parent
8905b7252c
commit
0b1e077f69
14 changed files with 319 additions and 4 deletions
|
|
@ -6,6 +6,12 @@
|
|||
- change: made all LWP user agents use env_proxy
|
||||
- Help: If a Help Chapter only has 1 page, then in the TOC view it links
|
||||
right to the page instead of the Chapter.
|
||||
- fix: HTML::Template::Expr templates would not handle template variables
|
||||
with dots in them. Added a fix to the template plugin so that dots are
|
||||
translated to underscores automatically in submitted template variables.
|
||||
Templates will still need to be manually updated.
|
||||
- Help: Added pluggable docs for template plugins, and added a new tab
|
||||
to the Help that lists template parser docs.
|
||||
|
||||
7.1.3
|
||||
- fix: SQLReport now returns error if can't find DatabaseLink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue