r77307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77306‎ | r77307 | r77308 >
Date:22:43, 25 November 2010
Author:catrope
Status:ok
Tags:
Comment:
Message documentation for r77302
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.i18n.php
@@ -256,6 +256,8 @@
257257 'code-signoff-submit' => 'Submit button text.
258258
259259 A "sign-off" is a concept in code review that means that the person doing the sign-off has approved the involved code changes.',
 260+ 'code-signoff-strike' => 'Submit button that, when clicked, will cause the selected sign-offs to be struck. Struck sign-offs are visible but displayed <s>with a line through them</s>.',
 261+ 'code-signoff-signoff' => 'Label text which is followed by a checkbox for each sign-off state and a submit button.',
260262 'code-signoff-flag-inspected' => 'Type of sign-off indicating the code has been looked at.',
261263 'code-signoff-flag-tested' => 'Type of sign-off indicating the code has been tested.',
262264 'code-signoff-field-user' => 'Table column header: name of the user that did the sign-off.',
@@ -263,6 +265,7 @@
264266 * {{msg-mw|code-signoff-flag-inspected}}
265267 * {{msg-mw|code-signoff-flag-tested}}',
266268 'code-signoff-field-date' => 'Table column header: timestamp of the sign-off. {{Identical|Date}}',
 269+ 'code-signoff-struckdate' => 'This is displayed in the date column for a struck sign-off. $1 is the timestamp of the sign-off, $2 is the timestamp of when it was struck.',
267270 'code-pathsearch-path' => '{{Identical|Path}}',
268271 'code-revfilter-cr_status' => '{{Identical|Status}}',
269272 'code-revfilter-cr_author' => '{{Identical|Author}}',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77302(bug 26014) Allow users to strike their own sign-offs. Implemented with a tim...catrope21:39, 25 November 2010

Status & tagging log