[PATCH 00/19] Add latest UI rework changes
Stephen Finucane
stephen.finucane at intel.com
Thu Feb 4 08:31:35 AEDT 2016
Damien has some really nice work done on the freedesktop instance of
patchwork - so nice, in fact, that I used this instance for screenshots
included in the FOSDEM talk. Take the changes that are useful for
upstream and rebase them. The remaining changes, mostly centered around
series support, can be applied once that feature and related features
are complete.
Damien Lespiau (18):
ui: Don't allow to the date to wrap
ui: Don't display the '<' and '>' characters in the message-id
ui: Move the background color of the table headers to a class
ui: Make 'Patch count' look a bit less formal
urls: Create a project version of bundles
ui: Let the bootstrap inverse navbar style shine through
ui: Redesign navigation
ui: Use bootstrap container-fluid class
ui: Use <h1> for page titles
ui: Merge the admin link into the user dropdown
ui: Merge the TODO list into the user dropdown
ui: Redesign the pagination widgets
ui: Redesign the projects page
ui: Switch to HTML5 doctype and fix issues
ui: Put the project name by default on project pages
ui: Split the tiles in columns and increase the mininum size
ui: Make "All Projects" on the main page consistent with the rest
ui: Make the project a unit with 'Patchwork' in the menu bar
Stephen Finucane (1):
templates: Cleanup patch-list
htdocs/css/style.css | 115 ++++++--------------------
patchwork/filters.py | 6 +-
patchwork/templates/patchwork/bundle.html | 2 -
patchwork/templates/patchwork/bundles.html | 3 +-
patchwork/templates/patchwork/filters.html | 6 +-
patchwork/templates/patchwork/list.html | 5 +-
patchwork/templates/patchwork/pagination.html | 8 +-
patchwork/templates/patchwork/patch-list.html | 115 ++++++++++++++------------
patchwork/templates/patchwork/patch.html | 12 +--
patchwork/templates/patchwork/profile.html | 5 +-
patchwork/templates/patchwork/project.html | 5 +-
patchwork/templates/patchwork/projects.html | 50 +++++++----
patchwork/templates/patchwork/todo-list.html | 2 +-
patchwork/templates/patchwork/todo-lists.html | 1 +
patchwork/templatetags/patch.py | 7 ++
patchwork/templatetags/project.py | 33 ++++++++
patchwork/urls.py | 6 +-
patchwork/views/bundle.py | 13 ++-
templates/base.html | 84 +++++++++++--------
19 files changed, 253 insertions(+), 225 deletions(-)
create mode 100644 patchwork/templatetags/project.py
--
2.0.0
More information about the Patchwork
mailing list