Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Add activity log and RSS feeds | Magnus Hagander | |
This somehow got dropped from the old site in a feature branch that was never merged... | |||
2015-01-19 | Add a 404 template | Magnus Hagander | |
2015-01-19 | Fix field accessor for author names in search results | Magnus Hagander | |
2015-01-03 | Typo fix, per Michael | Magnus Hagander | |
2014-07-19 | Add functionality to import upstream users | Magnus Hagander | |
2014-07-15 | Don't require attachments to attach a mail thread to an existing patch | Magnus Hagander | |
We still require attachments to create a new patch, but it should be possible to attach a pure discussion thread to an existing patch. | |||
2014-07-15 | Include latest email sent time in the patch overview | Magnus Hagander | |
2014-07-15 | Clear the patch filter when hidden, if it contained anything | Magnus Hagander | |
2014-07-15 | Add proper support for committing patches | Magnus 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-15 | Unify open and close status under one button | Magnus Hagander | |
Instead we use subheaders to show the difference between statuses that keep the patch open, and statuses that close it. | |||
2014-07-14 | Add a favicon | Magnus Hagander | |
2014-07-14 | Add ability to do global searches | Magnus Hagander | |
2014-05-24 | Add committer to main table, per req from Simon | Magnus Hagander | |
2014-04-28 | Consistently use "send private mail" | 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 | 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 | 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 | |
2013-08-24 | Reformat filtering and introduce filtering shortcuts | Magnus Hagander | |
2013-08-24 | More efficient space use on frontpage | Magnus Hagander | |
2013-08-24 | Use the full width by using a fluid design | Magnus Hagander | |
2013-08-24 | Clearify that we have both filtering and searching | 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 form layouts by not overriding things that shouldn't be | 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 | 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. | |||
2013-07-20 | Placeholder | Magnus Hagander | |
2013-07-19 | Add basic filtering support | Magnus Hagander | |
2013-07-19 | Direct links to interesting CFs | Magnus Hagander | |
2013-07-19 | Only CF managers (=staff users) can add patches to != open fests | Magnus Hagander | |
2013-07-19 | Fix typo | Magnus Hagander | |
2013-07-19 | Move all hacky CSS to one place. Might want to turn it into a file later, ↵ | Magnus Hagander | |
but not now. | |||
2013-07-19 | Make patch creation a separate workflow | Magnus Hagander | |