Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-25 | Silence pep8 warnings | Magnus Hagander | |
2021-11-25 | Replace django-selectable with selectize | Magnus 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-28 | Don't include "target version" on new patch form | Magnus Hagander | |
2019-02-06 | Add a field to each patch for target version | Magnus 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-06 | Fix class property reference for py3 | Magnus Hagander | |
2019-02-06 | Fix imports and exceptions for Python3 | Magnus Hagander | |
2019-02-06 | Fixes for pep8 compatibility | Magnus Hagander | |
2019-02-05 | Convert all spaces to tabs | Magnus Hagander | |
2018-12-26 | Change sort order for reviewers/authors in filter dropdown | Magnus 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-10 | And from the main editing form. Oops. | Magnus Hagander | |
2016-03-10 | Subscribers should be excluded from new patches form | Magnus Hagander | |
2015-08-14 | Ensure duplicate patches aren't created when an invalid msgid is entered | Magnus Hagander | |
2015-01-19 | Fix sorting of users (committers, authors and reviewers) | Magnus Hagander | |
2015-01-04 | Change installcheck -> installcheck-world, per Michael | Magnus Hagander | |
2014-04-28 | Add support for (bulk) emailing | Magnus Hagander | |
CF managers can now email authors and reviewers both individually on a patch, and in the full set of search results. | |||
2014-04-23 | Make it possible to change the status when commenting on a patch | Magnus Hagander | |
2013-08-24 | Add ability to query for own patches | Magnus Hagander | |
2013-08-24 | Some polishing on creation of new patches | Magnus Hagander | |
2013-08-24 | Add basic sorting | Magnus Hagander | |
2013-08-18 | Don't specify lastmail when creating new patches :O | Magnus Hagander | |
2013-08-18 | Add lastmail to fields excluded from editing | Magnus Hagander | |
2013-08-18 | Sync list of field names | Magnus Hagander | |
2013-07-19 | Add basic filtering support | Magnus Hagander | |
2013-07-19 | Make patch creation a separate workflow | Magnus Hagander | |
2013-07-19 | Really 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 |