summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest
AgeCommit message (Collapse)Author
2014-05-24Add committer to main table, per req from SimonMagnus Hagander
2014-05-24Pass search queries down to the archives API endpointMagnus Hagander
This makes LIMIT work properly..
2014-05-18Give better error msg when trying to close out a patch on the last available cfMagnus Hagander
2014-04-28Consistently use "send private mail"Magnus 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-28Properly render hidden fieldsMagnus Hagander
2014-04-28User proper bootstrap 3 class for errorsMagnus Hagander
2014-04-24Add bootstrap theme CSS, forgotten in migration to bootstrap 3Magnus Hagander
2014-04-23Properly style controls in set of filtersMagnus Hagander
2014-04-23Add some spacing between labels when a patch is on multiple CFsMagnus Hagander
2014-04-23Make breadcrumbs more consistentMagnus Hagander
2014-04-23Upgrade to bootstrap 3Magnus Hagander
2014-04-23Fix double quotingMagnus 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-23Include login link on all pagesMagnus Hagander
On-demand login can be confusing for some...
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-23Properly style textareas in forms as wellMagnus Hagander
2014-04-22Style up the forms a little bitMagnus Hagander
2014-04-22Don't hardcode name of logged-in user :)Magnus Hagander
2014-04-22Add link to admin interface in headerMagnus Hagander
2014-04-22Add title attribute for "show all attachmentsMagnus Hagander
2014-04-22Add support for claiming and unclaiming as committerMagnus Hagander
2014-04-22Add integration with community auth systemMagnus Hagander
2014-04-22Don't barf when trying to filter on a user not logged inMagnus Hagander
2013-08-24Reformat filtering and introduce filtering shortcutsMagnus Hagander
2013-08-24Add ability to query for own patchesMagnus Hagander
2013-08-24Add bootstrap button scriptMagnus Hagander
2013-08-24More efficient space use on frontpageMagnus Hagander
2013-08-24Stremaline the new patch flowMagnus Hagander
2013-08-24Use the full width by using a fluid designMagnus Hagander
2013-08-24Don't crash on empty sortkeyMagnus Hagander
2013-08-24Clearify that we have both filtering and searchingMagnus Hagander
2013-08-24Only show threads with attachments on themMagnus Hagander
2013-08-24Some polishing on creation of new patchesMagnus Hagander
2013-08-24Add basic sortingMagnus Hagander
2013-08-22Add button to clear filterMagnus Hagander
2013-08-22Don't abbrev, it's on it's own line anywayMagnus Hagander
2013-08-18Fix typosMagnus Hagander
2013-08-18Don't specify lastmail when creating new patches :OMagnus 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 lastmail to fields excluded from editingMagnus Hagander
2013-08-18Add commentMagnus Hagander
2013-08-18Track and show the last time an email was sent for a patchMagnus Hagander
This tracks all the emails that are sent on a patch. Note that this currently only picks up emalis when the attach thread function is used, since there is no cronjob that fetches this data yet. When that job is added, it should also update this field.
2013-08-18Fix typoMagnus Hagander
2013-08-18Add some more admin viewsMagnus Hagander
2013-08-18Track which attachments are actually patchesMagnus Hagander
This weill eventually get exposed as some sort of API for a buildbot, but we might as well track it and show it on the website already now.