Wykres commitów

123 Commity (fd6cd2eab61878da155ad86df9c0f70c7edea7df)

Autor SHA1 Wiadomość Data
James Ramm fd6cd2eab6 Reworking of Products (#86)
* Fixes #76 and fixes #47 by removing concrete product models from longclaw. Abstract classes are provided as a starting point and concrete models moved to the project template

* Products fully customisable (and therefore product index). Work on #76

* Removes concrete product models from longclaw, allowing customisation. For #76 and #47

* Product base testing

* Reorder imports for tests

* Drop py3.3

* Add back admin.py

* Update page panels

* Add tests to products
2017-09-17 14:01:12 +02:00
JamesRamm 5a027af692 Bump version for 1.0 2017-09-06 11:36:54 +02:00
JamesRamm 78a0ac7384 Remove unused imports 2017-09-06 10:06:13 +02:00
JamesRamm 22088f2ee4 Correct unknown variable in checkout api 2017-09-06 09:56:12 +02:00
James Ramm bcec8915c1 Add to basket template tag & docs (#82)
* fixes #61

* Update travis

* Update changelog for 0.2

* Add alex as contributor

* Docs update

* tests in longclawcore package

* Remove eggs dir

* update ignores

* Add last entry to changelog

* fixes #79
2017-08-25 08:33:47 +01:00
JamesRamm 44962381b8 Fixes #72 2017-08-09 14:46:48 +01:00
JamesRamm 5d7354cc8e Completes #2 2017-08-09 11:12:52 +01:00
JamesRamm 406ec27152 Fix tests 2017-08-09 10:48:34 +01:00
Alex 963cdb8809 Update requrements.txt (#77)
Updated the file to install the latest version of Django. Testing Django 1.11.4 and Wagtail 1.11.1 was successful.
2017-08-09 10:28:05 +01:00
JamesRamm f74c134468 Fix braintree integration 2017-08-08 15:25:07 +01:00
JamesRamm c87aed2faa Correct usage of decimal/float 2017-08-08 15:08:25 +01:00
JamesRamm dbc6c1492d Correct order creation 2017-08-08 13:50:57 +01:00
JamesRamm a1a05c6c1d Add braintree dropin js 2017-06-08 21:07:01 +01:00
JamesRamm c10170eb3f Correct shipping 2017-06-08 14:26:25 +01:00
JamesRamm 419fd5f0d3 Correct error in shipping_countries method 2017-06-08 14:00:21 +01:00
JamesRamm 0b0732926e Remove whitespace 2017-06-01 10:43:15 +01:00
JamesRamm 624bfef6a1 Test order model admin 2017-06-01 10:42:26 +01:00
JamesRamm 324fdfb902 Test order model props 2017-05-31 16:04:44 +01:00
JamesRamm 72c2c32225 shipping rate tests 2017-05-30 11:34:45 +01:00
JamesRamm f027664862 More tests 2017-05-27 16:40:02 +01:00
JamesRamm bf57748c2d More tests 2017-05-26 22:11:27 +01:00
JamesRamm acd76a19a5 Fixes #67; brings longclawbasket coverage past 80% 2017-05-26 17:46:38 +01:00
JamesRamm dde0648b1e Fixes #70 2017-05-26 17:20:18 +01:00
James Ramm 3de6f48124 Checkout view (#68)
Fixes #50, #59, #60, #65
2017-05-24 11:12:36 +01:00
James Ramm c58c7f303e Fixes #51 (#66)
* Fixes #51

* Add immutable to the dependencies

* Makes it possible to load the client in a template tage

* Add longclawcore app

* Add short readme

* ADd longclawtags and docs
2017-05-16 17:34:29 +02:00
Alex 3285562967 CSS changes to order detail view #38 (#64)
* CSS changes to order detail view

Change class FULFILLED and UNFULFILLED, add padding.

Now the warning is highlighted in color.

* CSS changes to order detail view

Changed class FULFILLED and UNFULFILLED, added an padding

* Update style element for span FULFILLED

Add const spanStyle

* Update style span

Changes in the design of <span> according to the norms of inline styles React

* Update class to span
2017-05-12 15:28:39 +02:00
JamesRamm 98da093a13 Bump versions for next release 2017-04-28 12:07:18 +01:00
JamesRamm fec787c514 Bump version number 2017-04-13 08:30:34 +01:00
JamesRamm 929992f229 Fixes #57 and #58 2017-04-13 08:29:16 +01:00
JamesRamm f493332d2b Update docs for 0.1 release 2017-04-13 07:53:56 +01:00
JamesRamm 3ec71b3255 Remove whitespace 2017-04-13 07:47:03 +01:00
JamesRamm 062851ea99 Correct documentation and urls for basket api 2017-04-12 18:10:29 +01:00
JamesRamm 99e9ef7917 Add basket total to context 2017-04-12 15:37:55 +01:00
JamesRamm 06d21f985b BasketItem declares __str__ 2017-04-10 18:56:06 +01:00
JamesRamm ebeff468f1 Minor cleanups 2017-04-10 17:32:45 +01:00
JamesRamm a34fcbb7a3 Migration for shipping field change 2017-04-10 17:21:00 +01:00
JamesRamm 379282e255 Fix #56 2017-04-10 16:46:51 +01:00
JamesRamm 1910f4ad4b Short basket walkthrough, fixes #45 2017-04-06 22:49:58 +01:00
JamesRamm 86b5c94e25 Never fail when removing item 2017-04-02 11:58:49 +01:00
JamesRamm 96752497e9 self.request is not always request? 2017-04-02 10:41:32 +01:00
JamesRamm 963be26114 self.request is not always request? 2017-04-02 10:39:08 +01:00
JamesRamm 91a4106714 Fixes #46 2017-04-02 10:14:20 +01:00
JamesRamm ba3d91f7a2 Docs: Adding product index. #41 2017-03-30 20:24:37 +01:00
JamesRamm 0b883e3e79 Fixes #37 2017-03-30 19:53:49 +01:00
JamesRamm a4f9da7023 Fixes #34 2017-03-30 09:03:30 +01:00
JamesRamm ad614c28f4 Corrections for #44 2017-03-29 21:49:53 +01:00
JamesRamm 59696388ab longclaw build needs to install 2017-03-29 18:36:23 +01:00
JamesRamm dfc45a8746 Checkout tests. #37 2017-03-29 17:28:43 +01:00
JamesRamm 17417a2867 Further documentation 2017-03-24 08:50:25 +00:00
JamesRamm 2bf5114eac project template reqs install from github 2017-03-22 13:02:22 +00:00