Custom Query (11 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 11)

1 2 3 4
Ticket Owner Reporter Resolution Summary
#9 somebody pinsard fixed alphabetic sort
Description

There is some odd alphabetic sort in authors list due to diacritics.

For example Musat I. is before Mélin F.. I expect to see Mélin F. before Menkes C..

#14 somebody pinsard fixed doi encoding
Description

In bibliography XML file, doi is writen like this :

<bibliomisc role="doi">xxxxxx</bibliomisc>

According to http://www.docbook.org/tdg/en/html/biblioid.html, it is probably better to write doi like this

<biblioid class="doi">xxxxxx</biblioid>

Transformation can be made with this sed command :

 sed -e 's+\(<bibliomisc role="doi">\)\(.*\)\(</bibliomisc>\)+<biblioid class="doi">\2</biblioid>+' bibref.xml > newbibref.xml

If this change is made, we have to change all some XSL and shell script files.

#18 somebody pinsard fixed more visibility on tickets
Description

We have already noticed and deplored that in timeline we only see creation and closure of tickets.

Today reading the trac-users list, I discover a new (trac 0.9, so not so new !) that we can change timeline configuration in order to see also tickets changes.

see

http://groups.google.com/group/trac-users/browse_thread/thread/c8675b5ba4a9a0b9 http://trac.edgewall.org/wiki/TracIni#timeline-section

I made this modification in trac.in :

[superbib@forge conf]$ diff trac.ini trac.ini_20080114     
59c59
< ticket_show_details = true
---
> ticket_show_details = false

According to ticket:13, we should see more information about this ticket now in the timeline

1 2 3 4
Note: See TracQuery for help on using queries.