Adam Chainz
1307c0bec1
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 年之前
Michael van Tellingen
156a4b814d
Merge pull request #2030 from crgwbr/fix_broken_py3_migrations
Fix makemigrations in Python 3
9 年之前
Michael van Tellingen
e1a8ea7f55
Merge pull request #2022 from pjstevns/master
Fixes re-ordering of products in ranges when CSRF cookie is HTML-Only
9 年之前
Michael van Tellingen
ef863b53b8
Merge pull request #2032 from vkaracic/patch-1
Update reference to babel documentation
9 年之前
Vedran Karačić
f6d9f03f48
Update reference to babel documentation
Babel changed it's link to their documents.
9 年之前
Craig Weber
de633f8ea9
Refs #1814 Fix migrations in Python3
The makemigrations command is broken in Python3 because the migration added in
f21c6c6a98 use byte-string regexes. This results in an exception being thrown:
`AttributeError: 'bytes' object has no attribute 'pattern'`. Switching to
raw strings fixes the issue.
9 年之前
Paul J Stevens
9eb091b75b
Fixes re-ordering of products in ranges when CSRF cookie is HTML-Only
9 年之前
Michael van Tellingen
68367ee742
Update release notes 1.2.1, mention #2019
https://github.com/django-oscar/django-oscar/pull/2019
9 年之前
Michael van Tellingen
d6a784fde7
Merge pull request #2019 from edoburu/fix/dashboard-offer-performance
Fixed performance issue in offer dashboard detail page
9 年之前
Michael van Tellingen
89b436d43a
Update version to 1.3.0dev
9 年之前
Michael van Tellingen
153d9d1583
Add release notes for 1.2.1 release
9 年之前
Michael van Tellingen
e20ea0421f
Change babel requirement to <3.0.
Recent babel releases contain several bugfixes.
9 年之前
Diederik van der Boor
4aef1f9263
Fixed performance issue in offer dashboard detail page
There was an N-query issue while displaying all orders
the offer was applied to.
9 年之前
Michael van Tellingen
34c37bbfd1
Stylefix for date widgets in the dashboard
9 年之前
Michael van Tellingen
481c61f0ff
Merge pull request #1979 from django-oscar/feature/remove-django17-support
Remove Django 1.7 support
9 年之前
Maik Hoepfel
afe08db409
Remove Django 1.7 support
We only support two versions of Django. That policy might change given
that Django has started doing LTS releases. But for now, it only makes
sense to remove Django 1.7 support.
9 年之前
Michael van Tellingen
7667e1c5d9
Fix tests to match updated translations
9 年之前
Michael van Tellingen
4425325699
Revert "Wrap referrer in `force_text` in `core.utils.safe_referrer`" (8a06e93)
This is fixed in more elegant way in Django 1.8.11
9 年之前
Michael van Tellingen
04d2b67816
Update compiled locale files
9 年之前
Michael van Tellingen
63f42fe029
Fix Russian and French PO files so that they compile
9 年之前
Michael van Tellingen
83dc5e45ce
Pull latest transifex files
9 年之前
Michael van Tellingen
32edbff8c5
Add documentation stub for 1.3
9 年之前
Michael van Tellingen
b7ebbbfe17
Add missing migrations
9 年之前
Michael van Tellingen
afa09a3022
Update release notes
9 年之前
Michael van Tellingen
22f9ec62fa
Fix invalid html issue in dashboard/users/detail page.
In case that the selected user has 4 or another amount of addresses
which are divisible by 4 then invalid html was rendered.
9 年之前
Michael van Tellingen
b76c9a43f5
Merge pull request #2018 from vkaracic/patch-1
Typo
9 年之前
Vedran Karačić
20833757b7
Typo
9 年之前
Michael van Tellingen
5dda6ebe73
Update Django versions in travis.yml
9 年之前
Michael van Tellingen
4880595668
Merge pull request #2017 from liip-forks/fix-no-shipping-charge
Fix error when no shipping method is set
9 年之前
Sylvain Fankhauser
c946edc141
Fix error when no shipping method is set
9 年之前
Michael van Tellingen
8a06e9334e
Wrap referrer in `force_text` in `core.utils.safe_referrer`
Due to a change in Django 1.8.10 `is_safe_url()` expects an unicode
string instead of a byte string.
See https://code.djangoproject.com/ticket/26308
9 年之前
David Winterbottom
e0655e81fd
Merge pull request #2001 from atombrella/twbs_link
Fixing links for Twitter Bootstrap (it was pointing to an outdated ve…
9 年之前
David Winterbottom
e201e9331e
Merge pull request #1993 from cowlicks/gh-1984
addressbook > address book
9 年之前
David Winterbottom
fe07abf3e7
Merge pull request #2010 from moloughlin/master
Limit a percentage discount to 100%
9 年之前
Matthew O'Loughlin
ed91a5cc7c
Limit a percentage discount to 100%
9 年之前
Mads Jensen
a08b56daa9
Fix outdated links for Twitter Bootstrap and for django-oscar-eway
9 年之前
Michael van Tellingen
398927526b
Merge pull request #2000 from crgwbr/prevent_negative_quantity
Prevent trying to save a negative quantity to a Basket
9 年之前
Craig Weber
1234497f61
Prevent trying to save a negative quantity to a Basket
basket.Line.quantity is a positive integer field, but the quantity sumation in
basket.Basket.add_product made it possible to try and save negative values. This
makes add_product never go below 0-quantity, thereby preventing a db exception
from being thrown. Also adds a test for the described behavior.
9 年之前
Maik Hoepfel
85ddcd6518
Add normal text option to TinyMCE style select
It was previously possible to mark some text as heading or subheading, but it was impossible to revert that change to get back to a normal text. My commit now allows for that.
9 年之前
Blake Griffith
421f3c6618
addressbook > address book
I did this with:
$ grep -r --binary-files=without-match addressbook . | cut --delimiter=":" --field=1 | xargs -n1 sed -i 's/addressbook/address book/'
$ grep -r addressbook | cut --delimiter=" " -f3 | xargs -n1 sed -i
's/addressbook/address book/'
9 年之前
Maik Hoepfel
ed2aa83da3
Fix indentation issue on category display
For whatever reason, the active category got less indent than the other
categories. That looks rather ugly.
I'm not frontend person, but just turning the category into a link
(which is reasonable) fixes the issue.
9 年之前
Maik Hoepfel
20df315feb
Add Przelewy24 payment extension
9 年之前
Michael van Tellingen
6e640bb047
Merge pull request #1969 from django-oscar/feature/basket-ordering
Enforce order of basket, order, wishlist lines
9 年之前
Michael van Tellingen
d813b3eb8b
Merge branch 'master' into pr/1969
9 年之前
Maik Hoepfel
9058df1a8f
Merge branch 'issue/685/custom-benefit-class'
Conflicts:
docs/source/releases/v1.2.rst
9 年之前
Maik Hoepfel
85e5f410d3
Merge pull request #1922 from edoburu/fix/weightbased-discount
Fix errors with shipping discounts on free weightbased shipping.
9 年之前
Maik Hoepfel
e549d72266
Merge pull request #1942 from solarissmoke/patch-3
Range.all_products can return duplicates - ensure it doesn't
9 年之前
Maik Hoepfel
945f119140
Merge pull request #1944 from johnfraney/patch-1
Update key_questions.rst
9 年之前
Maik Hoepfel
49a3e3dbe0
Merge pull request #1945 from dragonjun/fix/postcodes_regex
Fix postcodes_regex.
9 年之前
Maik Hoepfel
88ab0bc732
Merge pull request #1948 from anentropic/exclude-current-from-recently-viewed
exclude current product from recently viewed
9 年之前