Alexander Gaevsky
34ed8709ef
Merge pull request #2150 from vaskinyy/facet-sorting-docs
- added documentation for facet sorting
8 years ago
Alexander Gaevsky
57060df38e
Merge pull request #2301 from sasha0/feature/docs
Clarify location of `HAYSTACK_CONNECTIONS` setting.
8 years ago
Alexander Gaevsky
6877b27049
Clarify location of `HAYSTACK_CONNECTIONS` setting.
8 years ago
Rob Moorman
413daf96ec
Added django-oscar-api to stable extensions
9 years ago
Michael van Tellingen
26af38afb7
Update StockRecord.allocate to send pre_save signal
The method already sends a custom post_save signal so to make it
consistent it now also sends a pre_save signal.
9 years ago
Michael van Tellingen
711ec4f97e
Add unittest for atomic stock allocation
9 years ago
Michael van Tellingen
8fb5ce932b
Fix a race condition when using single-usage vouchers
The initial check if the voucher is available was done before creating
the order. This change adds a validation step during the order creation
within an atomic() block.
See #2101
9 years ago
Michael van Tellingen
6186a22c36
Use the new VoucherFactory in the test.factories.create_voucher()
function
9 years ago
Michael van Tellingen
59bf3a1cab
Fix a race condition in the stock allocation process
Use an atomic SQL update instead of an ORM save
See #1811 , thanks anentropic!
9 years ago
Michael van Tellingen
a5556dae9e
Update documentation for race-condition in analytics._update_counter
9 years ago
Michael van Tellingen
d32b0f2d47
Use .exists() to check for existing order number
The try/except clause to check if an order exists seems a bit weird and
non performant here. Just use .exists()
9 years ago
Alexander Gaevsky
d0d4f2038f
Merge pull request #2297 from sasha0/issues/pr-1286
Migrate to Google Universal Analytics, documentation improvements.
8 years ago
Alexander Gaevsky
b64f756e67
Add links to videos with talks about Oscar to the readme.
8 years ago
Alexander Gaevsky
e0e743d001
Document how to disable features using `OSCAR_HIDDEN_FEATURES` setting.
8 years ago
Alexander Gaevsky
2e6512669d
Fix reference to "Fork the Oscar app" section in the docs.
8 years ago
Alexander Gaevsky
e5e7b53310
Document `OSCAR_GOOGLE_ANALYTICS_ID` and `OSCAR_USE_LESS` settings.
8 years ago
Alexander Gaevsky
809c607f0a
Cleanup `DISPLAY_VERSION` and `VERSION` settings, move `USE_LESS` and `GOOGLE_ANALYTICS_ID` to the Oscar settings namespace.
8 years ago
Alexander Gaevsky
9fd57610a6
Add note to the release docs about upgrade to GA Universal Analytics.
8 years ago
Goran Rakic
1819c0643e
Use unlocalize for decimal values
Decimal values must be printed without localization.
12 years ago
Goran Rakic
23a799e660
Use Google analytics.js
Migrate to analytics.js and enable userId tracking.
12 years ago
Alexander Gaevsky
461faebd8a
Merge pull request #2295 from sasha0/issues/1579/order-statistics
Order statistics fixes.
8 years ago
Alexander Gaevsky
f57289895c
Remove shortcuts filters for order list in the dashboard in order to support filtering by all order search form fields based on provided querystring parameters.
8 years ago
Alexander Gaevsky
95213d6e42
Append querystring parameters within the order status to the order list URL on order statistics page in the dashboard.
8 years ago
Alexander Gaevsky
b34882301d
Merge pull request #2296 from sasha0/issues/1827/payment-event-quantity
Create PaymentEventQuantity for all payment events.
8 years ago
Alexander Gaevsky
8b19afc746
Create `PaymentEventQuantity` for all payment events as well as for all order lines.
8 years ago
Alexander Gaevsky
d17ad2d6aa
Merge pull request #2284 from sasha0/issues/pr-2057
Update the currency filter to support the same params as babel.numbers.format_currency
8 years ago
Alexander Gaevsky
fdea437377
Slightly refactor currency formatting in order to support multiple currencies.
9 years ago
Craig Loftus
20aad30e0c
Adding parameters supported by babel.numbers.format_currency to the currency filter
9 years ago
Alexander Gaevsky
37115ee370
Merge pull request #2294 from sasha0/issues/1795/unavailable-pricing
Unavailable pricing fixes.
8 years ago
Alexander Gaevsky
3e4dda9a89
Check if stockrecord price is set when determining pricing policy in the `FixedRateTax` and `DeferredTax` pricing strategy mixins.
8 years ago
Samir Shah
a7e7bf293b
Merge pull request #2293 from django-oscar/fix/voucher-labels
Fix label classes for voucher dashboard view. Fixes #2249 .
9 years ago
Samir Shah
6695309942
Fix label classes for voucher dashboard view. Fixes #2249.
`label-inverse` was dropped in Bootstrap 3, and an explicit `label-default` is required for the default style.
9 years ago
Samir Shah
c764895dfd
Fix generation of JCB bank card prefixes. Fixes #2275.
We have to force the output of `itertools.imap` into a list.
9 years ago
Alexander Gaevsky
2974b89e80
Merge pull request #2283 from sasha0/issues/basket-line-unavailable-pricing
Basket product with unavailable pricing.
9 years ago
Alexander Gaevsky
74d0df8ac3
Merge pull request #2286 from sasha0/feature/tests
Fix instructions for running tests.
9 years ago
Alexander Gaevsky
c92209116a
Fix instructions for running tests.
9 years ago
Alexander Gaevsky
520aa5109d
Do not show basket unit and line prices if they are not available.
9 years ago
Alexander Gaevsky
ad1094c1e8
Check if unit price available before calculating basket line prices.
9 years ago
Alexander Gaevsky
8be8ca969c
Add missing CSS class to the basket warning message container.
9 years ago
Alexander Gaevsky
b00de80e1d
Merge pull request #2282 from django-oscar/pyup-update-pillow-4.0.0-to-4.1.0
Update pillow to 4.1.0
9 years ago
pyup-bot
aecf252f3a
Update pillow from 4.0.0 to 4.1.0
9 years ago
Alexander Gaevsky
a9b4d727ba
Merge pull request #2142 from vaskinyy/master
- fixed sorting by title
9 years ago
Alexander Gaevsky
8516b75251
Merge pull request #2226 from bmihelac/fix-2172-use-float-for-price-search-field
ProductIndex should use FloatField instead of DecimalField (#2172 )
9 years ago
Alexander Gaevsky
731d41900f
Merge pull request #2231 from rsp2k/patch-2
Edit Category Link
9 years ago
Alexander Gaevsky
2d7b1ecfa5
Merge pull request #2256 from sasha0/issues/pr-2061
passing request object to place order view
9 years ago
Alexander Gaevsky
4880a06f2a
Fallback to None when passing request to order creator, add tests for site determination using request in the order creator.
9 years ago
Jay Modi
5686cbd8eb
passing request to get current_site
Possibility of multiple may be used. So, we can use request object to get current site.
9 years ago
Jay Modi
4533cfa8e6
passing request for place order to get current_site
For multiple sites, site object should be passed through request. There were no request passed while checkout. So, i'm passing request object.
9 years ago
Alexander Gaevsky
86c452291e
Merge pull request #1975 from sasha0/issues/1957/override_formsets
Move formset classes to separate modules to make it easier to override them
9 years ago
pyup-bot
fda99835dc
Update psycopg2 from 2.6.2 to 2.7.1
9 years ago