Skip to main content

LFS - Lightning Fast Shop

Project description

What is it?

LFS is an online shop based on Python, Django and jQuery.

Information

For more information please visit:

Documentation

For the latest documentation please visit:

Demo shop

A demo shop can be tried here:

Changes

0.9.0 (2015-04-14)

  • Replaced deprecated mimetype with content_type (Pigletto)

  • Added lfs_regenerate_thumbs command (Sasha Vincic)

  • Added links from property group property tab to properties

0.9.0 alpha 1 (2014-06-19)

  • Removes double colons from management forms

  • Removes django-tagging from dependencies

  • Add pluggable criteria

  • Added pluggable addresses

  • Add criteria for customer taxes

  • Factored out PayPal to lfs-paypal.

  • Added support for Celery (for mailing)

  • Using South standard features for migration

  • Currency templatetag always returns HTML now, eg. <span class=”money”>Fr. 999</span>, previously HTML was only returned for negative values

  • Currency templatetag in text email templates (lfs_theme/templates/lfs/mail/order_details.txt) was removed in favour of currency_text templatetag. The latter one doesn’t return HTML (ever).

  • lfs/base.html has slightly different structure to the footer and colophon sections due to incorrect width of these elements in previous layout. div.colophon-inner and div.footer-inner html elements were added, both with padding: 10px set in main.css. padding: 10px was removed from ‘#footer .container’ and ‘#colophon .container’ in main.css

  • update_editor method in lfs_tinymce.js has been modified and requires tinymce 3.5.8 which is now being used. References to tinymce were changed in manage_base.html and lfs_tinymce.js

  • Filter portlet has been updated to allow for manufacturer filtering and because of that its template: lfs_theme/templates/lfs/portlets/filter.html was modified - manufacturer filtering section has been added

  • Small change at lfs/templates/manage/product/product.html - removed onkeypress from filter input element in favour of css class ‘disable-enter-key’. Changed lfs.manage.js to add event handler for ‘disable-enter-key’.

  • Added new ORDER state: PREPARED that can be used to mark orders as prepared to be sent.

  • Added new signal and setting that allows defining extra ORDER_STATES. Signal is order_state_changed and option is LFS_EXTRA_ORDER_STATES. New states should start with id 20 or higher to avoid conflicts with built in states.

  • Use ‘SHOP’ instead of ‘shop’ in lfs/shop/shop.html

  • Added position column to PropertyGroups and ability to order these with drag & drop in management panel - modified lfs.manage.js and management template for property groups.

  • Added LFS_CHECKOUT_NOT_REQUIRED_ADDRESS setting. This allows to change address that is not required at checkout page. Changed one_page_checkout.html template, lfs.js and OnePageCheckout Form.

  • Refactored lfs.manage.js - do not use live anymore. Updated manage/export/export.html, manage/export/export_inline.html, manage/manufactuers/manufacturer.html and manage/manufacturers/manufacturer_inline.html to use data-url instead of just ‘data’ and use elem.data(‘something’) in JavaScript

  • Added <div id=”portlets-dialog” title=”{% trans “Portlets dialog” %}”></div> to manage_base.html to handle properly inerting images to TinyMCE within portlets dialog (changes to lfs.manage.js with portlets dialog)

  • Added some SEO related attributes to templates and canonical tags for variants

  • Modified catalog/views.py -> category_products and catalog/views.py -> category_categories return value, so that it now contains pagination data for use in main template (SEO optimization with rel=”next/prev” (template: lfs/catalog/category_base.html)

  • Modified mimetype returned by ajax calls to: application/json. This requireS changes in javascript ajax calls: lfs.js, lfs.manage.js, lfs_tinymce.js, manage/product/attachments.html(!)

  • Moved javascript code from manage/product/images.html to lfs.manage.product.js and updated to use proper mimetypes in responses

HISTORY

For the complete history please look into HISTORY.txt

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

django-lfs-installer-0.9.0.tar.gz (127.1 kB view hashes)

Uploaded Source

django-lfs-0.9.0.tar.gz (5.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page