r74378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74377‎ | r74378 | r74379 >
Date:18:28, 6 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Minor followup to r74377, reinstate comment about statuses. Add a comment to see CodeRevision::getPossibleStates() for "most up to date"
Modified paths:
  • /trunk/extensions/CodeReview/codereview.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/codereview.sql
@@ -46,6 +46,15 @@
4747 cr_message blob,
4848
4949 -- Status key for how this thang is...
 50+ -- 'new': Hasn't yet been reviewed
 51+ -- 'fixme': This revision has some problem which needs to be resolved
 52+ -- 'reverted': Was completely reverted by a later revision
 53+ -- 'resolved': Issues with this rev have been since resolved
 54+ -- 'ok': Reviewed, no issues spotted
 55+ -- 'verified': Reviewed and tested, no issues spotted
 56+ -- 'deferred': Not reviewed at this time (usually non-Wikimedia extension)
 57+ -- 'old': Predates the extension/doesn't require review
 58+ -- See CodeRevision::getPossibleStates() (in backend\CodeRevision.php) for most up to date list
5059 cr_status varchar(25) not null default 'new',
5160
5261 -- Base path of this revision :

Follow-up revisions

RevisionCommit summaryAuthorDate
r74630MFT CodeReview r62837 thru r74378 (a few minor things had already been merged)demon16:11, 11 October 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74377*(bug 25415) Make cr_status varchar...reedy18:22, 6 October 2010

Status & tagging log