summaryrefslogtreecommitdiffstats
path: root/static
Commit message (Collapse)AuthorAgeFilesLines
* distributions.json: Add trixieSalvatore Bonaccorso2020-11-211-0/+5
|
* distributions.json: Drop contact information for jessieSalvatore Bonaccorso2020-06-201-2/+2
| | | | Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* distributions.json: Move support of stretch to LTS teamSalvatore Bonaccorso2020-06-201-2/+2
| | | | | | | distributions.json is used by reportbug to decide where to redirect potential regression reports. Move support for stretch to the LTS team. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* distributions.json: Mark buster as supported by the Debian security teamSalvatore Bonaccorso2019-07-061-2/+2
|
* Drop support and contact information for wheezy (eol)Salvatore Bonaccorso2018-06-161-2/+2
|
* Move support of jessie to LTS teamSalvatore Bonaccorso2018-06-161-2/+2
| | | | | distributions.json is used by reportbug to decide where to redirect potential regression reports. Move support for jessie to the LTS team.
* distributions.json: Add bookwormSalvatore Bonaccorso2018-06-011-0/+5
|
* Add empty string as contact for distributions not yet supportedSalvatore Bonaccorso2018-01-271-2/+4
| | | | As asked by Markus Koschany for #878088 implementation.
* Add contact point for the supported distributions, cf. #878088Salvatore Bonaccorso2017-12-291-3/+6
| | | | | | | Add an additional field referring to the desired contact address. In case of no support, the field is not present. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59011 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add distributions.json static file with mapping from codename to support and ↵Salvatore Bonaccorso2017-12-101-0/+22
| | | | | | | | versions Cf. #878088 git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58436 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Give /tracker/status/release/stable the ability to filter on "ignored" & ↵Sebastien Delafond2017-08-101-1/+9
| | | | | | "postponed" no-dsa substates git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54582 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Overhaul the source-package pageFlorian Weimer2015-05-251-0/+1
| | | | | | | | | | | | | | | | | | | This commit addresses a long-standing bug where resolved bugs disappear completely. In addition, lts/security archives are no longer shown separately, and no-dsa is marked explicitly. The package vulnerability state is taken from the database, so it is hopefully quite accurate. Remove security_db.DB.getBugsForSourcePackage() and replace it with a global function security_db.getBugsForSourcePackage(). Add additional named tuples BugForSourcePackage, BugForSourcePackageRelease, BugsForSourcePackage_internal. Add yellow CSS style. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34502 e39458fd-73e7-0310-bf30-c45bca0a0e42
* improve formatting, whitespace changes onlyHolger Levsen2014-09-231-8/+9
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28973 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use blue and inline-block as suggested by UlrikeHolger Levsen2014-09-221-6/+10
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28966 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use labels instead of spans in filter checkbox areaUlrike Uhlig2014-09-221-6/+8
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28965 e39458fd-73e7-0310-bf30-c45bca0a0e42
* style checkboxes of filter issues areaUlrike Uhlig2014-09-221-1/+37
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28964 e39458fd-73e7-0310-bf30-c45bca0a0e42
* move javascript code into external fileHolger Levsen2014-09-201-0/+15
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28928 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use debian color as mentioned on https://wiki.debian.org/DebianLogoUlrike Uhlig2014-09-151-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28807 e39458fd-73e7-0310-bf30-c45bca0a0e42
* color nitpicking: use correct Debian logo color and friendlier orangeUlrike Uhlig2014-09-151-3/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28806 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Consistent indentation with tabs in style.cssSalvatore Bonaccorso2014-09-151-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28805 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Styles for form elements. Smaller logo. Gain some vertical space.Ulrike Uhlig2014-09-152-6/+32
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28804 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use nav element for menu on homepage. add some css for nav and pre elements, ↵Ulrike Uhlig2014-09-151-13/+25
| | | | | | improve h1. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28803 e39458fd-73e7-0310-bf30-c45bca0a0e42
* correct UL element. Take out the search form of the ul element on the homepage.Ulrike Uhlig2014-09-151-2/+15
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28802 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use local copy of Debian logo.pngHolger Levsen2014-09-152-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28800 e39458fd-73e7-0310-bf30-c45bca0a0e42
* introduce new directory and serve static files from there, currently just ↵Holger Levsen2014-09-151-0/+133
static/style.css git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28799 e39458fd-73e7-0310-bf30-c45bca0a0e42

© 2014-2024 Faster IT GmbH | imprint | privacy policy