[jira] Updated: (FOR-514) Do not limit status.xml contexts in project info plugin

2005-06-07 Thread Cyriaque Dupoirieux (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-514?page=all ]

Cyriaque Dupoirieux updated FOR-514:


Attachment: patchCorrected.txt

Here is the patch with what we previously said...

 Do not limit status.xml contexts in project info plugin
 ---

  Key: FOR-514
  URL: http://issues.apache.org/jira/browse/FOR-514
  Project: Forrest
 Type: Improvement
   Components: Plugin: projectInfo
 Reporter: Ross Gardler
 Priority: Minor
  Attachments: 514-patch.txt, patchCorrected.txt, patchStatusUpdate.txt

 (This comment brought over from FOR-487)
 This improvement of changes page is nice.
 I have my own version based on xsl:key definition in order to be able to 
 simply manage as many contexts as you can define (My Dtd is not limited to 
 build|docs|code|admin|design.
 The advantage - on my opinion - is that my own contexts are very various and 
 not developpement oriented nor language dependant.
 here a short example - using releaseNote... :
 http://cyriaque.dupoirieux.free.fr/changes_6.2.1.html
 The following code replace the 5 blocks xsl:if test=[EMAIL 
 PROTECTED]'build'] :
titleVersion xsl:value-of select=@version/ (xsl:value-of 
 select=@date/)/title
 + xsl:for-each 
 select=action[generate-id()=generate-id(key('contextes',concat(../@version, 
 '_', @context)))]
 + xsl:sort select=@context/
 + section
 + titlexsl:value-of select=@context//title
 + ul
 + xsl:apply-templates select=key('contextes',concat(../@version, '_', 
 @context) )
 + xsl:sort select=@type/
 + /xsl:apply-templates
 + /ul
 + /section
 + /xsl:for-each
 Hope you'll like the idea...
 Regards,
 Cyriaque,

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (FOR-514) Do not limit status.xml contexts in project info plugin

2005-06-07 Thread Cyriaque Dupoirieux (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-514?page=all ]

Cyriaque Dupoirieux updated FOR-514:


Attachment: patchStatusUpdate.txt

I also send you the corrected Status.xml files update : actionContext tag is 
replaced by contexts...

 Do not limit status.xml contexts in project info plugin
 ---

  Key: FOR-514
  URL: http://issues.apache.org/jira/browse/FOR-514
  Project: Forrest
 Type: Improvement
   Components: Plugin: projectInfo
 Reporter: Ross Gardler
 Priority: Minor
  Attachments: 514-patch.txt, patchCorrected.txt, patchStatusUpdate.txt

 (This comment brought over from FOR-487)
 This improvement of changes page is nice.
 I have my own version based on xsl:key definition in order to be able to 
 simply manage as many contexts as you can define (My Dtd is not limited to 
 build|docs|code|admin|design.
 The advantage - on my opinion - is that my own contexts are very various and 
 not developpement oriented nor language dependant.
 here a short example - using releaseNote... :
 http://cyriaque.dupoirieux.free.fr/changes_6.2.1.html
 The following code replace the 5 blocks xsl:if test=[EMAIL 
 PROTECTED]'build'] :
titleVersion xsl:value-of select=@version/ (xsl:value-of 
 select=@date/)/title
 + xsl:for-each 
 select=action[generate-id()=generate-id(key('contextes',concat(../@version, 
 '_', @context)))]
 + xsl:sort select=@context/
 + section
 + titlexsl:value-of select=@context//title
 + ul
 + xsl:apply-templates select=key('contextes',concat(../@version, '_', 
 @context) )
 + xsl:sort select=@type/
 + /xsl:apply-templates
 + /ul
 + /section
 + /xsl:for-each
 Hope you'll like the idea...
 Regards,
 Cyriaque,

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (FOR-514) Do not limit status.xml contexts in project info plugin

2005-06-05 Thread David Crossley (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-514?page=all ]

David Crossley updated FOR-514:
---

Attachment: 514-patch.txt

 Do not limit status.xml contexts in project info plugin
 ---

  Key: FOR-514
  URL: http://issues.apache.org/jira/browse/FOR-514
  Project: Forrest
 Type: Improvement
   Components: Plugin: projectInfo
 Reporter: Ross Gardler
 Priority: Minor
  Attachments: 514-patch.txt

 (This comment brought over from FOR-487)
 This improvement of changes page is nice.
 I have my own version based on xsl:key definition in order to be able to 
 simply manage as many contexts as you can define (My Dtd is not limited to 
 build|docs|code|admin|design.
 The advantage - on my opinion - is that my own contexts are very various and 
 not developpement oriented nor language dependant.
 here a short example - using releaseNote... :
 http://cyriaque.dupoirieux.free.fr/changes_6.2.1.html
 The following code replace the 5 blocks xsl:if test=[EMAIL 
 PROTECTED]'build'] :
titleVersion xsl:value-of select=@version/ (xsl:value-of 
 select=@date/)/title
 + xsl:for-each 
 select=action[generate-id()=generate-id(key('contextes',concat(../@version, 
 '_', @context)))]
 + xsl:sort select=@context/
 + section
 + titlexsl:value-of select=@context//title
 + ul
 + xsl:apply-templates select=key('contextes',concat(../@version, '_', 
 @context) )
 + xsl:sort select=@type/
 + /xsl:apply-templates
 + /ul
 + /section
 + /xsl:for-each
 Hope you'll like the idea...
 Regards,
 Cyriaque,

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[JIRA] Updated: (FOR-514) Do not limit status.xml contexts in project info plugin

2005-06-03 Thread issues
The following issue has been updated:

Updater: Cyriaque Dupoirieux (mailto:[EMAIL PROTECTED])
   Date: Fri, 3 Jun 2005 7:41 AM
Comment:
- Udpate of the Status DTD 1.3 in order to be able to add the following 
information :
   actionContexts
context id=code title=Changes to the Code Base/
context id=docs title=Changes to the Documentation/
!-- ... --
   /actionContexts 

- Update of changes2document.xsl in order to take into account the context 
title or by default the context ID.
- Update of status.xml files (with documentation associated in comments)

Regards,
Cyriaque,
Changes:
 Attachment changed to patch.txt
-
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-514?page=history

-
View the issue:
  http://issues.cocoondev.org//browse/FOR-514

Here is an overview of the issue:
-
Key: FOR-514
Summary: Do not limit status.xml contexts in project info plugin
   Type: Improvement

 Status: Unassigned
   Priority: Minor

Project: Forrest
 Components: 
 Plugin: projectInfo

   Assignee: 
   Reporter: Ross Gardler

Created: Wed, 1 Jun 2005 6:02 AM
Updated: Fri, 3 Jun 2005 7:41 AM

Description:
(This comment brought over from FOR-487)

This improvement of changes page is nice.

I have my own version based on xsl:key definition in order to be able to simply 
manage as many contexts as you can define (My Dtd is not limited to 
build|docs|code|admin|design.

The advantage - on my opinion - is that my own contexts are very various and 
not developpement oriented nor language dependant.
here a short example - using releaseNote... :
http://cyriaque.dupoirieux.free.fr/changes_6.2.1.html

The following code replace the 5 blocks xsl:if test=[EMAIL 
PROTECTED]'build'] :

   titleVersion xsl:value-of select=@version/ (xsl:value-of 
select=@date/)/title
+ xsl:for-each 
select=action[generate-id()=generate-id(key('contextes',concat(../@version, 
'_', @context)))]
+ xsl:sort select=@context/
+ section
+ titlexsl:value-of select=@context//title
+ ul
+ xsl:apply-templates select=key('contextes',concat(../@version, '_', 
@context) )
+ xsl:sort select=@type/
+ /xsl:apply-templates
+ /ul
+ /section
+ /xsl:for-each

Hope you'll like the idea...

Regards,
Cyriaque,


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira