| Adding default sqlite3 database configuration |
calas
as Jorge Calás Lozano
|
More...
|
over 17 years ago
|
| Removed a legacy draggable element ref that was also causing an an endless loop of javascript errors under certain circumstances. NOTE: Ajax cart will probably return eventually as an extension. |
|
More...
|
over 17 years ago
|
| Fixed a minor style issue with the new login stuff. |
|
More...
|
over 17 years ago
|
| Require login or user creation before checkout. |
|
More...
|
over 17 years ago
|
| Refactored users controller to make it REST. |
|
More...
|
over 17 years ago
|
| Changed password of sample user to 'spree.' |
|
More...
|
over 17 years ago
|
| Added a login prompt to the store header. |
|
More...
|
over 17 years ago
|
| Removed long since defunct layout file. |
|
More...
|
over 17 years ago
|
| Moved all Spree style information into spree.css. This makes it more explicit on how to override the default Spree styling. |
|
More...
|
over 17 years ago
|
| Ignore Eclipse project files. |
|
More...
|
over 17 years ago
|
| Removed problematic resource_controller tests. These tests were interfering with rake spree:gem:install. I decided to remove them since its not crucial to run these tests when building the spree gem. |
|
More...
|
over 17 years ago
|
| Added new AUTO_ACCEPT=true option to rake db:bootstrap. This will just bootstrap the database with the default values for the admin account and automatically setup the sample data. This will all be done without requiring additional interractive command line input. |
|
More...
|
over 17 years ago
|
| Fixed the broken payment gateway tests. |
|
More...
|
over 17 years ago
|
| Fixed a typo in one of the specs. |
|
More...
|
over 17 years ago
|
| Increased text limit for gateway description (was causing a problem on some versions of mysql.) |
|
More...
|
over 17 years ago
|
| Removed ruby-debug dependency. With Rails 2.x you can automatically load the debugger using script/server --debugger. |
|
More...
|
over 17 years ago
|
| Extensions routes are now automatically reloaded (no more restarts to debug your extension routes.) |
|
More...
|
over 17 years ago
|
| Fixed a bug that occurs when updating from a non bogus gateway to the bogus gateway. |
|
More...
|
over 17 years ago
|
| Major improvements to the payment_gateway extension. You can now configure your gateway through a brand new admin interface. So far only the Linkpoint gateway is available but that is primarily due to a lack of time so far to setup and test the other gateways. Adding other gateways should be a trivial exercise now since ActiveMerchant is doing all of the hard work for us. |
|
More...
|
over 17 years ago
|
| Fixed the title on the admin screen to something less lame. |
|
More...
|
over 17 years ago
|
| Added an extension view to the admin menu which lists all of the currently installed extensions. |
|
More...
|
over 17 years ago
|
| Updated list of gem dependencies. |
|
More...
|
over 17 years ago
|
| Fixed db:bootstrap task so that it also migrates the extensions properly. |
|
More...
|
over 17 years ago
|
| Removed defunct rake task. |
|
More...
|
over 17 years ago
|
| Complete overhaul of tax calculation. Tax calculation is now provided by a core extension that can be more easily replaced by custom logic. |
|
More...
|
over 17 years ago
|
| Reverted my previous hack. Users are redirected to the index view after creating a new resource and the show view after editing. |
|
More...
|
over 17 years ago
|
| Using active_merchant as a plugin instead of gem. This will prevent confusion by standardizing on a single version of active_merchant. We have also fixed a small piece of code that was causing the routes to load prematurely whenever active_merchant was referred to from an extension. |
|
More...
|
over 17 years ago
|
| BaseController now extends ResourceController. This will allow us to use the very excellent ResourceController plugin to make everything more resourceful. |
|
More...
|
over 17 years ago
|
| Fixed an issue with remigration task for extensions. |
|
More...
|
over 17 years ago
|
| Added resource_controller plugin to assist with REST support. |
|
More...
|
over 17 years ago
|