[PATCH 0/3] Add some useful links around the interface

Simo Sorce idra at samba.org
Sat Oct 27 09:51:41 EST 2012


When looking at the patches in patchwork sometimes I feel the need to quickly
check out the actual code to see how the patch fits in.

This patchsets extends the projects info so that optionally an admin can add
- Project website url
- Code browser URL
- SCM Url

I also added a patch to add the project web site link in the main projects view
so that a casual vistor can check up what each project is without having to
hunt through a search engine for the project's home page.

The SCM Url is currently disaplayed only in the project info but comes handy
if you are looking at a patch and want to quickly git clone on a machine where
you hadn't previously pulled the code.

Simo Sorce (3):
  Add additional data to projects
  Add link to the projects website in the projects view
  Add web scm link to the list and patch view

 apps/patchwork/models.py                      |  3 +++
 lib/sql/migration/012-project-add-columns.sql |  5 +++++
 templates/base.html                           |  4 ++++
 templates/patchwork/patch.html                |  3 +++
 templates/patchwork/project.html              | 18 ++++++++++++++++++
 templates/patchwork/projects.html             |  9 +++++++--
 6 files changed, 40 insertions(+), 2 deletions(-)
 create mode 100644 lib/sql/migration/012-project-add-columns.sql

-- 
1.7.11.4



More information about the Patchwork mailing list