Potion Store commits

RevisionAuthorDateDescription
75andykim7830 Jun 2008 05:22:55

PostgreSQL 8.3 compatibility and case insensitive search in lost license page

74andykim7827 Jun 2008 16:50:33

Some bug fixes and Rails 2.1 compatibility

73andykim7813 May 2008 18:32:57

Force an order's payment type to be the proper case for submitting to PayPal
Order search wasn't properly searching in licensee names
Order search SQL query condition modified to be compatible with mysql

72andykim7818 Mar 2008 19:26:56

* In the front page, show a @ character next to price to clarify that the input field is for quantity
* Round up floating point quantities
* Minor changes to README and LICENSE

71andykim7803 Mar 2008 19:00:59

Credit card check is case insensitive now

70andykim7829 Feb 2008 20:26:20

Fixed bug with previous commit

69andykim7829 Feb 2008 19:14:51

* Focus on the username field when loading the login page
* Admin side made a bit more iPhone friendly

68andykim7814 Feb 2008 18:02:54

Clean up octal number in quantity field

66andykim7816 Jan 2008 20:27:55

Version 0.4.0 release

65andykim7813 Jan 2008 11:51:12

It seems to work okay with Rails 2 so far.

* Google Checkout buyers get the license key right away instead of having to wait for the email
* Google Checkout notifications are properly authenticated now
* Migrated to Google4r 1.0.2
* More countries added to CC checkout. Way more.
* Insert dash into japanese zipcode if it's not already there. I can't believe PayPal doesn't do this already.
* "optional" string taken out even on non-completed orders
* Label tag added for "Name on License" field on forms
* Brian Cooke's Rails 2 patch applied

63andykim7811 Dec 2007 19:12:28

Bug fix of previous commit

62andykim7811 Dec 2007 00:38:43

Improved admin order edit interface:

Setting a line item quantity to 0 deletes the line item from the order
Changing a line item quantity regenerates the license key

61andykim7803 Dec 2007 19:48:23

Added instructions to config/paypal.yml
Took out LF characters from config/certs/api_cert_chain.crt. I think it trips some OpenSSL insllations.