forked from diefenbach/django-lfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY.txt
266 lines (208 loc) · 9.56 KB
/
HISTORY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
HISTORY
=======
0.6.12 (2012-03-31)
-------------------
* Bugfix: fixed local variable 'message' referenced before assignment (Maciej Wiśniowski)
* Bugfix: fixed CreditCard's __unicode__ method; issue #172
* Bugfix: added safe filter to static block; issue #174
0.6.11 (2012-03-24)
-------------------
* Bugfix: added csrf token to password reset forms; issue #170
* Bugfix: removed double slash from logo URLs; issue #166
* Updated German translations
0.6.10 (2012-03-17)
-------------------
* Using django-postal 0.9
* Bugfix: don't display non-active products within cart nor add them to order with checkout; adapt tests; fixed issue #154.
* Bugfix: don't delete OrderItems when a product is deleted.
0.6.9 (2012-03-08)
------------------
* Security fix
* Added manufacturer field to product management (Maciej Wiśniowski)
* Bugfix: fixed pagination for product page; issue #152 (Maciej Wiśniowski)
* Bugfix: fixed deleting of image for payment and shipping methods; issue #150
* Bugfix: fixed markup; #issue #148
0.6.8 (2012-03-03)
------------------
* Bugfix: fixed duplicate labels and invalid tags (Maciej Wiśniowski)
* Bugfix: fixed calculation of topsellers when order items has no product (Maciej Wiśniowski)
* Updated polish translations (Maciej Wiśniowski)
* Updated german translations
0.6.7 (2012-02-26)
------------------
* Bugfix: fixed displaying of manual topsellers (Maciej Wiśniowski)
* Bugfix: topsellers - avoid empty product_id for discounts (Maciej Wiśniowski)
* Bugfix: take care of variants for deliverability (Maciej Wiśniowski)
* Bugfix: fixed bug causing strange behaviour while creating variants (Maciej Wiśniowski)
* Bugfix: fixed product filtering for product management views; #issue 142
* Bugfix: added csrf token to active-images-update-form
* Bugfix: fixed lfs_init for Postgres; issue #129
* Added translations for filter buttons and fix for topseller positions (Maciej Wiśniowski)
* Updated polish translations (Maciej Wiśniowski)
* Updated german translations
0.6.6 (2012-02-09)
------------------
* Bugfix: fixed url for Pages at breadcrums (Maciej Wiśniowski)
* Bugfix: display sale price at category products page (Maciej Wiśniowski)
* Bugfix: fix product pagination (Maciej Wiśniowski)
* Bugfix: added short_description to Category management UI
* Bugfix: display category descriptions
* Bugfix: fixed template selection; issue #134
* Improvement: allow easy modification of category/product templates (Maciej Wiśniowski)
* Updated polish translations (Maciej Wiśniowski)
0.6.5 (2012-02-03)
------------------
* Bugfix: added csrftoken for rating mails (Maciej Wiśniowski)
* Bugfix: fixed ImageWithThumbsField (Maciej Wiśniowski)
* Updated romanian translations (olimpiu)
* Updated polish translations (Maciej Wiśniowski)
0.6.4 (2012-01-08)
------------------
* Bugfix: fixed price calculation of configurable products.
0.6.3 (2011-12-31)
------------------
* Bugfix: fixed update of prices if a configurable product is for sale.
* Bugfix: fixed calculation of property prices for configurable products.
* Bugfix: fixed saving of property data (added missing csrf token).
* Bugfix: fixed removing products / properties from a group.
* Bugfix: fixed filtering for float field steps.
0.6.2 (2011-12-24)
------------------
* Bugfix: fixed issue with utf-8 support for MySQL; issue #126
* Bugfix: fixed product filtering; issue #124
0.6.1 (2011-12-16)
------------------
* Bugfix: fixed category management; issue #123
* Bugfix: fixed adding of payment method: added csrf_token
* Bugfix: fixed german address form: removed "Area" field, made fields required
* Bugfix: fixed set/reset of product filters within management UI
* Bugfix: fixed amount of products per price filter step
* Bugfix: added translatable label for country field
* Updated italian translations (pippo64)
* Updated dutch translations (bastichelaar)
0.6.0 (2011-12-10)
-------------------
* Final release
0.6.0 beta 7 (2011-12-06)
-------------------------
* Bugfix: fixed filtered products for variants; #issue #122
* Bugfix: fixed display of error indicator for packing_unit
0.6.0 beta 6 (2011-12-02)
-------------------------
* Bugfix: added default country to shipping countries within lfs_init.
* Bugfix: fixed validation of shipping and invoice addresses. (mickt)
* Bugfix: fixed page selection within product management interface.
* Bugfix: fixed display of selectable products within category's products tab.
* Bugfix: fixed displaying of property values within product management interface.
* Bugfix: fixed filter portlet.
* Bugfix: fixed management of country criterion.
* Changed: removed growl message from checkout view.
* Changed: removed displaying of error fields checkout view.
* Added migration of shop_countries.
* Added migration of orders.
* Updated russian translations (Belanchuk)
0.6.0 beta 5 (2011-11-28)
-------------------------
* Bugfix: fixed delete links for properties and options within product's variants tab
* Bugfix: fixed saving of variant list type.
* Bugfix: fixed my account (added missing csrf_tokens; issue #114).
* Bugfix: fixed discounts
* Added dutch translations (BasTichelaar)
* Updated romanian translations (bsdwave)
0.6.0 beta 4 (2011-11-26)
-------------------------
* Bugfix: fixed display of vouchers options tab
* Bugfix: don't translate label of supplier_id field within lfs_migrate
* Bugfix: fixed the management of a customer if he has no cart yet
* Bugfix: fixed cart management interface; issue #113
0.6.0 beta 3 (2011-11-26)
-------------------------
* Added: add log message when uploading of an image failed
* Bugfix: fixed display of average score in rating portlet
* Bugfix: fixed links to images within image gallery
* Bugfix: fixed changing state and deleting of orders; issue #110
* Bugfix: fixed display price if it's 0.0; issue #108
0.6.0 beta 2 (2011-11-21)
-------------------------
* Fixed display of portlets (using django-portlets 1.1)
0.6.0 beta 1 (2011-11-19)
-------------------------
* Using Django 1.3
* Added country dependent addresses
* Added pluggable price calculation
* Added supplier management
* Massively improved management interface
* Improved static file handling (Django's staticfiles)
* Improved properties management
* Removed SWFUpload (Flash) in favour of jquery.fileupload (Javascript)
* Using Python's locale to display currencies
* New contact form
0.5.1 (2012-03-30)
------------------
* Bugfix: fixed upload of images and files.
0.5.0 (2012-03-08)
------------------
* Security fix
0.5.0 beta 8 (2011-06-25)
-------------------------
* Bugfix: pinned version of djangorecipe to 0.23.1
* Enhancement: added active_name and active_price to variants management view; issue #51
* Enhancement: cleaned up password reset templates
0.5.0 beta 7 (2011-04-13)
-------------------------
* Improved error message for checkout form (Andres Vargas / zodman); issue #87
* Fixed invalid HTML; issue #81
* Bugfix: correct display of cart within shop view after cart has been updated; issue #82
* Bugfix: save and display correct text of TextPortlets; issue #39
* Fixed requried permission from "manage_shop" to "core.manage_shop"; issue #84
* Fixed Integration Error when adding Product with existing slug; issue #42
* Bugfix: made option price optional (as stated within form)
* Updated documentation; issue #60
* Added transifex config file
* Added translations for mexican spanish (Andres Vargas)
* Updated spain translations
* Updated german translations
0.5.0 beta 6 (2010-10-16)
-------------------------
* Bugfix added_to_cart: Display correct taxes within added_to_cart view. Issue #65.
* Bugfix variants: display variant's properties on cart, added_to_cart, checkout, received_mail, sent_mail. Issue #40.
* Bugfix lfs.cart: fixed total of added_to_cart view. Issue: #38.
* Bugfix lfs.cart: subtract voucher price from cart price.
* Changed: provide own redirect middleware in order to redirect urls with query string.
0.5.0 beta 5 (2010-07-31)
-------------------------
* Bugfix add_to_cart: display correct stock amount if not enough products are within stock.
* Added more tests
0.5.0 beta 4 (2010-07-30)
-------------------------
* Bugfix pages: caching page_view
* Bugfix cart: display correct stock amount within growl message
* Bugfix product_inline: display property title within error message
* Bugfix order_received_mail.html: display the correct selected values of a configurable product
* Bugfix cart: calculation of maximum delivery date
* Bugfix redirect: save redirect url for variants
* Bugfix lfs.page.views: added missing import of Http404
* Bugfix: restrict adding to cart if the product is not deliverable. Issue #37
* Added french translations (Jacques Seite)
* Added get_properties method to OrderItem
* Added optional cached parameter to cart/utils/get_cart_price and cart/utils/get_cart_costs
* Removed javascript which dynamically sets the height of the slots.
* Changed properties management: display name instead of title within left portlet
* Improved lfs.portlet: caching
0.5.0 beta 3 (2010-06-30)
-------------------------
* Bugfix manage property form: display validators for float field
* Bugfix: Using property title instead of name
* Bugfix Product.get_variant_properties: display only variant properties
* Bugfix order_inline.html: display product.unit instead of price_unit;
display title of property
* Bugfix cart: inject correct html after refresh the cart
* Check also for existing username within RegisterForm
* Take subject for new_user_mail from template
* Display default value for configurable properties
0.5.0 beta 2 (2010-06-27)
-------------------------
* Cleaned up contact form
0.5.0 beta 1 (2009-12-27)
-------------------------
* First public beta release