Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server / CouponVerifier.java @ a17a48ae

History | View | Annotate | Download (4 kB)

# Date Author Comment
c2334823 06/03/2010 02:51 pm Panagiotis Astithas

Avoid a race that caused duplicate coupon class insertions, and remove a transactional call as a performance bonus.

01a30cd0 06/02/2010 06:26 pm Panagiotis Astithas

Complete quota upgrades with coupons. Also fix equals() and hashCode() for Invitations to consider the name or its components.

978061e3 06/01/2010 05:46 pm Panagiotis Astithas

- Initial implementation of quota coupon workflow. Userclass modifications are not happening yet.
- Factor out the common servlet methods into a base class.
- Style the error messages in registration and coupons.