Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 27)

1 2 3 4 5 6 7 8 9
Ticket Owner Reporter Resolution Summary
#19 pinsard pinsard fixed real names for milestones
Description

At first, SAXO project on trac have 4 milestones named milestone1, milestone2, etc.

Under saxo@… account, I changed names of these milestones and add one.

Here are used instructions :

To know the name and the status of all the milestones of the project :

$ trac-admin /ipsl/forge/projets/saxo/trac milestone list

To rename "milestone1"

$ trac-admin /ipsl/forge/projets/saxo/trac milestone rename "milestone1" "SAXO on trac"

To add a new milestone

$ trac-admin /ipsl/forge/projets/saxo/trac milestone add "working also with GDL"

#27 somebody smasson@… fixed create pltv: a mix between tvplus and plt
Description

the idea is to have a quick view as with tvplus but the possibility to make postscript and use the same page layout than plt

#37 bug killer theetten fixed bug in xhelp.pro
Description

There is something wrong using the [] I had to replace some [] by () like in xhelp.pro

I've replaced

dum=where(byte[c] eq 9b,ntab) ; count tab characters

xsize=xsize > (strlen[c]+8*ntab)

by

dum=where(byte(c) eq 9b,ntab) ; count tab characters

xsize=xsize > (strlen(c)+8*ntab)

Seb

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.