r68292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68291‎ | r68292 | r68293 >
Date:22:28, 19 June 2010
Author:siebrand
Status:ok
Tags:
Comment:
* remove mention of $wgUseAJAXCategories feature from RELEASE-NOTES
* remove messages for removed $wgUseAJAXCategories feature

References: r68291, r59446, r56032
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /branches/REL1_16/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/maintenance/language/messages.inc
@@ -3126,19 +3126,6 @@
31273127 'htmlform-reset',
31283128 'htmlform-selectorother-other',
31293129 ),
3130 - 'ajax-category' => array(
3131 - 'ajax-add-category',
3132 - 'ajax-add-category-submit',
3133 - 'ajax-confirm-title',
3134 - 'ajax-confirm-prompt',
3135 - 'ajax-confirm-save',
3136 - 'ajax-add-category-summary',
3137 - 'ajax-remove-category-summary',
3138 - 'ajax-confirm-actionsummary',
3139 - 'ajax-error-title',
3140 - 'ajax-error-dismiss',
3141 - 'ajax-remove-category-error',
3142 - ),
31433130 );
31443131
31453132 /** Comments for each block */
Index: branches/REL1_16/phase3/languages/messages/MessagesEn.php
@@ -4216,19 +4216,4 @@
42174217 'htmlform-reset' => 'Undo changes',
42184218 'htmlform-selectorother-other' => 'Other',
42194219
4220 -# Add categories per AJAX
4221 -'ajax-add-category' => 'Add category',
4222 -'ajax-add-category-submit' => 'Add',
4223 -'ajax-confirm-title' => 'Confirm action',
4224 -'ajax-confirm-prompt' => 'You can provide an edit summary below.
4225 -Click "Save" to save your edit.',
4226 -'ajax-confirm-save' => 'Save',
4227 -'ajax-add-category-summary' => 'Add category "$1"',
4228 -'ajax-remove-category-summary' => 'Remove category "$1"',
4229 -'ajax-confirm-actionsummary' => 'Action to take:',
4230 -'ajax-error-title' => 'Error',
4231 -'ajax-error-dismiss' => 'OK',
4232 -'ajax-remove-category-error' => 'It was not possible to remove this category.
4233 -This usually occurs when the category has been added to the page in a template.',
4234 -
42354220 );
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -322,9 +322,6 @@
323323 * Note on non-existing user and user talk pages if user does not exist
324324 * New hook ShowMissingArticle so extensions can modify the output for
325325 non-existent pages.
326 -* Added $wgUseAJAXCategories allow enabling AJAX based categories system.
327 - This works on all namespaces. Enabled namespaces can be reduces using
328 - $wgAJAXCategoriesNamespaces.
329326 * Admins could disable some variants using $wgDisabledVariants now. ONLY apply
330327 on wikis enabled LanguageConverter.
331328 * (bug 16310) Credits page now lists IP addresses rather than saying the number

Follow-up revisions

RevisionCommit summaryAuthorDate
r68293Follow-up r68292: also remove 'ajax-category' from $wgBlockCommentssiebrand22:30, 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
r68291Follow-up r59446 (removal of JS2 work): remove messages that were added in r5...siebrand22:22, 19 June 2010

Status & tagging log