openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
W
wagtail commerce
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
14 days
ago. based on code collected
15 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 3 of 4
Search / Filter on:
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).
Bob Leers
More...
over 8 years ago
Some basics with ProductIndexPage and ProductPage hierarchy on front #9.
Bob Leers
More...
over 8 years ago
Renamed wagatil_commerce to wagtailcommerce. Start with product (templatetags).
Bob Leers
More...
over 8 years ago
Fix migration dependency name.
Bob Leers
More...
over 8 years ago
CommercePage body field with minor setup (readme) info.
Bob Leers
More...
over 8 years ago
Remove cost_price from product (cms)page, in commerce tab.
Bob Leers
More...
over 8 years ago
Renamed 'commerce_wagtail' to 'wagtail_commerce'.
Bob Leers
More...
over 8 years ago
Add link to Django admin:index into Wagtail it's admin_menu (Closes #3).
Bob Leers
More...
over 8 years ago
Add sale_price (was price) and cost_price to Product #12.
Bob Leers
More...
over 8 years ago
Small text change in migration for title of 1st commerce_page.
Bob Leers
More...
over 8 years ago
Add field price (MoneyField) to product #12.
Bob Leers
More...
over 8 years ago
Small (textual) changes in migrations and button text.
Bob Leers
More...
over 8 years ago
Differentiate The Commerce (product) tab contents whether a product exsits (#1).
Bob Leers
More...
over 8 years ago
Add nice icon-arrow on the ProductPage link(button) to commerce admin #1.
Bob Leers
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).
Bob Leers
More...
over 8 years ago
Fix crashing ProductIndexPage by *page_listing_buttons* hook, if ProductPage object hasn't a product (#1).
Bob Leers
More...
over 8 years ago
Fix bug crashing AdminProductPageForm, if ProductPage hasn't a product (#1).
Bob Leers
More...
over 8 years ago
Extend ProductPage edit_handler(Tabs) with product_panels. Add some basic product info (title, description). Implementing #1.
Bob Leers
More...
over 8 years ago
Validation in ProductAdminForm, ProductService: block both linking a product_page while adding (new) product_page on the product.
Bob Leers
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.
Bob Leers
More...
over 8 years ago
Remove django signal import
Bob Leers
More...
over 8 years ago
Even better app verbose_name
Bob Leers
More...
over 8 years ago
App verbose_name = Commerce
Bob Leers
More...
over 8 years ago
Inital data migration.
Bob Leers
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!
Bob Leers
More...
over 8 years ago
Implement ProductService (API) and refactored ProductAdminForm save_model() function to call this ProductService.
Bob Leers
More...
over 8 years ago
Add Product object representation (__str__ function)
Bob Leers
More...
over 8 years ago
#11 ProductPage __str__ representation.
Bob Leers
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.
Bob Leers
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
Bob Leers
More...
over 8 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree