r68291 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68290‎ | r68291 | r68292 >
Date:22:22, 19 June 2010
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up r59446 (removal of JS2 work): remove messages that were added in r56032, too.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3194,19 +3194,6 @@
31953195 'htmlform-reset',
31963196 'htmlform-selectorother-other',
31973197 ),
3198 - 'ajax-category' => array(
3199 - 'ajax-add-category',
3200 - 'ajax-add-category-submit',
3201 - 'ajax-confirm-title',
3202 - 'ajax-confirm-prompt',
3203 - 'ajax-confirm-save',
3204 - 'ajax-add-category-summary',
3205 - 'ajax-remove-category-summary',
3206 - 'ajax-confirm-actionsummary',
3207 - 'ajax-error-title',
3208 - 'ajax-error-dismiss',
3209 - 'ajax-remove-category-error',
3210 - ),
32113198 'comparepages' => array(
32123199 'comparepages'.
32133200 'compare-selector',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4318,19 +4318,4 @@
43194319 'htmlform-reset' => 'Undo changes',
43204320 'htmlform-selectorother-other' => 'Other',
43214321
4322 -# Add categories per AJAX
4323 -'ajax-add-category' => 'Add category',
4324 -'ajax-add-category-submit' => 'Add',
4325 -'ajax-confirm-title' => 'Confirm action',
4326 -'ajax-confirm-prompt' => 'You can provide an edit summary below.
4327 -Click "Save" to save your edit.',
4328 -'ajax-confirm-save' => 'Save',
4329 -'ajax-add-category-summary' => 'Add category "$1"',
4330 -'ajax-remove-category-summary' => 'Remove category "$1"',
4331 -'ajax-confirm-actionsummary' => 'Action to take:',
4332 -'ajax-error-title' => 'Error',
4333 -'ajax-error-dismiss' => 'OK',
4334 -'ajax-remove-category-error' => 'It was not possible to remove this category.
4335 -This usually occurs when the category has been added to the page in a template.',
4336 -
43374322 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r68292* remove mention of $wgUseAJAXCategories feature from RELEASE-NOTES...siebrand22:28, 19 June 2010
r68294Follow-up r68291: also remove 'ajax-category' from $wgBlockCommentssiebrand22:31, 19 June 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56032Add AJAX category management system. Includes suggestion system, dialogs for ...werdna15:02, 8 September 2009
r59446Removed JS2 work (has been moved to the js2-work branch). Has been lightly te...tstarling12:00, 26 November 2009

Status & tagging log