summaryrefslogtreecommitdiff
path: root/pgcommitfest/urls.py
AgeCommit message (Collapse)Author
2024-08-02Add a stable URL for a patch that redirects to latest cfJelte Fennema-Nio
Links to patches get outdated ever time we move it to new commitfest.
2024-08-02Add /current link that links to either /inprogress or /openJelte Fennema-Nio
2024-08-02Redirect /open fullyJelte Fennema-Nio
Now it forwards everything after the slash so that links like the following work: /open/new/ /open?author=-3
2024-05-08Update url matching for django 4.2Magnus Hagander
2021-11-25Replace django-selectable with selectizeMagnus Hagander
django-selectable is no longer maintained, and will cause issues in newer versions of django. selectize is what we use in the pgeu-system codebase today, so copy the handling over from there.
2020-08-11Move handling of secondary email addresses upstreamMagnus Hagander
Since the upstream main website now handles secondary email addresses, centralize the handling to there. This removes the local handling completely, except that we store them in the database. The new push-changes API ensures that they are kept in sync with upstream.
2020-08-11Import latest version of community authentication pluginMagnus Hagander
This includes now accepting push changes from upstream.
2020-04-01Updates for django 2.2Magnus Hagander
2019-02-06Fixes for pep8 compatibilityMagnus Hagander
2018-12-23Add "withdrawn" commitfest statusMagnus Hagander
By popular (?) request
2018-02-21Implement thread notification receivingMagnus Hagander
This allows the archivs server to ping the CF app to pick up updates to mailthreads quicker.
2018-02-21Update format of urls.py to be compatible with newer djangoMagnus Hagander
2016-02-12Implement notificationsMagnus Hagander
This makes it possible to receive notifications (via email) when a patch has been updated. It's possible to subscribe to notifications on a specific patch. It is also possible to set the user profile up so that one receives notifications for all patches where one is author, reviewer or committer on. Notifications are, of course, only sent when other people make modifications to the entry.
2016-01-20Add report showing author/reviewer statsMagnus Hagander
Grouped by each contriubtor, show which patches this person is the author and reviewer of, to compare how many of each people have.
2016-01-06Fix default url import namespaceMagnus Hagander
2016-01-06Fully qualify importsMagnus Hagander
2015-04-28Rename "returned with feedback"->"move to next cf", add new "returned with ↵Magnus Hagander
feedback" Returned with Feedback will now actually close the patch and *not* move it to the next CF. Since it used to do that, all existing Returned with Feedback patches are changed to Moved to next CF which does the same thing that Returned with Feedback used to do. And of course, Moved to next CF is a new option available for each patch from now on.
2015-01-22Implement support for secondary email addressesMagnus Hagander
Each user can add a secondary email (well, more than one) and then pick one of those when sending email. Addresses are validated by sending a token to the newly added address, with a link to click to confirm it. Only a fully confirmed address can actually be used.
2015-01-20Add activity log and RSS feedsMagnus Hagander
This somehow got dropped from the old site in a feature branch that was never merged...
2015-01-19Add commitfest redirects for /open and /inprogressMagnus Hagander
Requested by Robert Haas
2014-07-14Add ability to do global searchesMagnus Hagander
2014-04-28Add support for (bulk) emailingMagnus Hagander
CF managers can now email authors and reviewers both individually on a patch, and in the full set of search results.
2014-04-22Add support for claiming and unclaiming as committerMagnus Hagander
2014-04-22Add integration with community auth systemMagnus Hagander
2013-07-19Make patch creation a separate workflowMagnus Hagander
2013-07-19Really need to get this into git, so I can do some hacking.Magnus Hagander
May very well do a complete rebase later to get rid of history