-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog
More file actions
77 lines (59 loc) · 2.84 KB
/
changelog
File metadata and controls
77 lines (59 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
1.0.26 = December 1, 2010
* Add pickle gem, Add feature to validate presence of product weight
* Add validation of presence on Product weight when shipping method is set to weight.
1.0.25 = November 30, 2010
* Find non featured products based on is_featured not being set to true
1.0.24 = November 30, 2010
* Add non_featured named scope to product. Check for category icon before
display category icon image
1.0.23 = November 5, 2010
* Use case insentive search on order number
1.0.22 = November 5, 2010
* updated gemspec
1.0.21 = November 5, 2010
* As an admin I can search orders by name and number
1.0.20 = November 1, 2010
* Applied fix for delivery status change
1.0.19
* bad release
1.0.18 = October 29, 2010
* Changed the featured products helper use of category/product path
1.0.17 = October 27, 2010
* Regenerated gemspec to reflect proper file dependecies
1.0.16 = October 20, 2010
* reverted pebbles_routes and rails/init.rb to ensure app routes get priority
1.0.15 - October 20, 2010
* Fixed CarrierWave issue with CategoryImages
* Added filename validation for CategoryImages, CategoryIcons and CategoryHoverIcons
1.0.14 - October 8, 2010
* added primary product image for a product
* added ability to choose primary product images for a product
* added cucumber functionality to fixture_rails_root app
* added spec functionality to fixture_rails_root app
1.0.13 - September 30, 2010
* some minor improvements on contact email, order receipt and shipping weight ranges
1.0.12 - September 30, 2010
* added a featured instance var to the products controller
1.0.11 - September 30, 2010
* Added support for shipping calculations by weight total ranges
note: set the GeneralConfiguration.instance shipping_calculation_method to 'weight' to use this.
Otherwise the shipping_calculation_method can be left nil so should be backwards compatible
1.0.10 - September 29, 2010
* Added product export routes to pebbles route file [Gustin]
1.0.9 - September 28, 2010
* Changed _delete to _destroy in form (required in 2.3.9) [Gustin]
* Add unloadable to OrdersController to help with checking out in
development mode [Gustin]
* Always return zero if all the products have free shipping [Gustin]
* Add migration to default product weight to 0 [Gustin]
* Added no tax flag to products [Gustin]
* Add sorted name options to sort on list order [Gustin]
* Additional fields and relations addded to Order Export [Gustin]
* Added Product Inventory Exporting from FCS to pebbles [Gustin]
1.0.8 - September 28, 2010
* Added restful support for contact mailer [Jonathan]
1.0.7 - September 27, 2010
* Added hooks for admin product tabs. See admin/products
1.0.6 - September 24, 2010
* Add ruport and acts_as_reportable to multiple models [Lake Denman]
* Repair product image uploads on admin [Jonathan Greenberg]