Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-24 | Add committer to main table, per req from Simon | Magnus Hagander | |
2014-05-24 | Pass search queries down to the archives API endpoint | Magnus Hagander | |
This makes LIMIT work properly.. | |||
2014-05-18 | Give better error msg when trying to close out a patch on the last available cf | Magnus Hagander | |
2014-04-28 | Consistently use "send private mail" | Magnus Hagander | |
2014-04-28 | Show warning when trying to send email to zero recipients | 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-28 | Properly render hidden fields | Magnus Hagander | |
2014-04-28 | User proper bootstrap 3 class for errors | Magnus Hagander | |
2014-04-24 | Add bootstrap theme CSS, forgotten in migration to bootstrap 3 | Magnus Hagander | |
2014-04-23 | Properly style controls in set of filters | Magnus Hagander | |
2014-04-23 | Add some spacing between labels when a patch is on multiple CFs | Magnus Hagander | |
2014-04-23 | Make breadcrumbs more consistent | Magnus Hagander | |
2014-04-23 | Upgrade to bootstrap 3 | Magnus Hagander | |
2014-04-23 | Fix double quoting | Magnus Hagander | |
2014-04-23 | Better way of fixing the djselectable problem - use bootstrap buttons | Magnus Hagander | |
2014-04-23 | Fix removing of authors/reviewers | Magnus 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-23 | Include login link on all pages | Magnus Hagander | |
On-demand login can be confusing for some... | |||
2014-04-23 | Don't hardcode the email address of hackers | Magnus Hagander | |
2014-04-23 | Make it possible to change the status when commenting on a patch | Magnus Hagander | |
2014-04-23 | Properly style textareas in forms as well | Magnus Hagander | |
2014-04-22 | Style up the forms a little bit | Magnus Hagander | |
2014-04-22 | Don't hardcode name of logged-in user :) | Magnus Hagander | |
2014-04-22 | Add link to admin interface in header | Magnus Hagander | |
2014-04-22 | Add title attribute for "show all attachments | Magnus Hagander | |
2014-04-22 | Add support for claiming and unclaiming as committer | Magnus Hagander | |
2014-04-22 | Add integration with community auth system | Magnus Hagander | |
2014-04-22 | Don't barf when trying to filter on a user not logged in | Magnus Hagander | |
2013-08-24 | Reformat filtering and introduce filtering shortcuts | Magnus Hagander | |
2013-08-24 | Add ability to query for own patches | Magnus Hagander | |
2013-08-24 | Add bootstrap button script | Magnus Hagander | |
2013-08-24 | More efficient space use on frontpage | Magnus Hagander | |
2013-08-24 | Stremaline the new patch flow | Magnus Hagander | |
2013-08-24 | Use the full width by using a fluid design | Magnus Hagander | |
2013-08-24 | Don't crash on empty sortkey | Magnus Hagander | |
2013-08-24 | Clearify that we have both filtering and searching | Magnus Hagander | |
2013-08-24 | Only show threads with attachments on them | Magnus Hagander | |
2013-08-24 | Some polishing on creation of new patches | Magnus Hagander | |
2013-08-24 | Add basic sorting | Magnus Hagander | |
2013-08-22 | Add button to clear filter | Magnus Hagander | |
2013-08-22 | Don't abbrev, it's on it's own line anyway | Magnus Hagander | |
2013-08-18 | Fix typos | Magnus Hagander | |
2013-08-18 | Don't specify lastmail when creating new patches :O | Magnus Hagander | |
2013-08-18 | Create history entries for fields that are changed on a patch | Magnus Hagander | |
2013-08-18 | Fix form layouts by not overriding things that shouldn't be | Magnus Hagander | |
2013-08-18 | Add lastmail to fields excluded from editing | Magnus Hagander | |
2013-08-18 | Add comment | Magnus Hagander | |
2013-08-18 | Track and show the last time an email was sent for a patch | Magnus 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-18 | Fix typo | Magnus Hagander | |
2013-08-18 | Add some more admin views | Magnus Hagander | |
2013-08-18 | Track which attachments are actually patches | Magnus 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. |