Revisions for incubator/Horde_Payment/po/Horde_Payment.pot

Location: [ Horde ] / incubator / Horde_Payment / po / Horde_Payment.pot 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.17 (+10 -10 lines) 11/15/2008 11:14 AM Duck duck

Assign Copyright to Horde Project and preserve me as author

1.16 (+12 -4 lines) 09/10/2008 09:49 AM Duck duck

Catch errors.
Remove uneeded references.
Fix comments idents.

1.15 (+85 -121 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.14 (+24 -37 lines) 01/18/2008 09:30 AM Duck duck

- Autoload.
- @define -> define

1.13 (+148 -45 lines) 06/28/2007 05:21 AM Duck duck

is_a to instanceof

1.12 (+25 -66 lines) 11/22/2006 10:18 AM Duck duck

Load configuration per vhost.
Set amount as string before inserting in DB, because of pear float bug.

1.11 (+46 -5 lines) 10/17/2006 12:58 PM Duck duck

In the proforma bill method, check if all data are present before requesting them.

1.10 (+10 -10 lines) 10/17/2006 04:26 AM Duck duck

Show save method option only for registered user and no session bassed prefs.
Catch errors when gettig refferecne name

1.9 (+18 -18 lines) 10/09/2006 01:44 PM Duck duck

Use singleton to avoid recreation when listing methods and dealing with them.

1.8 (+9 -9 lines) 10/04/2006 12:29 PM Duck duck

Enlarge Method::get() to pass not only general settings.
Mage Profroma Bill data configurable.
Spli Payment_Driver::updateAttributes to separate add/update methods and track create/update time.

1.7 (+192 -64 lines) 10/02/2006 02:01 PM Duck duck

Allow to set minimal and maximal amount for the selected payment method

1.6 (+43 -19 lines) 10/01/2006 05:33 AM Duck duck

Show payment method details for users with read access

1.5 (+22 -9 lines) 10/01/2006 02:35 AM Duck duck

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

1.4 (+55 -23 lines) 09/29/2006 01:08 PM Duck duck

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

1.3 (+25 -22 lines) 09/29/2006 11:44 AM Duck duck

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

1.2 (+31 -15 lines) 09/28/2006 03:08 PM Duck duck

Move void handling in a separate method and call the payment method if it supports voiding.

1.1 09/28/2006 09:32 AM Duck duck

Minor fixes