You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/08 01:55:50 UTC

svn commit: r1565864 - in /myfaces/site/cms-site/trunk: content/wiki/core/user-guide/jsf-and-myfaces-howtos.mdtext lib/view.pm

Author: lu4242
Date: Sat Feb  8 00:55:49 2014
New Revision: 1565864

URL: http://svn.apache.org/r1565864
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.mdtext
    myfaces/site/cms-site/trunk/lib/view.pm

Modified: myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.mdtext?rev=1565864&r1=1565863&r2=1565864&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/core/user-guide/jsf-and-myfaces-howtos.mdtext Sat Feb  8 00:55:49 2014
@@ -6,4 +6,5 @@ Below you can find solutions to common p
 {% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
 {% endfor %}
 
+{{ ttitle }}
 {{ pagetree }}

Modified: myfaces/site/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/view.pm?rev=1565864&r1=1565863&r2=1565864&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Sat Feb  8 00:55:49 2014
@@ -46,6 +46,7 @@ sub single_narrative {
     # render sitemap stuff
     my $pagetree = ${args{headers}}{pagetree}; 
     if ($pagetree) {
+        $args{ttitle} = "Page tree generated";
         $args{pagetree} = sitemap($args{path});
     }