1821
by hpdl on
15 January 2008, 10:58:55 +0100
(22 months ago)
Created backups directory Protect new backups directory with a .htaccess file List only sql, zip, and gz files in the backups listing
1810
by hpdl on
13 January 2008, 13:22:02 +0100
(22 months ago)
Change the last_page_url field type from varchar(255) to text for MySQL 5.0 strict mode compatibility for when longer urls are stored in the whos_online table (eg, payment gateways returning many or l…
1809
by hpdl on
13 January 2008, 12:34:12 +0100
(22 months ago)
Add transaction method parameter (auth/preauth) Fix hash password verification in the before_process() method by defining needed global variables
1807
by hpdl on
13 January 2008, 01:50:08 +0100
(22 months ago)
* The MD5 transaction verification logic has been improved to use WorldPay's signature feature (the custom MD5 hashing logic is used in addition to this) * Support the callback password feature * Use …
1803
by hpdl on
11 January 2008, 19:16:37 +0100
(22 months ago)
move the currencies::format_raw() function to the payment module level for 2.2MS2/2.2RC1 compatibility.
1798
by hpdl on
11 January 2008, 16:40:58 +0100
(22 months ago)
Add a comments box on the checkout confirmation page as the express module skips the shipping and payment pages where the comments box normally resides.