- 13 May, 2018 1 commit
-
-
Jelle van der Waa authored
Remove the unused Konami code library, the functionality was already removed in c79dc7dc.
-
- 11 May, 2018 2 commits
-
-
Added the .coverage file to gitignore.
-
The readme instructs the user to run: ./manage.py syncisos But this custom function no longer exists and therefore generates an error. This commit removes the reference from the readme.
-
- 07 May, 2018 5 commits
-
-
Calls to order_by() without passing any parameters was causing UnorderedObjectListWarning during unit tests. The failing unit tests were testing the sitemap functionality. Sitemaps utilize Paginators, which require either the entity ordering as specified in their Meta object, or a specific ordering in the QuerySet, otherwise this warning is issued.
-
Jelle van der Waa authored
mirrors: Allow listing mirrors in only a specific tier
-
Jelle van der Waa authored
public: Add vagrant image link to download page
-
Jelle van der Waa authored
Mention the official Vagrant image on the download page and where to find it.
-
Jelle van der Waa authored
requirements: Update django to 1.11.13
-
- 05 May, 2018 2 commits
-
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- 03 May, 2018 1 commit
-
-
Jelle van der Waa authored
Minor bugfix release which fixes two regressions and one crash.
-
- 23 Apr, 2018 7 commits
-
-
Jelle van der Waa authored
Clean up CSS
-
Jelle van der Waa authored
Remove leftover css which is obsolete since 2ff2b26a
-
Jelle van der Waa authored
depressed doesn't seem to be a css property, nor being parsed by the browser, therefore remove it.
-
Jelle van der Waa authored
Form
-
Jelle van der Waa authored
Update django to 1.11.12
-
Jelle van der Waa authored
Fix a typo
-
Felix Yan authored
-
- 22 Apr, 2018 2 commits
-
-
Also, remove test_generate(), as it was testing no more than test_mirrorlist_filter() already was. Signed-off-by:
Genki Sky <sky@genki.is>
-
This fixes a regression. Originally request.REQUEST was used, but django 1.9 removed this. In its stead, request.POST was used unconditionally. However, this results in any GET request returning *all* mirrors, rather than filtering as requested in the parameters. This patch uses POST or GET based on the request method. This fixes the behavior of the [mirror-filter-form], and any scripts depending on the generated URL format. Accordingly, make test_mirrorlist_filter() test both the success and failure cases, rather than just success. [mirror-filter-form]: https://www.archlinux.org/mirrorlist/ Signed-off-by:
Genki Sky <sky@genki.is>
-
- 21 Apr, 2018 1 commit
-
-
Jelle van der Waa authored
This django release contains two small bugfixes.
-
- 20 Apr, 2018 3 commits
-
-
Jelle van der Waa authored
Fix the StaffGroup query
-
Giancarlo Razzolini authored
Due to changes to Django 1.11, this didn't return the object. Fix to get the object instead of the queryset.
-
Jelle van der Waa authored
Upgrade django
-
- 08 Apr, 2018 16 commits
-
-
Jelle van der Waa authored
Add missing add_argument to parse args.
-
Jelle van der Waa authored
Passing Context has been removed in Django 11, a dict should rather be passed.
-
Jelle van der Waa authored
The test uses database queries and should therefore be a TestCase.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Use user__userprofile instead of user__username for filter.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
According to the docs cycle takes two string arguments.
-
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Django explicitly recommends against using CachedStaticFilesStorage, partially because it performs worse. It also breaks our tests with our Minified subclassing of it. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Wonder how old this bug is.. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Jelle van der Waa authored
Mark jquery script tag as safe otherwise django won't output it as html.
-
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>
-