« Return to Thread: [gatewiki-commits] SF.net SVN: gatewiki:[1461] trunk/cow/doc

[gatewiki-commits] SF.net SVN: gatewiki:[1461] trunk/cow/doc

by hcunningham-2 :: Rate this Message:

Reply to Author | View in Thread

Revision: 1461
          http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1461&view=rev
Author:   hcunningham
Date:     2009-07-06 15:57:20 +0000 (Mon, 06 Jul 2009)

Log Message:
-----------
more backlog re. area-specific layouts

Modified Paths:
--------------
    trunk/cow/doc/cow-backlog.html
    trunk/cow/doc/cow-backlog.yam

Modified: trunk/cow/doc/cow-backlog.html
===================================================================
--- trunk/cow/doc/cow-backlog.html 2009-07-06 15:53:06 UTC (rev 1460)
+++ trunk/cow/doc/cow-backlog.html 2009-07-06 15:57:20 UTC (rev 1461)
@@ -80,15 +80,29 @@
       <ul>
       <li>pageBody = FileUtils.getBody(pageFile)</li>
       <li>change this to be PageService.getBody(pageFile, wiki)</li>
-      <li>this then does an FU.getBody on the page itself and adds in FU.getBody
-        called over any available layout info from the wiki</li>
+        <ul>
+        <li>this then does an FU.getBody on the page itself and adds in
+          FU.getBody called over any available layout info from the wiki</li>
+        <li>for each layout file in conf.navigation.files</li>
+          <ul>
+          <li>find the nearest one to current dir, up the tree to wiki top</li>
+          </ul>
+        </ul>
       </ul>
     </ul>
+  </ul>
+</ul>
+            
+  <ul>
   <li>layouts for whole wiki-areas</li>
     <ul>
     <li>add a "areaLayoutName" to Wiki, which would reference a layout GSP in
       the site-specific plugin; PageLinkTabLib would then use this for the
       layout in that wiki area</li>
+    <li>see TODO in PageLinkTaglib</li>
+    <li>the check to see which area layouts are present should be done in
+      Bootstrap in fact, and store the list of them in a config var, just like
+      setGuestLayoutPath() does when called from Bootstrap now</li>
     </ul>
   <li>layouts/navigation for specific directory trees</li>
     <ul>
@@ -104,7 +118,6 @@
       default border created by yam2html</li>
     </ul>
   </ul>
-</ul>
 
 <ul>
 <li>gate-top on g8rs.net, inc. gate-server-redesign [HC]  </li>

Modified: trunk/cow/doc/cow-backlog.yam
===================================================================
--- trunk/cow/doc/cow-backlog.yam 2009-07-06 15:53:06 UTC (rev 1460)
+++ trunk/cow/doc/cow-backlog.yam 2009-07-06 15:57:20 UTC (rev 1461)
@@ -31,6 +31,10 @@
     - add a "areaLayoutName" to Wiki, which would reference a layout GSP in
       the site-specific plugin; PageLinkTabLib would then use this for the
       layout in that wiki area
+    - see TODO in PageLinkTaglib
+    - the check to see which area layouts are present should be done in
+      Bootstrap in fact, and store the list of them in a config var, just like
+      setGuestLayoutPath() does when called from Bootstrap now
   - layouts/navigation for specific directory trees
     - support cow:top-bar.yam, cow:left-bar.yam etc. in the wiki SVN trees?
     - perhaps have them percolate down directory trees? they would need to be


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits

 « Return to Thread: [gatewiki-commits] SF.net SVN: gatewiki:[1461] trunk/cow/doc