Issue Details (XML | Word | Printable)

Key: FOR-412
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Johannes Schaefer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

use CSS for displaying list of Changes

Created: 09/Dec/04 12:25 PM   Updated: 25/Mar/07 10:36 PM
Component/s: Plugin: input.projectInfo
Affects Version/s: 0.7
Fix Version/s: 0.9-dev

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works changes2document.diff 2006-10-16 07:58 AM Gavin 1 kB
Issue Links:
Dependants
 

Other Info: Patch available


 Description  « Hide
changes2document.xsl changed (see diff attached) to format the list without bullets; used css-classes for formatting, put the styles in extra-css for a quick fix (they should go into the forrest css):


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Johannes Schaefer added a comment - 09/Dec/04 12:26 PM
almost forgot about the Symbols explanation at the bottom ;-)

David Crossley added a comment - 24/Dec/05 11:15 AM
Moved some detail from Description to Comments ...

   ul.changes-list
   {
     list-style-type:none;
     padding-left: 0;
     margin-left: 0;
   }

   .changes-list .update
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/update.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .add
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/add.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .remove
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/remove.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .fix
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/fix.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .hack
   {
      padding-left:24px;
      padding-bottom:3px; <!-- the hack image is higher than the others -->
      background-image:url(images/hack.jpg);
      background-repeat:no-repeat;
   }

Thorsten Scherler added a comment - 12/Feb/06 09:52 PM
Is this still an open issue?

Will resolve (wont fix) it after a week from now.

lazy consensus active.

Ross Gardler added a comment - 23/Apr/06 07:45 PM
I'm confused by this issue. The description makes it sound useful, but on 12 Feb Thorsten asked if it was still open and said he would close it if noone object (which noonw did).

I can't see the patch anymore (get a file not found) so can't review it properly.

What do we do?

Perhaps Johannes can review SVN head for us - not that the Forrest site is generated with SVN head so it may be easiest to just look at our changes document)

David Crossley added a comment - 23/Apr/06 07:57 PM
Remember that the old patches are at the old cocoondev.org Jira.
Discussion in our dev@ archives.

Why "won't fix"?

Cyriaque Dupoirieux added a comment - 26/Apr/06 04:37 PM
The best way to do this should be to have a specific resource projectInfo.css - find via the lm -
Does anyone know how to use a specific resource with an input plugin ?

Gavin added a comment - 16/Oct/06 07:58 AM
Old file lost, replaced from Cocoondev archives.

Gavin added a comment - 25/Mar/07 10:36 PM
I like Cyriaque's idea of plugin specific CSS for this, FOR-970 is a new Issue to implement this in general.

Gavin added a comment - 25/Mar/07 10:36 PM
Changed Fix Version to 0.9