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

View: New views
1 Messages — Rating Filter:   Alert me  

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

by hcunningham-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 1774
          http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1774&view=rev
Author:   hcunningham
Date:     2009-10-29 14:34:42 +0000 (Thu, 29 Oct 2009)

Log Message:
-----------
updated backlog

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

Modified: trunk/cow/doc/cow-backlog.html
===================================================================
--- trunk/cow/doc/cow-backlog.html 2009-10-28 18:17:49 UTC (rev 1773)
+++ trunk/cow/doc/cow-backlog.html 2009-10-29 14:34:42 UTC (rev 1774)
@@ -59,7 +59,7 @@
 <a class="cow-section-anchor" name="section-1."/><h1 class="cow-heading"><span class="cow-sec-number">1. </span>Roadmap (version 1.0)</h1>
 
 <ul>
-<li>dependencies issue [AR]
+<li>dependencies issue [IR]
   <ul>
   <li>the serialised dependencies files should include the run mode in the name
     (dev, prod, test), or else they may be saved relative to one wiki in e.g.
@@ -91,7 +91,6 @@
     <li>need roles and perms for /sam, /sale/internal, /sins etc.</li>
     </ul></li>
   <li>turn of the DB realm log messages</li>
-  <li>externals in gau-main-tree for sale, gate etc.</li>
   <li>migration: set up duplicate of existing apache server first then do janet
     swap</li>
   </ul></li>
@@ -103,11 +102,11 @@
 <li>what happens to footnotes (or twitters) in included files? [HC]</li>
 <li>go to 1.0 snapshots</li>
 <li>user guide to logging in, editing etc., revise <a class="cow-url" href="gatewiki.html">gatewiki.html</a> [HC]</li>
-<li>analyse the security holes found by ratproxy [AR, IR]</li>
+<li>analyse the security holes found by ratproxy [IR, MG]</li>
 </ul>
 
 <ul>
-<li>misc bugs [all]
+<li>misc bugs / minor features [all]
   <ul>
   <li>make a page containing a table with two rows, one of which is empty. Save
     or preview results in the entire page content being dropped without
@@ -121,7 +120,7 @@
   <li>if the last thing in a table is a verbatim (<span class="cow-escape">%</span><span class="cow-escape"><</span>...<span class="cow-escape">></span><span class="cow-escape">%</span>) item, that thing
     will not be verbatimised [need to check if this is in the list of known
     yam bugs below nad if not add it]</li>
-  <li>security stuff [AR]
+  <li>security stuff [IR]
     <ul>
     <li>the g:paginate call in jsecUserRoleMappings/listByRole.gsp needs an id
       param adding ant -Dgate.cow.grails.command="install-plugin
@@ -145,12 +144,17 @@
     the exception, report it (and log it) and then abort the area creation.
     this probably also kills bootstrap when the SbManager call is being made
     during startup</li>
+  <li>when editing a page with no title the leading blank lines get removed</li>
+  <li>when previewing an edit the links are wrong (they point to "/page/edit..."
+    locations); can we use a BASE directive to solve this?</li>
+  <li>svn up operations should trap the file names that are updated and push
+    them to the solr reindexing queue</li>
+  <li>change "switch to rich editor" to "switch to WSYWIG editor"</li>
   </ul></li>
 </ul>
 
 <ul>
 <li>search the code for TODOs</li>
-<li>browser compatibility testing [IR]</li>
 <li>load testing</li>
 </ul>
 

Modified: trunk/cow/doc/cow-backlog.yam
===================================================================
--- trunk/cow/doc/cow-backlog.yam 2009-10-28 18:17:49 UTC (rev 1773)
+++ trunk/cow/doc/cow-backlog.yam 2009-10-29 14:34:42 UTC (rev 1774)
@@ -7,7 +7,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %1 Roadmap (version 1.0)
 
-- dependencies issue [AR]
+- dependencies issue [IR]
   - the serialised dependencies files should include the run mode in the name
     (dev, prod, test), or else they may be saved relative to one wiki in e.g.
     dev mode then restored relative to another in production mode?
@@ -28,7 +28,6 @@
       space?) [IR]
     - need roles and perms for /sam, /sale/internal, /sins etc.
   - turn of the DB realm log messages
-  - externals in gau-main-tree for sale, gate etc.
   - migration: set up duplicate of existing apache server first then do janet
     swap
 - jape yamalyser [HC, NA]
@@ -37,9 +36,9 @@
 - what happens to footnotes (or twitters) in included files? [HC]
 - go to 1.0 snapshots
 - user guide to logging in, editing etc., revise %(gatewiki.html) [HC]
-- analyse the security holes found by ratproxy [AR, IR]
+- analyse the security holes found by ratproxy [IR, MG]
 
-- misc bugs [all]
+- misc bugs / minor features [all]
   - make a page containing a table with two rows, one of which is empty. Save
     or preview results in the entire page content being dropped without
     warning. (i.e. the error reporting seems broken; faults in table syntax
@@ -50,7 +49,7 @@
   - if the last thing in a table is a verbatim (\%\<...\>\%) item, that thing
     will not be verbatimised [need to check if this is in the list of known
     yam bugs below nad if not add it]
-  - security stuff [AR]
+  - security stuff [IR]
     - the g:paginate call in jsecUserRoleMappings/listByRole.gsp needs an id
       param adding ant -Dgate.cow.grails.command="install-plugin
       /data/herd/gate-top/externals/gatewiki/site-plugins/grails-gate2-0.1.zip"
@@ -72,9 +71,14 @@
     the exception, report it (and log it) and then abort the area creation.
     this probably also kills bootstrap when the SbManager call is being made
     during startup
+  - when editing a page with no title the leading blank lines get removed
+  - when previewing an edit the links are wrong (they point to "/page/edit..."
+    locations); can we use a BASE directive to solve this?
+  - svn up operations should trap the file names that are updated and push
+    them to the solr reindexing queue
+  - change "switch to rich editor" to "switch to WSYWIG editor"
 
 - search the code for TODOs
-- browser compatibility testing [IR]
 - load testing
 
 

Modified: trunk/cow/doc/cow-done.html
===================================================================
--- trunk/cow/doc/cow-done.html 2009-10-28 18:17:49 UTC (rev 1773)
+++ trunk/cow/doc/cow-done.html 2009-10-29 14:34:42 UTC (rev 1774)
@@ -2349,5 +2349,7 @@
     <li>stop running on 8080</li>
     </ul></li>
   </ul></li>
+<li>externals in gau-main-tree for sale, gate etc.</li>
+<li>browser compatibility testing [IR]</li>
 </ul>
 </body></html>

Modified: trunk/cow/doc/cow-done.yam
===================================================================
--- trunk/cow/doc/cow-done.yam 2009-10-28 18:17:49 UTC (rev 1773)
+++ trunk/cow/doc/cow-done.yam 2009-10-29 14:34:42 UTC (rev 1774)
@@ -1619,3 +1619,5 @@
     - run fail2ban
     - ge1/2 cross-snapshots (inc. /etc and /home) into /home/backup
     - stop running on 8080
+- externals in gau-main-tree for sale, gate etc.
+- browser compatibility testing [IR]


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits