Page MenuHomePhabricator

Display informational message for wikis that do not have Invitation Lists enabled
Closed, DuplicatePublic

Description

Acceptance Criteria:

  • Given that a user accesses a special page associated with Invitation Lists,
    • And the wiki does not have Invitation Lists enabled,
      • They should see the following message: This wiki does not have Invitation Lists enabled.
  • Given that a user accesses a special page associated with Invitation Lists,
    • And the wiki has Invitation Lists enabled,
      • And the user does not have the Event organizer right,
        • They should see the following message: You are not allowed to use Invitation Lists.

Event Timeline

ifried renamed this task from Display informational message for Event Invitation pages that are not on Wikipedia wikis to Display informational message for wikis that do not have Invitation Lists enabled.Jun 12 2024, 6:08 PM
ifried updated the task description. (Show Details)
ifried updated the task description. (Show Details)
ifried updated the task description. (Show Details)

@ifried just some notes on this one:

  • I think this could be merged with T356679
  • The default way to add messages to translation's files, is to make only the first letter uppercase
    • So this: You are not allowed to use Invitation Lists
    • Would be:You are not allowed to use invitation lists

I am saying this because this type of questions always shows up in code reviews.
Not sure though about the reason behind it, but I think it is due to internationalization or maybe just because it is the default, but @Daimona may know more about the reason why.