{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

pinsard (2 matches)

Ticket Summary Component Milestone Type Created
Description
#62 bad links in some directory-overview.html component1 provide usefull and beautifull documentations defect 06/26/07

In https://forge.ipsl.jussieu.fr/cgi-bin/awstats.pl we can see in § Required but not found URLs (HTTP code 404) that there are some bad links in [http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/Grid/directory-overview.html ] because of /saxo/download/idldoc_html_output/Grid//domdef%3C/pro%3E)%20%20previously%20defined%20by%20%3Cpro%3Esaveboxparam.html 1.

This is due to a mistake in pro2href.sh which does not correctly handle multiple occurences of <pro> ...</pro> on the same line.

This problem was known and the temporary solution was to recommand to write only one <pro>... </pro> per line but I did not imagine that lines are restructrured in directory-overview.html files.

Here is a way to test future improvements :

$ cd /tmp/
$ mkdir pro2href_tp_in
$ mkdir pro2href_tp_
$ cd pro2href_tp
$ cat tp.html
<pro>a1a</pro> <pro>a1b</pro>
<pro>a2</pro> 
$ cp tp.html pro2href_tp_in/
$ cd ../pro2href_tp_in
$ touch a1a.html
$ touch a1b.html
$ touch a2.html
$ ~/SAXO_DIR_ws/SRC/Documentation/xmldoc/pro2href.sh .
$ more tp.html 

If the result is not ok, improve pro2href.sh, copy pro2href_tp/tp.html in pro2href_tp_in/ and try again ...


#71 add Michel Kolasinski to developper's group component1 SAXO on trac task 04/15/08

add Michel Kolasinski to developper's group on trac side (forge web admin page + trac-admin instruction) and on saxo-dev mailing list


Note: See TracReports for help on using and creating reports.