summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2018-11-18differences: remove leftover JavaScript from 373a426cbJelle van der Waa1-8/+0
In 373a426cb we removed the i686/x64_64 differences report and forgot to remove the used JavaScript functions.
2018-10-21Add “rel” attribute to pagination linkscoderkun2-4/+4
Add the “rel” attribute for “prev” and “next” to the pagination links of news and packages.
2018-08-12remove unused signoff reportJelle van der Waa1-41/+0
The signoff report command was removed in 32e3c6f9a76928d0250b55e92 but the template file was kept while it should have been removed.
2018-07-19Remove extra newline after the end span tag and before the li tagnehoffman2-11/+10
Closes: #112
2018-06-08feeds: Add package removal / deletion feedJelle van der Waa1-0/+62
Add new feeds for newly added packages and packages which where removed from the repository's.
2018-05-07public: Add vagrant image link to download pageJelle van der Waa1-0/+7
Mention the official Vagrant image on the download page and where to find it.
2018-04-08templates: fix cycle syntaxJelle van der Waa1-1/+1
According to the docs cycle takes two string arguments.
2018-04-08Stop loading cycle from future everywhereJohannes Löthberg16-16/+0
It's available already since we're no longer in the past, and can't load from future *in* the future. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-03-23FS#51458: Add HELLOTUX to the support section (#89)jelle van der Waa1-0/+2
Include a link to the HELLOTUX t-shirt store, which donates $2 per bought t-shirt to Arch Linux.
2018-03-14Fix a typo in packages/search.html templateFelix Yan1-1/+1
2018-03-13Re-add missing release details viewJelle van der Waa1-0/+49
In 875d50d8f the Iso Model was removed and also the release_detail view which should have stayed since it's still used.
2018-03-13Revert "Remove link to a deprecated view"Jelle van der Waa1-1/+1
This reverts commit 5578d3ac6d0318b9a94713e82044783aa1f5b3b5.
2018-03-12Remove link to a deprecated viewAngel Velasquez1-1/+1
Release details links was removed so it was giving a 500 because the template does not exist anymore, removing the link
2018-02-18Misc fixes (#84)jelle van der Waa2-3/+3
* Update coveragerc to exclude newly located tests There are now tests under main/tests/* etc, which should be omitted for coverage. * omit settings from coverage settings and local_settings aren't interesting for coverage, omit them. * remove leftover secure context processor The secure context processor was used to determine if the cdn served assets should be loaded over https or http. Since assets are no longer served with a cdn and the whole site is loaded over https these days, this code is dead and can be removed. * packages: Add test for flagging packages out of date Add simple test cases for flagging packages out of date, should later be improved to query the Package model for packages and use that data instead of hardcoding.
2018-02-17Remove unused Iso Model (#82)jelle van der Waa1-49/+0
The ISO model was used for the releng feedback form which was removed earlier. All this code is therefore now unused.
2018-01-29More code refactoring / tests (#79)jelle van der Waa6-2/+4
* main: move tests to main/tests Move the templatetags tests to main/tests/test_templatetags. * main: Add test for templatetags country Create a test for the templatetag country_flag. * main: remove duplicate floatvalue floatvalue is only used in the mirrors templates and the same exact function exists in the mirror_status templatetags. * main: Remove duplicate hours filter The hours filter is also defined in the mirror_status and only used in mirrors. * main: move percentage filter to mirrors Move the percentage filter to the only user of it and add a test for basic use cases. * main: remove duplicate duration implementation The duration templatetag filter is also defined in mirror_status.py * templates: remove unrequired import flags * main: Add missing testcase for country_flag Add the None test case, so that the function is fully covered. * todolists: create tests for Todolist model Add basic tests for the Todolist model
2018-01-29Remove old releng feedback form (#80)jelle van der Waa6-197/+0
Remove the old feedback functionality for released iso's. The last submission was in 2012 and it's no longer used by the current released iso's.
2018-01-22Remove Konami code functionality (#77)jelle van der Waa1-2/+1
Remove the easteregg on the home page which shows a tux when a user enters the Konami code. Which reduces maintenance of a non-critical component.
2017-12-28Require mirror.change_mirror perm to see emailsJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-11-16Merge pull request #65 from jelly/update_differencesAngel Velásquez1-54/+4
Update differences
2017-11-15feeds: remove mention of i686Jelle van der Waa1-7/+1
Replace dropped i686 with x86_64
2017-11-15Update differences view for dropping i686Jelle van der Waa1-54/+4
Remove the i686 and x86_64 comparison since i686 is dropped and change the multilib difference to compare against x86_64 instead of i686.
2017-11-07templates: index.html remove i686Jelle van der Waa1-2/+2
2017-11-07templates: about.html remove i686Jelle van der Waa1-1/+1
2017-10-11donate: add Icons8Bartłomiej Piotrowski1-1/+10
2017-09-04index: add PIA logoBartłomiej Piotrowski1-0/+7
2017-09-04donate: add PIA entryBartłomiej Piotrowski1-1/+12
2017-08-30Update Support links to httpsJelle van der Waa1-3/+3
All sites support https, some of them upgrade the connection to https while others don't. Change the links to be always https.
2017-08-30Remove Arch Schwag linkJelle van der Waa1-2/+0
swag.archlinux.ca has been discontinued, remove the link.
2017-08-21Merge pull request #56 from jelly/pkg_details_newlinerelease_2017-08-21Angel Velásquez1-2/+3
packages: remove extranous space in Provides/Conflicts
2017-08-18index: Remove velocity network from the index pageGiancarlo Razzolini1-6/+0
Remove the velocity network from the index page because it is no longer hosting our main site and every server related to it was decommissioned.
2017-08-18donate: Remove all the entries related to velocity network.Giancarlo Razzolini1-9/+1
Velocity network was the sponsor for our main site server and some other services that were hosted on gudrun which was decommissioned earlier this year.
2017-08-17packages: remove extranous space in Provides/ConflictsJelle van der Waa1-2/+3
Remove the extranous space in Provides / Conflicts by removing the newline in details_link.html with spaceless
2017-07-24Merge pull request #53 from jelly/security_issue_linkrelease_2017-08-12Angel Velásquez1-0/+1
Add a security link to package details
2017-07-22Hide adopt button if user can not adopt itJelle van der Waa1-1/+1
Hide the adopt button when the user is unable to adopt the packages since it's not in his allowed repos
2017-07-22Add a security link to package detailsJelle van der Waa1-0/+1
Show a link for security issues on the package details link.
2017-07-01Filter arch-dev mailing list for non-devsJelle van der Waa1-0/+3
Hide the arch-dev mailing list archives for non developers.
2017-06-23Change the monitoring link to zabbixGiancarlo Razzolini1-1/+1
2017-06-12Remove space between comparison and versionJelle van der Waa1-3/+3
2017-05-28packages: Fix invalid template syntaxJelle van der Waa1-1/+1
2017-05-22Merge pull request #19 from jelly/fix_faulty_code_tagsEvangelos Foutras1-2/+2
Fix invalid code tags
2017-05-22Remove invalid filter call from mirrors/status_table.htmlEvangelos Foutras1-2/+2
The filter was passed an undefined variable which caused the template to be rendered as empty. Since the other table columns default to an empty string instead of "unknown", simply remove the default:"unknown" filter. Also correct a closing %} tag.
2017-05-19Fix invalid code tagsJelle van der Waa1-2/+2
Code tags should be closed with a </close> tag Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-18Fix a typo in templates/releng/thanks.htmlFelix Yan1-1/+1
2017-05-02templates: fix extranous comma in listingsJelle van der Waa3-5/+5
2017-05-02mirrors: rename .jinja to htmlJelle van der Waa2-1/+1
2017-05-02templates: port files to django templateJelle van der Waa2-1/+1
2017-05-02port templates/packages to pure djangoJelle van der Waa8-53/+53
2017-05-02sitemap: port jinja templates to djangoJelle van der Waa2-3/+3
Port the .jinja templates to pure django templates
2017-05-02Port mirrors to pure django templateJelle van der Waa7-49/+56