Changelog for
python-django-lfs-0.7.7-2.4.noarch.rpm :
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Mon Jan 21 2013 alexandreAATTexatati.com.br- Update to 0.7.7:
* Update: updated Czech translation (Radim Novotny).
* Update: updated Mexican translations (tzicatl).
* Improvement: Don\'t use more than one h1 tag on the product page but use h1 and h2 (Radim Novotny).
* Improvement: Show search query in the input box if there is any query. Also added pagination to the bottom of search results page (Radim Novotny).
* Bugfix: fixed calculation of discount net price within order; issue #36
* Bugfix: fixed display of amount for discounts within management.
* Bugfix: fixed sorting handling for SOLR (Radim Novotny)
* Bugfix: fixed display of properties for locale.
* Bugfix: fixed calculation of \'calculated price\' for different locales.
* Bugfix: fixed calculation and display of packings.
* Bugfix: fixed display of variant property values within products management.
* Mon Jun 25 2012 alexandreAATTexatati.com.br- Update to 0.7.6:
* Bugfix: fixed saving of property values for products with variants (introduced with 0.7.5.).
* Sat Jun 23 2012 alexandreAATTexatati.com.br- Update to 0.7.5:
* Bugfix: Don\'t convert images with mode RGBA to RGB. That results in loss of alpha channel. (Michael Jenny)
* Bugfix: fixed saving of property values for products with variants. (Michael Jenny)
* Bugfix: fixed calculation of discount price.
* Bugfix: fixed display of for sale price for variants within product detail view.
* Bugfix: fixed datepicker handling for stock etc. (Maciej Wiśniowski)
* Mon May 21 2012 alexandreAATTexatati.com.br- Update to 0.7.4: - Improved shipping and payment method management: display form errors; using ajax; issue #151. - Bugfix: send order_paid signal after successful callback arrived from PayPal; issue #198. - Bugfix: make PayPal callbacks work with csrf protection; issue #197. - Bugfix: catch wrong floats in calculate_packing. - Bugfix: fixed update cart after login for configurable products; [#]issue gh #8 - Bugfix: cleaned up parameters and arguments of PriceCalculator. - Bugfix: don\'t pass request to PriceCalculator base_packing_price methods. - Bugfix: fixed calculation of package prices for configurable products. - Bugfix: Fixed wrong arguments in calls to voucher API. (Pavel Zagrebelin)
* Mon May 14 2012 alexandreAATTexatati.com.br- Update to 0.7.3: - Bugfix: update product view after images has beend changed; issue #200. - Bugfix: fixed wrong label for e-mail field; issue #202. - Bugfix: fixed pagination link. (Maciej Wiśniowski) - Bugfix: fixed Product.get_product_tax method: added request to parameters; issue #199. - Bugfix: fixed display of standard price within category products view. - Bugfix: don\'t allow pages with same slug. - Added: added CategoryProductPricesNetNode to lfs_tags. - Added: added CategoryProductPricesNode to lfs_tags. - Updated: cleaned up PriceCalculators.
* Mon Apr 30 2012 alexandreAATTexatati.com.br- Update to 0.7.2: - 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)
* Sun Apr 22 2012 alexandreAATTexatati.com.br- Update to 0.7.1:
* 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
* Bugfix: fixed typos in docs; issue #193
* Added: added documentation for Price Calculation field; issue #188
* Updated: Polish translations (Maciej Wiśniowski)
* Sat Apr 14 2012 alexandreAATTexatati.com.br- Update to 0.7.0: - Bugfix: TinyMCE exchanged \"cleanup\" with verify_html (Radim Novotny) - Updated: Czech localization (Radim Novotny) - Improved: accessibility for some input-label fields (Radim Novotny) - Improved: text portlet can be title less now (Radim Novotny) - 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 - 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 - 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 - 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) - 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) - 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; - 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
* Sat Mar 24 2012 alexandreAATTexatati.com.br- Update to 0.6.11:
* Bugfix: added csrf token to password reset forms; issue #170
* Bugfix: removed double slash from logo URLs; issue #166
* Updated German translations