[JIRA] Commented: (FOR-487) generate announcement text from the status.xml

2005-06-01 Thread issues
The following comment has been added to this issue:

 Author: Cyriaque Dupoirieux
Created: Wed, 1 Jun 2005 5:34 AM
   Body:
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,
-
View this comment:
  http://issues.cocoondev.org//browse/FOR-487?page=comments#action_12458

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

Here is an overview of the issue:
-
Key: FOR-487
Summary: generate announcement text from the status.xml
   Type: New Feature

 Status: Closed
   Priority: Minor
 Resolution: FIXED

Project: Forrest
 Components: 
 Plugins (general issues)
   Fix Fors:
 0.7-dev
   Versions:
 0.7-dev

   Assignee: Ross Gardler
   Reporter: David Crossley

Created: Wed, 27 Apr 2005 11:23 PM
Updated: Wed, 1 Jun 2005 5:34 AM

Description:
By adding some attributes to the actions in status.xml we would be able to 
use certain entries for the announcement text.



-
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



[JIRA] Commented: (FOR-487) generate announcement text from the status.xml

2005-06-01 Thread issues
The following comment has been added to this issue:

 Author: Ross Gardler
Created: Wed, 1 Jun 2005 6:02 AM
   Body:
I've moved this to a new issue as this one has been closed, see FOR-514.
-
View this comment:
  http://issues.cocoondev.org//browse/FOR-487?page=comments#action_12459

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

Here is an overview of the issue:
-
Key: FOR-487
Summary: generate announcement text from the status.xml
   Type: New Feature

 Status: Closed
   Priority: Minor
 Resolution: FIXED

Project: Forrest
 Components: 
 Plugins (general issues)
   Fix Fors:
 0.7-dev
   Versions:
 0.7-dev

   Assignee: Ross Gardler
   Reporter: David Crossley

Created: Wed, 27 Apr 2005 11:23 PM
Updated: Wed, 1 Jun 2005 6:02 AM

Description:
By adding some attributes to the actions in status.xml we would be able to 
use certain entries for the announcement text.



-
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



[JIRA] Commented: (FOR-487) generate announcement text from the status.xml

2005-05-02 Thread issues
The following comment has been added to this issue:

 Author: Juan Jose Pablos
Created: Mon, 2 May 2005 5:43 PM
   Body:
What about using impact or importance on the status.xml

see:

http://marc.theaimsgroup.com/?l=xml-cocoon-devm=107883804715745w=2
-
View this comment:
  http://issues.cocoondev.org//browse/FOR-487?page=comments#action_12324

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

Here is an overview of the issue:
-
Key: FOR-487
Summary: generate announcement text from the status.xml
   Type: New Feature

 Status: Unassigned
   Priority: Minor

Project: Forrest
 Components: 
 Plugins (general issues)
   Fix Fors:
 0.8
   Versions:
 0.7-dev

   Assignee: 
   Reporter: David Crossley

Created: Wed, 27 Apr 2005 11:23 PM
Updated: Mon, 2 May 2005 5:43 PM

Description:
By adding some attributes to the actions in status.xml we would be able to 
use certain entries for the announcement text.



-
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



[JIRA] Commented: (FOR-487) generate announcement text from the status.xml

2005-04-27 Thread issues
The following comment has been added to this issue:

 Author: David Crossley
Created: Wed, 27 Apr 2005 11:25 PM
   Body:
Moving Ross' suggestion over from task FOR-454 ...

I would like to make a suggestion for this issue which will save us time on 
future releases.

If we add an attribute to the action element in skinconfig called announce 
with a value of true or false (default to false) we can auto generate the 
announcement of new features.. 

Furthermore, if we add an element upgrade which contains a textual 
description of how to upgrade from the previous version we can generate the 
upgrade document too. 

These documents, being auto generated would build during the developmentof the 
project making it easier for someone to return to the project after a while 
away. 

I would therefore suggest that in fixing this issue for the 0.7 release we 
focus on adding this information to status.xml and writing the necessary 
stylesheets. Remember we only need to produce XDoc as Forrest will give us a 
neat text version of the document. 

-
View this comment:
  http://issues.cocoondev.org//browse/FOR-487?page=comments#action_12278

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

Here is an overview of the issue:
-
Key: FOR-487
Summary: generate announcement text from the status.xml
   Type: New Feature

 Status: Unassigned
   Priority: Minor

Project: Forrest
 Components: 
 Plugins (general issues)
   Fix Fors:
 0.8
   Versions:
 0.7-dev

   Assignee: 
   Reporter: David Crossley

Created: Wed, 27 Apr 2005 11:23 PM
Updated: Wed, 27 Apr 2005 11:25 PM

Description:
By adding some attributes to the actions in status.xml we would be able to 
use certain entries for the announcement text.



-
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