summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2015-06-05improve performance of "teams" overview pageAndy Doan
This page was impossibly slow. Now its only really slow. This can't be improved until we have a better way to track patch contributions. This change causes us to have an unused function which I was happy to remove Change-Id: If240965cd5b04d681ed28afb9c017a683ac854e1
2015-03-31add 1 month column to reportAndy Doan
Change-Id: I552ff877114edc8f1e7995ecb53fcf0edcb4d13e
2015-03-25add a "project activity report"Andy Doan
This is per: https://cards.linaro.org/browse/REQ-651 We have a few people that want a global view of what projects are most actively contributed to by Linaro. I spent a little time trying to come up with the most efficient way to query this information. Ultimately I choose a single query that then filled in the 3 reports we need (12mon, 6mon, 3mon). I was finding any other approach required me to hit the DB more. This query runs around 9 seconds at home, but can take up to 20s in production (i assume slow ec2 disk). Because of this, and the fact its targeted to a limited one-off type audience, I'm not exposing the URL any where on our site. ie - users have to know about the URL to pull up this report. Change-Id: I9847fc5e33edd5a0652796a209ff799810139ae7
2014-12-16provide a view of patches from a userAndy Doan
This allows you to click on each member from the team view and see patches they are marked as an author of. Change-Id: I4441c61a6481cd613dbd9e9a83f82c8981fe7e2d
2014-07-31Include deployed version information in page footer2014.07Andy Doan
Change-Id: I7f4c61992eff75ef19fa840e6d2d911f4512519a
2014-02-12Removed monthly highlight code.Milo Casagrande
* Removed the code that provided the monthly hightlights on the front page. It was not used anymore, and in production it was already disabled.
2013-11-12Import YUI's grids-min.css into codebase.Paul Sokolovsky
Imported file https://yui-s.yahooapis.com/3.3.0/build/cssgrids/grids-min.css to resolve http:/https: issues. Protocol-relative link (starting with //) won't work here as domain name also needs changing for SSL. As that file is merely few styles, just import it inside.
2013-10-16Added 500html template.Milo Casagrande
2012-01-04Add the google analytics blurb to templates/base.html so that we gather ↵Guilherme Salgado
stats about patches.l.o on Linaro's google analytics account
2011-11-01Add a version of the time-to-acceptance patch to the team pageGuilherme Salgado
2011-11-01Fix bugs 868454, 845606, 865662 and 819725Guilherme Salgado
2011-09-01Add a link, on the frontpage, to the new /teams pageGuilherme Salgado
2011-09-01Some small fixes suggested by Paul, plus docs for all the Linaro-specificGuilherme Salgado
features and a new page showing the number of patches submitted for all teams
2011-08-25Fix the links to projects on frontpage's oldest/latest patch listsGuilherme Salgado
2011-07-19Track AOSP patches and pull frontpage highlights from the blogGuilherme Salgado
- We now have a script to pull changes submitted by any of our users from review.source.android.com and include them in our statistics - There's also a script which pulls blog posts from a certain category of the Linaro blog and use the latest one on the frontpage.
2011-07-11Show the latest 10 patches submitted on the front pageGuilherme Salgado
Also changes the list of 10 oldest patches to include the project
2011-07-08Show number of patch authors for the previous month on the front pageGuilherme Salgado
2011-07-05Change the first paragraph on the project page to state that only patches ↵Guilherme Salgado
authored by Linaro engineers are part of our statistics
2011-07-05Show oldest patches on the front page plus some other changes that should'veGuilherme Salgado
been included in the previous commit - Fix rendering of charts on IE8 - Make patch-list filter more visible
2011-06-30Make it possible to access patches via /<patch-id>Guilherme Salgado
2011-06-30Make patches accesible on /<patch-id> and put a link to the user's dashboard ↵Guilherme Salgado
in place of the login one at the top right corner so that users have a reason to login
2011-06-30More assorted tweaks/fixesGuilherme Salgado
- Show the patch list on a project's page - Link email message IDs to gmane - Reorganize the team page so that the chart is now at the top - Remove some unnecessary stuff (download/permalink) from the patch page
2011-06-28A few more unrelated fixes/changes:Guilherme Salgado
- Tests for a bunch of patchmetrics pages - Removal of some stuff that's no longer needed - FAQ update to reflect changes I've done earlier to the statistics on the frontpage.
2011-06-28A few unrelated fixes and improvementsGuilherme Salgado
- Show the list of patches on a team's page - Linkify commit references on a project/patch page - Fix the ensure_source_checkout_for_project() to use 'pull' instead of 'fetch' as we want to update our local branch as well.
2011-06-22New chart on the frontpage showing the time-to-patch-acceptance distributionGuilherme Salgado
2011-06-22Change the patch-age chart to show ages relative to the current date and to ↵Guilherme Salgado
use bars instead of lines
2011-06-22A few layout/UI tweaks, including the use of yui3 grids instead of CSS3's ↵Guilherme Salgado
multi-column layout.
2011-06-17Use jquery.flot instead of jquery.gchart for the charts as the former draws ↵Guilherme Salgado
much nicer charts and the latter is no longer maintained
2011-06-13A couple fixes to small issues detected during the deployment plus a bunch ↵Guilherme Salgado
of UI improvements
2011-06-10A few more cosmetical issuesGuilherme Salgado
2011-06-10A few trivial theming fixes and adding a template that should've been added ↵Guilherme Salgado
in the previous commit
2011-06-09Remove the register link from the base template and update docs to mention ↵Guilherme Salgado
setting LOGIN_REDIRECT_URL
2011-06-09Fix the multi-column in the front page to make sure it doesn't get screwed ↵Guilherme Salgado
up when the content between the two columns is not balanced
2011-06-09Get rid of patchmetric's base.html and instead change the original base.html ↵Guilherme Salgado
to suit our needs. Now there's no longer a distinction between patchwork and patchmetrics pages and their headings all link to patchmetrics' frontpage.
2011-06-09Minor fix on /metrics frontpage to force a column break at the end of the ↵Guilherme Salgado
list of projects
2011-06-08Change reassign-patches-from-unknown-project.py to set a submitter for patchesGuilherme Salgado
extracted from branch revision notification coming from Launchpad Change the team/project charts to include the current month.
2011-06-08A FAQ for the reports.Guilherme Salgado
2011-06-08Infrastructure for getting per-team patch countsGuilherme Salgado
2011-06-08Some infrastructure for per-project metrics/reportsGuilherme Salgado
2011-06-08A new frontpage with a chart showing patches submitted/accepted per monthGuilherme Salgado
2011-06-08A new frontpage for patchmetricsGuilherme Salgado
2011-06-08Allow regular users to move patches from one project to another.Guilherme Salgado
2011-06-03Expose project VCS details both on the UI and on the XML-RPC APIGuilherme Salgado
Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org>
2011-06-03A new page that displays the patches for which the user is waiting feedbackGuilherme Salgado
This page shows all patches in a state that requires action and that have been submitted by the logged in user to a given project. Also, the profile page now has an extra section with links to this page for every project on which the user has patches that need feedback. Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org>
2011-04-19Make it possible, via a config setting, to use OpenID for authenticationGuilherme Salgado
The default still is to authenticate against the local user database, though. Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org>
2011-04-14views: Refactor generic_list() to make it less complicatedGuilherme Salgado
When a form is submitted it now delegates to separate processing functions according to the action. Apart from being more readable it's now a lot easier to add extra forms for processing lists of patches. Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2011-03-30templates: remove redundant 'about' link from main navJeremy Kerr
We have a link to the about page right below. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2011-03-08Remove unused templates and some code for processing themGuilherme Salgado
These seem to be what was used in the past to archive/unarchive and delete patches. Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2011-02-11templates: Spelling fixDirk Wallenstein
Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2010-12-10templates: use custom templates for password changeJeremy Kerr
Add a couple of templates to keep the password change flow in the same look & feel as the rest of the site. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>