summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/forms.py
AgeCommit message (Collapse)Author
2021-11-25Silence pep8 warningsMagnus 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.
2019-02-28Don't include "target version" on new patch formMagnus Hagander
2019-02-06Add a field to each patch for target versionMagnus Hagander
This is particularly interesting towards the end of a cycle where it can be used to flag patches that are not intended for the current version but still needs review.
2019-02-06Fix class property reference for py3Magnus Hagander
2019-02-06Fix imports and exceptions for Python3Magnus Hagander
2019-02-06Fixes for pep8 compatibilityMagnus Hagander
2019-02-05Convert all spaces to tabsMagnus Hagander
2018-12-26Change sort order for reviewers/authors in filter dropdownMagnus Hagander
Previously it was sorted by last name, which did not always make sense. Canged to sort by first name, which hopefully makes more sense. Per request from Alvaro Herrera and others.
2016-03-10And from the main editing form. Oops.Magnus Hagander
2016-03-10Subscribers should be excluded from new patches formMagnus Hagander
2015-08-14Ensure duplicate patches aren't created when an invalid msgid is enteredMagnus Hagander
2015-01-19Fix sorting of users (committers, authors and reviewers)Magnus Hagander
2015-01-04Change installcheck -> installcheck-world, per MichaelMagnus 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-23Make it possible to change the status when commenting on a patchMagnus Hagander
2013-08-24Add ability to query for own patchesMagnus Hagander
2013-08-24Some polishing on creation of new patchesMagnus Hagander
2013-08-24Add basic sortingMagnus Hagander
2013-08-18Don't specify lastmail when creating new patches :OMagnus Hagander
2013-08-18Add lastmail to fields excluded from editingMagnus Hagander
2013-08-18Sync list of field namesMagnus Hagander
2013-07-19Add basic filtering supportMagnus 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