8000 Tags · Avartii/wscontest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Avartii/wscontest

Tags

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix query for total users

Fix query that counts total
number of users to be displayed
on the home page

Bug: T348210

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature: Contest deletion

Add the contest delete feature
that allows admins to delete
contests created by them

Bug: T197769

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

2.3.6

Toggle 2.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

2.3.5

Toggle 2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add link to revision diff

A slightly hacky way to get the base URL, but it works and avoids
having to look up the URL of index.php.

2.3.4

Toggle 2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update PHP dependencies

To get the latest version of wikisource/api.

Bug: T328395

2.3.3

Toggle 2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Symfony Flex (wikisource#55)

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Also check in progress contest access (wikisource#53)

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove dupes from recent contest list

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
0