forked from diefenbach/django-lfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
166 lines (133 loc) · 6.19 KB
/
README.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
What is it?
===========
LFS is an online shop based on Python, Django and jQuery.
Information
===========
For more information please visit:
* http://www.getlfs.com
Documentation
=============
For the latest documentation please visit:
* http://docs.getlfs.com
Demo shop
=========
A demo shop can be tried here:
* http://demo.getlfs.com
Changes
=======
0.7.2 (2012-04-29)
-------------------
* Added: CSS and JS files for custamization by integrators (naro)
* Bugfix: fixed calculation of packages for order items (within packages filter tag)
* Bugfix: fixed management of criteria
* Bugfix: fixed problem with locale.atof (naro)
* Bugfix: fixed display of image for category sub-categories view
* Bugfix: fixed order_detail mail template field names (naro)
* Changed: added order-state-X css class to the orders_inline (naro)
* Changed: allow passing custom paginator object to the search results template (naro)
* Changed: added 100x100px box to search results to prevent content jumping from left to right when the page is loaded (naro)
* Changed: show product image on order detail page (naro)
* Changed: clean up display of package result
* Updated Czech translation (naro)
0.7.1 (2012-04-21)
------------------
* Bugfix: fixed display prices for properties (Maciej Wiśniowski)
* Bugfix: fixed TinyMCE for several browsers (Maciej Wiśniowski)
* Bugfix: display credit card fields if the type of the selected payment method is credit card; issue: #191
* Bugfix: fixed sorting of actions; issue #192 (Maciej Wiśniowski)
* Bugfix: fixed typos in docs; issue #193
* Added: added documentation for Price Calculation field; issue #188
* Updated: Polish translations (Maciej Wiśniowski)
0.7.0 (2012-04-14)
------------------
* Bugfix: TinyMCE: exchanged "cleanup" with "verify_html" (Radim Novotny)
* Improved: accessibility for some input-label fields (Radim Novotny)
* Improved: text portlet can be title less now (Radim Novotny)
* Updated: Czech Translations (Radim Novotny)
0.7.0 beta 7 (2012-04-08)
-------------------------
* Bugfix: display ``displayed properties`` in the correct order py positions; issue #184
* Bugfix: display property options in the correct order by positions within filter portlet
* Bugfix: fixed image presentation directly after upload within shop management interface (Maciej Wiśniowski)
* Bugfix: fixed display of discounts
* New: added variants tab to documentation
* Updated Polish translations (Maciej Wiśniowski)
* Updated German translations
0.7.0 beta 6 (2012-03-31)
-------------------------
* Bugfix: added safe filter to static block; issue #174 (Frank Feng)
* Bugfix: Fixed display of short description for variants
* Bugfix: fixed decimal_l10n tag: return origin value if it's no float
* Bugfix: fixed error messages within checkout; issue #176 (Maciej Wiśniowski)
* Bugfix: fixed __unicode__ methods of several models; issue #172
* Bugfix: fixed positions of newly added variants (Maciej Wiśniowski)
* Bugfix: fixed layout, when there are no portlets at right; issue #173 (Frank Feng)
* Bugfix: fixed local variable 'message' referenced before assignment (Maciej Wiśniowski)
* Updated: Polish translations (Maciej Wiśniowski)
* Updated: Chinese translations (Frank Feng)
* Updated: German translations
0.7.0 beta 5 (2012-03-24)
-------------------------
* Bugfix: added csrf token to password reset forms; issue #170
* Bugfix: prevent setting of unsupported locale; #issue 165.
* Bugfix: removed double slash from logo URLs; issue #166
* Updated German translations
0.7.0 beta 4 (2012-03-21)
-------------------------
* Bugfix: fixed edit/view product urls; issue #164 (Frank Feng)
* Bugfix: removed typo; issue #163 (Frank Feng)
* Bugfix: fixed accessories tab in manage; #issue #162 (Frank Feng)
* Bugfix: get_base_price_net; #issue #161
* Bugfix: display only parent's active base price value for variants
* Bugfix: take the parent's price calculator for variants
* Added: Chinese translations (Frank Feng)
* Added: default footer for email messages (Maciej Wiśniowski)
* Improved: page pagination for category products view (Maciej Wiśniowski)
* Improved: email templates (Maciej Wiśniowski)
* Updated: German translations
* Updated: Polish translations (Maciej Wiśniowski)
0.7.0 beta 3 (2012-03-18)
-------------------------
* Bugfix: fixed number of columns within cart template (Maciej Wiśniowski)
* Bugfix: fixed display of localized amount of items within cart portlet; issue #159
* 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
* Bugfix: added default values for LFS_SHIPPING_* settings
* Bugfix: removed redundant javascript code; issue #153
* Changed: using django-postal 0.9
* Changed: removed djangorestframework from dependencies
* Improved: added label to PropertyGroup's name field; issue #158
* Improved: added link to product within order detail view in LM; issue #149
* Improved: cleaned up displaying of addresses of orders within LM
* Updated: Czech translation (naro)
* Updated: German translation
* Updated: Polish translations (Maciej Wiśniowski)
0.7.0 beta 2 (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
* Bugfix: fixed updating of attachments; issue #147
* Improved javascript: prevent FOUC for category-tabs and manage-tabs;
0.7.0 beta 1 (2012-03-03)
-------------------------
* Added customer related taxes
* Added global image management
* Added django_compressor
* Added pluggable shipping price calculators
* Added pluggable order number generation
* Added calculation of base price
* Added product attachments
* Added more portlets: featured products, for sale products
* Aded SEO information for shop and pages
* Added portlets for pages
* Added type of quantity field
* Added context aware help for the management interface
* Improved pluggable product price calculators
* Improved pluggable payment processors
* Improved mails templates
HISTORY
=======
For the complete history please look into HISTORY.txt