You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle mulwikisource in wscontest
Update dependency to use the new wikisource/api release that handles mulwikiosurce, and normalise mulwikisource URLs before saving to database.
Bug: #T345325
URL-decode index page URLs earlier, for all uses
The list of index page URLs was only being decoded for saving
them, but not for linking them to contests. This change moves
the decoding up into the controller, and lets both repositories
assume that the URLs are already good to go.
Bug: T331226
New contest privacy feature (wikisource#48)
Add new 'privacy' field to the contest form, and change contest
visibility accordingly. Also fix a few missed i18n messages.
Bug: T324388