You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/01/10 02:08:45 UTC

cvs commit: xml-cocoon/skins/xml.apache.org/stylesheets todo2document.xsl

greenrd     01/01/09 17:08:45

  Modified:    .        todo.xml
               xdocs    site-book.xml docs-book.xml
               xdocs/dtd todo-v10.dtd
               skins/xml.apache.org/stylesheets todo2document.xsl
  Log:
  added links to bug database and individual bugs
  
  Revision  Changes    Path
  1.52      +23 -23    xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- todo.xml	2000/12/20 19:54:21	1.51
  +++ todo.xml	2001/01/10 01:08:44	1.52
  @@ -3,7 +3,7 @@
   <!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
   
   <!--
  -  $Id: todo.xml,v 1.51 2000/12/20 19:54:21 greenrd Exp $
  +  $Id: todo.xml,v 1.52 2001/01/10 01:08:44 greenrd Exp $
   -->
   
   <todo title="Things To Do for Cocoon 1.x">
  @@ -16,19 +16,19 @@
    </devs>
   
    <actions priority="high">
  -  <action context="code" assigned-to="RDG">
  -   Track down cause of OutOfMemoryError and multiple PDF problems.
  +  <action context="code" assigned-to="RDG" bugid="19">
  +   Track down cause of multiple PDF problems.
     </action>
  -  <action context="code">
  +  <action context="code" bugid="5">
      Work out how to integrate inline XSP docs (such as inline esql docs)
      into the build docs procedure. This will fix a dead link which leads
      on to the next item...
     </action>
  -  <action context="docs" assigned-to="RDG">
  +  <action context="docs" assigned-to="RDG" bugid="6">
      Fix dead links in docs.
     </action>
  -  <action context="docs" assigned-to="RDG">
  -   Apply corrections to install instructions
  +  <action context="docs" assigned-to="RDG" bugid="7">
  +   Correct install instructions
     </action>
    </actions>
   
  @@ -39,7 +39,7 @@
     <action context="code" assigned-to="RDG">
      Better HTTP support and conformance
     </action>
  -  <action context="docs" assigned-to="RDG">
  +  <action context="docs" assigned-to="RDG" bugid="8">
      Write a full guide to logicsheets, including: (1) What they are and how
      they work - explaining why XSP results can't be assigned to XSLT variables;
      (2) What all the supplied logicsheets do (long-term aim: document every tag
  @@ -47,7 +47,7 @@
      specify logicsheet execution order with the as-yet-undocumented 
      &lt;?xml-logicsheet?&gt; processing instruction. Partial contributions welcome! :-) 
     </action>
  -  <action context="code" assigned-to="RDG">
  +  <action context="code" assigned-to="RDG" bugid="9">
      Fix stylesheet-chaining bug.
     </action>
     <action context="code" assigned-to="RDG">
  @@ -56,19 +56,19 @@
     <action context="docs">
      Cleanup and improve documentation. (in progress.)
     </action>
  -  <action context="code">
  +  <action context="code" bugid="11">
      Add standard WEB-INF/classes and WEB-INF/lib to XSP classpath.
     </action>
  -  <action context="code" assigned-to="RDG">
  +  <action context="code" assigned-to="RDG" bugid="12">
      Class auto-reloading for XSP pages
      (code written; just needs to be merged in and documented.)
     </action>
  -  <action context="docs">
  +  <action context="docs" bugid="13">
      Ensure that all HTML docs are not too wide for screen/printer width
      (as appropriate - there are separate directories for screen and
      printer docs).
     </action>
  -  <action context="docs">
  +  <action context="docs" bugid="17">
      FAQ (particularly) and XSP docs are too long lengthwise. Split them
      up. Their length (or complexity)
      causes extremely slow rendering on Netscape 4.x and recent Mozilla builds.
  @@ -76,28 +76,28 @@
    </actions>
   
    <actions priority="low">
  -  <action context="code">
  +  <action context="code" bugid="20">
      Taglib (not part of esql) to dynamically specify connection parameters
      (with or without connection pooling).
     </action>
  -  <action context="code">
  +  <action context="code" bugid="21">
      Make handle.errors.internally return a suitable HTTP error code.
     </action>
  -  <action context="code">
  +  <action context="code" bugid="22">
      Add hooks for user-defined error-handling (better than just handle.errors.internally
      flag in cocoon.properties).
     </action>
  -  <action context="docs">
  +  <action context="docs" bugid="23">
      Make &lt;connect&gt; tags work correctly when xdocs are transformed to HTML docs.
     </action>
  -  <action context="code" assigned-to="RDG">
  +  <action context="code" assigned-to="RDG" bugid="24">
      Add GroupingProcessor which makes it easy to group elements together in bundles
      of N (this is messy in XSLT).
     </action>
  -  <action context="code" assigned-to="RDG">
  +  <action context="code" assigned-to="RDG" bugid="14">
      Make cocoon.properties (i.e. Configurations objects) easily accessible from XSP.
     </action>
  -  <action context="code" assigned-to="RDG">
  +  <action context="code" assigned-to="RDG" bugid="25">
      Fix redundant XSP namespace declarations output quirk.
     </action>
     <action context="docs">
  @@ -106,15 +106,15 @@
     <action context="code">
      Fix Jikes compilation error reporting bug.
     </action>
  -  <action context="code">
  +  <action context="code" bugid="15">
      Make cache more configurable (e.g. to turn off per-user-agent caching,
      maybe for specific pages only). However, Mark Washeim thinks that this
      offers only "trivial" overhead reduction, even on large sites.
     </action>
  -  <action context="code">
  +  <action context="code" bugid="16">
      Selection based on domain name not just user agent.
     </action>
  -  <action context="code">
  +  <action context="code" bugid="26">
      Better error reporting for typos in stylesheet URIs.
     </action>
    </actions>
  
  
  
  1.24      +1 -1      xml-cocoon/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/site-book.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- site-book.xml	2000/12/12 16:43:52	1.23
  +++ site-book.xml	2001/01/10 01:08:44	1.24
  @@ -44,9 +44,9 @@
     <page id="livesites" label="Live Sites" source="livesites.xml"/>
     <page id="hosting" label="Cocoon Hosting" source="hosting.xml"/>
   <separator/>
  +  <external label="Bug Database" href="http://nagoya.apache.org/bugzilla/"/>  
     <external label="Code Repository" href="http://xml.apache.org/websrc/index.cgi/xml-cocoon/"/>
     <external label="Dev Snapshots" href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
     <page id="mail-lists" label="Mail Lists" source="mail-lists.xml"/>
     <page id="mail-archives" label="Mail Archives" source="mail-archives.xml"/> 
  -<!-- <external label="Bug Database" href="http://xml.apache.org/bugs/"/> -->
   </book>
  
  
  
  1.23      +1 -1      xml-cocoon/xdocs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/docs-book.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- docs-book.xml	2000/12/12 16:43:52	1.22
  +++ docs-book.xml	2001/01/10 01:08:44	1.23
  @@ -42,9 +42,9 @@
     <page id="livesites" label="Live Sites" source="livesites.xml"/>
     <external label="Cocoon Hosting" href="http://xml.apache.org/cocoon/hosting.html"/>
   <separator/>
  +  <external label="Bug Database" href="http://nagoya.apache.org/bugzilla/"/>
     <external label="Code Repository" href="http://xml.apache.org/websrc/index.cgi/xml-cocoon/"/>
     <external label="Dev Snapshots" href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
     <page id="mail-lists" label="Mail Lists" source="mail-lists.xml"/>
     <page id="mail-archives" label="Mail Archives" source="mail-archives.xml"/>
  -  <!-- <external label="Bug Database" href="http://xml.apache.org/bugs/"/> -->
   </book>
  
  
  
  1.3       +1 -0      xml-cocoon/xdocs/dtd/todo-v10.dtd
  
  Index: todo-v10.dtd
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/dtd/todo-v10.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- todo-v10.dtd	2000/02/13 18:29:44	1.2
  +++ todo-v10.dtd	2001/01/10 01:08:44	1.3
  @@ -83,6 +83,7 @@
           <!ELEMENT action (%content.mix;)*>
           <!ATTLIST action %common.att;
                            assigned-to  IDREF           #IMPLIED
  +                         bugid        CDATA           #IMPLIED
                            context      (%contexts;)    #REQUIRED>
       
   <!-- =============================================================== -->
  
  
  
  1.3       +12 -3     xml-cocoon/skins/xml.apache.org/stylesheets/todo2document.xsl
  
  Index: todo2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/todo2document.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- todo2document.xsl	2000/09/19 23:01:39	1.2
  +++ todo2document.xsl	2001/01/10 01:08:45	1.3
  @@ -21,7 +21,16 @@
       <xsl:for-each select="action">
        <li>
         <strong>[<xsl:value-of select="@context"/>]</strong><xsl:text> </xsl:text>
  -      <xsl:apply-templates/>
  +      <xsl:choose>
  +       <xsl:when test="@bugid">
  +        <link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id={@bugid}">
  +         <xsl:apply-templates/>
  +        </link>
  +       </xsl:when>
  +       <xsl:otherwise>
  +        <xsl:apply-templates/>
  +       </xsl:otherwise>
  +      </xsl:choose>
         <xsl:if test="@assigned-to">
          <em>(assigned to <xsl:value-of select="@assigned-to"/>)</em>
         </xsl:if>
  @@ -30,5 +39,5 @@
      </sl>
     </s2>
    </xsl:template>
  - 
  -</xsl:stylesheet>
  \ No newline at end of file
  +
  +</xsl:stylesheet>