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
Enrich Category #6 (modeladmin) with MP_Node form capabilities. Also provide the option to create a CategoryPage. More... about 8 years ago
Start Catgegory (tree) modeladmin #6. More... about 8 years ago
Start implementing #g (Product) Category with page and (ManyToMany) relation on Product. More... about 8 years ago
Change href/links to ProductPage on Product(Index)Page, from url to slug. More... about 8 years ago
Template changes to product_page and and image as well. More... about 8 years ago
Due to Github outage (previous push without results). More... about 8 years ago
On ProductIndexPage only show products for sale. These 'products_for_sale' are put in the (template) context by the ProductIndexPage model. More... about 8 years ago
Fix some template naming issues #9. More... about 8 years ago
Spice up the ProductPage administration with extra 'Images' panel. And even more improvments. More... about 8 years ago
Merge pull request #43 from bobslee/feature/wagtail_modeladmin More... about 8 years ago
Moved modeladmin specific code from wagtail_hooks.py to modeladmin.py. More... about 8 years ago
Merge pull request #42 from bobslee/feature/wagtail_modeladmin More... about 8 years ago
Still experimenting: Migrate the "commerce-admin" from Django-admin to Wagtail its modeladmin. Which benefits a seamless user experience and a better/flexible API. More... about 8 years ago
Improvements for product_index_page_product template #9. More... about 8 years ago
Update title of ProductPage if title was changed for Product. More... about 8 years ago
Add image field (FK to wagtailimages.Image) to ProductPage and add to promote_panels as ImageChooserPanel. Closes #41. More... about 8 years ago
Renamed 0003 migration to comply with naming convention. More... about 8 years ago
Changed migration 0004_product_fields_sku_ean to apply the CharNullableField on: sku, ean - Like the model defines. More... about 8 years ago
Streamfield additions on ProductPage body (adds EmbedBlock). More... about 8 years ago
Add Product fields 'sku' and 'ean' (#32). Changed some Product fields constraints and defaults. Improvements of GUI items. More... over 8 years ago
Change (text, and icon-class) PageListingButton for ProductPage linking to the Commerce admin. More... over 8 years ago
Add ProductPage body (stream)field with some basic blocks #7. More... over 8 years ago
Add help_text into migration of Product cost_price and sale_price. More... over 8 years ago
CommerceAdminMenuItem renaming title and classname. More... over 8 years ago
Commerce menu and setup the static assets paths. More... over 8 years ago
Changes for this app in Wagtail admin menu. Reshuffled from Commerce Apps to general Apps with Commerce in submenu. More... over 8 years ago
Renamed template (filename) of commerce (admin) menu-item. Ditch the settings keyword, which is misplaced. More... over 8 years ago
Fix utils.version get_version() function. More... over 8 years ago
Add versioning info into the (wagtail) admin_menu_item (footer). Determining the version is heavily inspired by django.utils.version. More... over 8 years ago
Improvements for Wagtail admin/commerce menu (#3). Now with submenu under Commerce in admin-root. Also on modelAdmin menu a user-permissions check whether to show menu - which brings in a handy helper-function has_admin_perm(). More... over 8 years ago