Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 5 1 hpdl 1497 43

latest revision download trunk

5 annotated / raw | Diffs: previous, other | Lines: 190 ( +0, -0 )

Created: 2005-01-31 02:40:15 +0100 (4 years 9 months ago) | Author: hpdl | Changeset: 5

Added svn:keywords Id property

Branch point for: hpdl

Properties

 svn:keywords = Id

1 new annotated / raw | Lines: 190 ( +190, -0 )

Created: 2005-01-31 01:06:19 +0100 (4 years 9 months ago) | Author: hpdl | Changeset: 1

Initial import

latest revision download Branch hpdl

1497 annotated / raw | Diffs: previous, other | Lines: 359 ( +3, -1 )

Created: 2007-03-29 15:40:05 +0200 (2 years 7 months ago) | Author: hpdl | Changeset: 1497

update version number to 3.0 Alpha 4
update copyright notice / license notice

Properties

 svn:eol-style = native
 svn:keywords = Id

830 annotated / raw | Diffs: previous, other | Lines: 357 ( +6, -6 )

Created: 2006-08-29 14:44:39 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 830

logic updates
set error reporting to E_ALL by default

Properties

 svn:eol-style = native
 svn:keywords = Id

734 annotated / raw | Diffs: previous, other | Lines: 357 ( +1, -1 )

Created: 2006-08-20 19:56:47 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 734

finalize the standardization of the general.php functions

Properties

 svn:eol-style = native
 svn:keywords = Id

607 annotated / raw | Diffs: previous, other | Lines: 357 ( +77, -57 )

Created: 2006-07-05 12:17:57 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 607

Automatically select the best connection means to communicate with gateway servers

Properties

 svn:eol-style = native
 svn:keywords = Id

547 annotated / raw | Diffs: previous, other | Lines: 337 ( +3, -18 )

Created: 2006-04-29 03:23:20 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 547

rename the javascript class method names to resolve a naming conflict

Properties

 svn:eol-style = native
 svn:keywords = Id

533 annotated / raw | Diffs: previous, other | Lines: 352 ( +27, -1 )

Created: 2006-04-26 09:32:54 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 533

add a new method to make https requests with a ssl certificate - the new method only works for php5

Properties

 svn:eol-style = native
 svn:keywords = Id

523 annotated / raw | Diffs: previous, other | Lines: 326 ( +7, -11 )

Created: 2006-04-25 16:36:09 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 523

replace before_process() and after_process() with just process()

add an ssl certificate parameter to the sendTransactionToGateway() method (used for PayPal Webservice/API transactions)

Properties

 svn:eol-style = native
 svn:keywords = Id

503 annotated / raw | Diffs: previous, other | Lines: 330 ( +0, -83 )

Created: 2006-04-19 02:19:25 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 503

move the administrative functions over to the administration tool level

Properties

 svn:eol-style = native
 svn:keywords = Id

486 annotated / raw | Diffs: previous, other | Lines: 413 ( +94, -20 )

Created: 2006-04-18 01:39:28 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 486

new sendTransactionToGateway() method that sends the payment information to the selected payment gateway service. this method will automatically fall back on what the server supports from native PHP functions (when OpenSSL has been compiled with PHP), libCurl, and to Curl as a last resort. (right now libCurl is being used forcefully)

the payment module method title is also now returned so that the customer sees "Credit Card" as an option, and not something like "Authorize.net"

Properties

 svn:eol-style = native
 svn:keywords = Id

434 annotated / raw | Diffs: previous, other | Lines: 339 ( +38, -21 )

Created: 2006-02-15 21:49:45 +0100 (3 years 8 months ago) | Author: hpdl | Changeset: 434

checkout procedure cleanup

Properties

 svn:eol-style = native
 svn:keywords = Id

432 annotated / raw | Diffs: previous, other | Lines: 322 ( +35, -13 )

Created: 2006-02-15 08:41:34 +0100 (3 years 8 months ago) | Author: hpdl | Changeset: 432

checkout modules cleanup

Properties

 svn:eol-style = native
 svn:keywords = Id

431 annotated / raw | Diffs: previous, other | Lines: 300 ( +148, -37 )

Created: 2006-02-15 06:57:09 +0100 (3 years 8 months ago) | Author: hpdl | Changeset: 431

checkout modules cleanup

Properties

 svn:eol-style = native
 svn:keywords = Id

421 annotated / raw | Diffs: previous, other | Lines: 189 ( +2, -2 )

Created: 2006-02-08 18:53:17 +0100 (3 years 8 months ago) | Author: hpdl | Changeset: 421

the start of cleaning up the checkout procedure (additional commits pending)

Properties

 svn:eol-style = native
 svn:keywords = Id

404 annotated / raw | Diffs: previous, other | Lines: 189 ( +3, -2 )

Created: 2006-01-25 23:55:27 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 404

load language definitions

Properties

 svn:eol-style = native
 svn:keywords = Id

390 annotated / raw | Diffs: previous, other | Lines: 188 ( +1, -1 )

Created: 2006-01-20 07:04:32 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 390

move the search and product language definitions to the language xml file

add the xml class which I missed in the previous commits

Properties

 svn:eol-style = native
 svn:keywords = Id

387 annotated / raw | Diffs: previous, other | Lines: 188 ( +3, -1 )

Created: 2006-01-18 17:49:58 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 387

the start of moving the language definitions over to xml files which can easily be imported into the database

currently only for the english language and currently stores a cached version of the definitions from the xml file instead of retrieving the values from the database

new xml class to take care of xml files

Properties

 svn:eol-style = native
 svn:keywords = Id

377 annotated / raw | Diffs: previous, other | Lines: 186 ( +3, -1 )

Created: 2006-01-09 15:47:49 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 377

retrieve the language data from the language class instead of the session scope

Properties

 svn:eol-style = native
 svn:keywords = Id

273 annotated / raw | Diffs: previous, other | Lines: 184 ( +2, -2 )

Created: 2005-11-23 17:53:04 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 273

remove redundant parameters

Properties

 svn:eol-style = native
 svn:keywords = Id

241 annotated / raw | Diffs: previous, other | Lines: 184 ( +1, -1 )

Created: 2005-11-13 23:56:32 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 241

sync from xtrian-ms3's branch

Properties

 svn:eol-style = native
 svn:keywords = Id

199 annotated / raw | Diffs: previous, other | Lines: 184 ( +3, -5 )

Created: 2005-09-22 17:56:13 +0200 (4 years 1 month ago) | Author: hpdl | Changeset: 199

update the session class

don't use the session class as a storage handler, but as a controller

added ctype_* checking on the session ID

Properties

 svn:eol-style = native
 svn:keywords = Id

196 annotated / raw | Diffs: previous, other | Lines: 186 ( +0, -4 )

Created: 2005-09-16 14:59:17 +0200 (4 years 1 month ago) | Author: hpdl | Changeset: 196

remove PHP < 4.1 compatibliity logic

Properties

 svn:eol-style = native
 svn:keywords = Id

153 annotated / raw | Diffs: previous, other | Lines: 190 ( +0, -0 )

Created: 2005-08-04 14:57:59 +0200 (4 years 3 months ago) | Author: hpdl | Changeset: 153

merge from trunk r149

Properties

 svn:eol-style = native
 svn:keywords = Id

143 annotated / raw | Diffs: previous, other | Lines: 190 ( +2, -2 )

Created: 2005-07-31 15:59:12 +0200 (4 years 3 months ago) | Author: hpdl | Changeset: 143

change the variable name as it conflicted with the page name in the url

Properties

 svn:keywords = Id

43 new annotated / raw | Diffs: previous, other | Lines: 190 ( +0, -0 )

Created: 2005-03-08 21:54:59 +0100 (4 years 8 months ago) | Author: hpdl | Changeset: 43

creating private branch

Properties

 svn:keywords = Id