Revisions for incubator/Horde_Payment/authorizations/list.php

Location: [ Horde ] / incubator / Horde_Payment / authorizations / list.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.19 (+8 -5 lines) 11/15/2008 11:14 AM Duck duck

Assign Copyright to Horde Project and preserve me as author

1.18 (+4 -2 lines) 02/20/2008 06:30 AM Duck duck

Allow to search authorisations  by date.
Prefix private methods with _
Use request time instead of processing time.

1.17 (+2 -7 lines) 01/18/2008 09:30 AM Duck duck

- Autoload.
- @define -> define

1.16 (+2 -1 lines) 08/06/2007 08:33 AM Duck duck

Empty list if error occured

1.15 (+6 -6 lines) 06/28/2007 05:26 AM Duck duck

Move constants inside class

1.14 (+2 -2 lines) 06/28/2007 05:21 AM Duck duck

is_a to instanceof

1.13 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.12 (+4 -4 lines) 06/14/2007 11:50 PM Chuck Hagenbuch chuck

rename $payment global to $payment_driver

1.11 (+12 -5 lines) 02/27/2007 03:28 AM Duck duck

Minor GUI improvements and notifications on bad configuration.

1.10 (+3 -3 lines) 01/23/2007 06:17 AM Duck duck

Select only apps with authorizationResponse method.
Change the logic to include steps, not to redirect the user around.
Update proforma bill image.

1.9 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.8 (+5 -1 lines) 11/16/2006 06:52 AM Duck duck

Search by method

1.7 (+3 -2 lines) 10/17/2006 04:29 PM Duck duck

Clean ups and phpdocs fixes

1.6 (+5 -1 lines) 10/01/2006 11:24 AM Duck duck

Fix orders list
Add remember the last listed app

1.5 (+2 -2 lines) 10/01/2006 08:19 AM Duck duck

Start working on orders

1.4 (+11 -5 lines) 10/01/2006 05:32 AM Duck duck

Show payment method details for users with read access

1.3 (+12 -3 lines) 10/01/2006 02:35 AM Duck duck

Add page to add a testing transaction for payment method testing.

1.2 (+5 -0 lines) 09/29/2006 01:08 PM Duck duck

Allow voiding authorizations by users with delete permission on the selling app.

1.1 09/29/2006 11:44 AM Duck duck

Allow listing authorizations to the permitted users.
Move authorizations management in its own directory.