summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-16Merge pull request #63 from eli-schwartz/masterrelease_2017-11-16Angel Velásquez1-1/+0
package details: remove category from bugtracker links
2017-11-16Merge pull request #65 from jelly/update_differencesAngel Velásquez3-65/+7
Update differences
2017-11-16Merge pull request #66 from jelly/i686_test_fixAngel Velásquez1-1/+1
Update test to x86_64
2017-11-15Merge pull request #64 from jelly/drop_i686Angel Velásquez4-11/+5
Drop i686
2017-11-15feeds: remove mention of i686Jelle van der Waa1-7/+1
Replace dropped i686 with x86_64
2017-11-15Update test to x86_64Jelle van der Waa1-1/+1
2017-11-15Update differences view for dropping i686Jelle van der Waa3-65/+7
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-15Update test to x86_64Jelle van der Waa1-1/+1
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-11-07devel: Update command example to x86_64Jelle van der Waa1-1/+1
2017-10-23package details: remove category from bugtracker linksEli Schwartz1-1/+0
This completely screws up searching for bugs, as you can easily miss any bugs filed to the testing package, and will *always* miss the ones that have been moved to "Upstream Bugs". There is no purpose in restricting the view of bugs filed against a specific package, to some arbitrary subcategory of "why" the bug was filed; all it accomplishes is causing unknowing users to file duplicate bug reports.
2017-10-18Merge pull request #57 from jelly/small_fixesAngel Velásquez5-26/+13
Make pylint scan all module directory's
2017-10-13Merge pull request #62 from Barthalion/icons8Angel Velásquez2-1/+10
donate: add Icons8
2017-10-11donate: add Icons8Bartłomiej Piotrowski2-1/+10
2017-09-05Merge pull request #61 from Barthalion/piarelease_2017-09-05jelle van der Waa4-1/+19
Add new sponsor (PIA)
2017-09-04index: add PIA logoBartłomiej Piotrowski2-0/+7
2017-09-04donate: add PIA entryBartłomiej Piotrowski2-1/+12
2017-09-01Merge pull request #60 from grazzolini/signoffspecificationrelease_2017-09-01Angel Velásquez1-2/+2
packages/admin: Fix the syntax for queryset
2017-09-01packages/admin: Fix the syntax for querysetGiancarlo Razzolini1-2/+2
Django 1.7 changed the method name to get_queryset.
2017-08-30Merge pull request #59 from jelly/remove_schwagAngel Velásquez1-5/+3
Remove schwag
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-28pylintrc: remove commentsJelle van der Waa1-12/+0
Remove comments which are not applicable to us.
2017-08-28travis: cache pip for faster buildsJelle van der Waa1-0/+1
2017-08-28pylint: Introduce more checksJelle van der Waa1-5/+7
2017-08-28pylint: add deprecated module checkJelle van der Waa2-5/+3
Remove deprecated import of cgi for parse_qs
2017-08-28devel: remove unused variables/importsJelle van der Waa2-3/+1
2017-08-28Make pylint scan all module directory'sJelle van der Waa1-1/+1
Instead of only scanning the base *.py files, scan all module directories.
2017-08-26Merge pull request #48 from jelly/reporead_command_testAngel Velásquez5-2/+46
devel: Add reporead test
2017-08-25devel: Add reporead testJelle van der Waa5-2/+46
Add a test for reporead import database functionality. Move tests for devel to a separate directory and depend on mock for patching the logging functonality. (Included by default in Python 3)
2017-08-23Merge pull request #50 from jelly/refactorAngel Velásquez14-21/+597
Refactor and introduce Pylint to travisci
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-21Merge pull request #55 from grazzolini/donateAngel Velásquez2-15/+1
Donate
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ásquez2-0/+5
Add a security link to package details
2017-07-24Merge pull request #54 from jelly/package_details_adoptAngel Velásquez1-1/+1
Hide adopt button if user can not adopt it
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 Waa2-0/+5
Show a link for security issues on the package details link.
2017-07-15Merge pull request #52 from jelly/fix_admin_logAngel Velásquez2-1/+7
devel: fix /devel/admin_log
2017-07-15devel: fix /devel/admin_logJelle van der Waa2-1/+7
Since Django 1.8 each_context requires a request argument.
2017-07-11Add pylint checks to travisciJelle van der Waa2-1/+585
2017-07-11public.views: remove unused import/variableJelle van der Waa1-2/+0
2017-07-11mirrors.tests: redo relative importJelle van der Waa1-1/+1
2017-07-11main.models: remove unused variableJelle van der Waa1-1/+1
2017-07-11packages.tests: remove unused importsJelle van der Waa1-1/+0
2017-07-11public.utils: remove unused variable archJelle van der Waa1-1/+1
2017-07-11releng.views: fix list declaration styleJelle van der Waa1-1/+1