Show patches with: Archived = No       |   2546 patches
« 1 2 ... 21 22 2325 26 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[34/51] series: Enable sorting in the series list - - - - --- 2015-09-11 Damien Lespiau Superseded
[33/51] dynatable: Tweak dynatable to work with DRF ordering - - - - --- 2015-09-11 Damien Lespiau Superseded
[32/51] series: Make the reviewer field editable - - - - --- 2015-09-11 Damien Lespiau Superseded
[31/51] users: Expose a way to get a list of users for autocompletion - - - - --- 2015-09-11 Damien Lespiau Superseded
[30/51] js: Extract a function that changes the current context - - - - --- 2015-09-11 Damien Lespiau Superseded
[29/51] series: Add a detailed view a Series - - - - --- 2015-09-11 Damien Lespiau Superseded
[28/51] series: Add a first attempt at a Series list view - - - - --- 2015-09-11 Damien Lespiau Superseded
[27/51] gitignore: Explicitely ignore sub-directories in lib/packages - - - - --- 2015-09-11 Damien Lespiau Superseded
[26/51] dynatable: Allow the user to have pre-defined pagination links - - - - --- 2015-09-11 Damien Lespiau Superseded
[25/51] dynatable: Style the pagination widget to look list the patches one - - - - --- 2015-09-11 Damien Lespiau Superseded
[24/51] dynatable: Use our theming for the table headers - - - - --- 2015-09-11 Damien Lespiau Superseded
[23/51] dynatable: Allow the user to have a pre-defined per-page element - - - - --- 2015-09-11 Damien Lespiau Superseded
[21/51] api: Expose Revisions - - - - --- 2015-09-11 Damien Lespiau Superseded
[20/51] api: Expose Series - - - - --- 2015-09-11 Damien Lespiau Superseded
[19/51] Move files where they belong - - - - --- 2015-09-11 Damien Lespiau Superseded
[18/51] api: Expose projects - - - - --- 2015-09-11 Damien Lespiau Superseded
[17/51] style: Move the background color of the table headers to a class - - - - --- 2015-09-11 Damien Lespiau Superseded
[16/51] settings: Add Django REST framework to the project - - - - --- 2015-09-11 Damien Lespiau Superseded
[15/51] models: Monkey patch User to have a name() method - - - - --- 2015-09-11 Damien Lespiau Superseded
[14/51] model: Split a user_name() helper out of UserProfile - - - - --- 2015-09-11 Damien Lespiau Superseded
[12/51] series: Create Series objects when parsing mails - - - - --- 2015-09-11 Damien Lespiau Superseded
[11/51] series: Provide the migration step to add series - - - - --- 2015-09-11 Damien Lespiau Superseded
[10/51] series: Add a Series model - - - - --- 2015-09-11 Damien Lespiau Superseded
[09/51] person: Don't return the email along with the name in __unicode__ - - - - --- 2015-09-11 Damien Lespiau Superseded
[08/51] tests: Make sure all emails have a valid msgid - - - - --- 2015-09-11 Damien Lespiau Superseded
[07/51] parsemail: Strip mail signatures from comments - - - - --- 2015-09-11 Damien Lespiau Superseded
[06/51] parsemail: Extract building the list of mail references - - - - --- 2015-09-11 Damien Lespiau Superseded
[05/51] parsemail: Add a function to parse series markers eg. "1/12" - - - - --- 2015-09-11 Damien Lespiau Superseded
[04/51] parsemail: Make find_content() return a MailContent object - - - - --- 2015-09-11 Damien Lespiau Superseded
[03/51] parsemail: Return the list of prefixes when cleaning up the subject - - - - --- 2015-09-11 Damien Lespiau Superseded
[02/51] tests: Fix a typo in the MboxPassThroughHeaderTest description - - - - --- 2015-09-11 Damien Lespiau Superseded
[01/51] gitignore: Only ignore quilt files at the root of the repository - - - - --- 2015-09-11 Damien Lespiau Superseded
[7/7] Allow assigning of any user as delegate - - - - --- 2015-09-09 Stephen Finucane Superseded
[6/7] filters: Use jQuery UI autocomplete for submitters - - - - --- 2015-09-09 Stephen Finucane Superseded
[4/7] trivial: Cleanup of 'views/__init__.py' - - - - --- 2015-09-09 Stephen Finucane Superseded
[3/7] trivial: Cleanup of 'views/user.py' - - - - --- 2015-09-09 Stephen Finucane Superseded
[2/7] trivial: Cleanup of 'views/base.py' - - - - --- 2015-09-09 Stephen Finucane Superseded
[1/7] trivial: Cleanup of 'filters.py' - - - - --- 2015-09-09 Stephen Finucane Superseded
[51/51] patch-list: Tweak how A/R/T tags are displayed - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[50/51] filters: Fix submitter display when we only have an email address 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[49/51] filters: Submit the form when <Enter> is pressed on a closed submitter field - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[48/51] filter: Tweak the autocompletion behaviour on <Enter> - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[47/51] login: Focus the username field on load 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[46/51] patch-list: Use table-condensed to display the patch list 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[45/51] patch: Capitalize "Incoming Patches" 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[44/51] base: Don't put the logout button in the is_staff block 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[43/51] patch-list: Limit the number of chars to 100 for the patch subject 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[42/51] patch: Move the submitter and date out of the details - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[41/51] patch: Redesign slightly the comment headers 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[40/51] patch: Pull the download links next to the "Patch" header 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[39/51] patch: Override Bootstrap's <pre> styling 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[38/51] patch: Pull the patch between the commit message and comments - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[37/51] patch: Single out the commit message - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[36/51] patch: Remove the permalink item 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[35/51] style: Make the submission tables use #0A0A47 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[34/51] boxes: Style boxes like the patch form 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[33/51] patchform: Minimal changes so patchform titles don't look out of place 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[32/51] paginator: Redesign the paginator 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[31/51] paginator: Tweak the number of pages shown 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[30/51] base: Use a Bootstrap badge for the number of todo items 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[29/51] base: Capitalize the menu items in the navbar - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[28/51] base: Group username/profile/logout with a dropdown 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[27/51] patch-list: Make the table header sticky 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[26/51] package: Add the Sticky Table Header jQuery plugin 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[25/51] patch-list: Re-design the main list of patches with Bootsrap 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[24/51] filters: Rewrite the submitter autocompletion code - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[23/51] base: Add selectize to the base template 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[21/51] filters: Redesign the filters form with the help of bootstrap 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[20/51] filters: Fix a typo in comment 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[19/51] filters: Put the active filter values in bold - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[18/51] patch-list: Split the filter out of the patch table 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[17/51] filters: Use the glyphicons for add/remove signs 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[16/51] style.css: Rename the breadcrumb selectors 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[15/51] style.css: Provide a default <h2> style 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[14/51] html: Turn the navbar into a breadcrumb bar 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[13/51] base: Don't display the breadcrumb bar on the project list page - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[12/51] base: Move the project info into the navigation bar - - - - --- 2015-08-24 Damien Lespiau Changes Requested
[11/51] templates: Remove extraneous blank line at the end of base.html 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[10/51] templates: Move "About" at the bottom of the page 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[09/51] templates: Redesign the breadcrumbs bar 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[08/51] templates: Redesign the title bar 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[07/51] style.css: Tune <a> styling 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[06/51] style.css: Move the global <a> styling at the top 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[05/51] sytle.css: Remove the body selector, letting bootstrap's shine through 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[04/51] list: Replace the 16-arrow* icons by glyphicons 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[03/51] template: Add bootstrap to the base template 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[01/51] templates: Pull jquery into base.html 1 - - - --- 2015-08-24 Damien Lespiau Changes Requested
[PATCHv2] parsemail.py: Avoid skipping patches when parsing - - - - --- 2015-08-24 Jose Lamego __damien__ Superseded
[v2,16/16] settings: Move 'TEST_RUNNER' to correct location - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,15/16] settings: Fix deprecated 'TEST_CHARSET' warning - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,14/16] trivial: Add missing licenses to 'management' - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,13/16] trivial: Resolve PEP8 issues with 'management' - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,12/16] management: Resolve a bug with 'retag' command - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,11/16] management: Resolve bugs with 'cron' command - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,10/16] trivial: Remove dead imports from 'tests' - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,09/16] tests/test_user: Add "profile POST" tests - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,08/16] tests/test_user: Add "profile unlink" tests - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,07/16] tests: Move 'reverse' calls inside 'setUp' - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,06/16] trivial: Remove Python < 2.5 code - - - - --- 2015-08-21 Stephen Finucane Accepted
[v2,05/16] trivial: Resolve some PEP8 issues - - - - --- 2015-08-21 Stephen Finucane Accepted
« 1 2 ... 21 22 2325 26 »