dependabot[bot]
1a7c8c6a5f
Bump sass from 1.62.1 to 1.69.5 (#4193)
Bumps [sass](https://github.com/sass/dart-sass ) from 1.62.1 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.62.1...1.69.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333 +dependabot[bot]@users.noreply.github.com >
1年前
dependabot[bot]
702e7c7489
Bump eslint from 8.48.0 to 8.54.0 (#4211)
Bumps [eslint](https://github.com/eslint/eslint ) from 8.48.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.54.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333 +dependabot[bot]@users.noreply.github.com >
1年前
dependabot[bot]
796475ec40
Bump @fortawesome/fontawesome-free from 6.4.0 to 6.5.1 (#4212)
Bumps [@fortawesome /fontawesome-free](https://github.com/FortAwesome/Font-Awesome ) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.5.1 )
---
updated-dependencies:
- dependency-name: "@fortawesome /fontawesome-free"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333 +dependabot[bot]@users.noreply.github.com >
1年前
dependabot[bot]
42ad8c6fea
Bump tinymce from 6.4.2 to 6.8.1 (#4210)
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce ) from 6.4.2 to 6.8.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md )
- [Commits](https://github.com/tinymce/tinymce/commits/6.8.1/modules/tinymce )
---
updated-dependencies:
- dependency-name: tinymce
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333 +dependabot[bot]@users.noreply.github.com >
1年前
Islam Mesha
413de1ffae
Register the Notification model to Django admin (#4186)
1年前
dependabot[bot]
8a6dca9ff7
Bump node-sass from 8.0.0 to 9.0.0 (#4113)
Bumps [node-sass](https://github.com/sass/node-sass ) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v8.0.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333 +dependabot[bot]@users.noreply.github.com >
1年前
Samar Hassan
ccf712a520
[Refactor] Move OfferWizardStepView to separate file (#4174)
* refactor :package: move OfferWizardStepView to separate file
* refactor :package: remove unused offer combinations code
* refactor :package: remove unused get_back_url method
1年前
Samar Hassan
352119466f
Merge pull request #4138 from django-oscar/register-discounts
Register discounts per line
1年前
Samar Hassan
d6787583b0
update comment
1年前
Lars van de Kerkhof
cdd03bde8c
Added missing implementation for computing line_price_excl_tax_incl_discounts when line_price_excl_tax is not known at all.
1年前
Viggodevries
627298822b
Remove comments and change exception names
2 年前
Lars van de Kerkhof
ce2a5129ae
Remove usage of deprecated propertie consumed and consumer
2 年前
Lars van de Kerkhof
49bc78f6a6
Don't use deprecated get_is_discountable in template
2 年前
Lars van de Kerkhof
51ca7be262
Fixes annoying tests failing if assets had been built
2 年前
Lars van de Kerkhof
44f2252b04
It shouldn't be needed to change the strategy to use a diffferent price object when OSCAR_OFFERS_INCL_TAX setting is changed
2 年前
Viggodevries
0bd835a068
Create line discount models so we know what discount was applied to what line
2 年前
Lars van de Kerkhof
2fdee65ccf
Implemented line_price_incl_tax_incl_discounts based on line_price_excl_tax_incl_discounts when only excl_tax_discounts is known.
2 年前
Lars van de Kerkhof
9902021aad
Implemented LineDiscountRegistry
2 年前
Lars van de Kerkhof
e6fb1897a4
Register discounts on the order line
2 年前
Viggo de Vries
9afb182d57
Check if child has parent not only on ID
1年前
Viggo de Vries
872e42a106
Return no attribute values if the product has not yet been saved (#4217)
1年前
Viggo de Vries
d94e52babc
Add codes to unidentifiable catalogue models (#4216)
* Add codes to unidentifiable catalogue models
* Add missing migration
1年前
Viggo de Vries
05b313b676
Add prepare save method to make it possible to bulk save attributes (#4209)
* Add prepare save method to make it possible to bulk save attributes
* change the order to be more logical
* Change order again
1年前
Samar Hassan
25092a272b
Merge pull request #4214 from django-oscar/fixes-broken-migration
Fixes broken migration of attribute values
1年前
Lars van de Kerkhof
dd5bb502f1
Fixes broken migration of attribute values
Currently _get_value calls other model properties which are not defined on the historical model.
Replace usage of historical model with a helper function
1年前
Samar Hassan
d0e83c6eb8
Merge pull request #4184 from vallabhtiwari/showIsActiveFalse
Fixes #3844 suspend offer doesn't display with is_active 'NO'
1年前
Samar Hassan
5b02de0893
Merge pull request #4179 from jamesp9/fix-broken-links
Fix broken Font Awesome links
1年前
Samar Hassan
80a10e522c
Merge pull request #4208 from Asp1ro/translation-patch
Wrong translation.
1年前
aspiro.near
5de6a1cb2f
Wrong translation. The correct translation of the phrase implies the imperative mood.
1年前
Voxin Muyli
c58332359e
setuptools recognises src these days, no config is needed. (#4206)
* setuptools recognises src these days, not config is needed.
Aded separate package command that follows the guide at https://github.com/django-oscar/django-oscar/wiki/Releasing
* removed unused function
1年前
Voxin Muyli
97f95637ab
Merge pull request #4204 from django-oscar/pass-taxcode-shippingdiscount
Pass the tax code trough to the shipping discounts
1年前
Voxin Muyli
fa78d2c235
Entity attribute update (#4205)
* Product attribute entities can be created in bulk, but not updated in bulk
* Added test for delete also
1年前
Viggo de Vries
4b59500e2b
Pass the tax code trough the shipping discounts
1年前
Voxin Muyli
b62bbb8c5a
Merge pull request #4192 from jamesp9/fix-catalogue-image-display
Add Bootstrap responsive image class
2 年前
jamesp9
83dda118c1
Add Bootstrap responsive image class
2 年前
Voxin Muyli
d7918384e4
Slack --> Discord
2 年前
Voxin Muyli
34d2bbcaf2
Added hier und jetzt for the case page
2 年前
Vallabh
9d63d34aa6
Improved queryset
2 年前
Viggo de Vries
bf631882cb
3.2.2 (#4185)
* 3.2.1 final release
* Update translations
* 3.2.2
2 年前
Voxin Muyli
858962dc10
Bulk attributes save (#4167)
* history should use settings.SESSION_COOKIE_SAMESITE directions
* Optimize product attributes
* Cache attribute lookups
* simplify QuerysetCache
* Perform bulk update for product attributes
* Added tests for uncovered features.
* added 1 more test
* fixes test
* Added more tests
* multi_option can not be save in bulk
* it should be possible to skip validate_identifier because it will be very hard to import data with oscarapi if this is always required.
* misnamed test
* fixes test
* added test for attribte validation errors
* added test that validates that required attributes are not valid
* more tests
2 年前
Vallabh
f8b8d33cd3
Fixes #3844 suspend offer doesn't display with is_active 'NO'
2 年前
Viggo de Vries
a4776a7d79
3.2.2 (#4182)
* 3.2.1 final release
* Update translations
* 3.2.2
2 年前
jamesp9
14dcdf9365
Fix broken Font Awesome links
2 年前
Voxin Muyli
c78c3f079e
Merge pull request #4175 from django-oscar/specialunderwear-patch-2
Update Dockerfile
2 年前
Voxin Muyli
b22a9bb11a
Update Dockerfile
added npm
2 年前
Samar Hassan
1c25682e0c
[FIX] Offer's slug doesn't support unicode (#4172)
* fix :wrench: add unicode support in slug urls
* feat :star: add tests to check urls with unicode characters
2 年前
Voxin Muyli
66c771bb78
Merge pull request #4173 from django-oscar/samar/test-basket-total-precision
[Tests] Verify basket total amount after rounding
2 年前
Samar Hassan
800382bac3
tests :ballot_box_with_check: add tests to check basket total after rounding
2 年前
TopDevPros
39e7c8d7d9
Return True in is_tax_known() when the basket is empty (#4166)
* Fix AbstractBasket's is_tax_known() to handle an empty basket
* Fix lint errors
* Added another test for is_tax_known
* Improved clarity of complex expression
2 年前
Samar Hassan
609e573617
[FEAT] Absolute discount benefit applied on each product (#4168)
* feat :star: add benefit of fixed discount per product
* feat :star: check range and value in absolute product discount benefit form
* test :ballot_box_with_check: add tests for the new product level absolute discount benefit
* fix :wrench: resolve lint errors
* refactor :package: rename FIXED_PRODUCT to FIXED_UNIT
* refactor :package: rename AbsoluteProductDiscountBenefit to FixedUnitDiscountBenefit
* refactor :package: rename fixed unit benefit test file
* fix :wrench: clean fixed unit benefit form
* refactor :package: rename Fixed unit to Fixed
* feat :star: apply discount on all the product items
* refactor :package: rename test class names to FixedUnit
* fix :wrench: update tests for fixed unit benefit
2 年前