|
|
|
@1711
|
[1711]
|
11/19/08 17:55:08 |
bkroeze |
fixing sort order of options |
|
|
|
@1709
|
[1709]
|
11/18/08 17:32:12 |
bkroeze |
minor change to create_variation which makes it not attempt to save when … |
|
|
|
@1708
|
[1708]
|
11/18/08 07:08:49 |
bkroeze |
fixing unique ids for options to be a sorted tuple instead of a set, so … |
|
|
|
@1706
|
[1706]
|
11/17/08 19:00:52 |
bkroeze |
added recurring billing using authorize.net's optional recur billing … |
|
|
|
@1704
|
[1704]
|
11/17/08 05:58:31 |
bkroeze |
more work to clean up subscription products, this time I am adding the … |
|
|
|
@1701
|
[1701]
|
11/15/08 04:45:43 |
chris |
Fix some bugs with product importing. Closes #639 |
|
|
|
@1697
|
[1697]
|
11/13/08 01:01:29 |
bkroeze |
converted subscription products to allow for day or month rebill periods |
|
|
|
@1696
|
[1696]
|
11/12/08 19:29:35 |
bkroeze |
added a rebuild_pricing job |
|
|
|
@1695
|
[1695]
|
11/12/08 00:29:24 |
bkroeze |
added denormalized product pricing lookup table |
|
|
|
@1682
|
[1682]
|
11/04/08 22:02:20 |
bkroeze |
fixing tests to work on a blank db |
|
|
|
@1675
|
[1675]
|
10/28/08 19:33:49 |
bkroeze |
added new search listener |
|
|
|
@1673
|
[1673]
|
10/27/08 18:19:46 |
bkroeze |
added category_index view |
|
|
|
@1668
|
[1668]
|
10/27/08 04:35:10 |
bkroeze |
adding shippable to base product |
|
|
|
@1661
|
[1661]
|
10/26/08 23:18:42 |
bkroeze |
adding an error trap |
|
|
|
@1660
|
[1660]
|
10/25/08 23:59:12 |
bkroeze |
small bugfix to new variation_cache |
|
|
|
@1658
|
[1658]
|
10/25/08 23:49:19 |
bkroeze |
adding a test for discountable on tieredpricing |
|
|
|
@1655
|
[1655]
|
10/25/08 21:42:26 |
bkroeze |
massive speedup of product variation creation |
|
|
|
@1653
|
[1653]
|
10/25/08 08:01:05 |
bkroeze |
adding more traps to prevent saving of products with both configurable and … |
|
|
|
@1652
|
[1652]
|
10/25/08 08:00:25 |
bkroeze |
adding a trap to prevent saving of products with both configurable and … |
|
|
|
@1648
|
[1648]
|
10/24/08 04:57:27 |
bkroeze |
enhancing search listener to search in subcategories, fixing bug with … |
|
|
|
@1647
|
[1647]
|
10/24/08 00:59:24 |
bkroeze |
added product_count tag |
|
|
|
@1646
|
[1646]
|
10/23/08 02:46:28 |
chris |
Make sure product sorting by price does not error if there are no … |
|
|
|
@1644
|
[1644]
|
10/22/08 22:22:11 |
bkroeze |
fixing search to restrict by category |
|
|
|
@1641
|
[1641]
|
10/22/08 00:39:32 |
bkroeze |
adding ignore for pyc |
|
|
|
@1640
|
[1640]
|
10/22/08 00:38:57 |
bkroeze |
adding ignore for pyc |
|
|
|
@1632
|
[1632]
|
10/19/08 20:17:23 |
bkroeze |
modifying the optional product translation feature to use SATCHMO_SETTINGS … |
|
|
|
@1630
|
[1630]
|
10/16/08 21:40:46 |
bkroeze |
increased decimal places for tieredpricing |
|
|
|
@1629
|
[1629]
|
10/16/08 18:10:55 |
bkroeze |
new feature, tiered pricing |
|
|
|
@1592
|
[1592]
|
10/05/08 02:15:15 |
chris |
Adding the capability to hide the translation fields. This is related to … |
|
|
|
@1591
|
[1591]
|
10/04/08 15:50:59 |
chris |
Add product translation back into the admin. Closes #466 |
|
|
|
@1590
|
[1590]
|
10/03/08 23:40:01 |
chris |
Make display of description fileds consistent. Closes #367 |
|
|
|
@1578
|
[1578]
|
10/01/08 02:28:06 |
chris |
Fix a couple of bugs with downloadable products. Closes #593 |
|
|
|
@1567
|
[1567]
|
09/28/08 20:25:33 |
chris |
Fixed a recursion bug in custom products if 0 price is entered. Closes … |
|
|
|
@1562
|
[1562]
|
09/25/08 23:35:28 |
bkroeze |
adding a new category search form and correcting an over-broad category … |
|
|
|
@1560
|
[1560]
|
09/25/08 23:06:09 |
bkroeze |
Refactoring several views to use the new index_prerender signal, and also … |
|
|
|
@1559
|
[1559]
|
09/25/08 23:06:04 |
bkroeze |
removing duplicate function |
|
|
|
@1557
|
[1557]
|
09/25/08 20:18:33 |
bkroeze |
added a signal to the brand view to allow for more flexible rendering |
|
|
|
@1548
|
[1548]
|
09/23/08 04:18:26 |
bkroeze |
category.active_products now filters by site |
|
|
|
@1545
|
[1545]
|
09/22/08 07:13:49 |
bkroeze |
adding category to search view |
|
|
|
@1543
|
[1543]
|
09/22/08 05:16:23 |
bkroeze |
Added new signal satchmo_cart_add_verify, thrown just before a cartitem is … |
|
|
|
@1539
|
[1539]
|
09/20/08 00:17:35 |
bkroeze |
Moved the queries from views, into more reusable and logical locations |
|
|
|
@1533
|
[1533]
|
09/19/08 17:05:29 |
bkroeze |
adding BrandCategory? to product admin as well, and fixing Brands so the do … |
|
|
|
@1532
|
[1532]
|
09/19/08 16:41:20 |
bkroeze |
enhancing brands to allow them to show on product page |
|
|
|
@1530
|
[1530]
|
09/19/08 01:01:36 |
bkroeze |
adding brand templatetags |
|
|
|
@1528
|
[1528]
|
09/19/08 01:01:29 |
bkroeze |
added root_categories function to CategoryManager?, and corrected manual … |
|
|
|
@1527
|
[1527]
|
09/18/08 19:33:53 |
bkroeze |
Added related_categories to categoryobject |
|
|
|
@1516
|
[1516]
|
09/17/08 22:29:04 |
bkroeze |
fixing product by_site to accept arbitrary arguments |
|
|
|
@1514
|
[1514]
|
09/17/08 22:28:58 |
bkroeze |
fixing category.get_absolute_url to be looked up rather than hard coded, … |
|
|
|
@1512
|
[1512]
|
09/17/08 03:34:45 |
bkroeze |
adding optional new feature, brands |
|
|
|
@1505
|
[1505]
|
09/16/08 07:13:23 |
bkroeze |
making category images upload location dynamic |
|
|
|
@1493
|
[1493]
|
09/04/08 19:54:37 |
bkroeze |
adding is_discountable to product model |
|
|
|
@1486
|
[1486]
|
09/03/08 16:41:31 |
bkroeze |
adding a convenience filter to allow sorting by price, updating category … |
|
|
|
@1478
|
[1478]
|
09/01/08 15:16:56 |
emes |
Admin links are now under object identifiers, not site name. |
|
|
|
@1477
|
[1477]
|
09/01/08 00:37:38 |
chris |
Downloadable key generation works if there's a unicode value in product … |
|
|
|
@1470
|
[1470]
|
08/31/08 20:45:23 |
chris |
Commenting out a validators test. Adding the regex used for email … |
|
|
|
@1469
|
[1469]
|
08/31/08 16:19:56 |
chris |
Some minor cleanups. |
|
|
|
@1466
|
[1466]
|
08/31/08 06:38:53 |
bkroeze |
added new comment system compatible with Django HEAD, restored … |
|
|
|
@1461
|
[1461]
|
08/27/08 22:57:11 |
bkroeze |
removing all core=True calls for compatibility with latest Django HEAD |
|
|
|
@1454
|
[1454]
|
08/26/08 07:03:25 |
bkroeze |
made product lookup more site aware in multiple views |
|
|
|
@1452
|
[1452]
|
08/26/08 05:35:48 |
bkroeze |
increasing length of skus, and making slug be unique together with site … |
|
|
|
@1445
|
[1445]
|
08/24/08 04:03:17 |
chris |
Change some fixture imports on the tests so they will run cleanly. The … |
|
|
|
@1441
|
[1441]
|
08/23/08 18:57:09 |
chris |
Fix tax processor bug. Closes #517 |
|
|
|
@1424
|
[1424]
|
08/20/08 00:05:13 |
bkroeze |
Merged multishop to trunk. Revs 1363:1423 |
|
|
|
@1372
|
[1372]
|
08/02/08 23:53:19 |
chris |
Fix an error if no rating is given. Closes #464 |
|
|
|
@1353
|
[1353]
|
07/23/08 02:14:13 |
bkroeze |
Added validation check in admin to prevent recursive Categories. Refer to … |
|
|
|
@1350
|
[1350]
|
07/22/08 18:01:37 |
bkroeze |
Added tests for partial payment, made is_partially_pade more resilient. … |
|
|
|
@1348
|
[1348]
|
07/22/08 14:40:28 |
bkroeze |
Merged NFA branch changes r1255:1347 into the trunk. |
|
|
|
@1334
|
[1334]
|
07/15/08 05:36:59 |
jshaffer |
Add add_template_context method to product models.
Move a few functions to … |
|
|
|
@1332
|
[1332]
|
07/15/08 00:05:43 |
bkroeze |
added error trap for bad page in display_recent |
|
|
|
@1331
|
[1331]
|
07/14/08 23:38:19 |
bkroeze |
added error trap |
|
|
|
@1322
|
[1322]
|
07/09/08 22:41:08 |
bkroeze |
adding better error testing |
|
|
|
@1319
|
[1319]
|
07/09/08 03:19:56 |
jshaffer |
Clean up product/views.py and … |
|
|
|
@1315
|
[1315]
|
07/09/08 01:08:38 |
chris |
Remove unneeded variable. Closes #418 |
|
|
|
@1313
|
[1313]
|
07/08/08 05:05:39 |
jshaffer |
Fix an error that I introduced in [1311]. |
|
|
|
@1312
|
[1312]
|
07/08/08 04:42:55 |
jshaffer |
Add to the tests for ConfigurableProduct?.get_variations_from_options(). |
|
|
|
@1311
|
[1311]
|
07/08/08 04:37:14 |
jshaffer |
Simplify ConfigurableProduct?.get_variations_for_options() and change it to … |
|
|
|
@1310
|
[1310]
|
07/08/08 03:51:40 |
jshaffer |
Clean up product/tests.py. |
|
|
|
@1309
|
[1309]
|
07/08/08 03:43:06 |
jshaffer |
Clean up product/models.py. |
|
|
|
@1305
|
[1305]
|
07/05/08 21:50:09 |
chris |
Remove some unnecessary code. Closes #440. |
|
|
|
@1298
|
[1298]
|
07/01/08 20:34:36 |
bkroeze |
Fixed a nasty bug with discount quantity pricing |
|
|
|
@1295
|
[1295]
|
06/30/08 18:12:34 |
bkroeze |
added better error checking to filterviews |
|
|
|
@1293
|
[1293]
|
06/30/08 18:01:28 |
bkroeze |
using a long conversion is not reliable, switched to int |
|
|
|
@1291
|
[1291]
|
06/29/08 06:11:09 |
bkroeze |
modifying config to use a new section 'thumbnail' instead of getting image … |
|
|
|
@1290
|
[1290]
|
06/29/08 05:52:16 |
bkroeze |
tweaking the caching of ids a bit to be safer |
|
|
|
@1281
|
[1281]
|
06/27/08 05:38:34 |
bkroeze |
adding new views, popular products, best selling products, and recently … |
|
|
|
@1272
|
[1272]
|
06/26/08 01:13:41 |
bkroeze |
adding signal based system to allow product price modification based on … |
|
|
|
@1268
|
[1268]
|
06/24/08 23:15:32 |
bkroeze |
moved from use of 'if not self.id' to 'if not self.pk' in overridden save … |
|
|
|
@1250
|
[1250]
|
06/14/08 02:37:12 |
bkroeze |
Modifying views and javascript to disallow invalid combinations of … |
|
|
|
@1240
|
[1240]
|
06/07/08 17:21:14 |
jshaffer |
Fix typos in product/config.py. |
|
|
|
@1239
|
[1239]
|
06/06/08 22:06:13 |
jshaffer |
Clean up product/tests.py. |
|
|
|
@1235
|
[1235]
|
06/01/08 06:34:38 |
bkroeze |
Fixing bad use of request.POST, closes #396 |
|
|
|
@1211
|
[1211]
|
05/24/08 15:43:47 |
bkroeze |
adding new feature - autodiscounts |
|
|
|
@1210
|
[1210]
|
05/23/08 02:41:30 |
chris |
Modified set usage to be compatible with python 2.3 closes #370 |
|
|
|
@1207
|
[1207]
|
05/22/08 18:42:41 |
bkroeze |
adding a better type trap |
|
|
|
@1204
|
[1204]
|
05/22/08 17:51:14 |
bkroeze |
fixing a type error in with prices |
|
|
|
@1200
|
[1200]
|
05/21/08 03:07:07 |
jshaffer |
Change the is_producttype template tag to return a boolean rather than a … |
|
|
|
@1192
|
[1192]
|
05/17/08 01:39:34 |
chris |
Fix a potential bug in the way measurements are handled. Closes #369 |
|
|
|
@1177
|
[1177]
|
05/01/08 05:11:21 |
bkroeze |
removing unused legal_types variable, closes #356 |
|
|
|
@1173
|
[1173]
|
04/30/08 16:14:54 |
bkroeze |
Adding ability to edit option translations via admin, closes #257 |
|
|
|
@1164
|
[1164]
|
04/30/08 03:56:52 |
bkroeze |
adding sku to product listing, closes #342 |