Index: branches/REL1_16/phase3/maintenance/language/messages.inc |
— | — | @@ -3126,19 +3126,6 @@ |
3127 | 3127 | 'htmlform-reset', |
3128 | 3128 | 'htmlform-selectorother-other', |
3129 | 3129 | ), |
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 | | - ), |
3143 | 3130 | ); |
3144 | 3131 | |
3145 | 3132 | /** Comments for each block */ |
Index: branches/REL1_16/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4216,19 +4216,4 @@ |
4217 | 4217 | 'htmlform-reset' => 'Undo changes', |
4218 | 4218 | 'htmlform-selectorother-other' => 'Other', |
4219 | 4219 | |
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 | | - |
4235 | 4220 | ); |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -322,9 +322,6 @@ |
323 | 323 | * Note on non-existing user and user talk pages if user does not exist |
324 | 324 | * New hook ShowMissingArticle so extensions can modify the output for |
325 | 325 | 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. |
329 | 326 | * Admins could disable some variants using $wgDisabledVariants now. ONLY apply |
330 | 327 | on wikis enabled LanguageConverter. |
331 | 328 | * (bug 16310) Credits page now lists IP addresses rather than saying the number |