OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Sep-2006 15:19:52
Branch: HEAD Handle: 2006092714195100
Modified files:
openpkg-src/cvstrac cvstrac.patch
Log:
for reasons totally incomprehensible to me CVSTrac striked through all
ticket numbers if they are not new or active. I think it should be
striked through only if in status closed...
Summary:
Revision Changes Path
1.15 +23 -11 openpkg-src/cvstrac/cvstrac.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvstrac/cvstrac.patch
============================================================================
$ cvs diff -u -r1.14 -r1.15 cvstrac.patch
--- openpkg-src/cvstrac/cvstrac.patch 27 Sep 2006 10:41:16 -0000 1.14
+++ openpkg-src/cvstrac/cvstrac.patch 27 Sep 2006 13:19:51 -0000 1.15
@@ -1,6 +1,6 @@
Index: attach.c
--- attach.c.orig 2006-05-26 16:20:28 +0200
-+++ attach.c 2006-09-27 12:35:46 +0200
++++ attach.c 2006-09-27 15:10:23 +0200
@@ -210,17 +210,20 @@
}
@@ -35,7 +35,7 @@
if( !got ){
Index: browse.c
--- browse.c.orig 2006-05-26 16:20:28 +0200
-+++ browse.c 2006-09-27 12:35:46 +0200
++++ browse.c 2006-09-27 15:10:23 +0200
@@ -503,6 +503,13 @@
){
int set = (zFld==zField[0]);
@@ -180,7 +180,7 @@
}
Index: cgi.c
--- cgi.c.orig 2006-05-26 16:20:28 +0200
-+++ cgi.c 2006-09-27 12:35:46 +0200
++++ cgi.c 2006-09-27 15:10:23 +0200
@@ -382,7 +382,7 @@
continue;
}
@@ -192,7 +192,7 @@
}
Index: common.c
--- common.c.orig 2006-05-26 16:20:28 +0200
-+++ common.c 2006-09-27 12:35:46 +0200
++++ common.c 2006-09-27 15:10:23 +0200
@@ -394,7 +394,10 @@
}
@ </small>
@@ -207,7 +207,7 @@
}
Index: db.c
--- db.c.orig 2006-05-26 16:20:28 +0200
-+++ db.c 2006-09-27 12:35:46 +0200
++++ db.c 2006-09-27 15:10:23 +0200
@@ -602,7 +602,7 @@
}
if( argc>1 && g.nAux<MX_AUX ){
@@ -246,9 +246,21 @@
int nDecoded;
if( zOut==0 ){
db_err( strerror(errno), 0,
+Index: format.c
+--- format.c.orig 2006-05-26 16:20:28 +0200
++++ format.c 2006-09-27 15:14:13 +0200
+@@ -760,7 +760,7 @@
+ if( az && az[0] && az[1] ){
+ cgi_printf("<a href=\"%z\" title=\"%h\">",zLink,az[0]);
+ /* FIXME: should use a <span> with the ticket status as a class */
+- if( az[1][0] == 'n' || az[1][0] == 'a' ){
++ if( az[1][0] != 'c' ){
+ cgi_printf("#%d",tn);
+ }else{
+ cgi_printf("<strike>#%d</strike>",tn);
Index: search.c
--- search.c.orig 2006-05-26 16:20:28 +0200
-+++ search.c 2006-09-27 12:35:46 +0200
++++ search.c 2006-09-27 15:10:23 +0200
@@ -97,7 +97,7 @@
score = 0;
for(k=1; k<argc; k++){
@@ -269,7 +281,7 @@
/*
Index: setup.c
--- setup.c.orig 2006-05-26 16:20:28 +0200
-+++ setup.c 2006-09-27 12:35:46 +0200
++++ setup.c 2006-09-27 15:10:23 +0200
@@ -499,7 +499,7 @@
@ <form action="%s(g.zPath)" method="POST">
@ Select a user to whom new tickets will be assigned by default:</p><p>
@@ -281,7 +293,7 @@
@
Index: throttle.c
--- throttle.c.orig 2006-05-26 16:20:28 +0200
-+++ throttle.c 2006-09-27 12:35:46 +0200
++++ throttle.c 2006-09-27 15:10:23 +0200
@@ -165,7 +165,7 @@
}
@@ -293,7 +305,7 @@
lockout();
Index: ticket.c
--- ticket.c.orig 2006-05-26 16:20:28 +0200
-+++ ticket.c 2006-09-27 12:37:40 +0200
++++ ticket.c 2006-09-27 15:10:23 +0200
@@ -388,7 +388,7 @@
@ <tr>
@ <td align="right"><nobr>
@@ -398,7 +410,7 @@
/* Grab various types of ticket activities from the db.
Index: timeline.c
--- timeline.c.orig 2006-05-26 16:20:28 +0200
-+++ timeline.c 2006-09-27 12:35:46 +0200
++++ timeline.c 2006-09-27 15:10:23 +0200
@@ -1105,6 +1105,9 @@
z = db_short_query("SELECT date FROM chng WHERE cn=%d",cn);
if( z ) cgi_modified_since(atoi(z));
@@ -411,7 +423,7 @@
*/
Index: wiki.c
--- wiki.c.orig 2006-05-26 16:20:28 +0200
-+++ wiki.c 2006-09-27 12:35:46 +0200
++++ wiki.c 2006-09-27 15:10:23 +0200
@@ -310,12 +310,17 @@
char *format_user(const char* zUser){
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]