summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/views.py
AgeCommit message (Collapse)Author
2015-01-19Add commitfest redirects for /open and /inprogressMagnus Hagander
Requested by Robert Haas
2014-07-15Fix send button on cf admin emailsMagnus Hagander
2014-07-15Include name of cf username causing emails to be sent in the headersMagnus Hagander
2014-07-15Add proper support for committing patchesMagnus Hagander
This will prompt for who was the committer, and default to either the user listed as a committer if there is one, or to the current user if the current user happens to be a committer.
2014-07-14Remove accidental debugging statementMagnus Hagander
2014-07-14Add ability to do global searchesMagnus Hagander
2014-07-14Change title of view patch page to actually be name of patchMagnus Hagander
2014-05-18Give better error msg when trying to close out a patch on the last available cfMagnus Hagander
2014-04-28Show warning when trying to send email to zero recipientsMagnus 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 breadcrumbs more consistentMagnus Hagander
2014-04-23Better way of fixing the djselectable problem - use bootstrap buttonsMagnus Hagander
2014-04-23Fix removing of authors/reviewersMagnus Hagander
There's a conflict between jquery-ui and bootstrap for buttons that breaks django-selectable. The documented workaround doesn't work, but for now we don't have any pages that require both at the same time, so just suppress the bootstrap javascript when jquery-ui buttons are required.
2014-04-23Don't hardcode the email address of hackersMagnus Hagander
2014-04-23Make it possible to change the status when commenting on a patchMagnus Hagander
2014-04-22Add support for claiming and unclaiming as committerMagnus Hagander
2014-04-22Don't barf when trying to filter on a user not logged inMagnus Hagander
2013-08-24Add ability to query for own patchesMagnus Hagander
2013-08-24Stremaline the new patch flowMagnus Hagander
2013-08-24Don't crash on empty sortkeyMagnus Hagander
2013-08-24Some polishing on creation of new patchesMagnus Hagander
2013-08-24Add basic sortingMagnus Hagander
2013-08-18Fix typosMagnus Hagander
2013-08-18Create history entries for fields that are changed on a patchMagnus Hagander
2013-08-18Fix form layouts by not overriding things that shouldn't beMagnus Hagander
2013-08-18Add commentMagnus Hagander
2013-08-18Handle errors when talking to the archives backendMagnus Hagander
2013-07-19Add basic filtering supportMagnus Hagander
2013-07-19Direct links to interesting CFsMagnus Hagander
2013-07-19Only CF managers (=staff users) can add patches to != open festsMagnus Hagander
2013-07-19Ability to add new patchesMagnus 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