46 次程式碼提交 (c46ff5604976c20aa8ad5e1df97c2a803558a076)

作者 SHA1 備註 提交日期
  Maik Hoepfel a3c5c11322 get_cookie_key method for BasketMiddleware for multi-sites 10 年之前
  David Winterbottom 1f8c9035af Don't allow null stockrecords in basket lines 11 年之前
  David Winterbottom 567b528f82 Rework basket middleware 11 年之前
  David Winterbottom 865f3f728f Remove unnecessary SQL queries 11 年之前
  David Winterbottom bbff930720 Add comments to better explain basket middleware 11 年之前
  Michael van Tellingen a136ca5626 Add request.basket_hash for custom caching hooks 11 年之前
  Michael van Tellingen 1cd62188ff Small stylefix in BasketMiddleware.process_response 11 年之前
  Michael van Tellingen b9f66dc3be Fix unittests by checking if request.basket is a SimpleLazyObject 11 年之前
  Michael van Tellingen 122e31f9cd Use SimpleLazyObject for request.basket 11 年之前
  Maik Hoepfel 36b1d8b787 Attach basket to request before applying offers 11 年之前
  Maik Hoepfel e413f858f6 Switch to Oscar's get_model function 11 年之前
  Xavier Ordoquy dd5463e7d4 Removed useless check. 11 年之前
  Xavier Ordoquy 9f805562fa Don’t compare int and None 11 年之前
  David Winterbottom f33af94a00 Stop using home-rolled encryption for basket cookies 11 年之前
  David Winterbottom c0fcb45a71 Rename strategy fetch method to fetch_for_product 11 年之前
  Michael van Tellingen ba1661b1d4 Fix issue with updating basket cookie in the middleware 11 年之前
  David Winterbottom 7e696bc47f Correct import syntax in middleware 11 年之前
  David Winterbottom 0ab0c4b9d5 Correct call to Basket.add 11 年之前
  David Winterbottom 1884fdac63 Handle basket lines with no stockrecord 11 年之前
  David Winterbottom 352dcf9633 Assign strategy classes to baskets 11 年之前
  Maik Hoepfel e28d088113 Stop BasketMiddleware overwriting basket in template context 12 年之前
  David Winterbottom 6d902eb4de Reduce SQL queries per page 12 年之前
  David Winterbottom 1f64bc07ec Fix lint issues 12 年之前
  David Winterbottom 9226528afa Move basket status constants onto the Basket class 12 年之前
  David Winterbottom 60c2c6cbb6 PEP8 fixes 12 年之前
  David Winterbottom 369fa8e828 Improved basket usage. 12 年之前
  David Winterbottom e7db57e7bc Minor tweaks to i18n changes 12 年之前
  David Winterbottom a9e833428c Reworked the way baskets are merged. 13 年之前
  David Winterbottom 6aae741643 Couple of minor corrections from Eleni's pull request. 13 年之前
  David Winterbottom 768e608516 Added additional helper method to order processing facade. 13 年之前
  David Winterbottom b85f0bab95 Fixed bug in basket middleware 13 年之前
  Tomasz Rybarczyk 78f2a2d39f Small fix (var name) in basket middleware 13 年之前
  David Winterbottom 91cc3bc63d Tidy up of whitespace and a logging issue 13 年之前
  David Winterbottom 4bca6cc6a4 Split up the basket middleware to allow parts to be overridden 13 年之前
  David Winterbottom 6aaeb31ab6 Added handling for strange case where cookies_to_delete is missing 13 年之前
  David Winterbottom 049b830d16 Fixed pesky issue with removing cookies 13 年之前
  David Winterbottom 275442f3ec Fixed bug with merging baskets on login/register 13 年之前
  David Winterbottom a5ad53c01a Fixed class-level mutable variable problem 13 年之前
  David Winterbottom 5ec6f8fcb6 Added handling of multiple baskets 13 年之前
  David Winterbottom 9652e24ada Added some convenience methods for working with basket lines 13 年之前
  David Winterbottom a897e7ffce Added handling of basket cookie error 13 年之前
  Andrew Ingram a976882f31 More work on basket views, decided to steer away from anything clever and use different views to handle different functionality. 14 年之前
  David Winterbottom 3ac94db7f7 Middleware baskets now working for anon users 14 年之前