1
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some help_text to cost_price and sale_price on Product model (#12). More... over 8 years ago
Some basics with ProductIndexPage and ProductPage hierarchy on front #9. More... over 8 years ago
Renamed wagatil_commerce to wagtailcommerce. Start with product (templatetags). More... over 8 years ago
Fix migration dependency name. More... over 8 years ago
CommercePage body field with minor setup (readme) info. More... over 8 years ago
Remove cost_price from product (cms)page, in commerce tab. More... over 8 years ago
Renamed 'commerce_wagtail' to 'wagtail_commerce'. More... over 8 years ago
Add link to Django admin:index into Wagtail it's admin_menu (Closes #3). More... over 8 years ago
Add sale_price (was price) and cost_price to Product #12. More... over 8 years ago
Small text change in migration for title of 1st commerce_page. More... over 8 years ago
Add field price (MoneyField) to product #12. More... over 8 years ago
Small (textual) changes in migrations and button text. More... over 8 years ago
Differentiate The Commerce (product) tab contents whether a product exsits (#1). More... over 8 years ago
Add nice icon-arrow on the ProductPage link(button) to commerce admin #1. More... over 8 years ago
Adss the edit_handlers.py (Wagtail-way) with a ProductPanel and custom template (#1). This also introduces a smarter panel loader via the add_panel_to_edit_handler() generic function, which can be called from anywhere (like from the model-class). More... over 8 years ago
Fix crashing ProductIndexPage by *page_listing_buttons* hook, if ProductPage object hasn't a product (#1). More... over 8 years ago
Fix bug crashing AdminProductPageForm, if ProductPage hasn't a product (#1). More... over 8 years ago
Extend ProductPage edit_handler(Tabs) with product_panels. Add some basic product info (title, description). Implementing #1. More... over 8 years ago
Validation in ProductAdminForm, ProductService: block both linking a product_page while adding (new) product_page on the product. More... over 8 years ago
W.I.P on #1: Provide a link to product-administration (django-admin) page, on the ProductPage listing AKA ProductIndexPage. More... over 8 years ago
Remove django signal import More... over 8 years ago
Even better app verbose_name More... over 8 years ago
App verbose_name = Commerce More... over 8 years ago
Inital data migration. More... over 8 years ago
Change relation Product with ProductPage, which was ForeignKey #11. Becomes: Product -OneToOneField- ProductPage. We demand only 1 ProductPage per Product! More... over 8 years ago
Implement ProductService (API) and refactored ProductAdminForm save_model() function to call this ProductService. More... over 8 years ago
Add Product object representation (__str__ function) More... over 8 years ago
#11 ProductPage __str__ representation. More... over 8 years ago
#2 Add custom queryset to product_page (ForeignKey) in ProductAdminForm. It should only fetch and supply non-referenced ProductPage objects or it's own. More... over 8 years ago
#2 The add_product_page BooleanField's checkbox should be hidden if a product_page (ForeignKey) is referenced. Add help_text for field add_product_page More... over 8 years ago