2f593f97e515fe80e77f67b5b933074678b448a6 tdreszer Mon Jul 23 16:36:53 2012 -0700 Making final pass through tree of checkins as dictated by Jim. None of these changes should affect executables in any way. This pass is due to expanding fingerprint caused by kompare. diff --git src/hg/qaPushQ/qaPushQ.c src/hg/qaPushQ/qaPushQ.c index 1763111..19585f1 100644 --- src/hg/qaPushQ/qaPushQ.c +++ src/hg/qaPushQ/qaPushQ.c @@ -597,59 +597,52 @@ replaceInStr(html, sizeof(html), "", tempLink ); showSizesJavascript(); } else { if (myLock) { replaceInStr(html, sizeof(html), "", ""); replaceInStr(html, sizeof(html), "", ""); replaceInStr(html, sizeof(html), "", " "); replaceInStr(html, sizeof(html), "" , - " " - ); + " "); if (ki->priority[0]!='L') { - replaceInStr(html, sizeof(html), - "", - " " - ); + replaceInStr(html, sizeof(html), "", + "" + " "); } - replaceInStr(html, sizeof(html), - "", - " " - ); + replaceInStr(html, sizeof(html), "", + " "); if (ki->priority[0]=='A') { - replaceInStr(html, sizeof(html), - "", - " " - ); + replaceInStr(html, sizeof(html), "", + " "); } else { - replaceInStr(html, sizeof(html), - "", - " " - ); + replaceInStr(html, sizeof(html), "", + "" + " "); } replaceInStr(html, sizeof(html), "", ""); replaceInStr(html, sizeof(html), "", " "); replaceInStr(html, sizeof(html), "", ""); replaceInStr(html, sizeof(html), "", " "); showSizesJavascript(); } @@ -1422,35 +1415,34 @@ "pqid='%s',priority='%s',rank=%u,qadate='%s',newYN='%s',track='%s',", tableName, pqid, priority, el->rank, qadate, newYN, track); dyStringPrintf(update, "dbs='%s',",dbs); dyStringPrintf(update, "tbls='%s',",tbls); dyStringPrintf(update, "cgis='%s',",cgis); dyStringPrintf(update, "files='%s',",files); dyStringPrintf(update, "sizeMB=%u,currLoc='%s'," "makeDocYN='%s',onlineHelp='%s',ndxYN='%s',joinerYN='%s',stat='%s'," "sponsor='%s',reviewer='%s',extSource='%s',", el->sizeMB , currLoc, makeDocYN, onlineHelp, ndxYN, joinerYN, stat, sponsor, reviewer, extSource); dyStringPrintf(update, "openIssues='%s',",openIssues); dyStringPrintf(update, "notes='%s',",notes); dyStringPrintf(update, "pushState='%s', initdate='%s', lastdate='%s', bounces='%u',lockUser='%s'," - "lockDateTime='%s',releaseLog='%s',featureBits='%s',releaseLogUrl='%s',importance='%s' " - "where qid='%s'", - pushState, initdate, lastdate, el->bounces, lockUser, lockDateTime, releaseLog, featureBits, releaseLogUrl, importance, - qid - ); + "lockDateTime='%s',releaseLog='%s',featureBits='%s',releaseLogUrl='%s'," + "importance='%s' where qid='%s'", + pushState, initdate, lastdate, el->bounces, lockUser, lockDateTime, + releaseLog, featureBits, releaseLogUrl, importance, qid ); sqlUpdate(conn, update->string); freeDyString(&update); freez(&qid); freez(&pqid); freez(&priority); freez(&qadate); freez(&newYN); freez(&track); freez(&dbs); freez(&tbls); freez(&cgis); freez(&files); freez(&currLoc); freez(&makeDocYN); @@ -3427,32 +3419,31 @@ { kiNext = ki->next; safef(query,sizeof(query), "select count(*) from pushQ " "where priority='L' and releaseLog != '' and (" "dbs like '%s' or " "dbs like '%s %%' or " "dbs like '%% %s' or " "dbs like '%% %s %%'" ") %s" "order by qadate desc, qid desc", ki->name, ki->name, ki->name, ki->name, - encodeClause - ); + encodeClause ); if (sqlQuickNum(conn, query) > 0) { slAddHead(&newList, ki); } } slReverse(&newList); kiList = newList; /* 10 Latest Changes */ printf("
Track/Table Name | \n" "Release Date\n" - " |
\n"); if (sameOk(row[2], "")) { printf("%s", row[0]); } else { printf("%s", row[2], row[0]); |