forked from diefenbach/django-lfs
-
Notifications
You must be signed in to change notification settings - Fork 0
An online-shop based on Django
License
jzuschlag/django-lfs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.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
About
An online-shop based on Django
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 56.6%
- JavaScript 37.7%
- CSS 5.7%