16 Aug, 2011
14 commits
-
Adding the 'Add to cart' button to assets products list.
-
Mailer uses supplier and environment domains to avoid messages being filtered as spams.
-
Also some little fixes
-
* Also fixing little bug on js.
-
* Features: - Plugin helper. - Plugin mailer. - Template for supplier and customer email. - Upgrades to form. * Fixes: - Passing request form through ajax serialize instead of hardcoded.
-
* Missing the send-email implementation
-
* Feature: - Possibility to enable and disable "Add to cart" buttons - Also possibility to further configurations of cart on the profile.
-
Don't panic! =D
-
* Feature: - Controller for cart
13 Aug, 2011
4 commits
-
(ActionItem2027)
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
-
(ActionItem2052)
-
(ActionItem1958)
12 Aug, 2011
1 commit
-
(ActionItem1958)
11 Aug, 2011
6 commits
-
(ActionItem1958)
-
(ActionItem1958)
-
(ActionItem1958)
-
Now cucumber gems should install fine with RAILS_ENV=cucumber gems:install in Debian Lenny and its task start/stop solr
10 Aug, 2011
2 commits
-
…nto merge-requests/33 (ActionItem2059)
-
…nto merge-requests/30
09 Aug, 2011
13 commits
-
When you drag and drop, Firefox brings the outer element together with the link or image. A <div> is less weird than a <li>, though.
-
The problem is that file uploads cannot be done via real AJAX, so the jQuery form plugin creates a hidden iframe and does the upload there. This approach has limitations, and among them is not being able to send proper JSON responses for file uploads. See http://jquery.malsup.com/form/#file-upload
-
…nto merge-requests/25
-
(ActionItem2033)
-
…nto merge-requests/17