You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/06/28 09:47:50 UTC

[3/3] isis git commit: ISIS-1640, ISIS-1641, ISIS-1642: updates docs

ISIS-1640, ISIS-1641, ISIS-1642: updates docs


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/0b358df4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/0b358df4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/0b358df4

Branch: refs/heads/master
Commit: 0b358df4dfcefafa72977b37416902777cbf7272
Parents: 91ae67a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jun 28 10:46:03 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jun 28 10:46:03 2017 +0100

----------------------------------------------------------------------
 .../ugvw/_ugvw_configuration-properties.adoc    | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0b358df4/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
index ab7271e..b7212bb 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
@@ -39,16 +39,22 @@ If you prefer you can place all configuration properties into `WEB-INF/isis.prop
 | whether the Wicket debug mode should be enabled.
 
 |`isis.viewer.wicket.` +
-`bookmarkedPages`
+`bookmarkedPages.maxSize`
 | +ve int +
 (`_15_`)
 | number of pages to bookmark
 
 |`isis.viewer.wicket.` +
+`bookmarkedPages.showChooser`
+| +ve int +
+(`_15_`)
+| (`1.15.0-SNAPSHOT`) whether to show the bookmark panel (top-left in the Wicket viewer)
+
+|`isis.viewer.wicket.` +
 `breadcrumbs.showChooser`
 | `true`,`false` +
 (`_true_`)
-| Whether to show chooser for Breadcrumbs
+| Whether to show chooser for Breadcrumbs (bottom-left in the Wicket viewer)
 
 |`isis.viewer.wicket.` +
 `datePattern`
@@ -91,6 +97,16 @@ for further details).
 | For dependent choices, whether to automatically select the first dependent (eg subcategory) when the parameter on which it depends (category) changes.
 
 |`isis.viewer.wicket.` +
+`developmentUtilities.enable`
+| `true`,`false` +
+(`_false_`)
+| (`1.15.0-SNAPSHOT`) when running in production mode, whether to show enable the Wicket development utilities anyway.
+From a UI perspective, this will cause the DebugBar to be shown (top-right).
+
+If running in prototyping mode, the development utilities (debug bar) is always enabled.
+This feature is primarily just to help track any memory leakage issues that might be suspected when running in production.
+
+|`isis.viewer.wicket.` +
 `disableModalDialogs`
 | `true`,`false` +
 (`_false_`)