r84023 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84022‎ | r84023 | r84024 >
Date:15:10, 15 March 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Follow-up r84014: Add descriptive messages for the new user rights. These are shown on [[Special:ListGroupRights]].
Modified paths:
  • /trunk/extensions/ArticleToCategory2/ArticleToCategory2.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleToCategory2/ArticleToCategory2.i18n.php
@@ -16,6 +16,8 @@
1717 'articletocategory2-create-article-under-category-button' => 'Create',
1818 'articletocategory2-create-category-under-category-text' => 'Add a category to this category',
1919 'articletocategory2-create-category-under-category-button' => 'Create',
 20+ 'right-ArticleToCategory2' => 'Add article to category',
 21+ 'right-ArticleToCategory2AddCat' => 'Add category to category',
2022 );
2123
2224 /** Message documentation (Message documentation)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84014Stepped up to version 1. Removed since it was replaced by GroupPermissions A...mikaellindmark13:03, 15 March 2011

Comments

#Comment by MikaelLindmark (talk | contribs)   10:04, 16 March 2011

Looking back I regret I didn't called it "Add a article from a category page" or something. Is "Add article to this category" describing enough or is it confusing?

#Comment by Nikerabbit (talk | contribs)   10:07, 16 March 2011

Add a article from a category page

Add to where?

#Comment by MikaelLindmark (talk | contribs)   10:50, 16 March 2011

Add an article (or a category if that is enabled) to the category being viewed (using the ArticleToCategory2 input box).

#Comment by Nikerabbit (talk | contribs)   14:38, 16 March 2011

Ah, why does that even need a special permission?

#Comment by MikaelLindmark (talk | contribs)   15:57, 16 March 2011

Well, not at all. If some users are prevented from creating categories it will be possible to disable their "Add a category to this category" input box, It will be possible to disable the extension for some users, etc. This change is a part of a larger project involving more extensions.

Status & tagging log