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/11 00:03:21 UTC

svn commit: r1566812 - in /myfaces/site/cms-site/trunk: content/wiki/index.mdtext lib/view.pm

Author: lu4242
Date: Mon Feb 10 23:03:21 2014
New Revision: 1566812

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

Modified:
    myfaces/site/cms-site/trunk/content/wiki/index.mdtext
    myfaces/site/cms-site/trunk/lib/view.pm

Modified: myfaces/site/cms-site/trunk/content/wiki/index.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/index.mdtext?rev=1566812&r1=1566811&r2=1566812&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/index.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/index.mdtext Mon Feb 10 23:03:21 2014
@@ -1,5 +1,5 @@
 Title:     Home Page
-set_customtoc:   pagetree
+set_customtoc:   pagetree(3)
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information

Modified: myfaces/site/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/view.pm?rev=1566812&r1=1566811&r2=1566812&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/view.pm (original)
+++ myfaces/site/cms-site/trunk/lib/view.pm Mon Feb 10 23:03:21 2014
@@ -61,6 +61,7 @@ sub single_narrative {
                      $basePath =~ s[/$][];
                  }
                  $args{$headerKey} = pagetree("content$basePath/", $basePath, -1);
+                 $args{$headerKey} .= "full";
             }
             if ($command = "pagetree(1)") {
                  my($ptfile, $ptdir, $ptext) = fileparse($args{path}, qr/\.[^.]*/);