ethem
|
4d3b0ddc0a
|
lib.php renamed to locallib.php
|
2006-04-12 09:13:20 +00:00 |
|
ethem
|
9b47e0018e
|
Make function names as library name.
|
2006-04-11 12:37:41 +00:00 |
|
ethem
|
c9ca150d82
|
Make function names as library name.
|
2006-04-11 12:37:41 +00:00 |
|
ethem
|
362bdbf790
|
static $timediff30. Call once only.
|
2006-04-07 11:23:10 +00:00 |
|
ethem
|
09bf9535de
|
print_simple_box_start with width
|
2006-04-07 07:34:32 +00:00 |
|
ethem
|
743d932c11
|
Hide order details if an action emerges. (actions: capture, delete, refund, void)
|
2006-04-05 10:08:57 +00:00 |
|
ethem
|
0bf8ea6aa0
|
Show errors in original language.
You can't do this action: native_action
|
2006-04-05 08:28:12 +00:00 |
|
ethem
|
ece1fbeeb2
|
Use consts when an user performs an action.
|
2006-04-05 05:28:56 +00:00 |
|
ethem
|
4440d7a432
|
Some indexes were added in 15_STABLE. So, don't show a warning message if index already exists.
|
2006-04-05 05:20:59 +00:00 |
|
ethem
|
f0e2d8b3d4
|
Merged from MOODLE_15_STABLE.
|
2006-03-27 12:21:13 +00:00 |
|
ethem
|
d414c46183
|
Some descriptions was added
|
2006-03-27 08:49:43 +00:00 |
|
ethem
|
c7dac7f5a9
|
index.php & lib.php
Payment management functions moved to lib.php
|
2006-03-27 08:31:16 +00:00 |
|
ethem
|
6972506e99
|
Tabs are out
|
2006-03-27 07:53:27 +00:00 |
|
mjollnir_
|
742104c531
|
Merged from MOODLE_15_STABLE: Since there was no pg support for enrol/authorize until later, the versioning was screwey in postgres, so check the table exists first before trying to add columns to it, create it if it is not there
|
2006-03-26 22:59:23 +00:00 |
|
ethem
|
2eaa289883
|
Table type fix. ENGINE changed to TYPE. Old mysql version issue.
|
2006-03-23 14:26:18 +00:00 |
|
gustav_delius
|
ead293420d
|
Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin
|
2006-03-22 10:44:54 +00:00 |
|
ethem
|
ef62312dbe
|
You can't do this action: $a->action
|
2006-03-13 18:26:55 +00:00 |
|
ethem
|
a6c656065c
|
Students can view their payments.
|
2006-03-13 17:57:12 +00:00 |
|
ethem
|
843d9bdc42
|
Now, teachers can manage the payments in their courses if admin set up this.
|
2006-03-13 16:47:44 +00:00 |
|
ethem
|
3a36b0b6f3
|
Users can view their orders...
|
2006-03-13 11:15:09 +00:00 |
|
ethem
|
235a90f9b6
|
Course filter is added to payment management page.
Show the enrolment method of course is 'authorize.
|
2006-03-10 20:05:24 +00:00 |
|
ethem
|
d5e50c25d5
|
help with $a
|
2006-03-09 11:35:54 +00:00 |
|
martinlanghoff
|
c6a40e74b9
|
[multienrol]enrol/authorize: Back put last commit - "manual" is the right name
|
2006-03-09 05:03:41 +00:00 |
|
martinlanghoff
|
7ce85a1969
|
[multienrol]enrol/authorize: fix references to 'internal' method
|
2006-03-09 04:26:37 +00:00 |
|
martinlanghoff
|
aa190ccd1e
|
[multienrol]Merged Ethem Evlice's changes to authorize.net
Minimal changes -- with this, the tip of MOODLE_16_MULTIENROL is fully merged.
|
2006-03-09 04:14:12 +00:00 |
|
martinlanghoff
|
f9667a5aea
|
[multienrol]Initial commit for multi enrolment plugin feature
|
2006-03-09 02:48:29 +00:00 |
|
ethem
|
46bbbb4c85
|
DB new upgrade system.
|
2006-02-15 10:15:27 +00:00 |
|
gustav_delius
|
f0295d5aba
|
Remove empty line, see bug 4747
|
2006-02-12 23:30:37 +00:00 |
|
ethem
|
9a5a7c3814
|
Function: getsettletime minute fix.
|
2006-02-10 12:41:56 +00:00 |
|
ethem
|
33bbb39b4f
|
Show warning message if cron doesn't work. Review order depends on cron & an_capture_day.
|
2006-02-01 13:30:45 +00:00 |
|
ethem
|
7fec4cb2f9
|
Rename an_cutoff_hour and an_cutoff_min to an_cutoff.
|
2006-02-01 13:03:13 +00:00 |
|
ethem
|
181c06ea6b
|
Show only one message for actions (Capture/Void/Credit) in test mode.
|
2006-01-31 16:41:46 +00:00 |
|
ethem
|
00a354a2da
|
Which form is submitted? Internal or authorize?
This eliminates undefined form->property notices when user submitted internal form.
|
2006-01-27 14:16:41 +00:00 |
|
ethem
|
d90534da0d
|
Move $this->validate_enrol_form() to check_entry().
|
2006-01-27 13:44:11 +00:00 |
|
ethem
|
c5c56ae00d
|
Move card validation to validate_enrol_form function.
|
2006-01-27 13:34:42 +00:00 |
|
ethem
|
b1fa2cf269
|
Card Validation and Postal Code field validation fix. (is_int & is_numeric)
|
2006-01-27 09:16:01 +00:00 |
|
ethem
|
752d465f4d
|
Manage orders with status filter. All/Authorized/Captured/Refunded/Cancelled/Expired.
|
2006-01-20 16:04:52 +00:00 |
|
ethem
|
c1a91db06e
|
AVS and Reason messages.
|
2006-01-19 14:57:23 +00:00 |
|
toyomoyo
|
f9952852b1
|
adding more xmls
|
2006-01-16 01:56:21 +00:00 |
|
ethem
|
66ba9796d4
|
Moving some constants to const.php.
|
2006-01-06 12:14:17 +00:00 |
|
ethem
|
a1c967cc73
|
Address Verification System (AVS).
|
2006-01-05 16:28:34 +00:00 |
|
ethem
|
4bfda899b6
|
Address Verification System (AVS).
|
2006-01-05 14:30:49 +00:00 |
|
ethem
|
e74d4dc1b4
|
Send warning email to admins X days ago
how many status of 'authorized/pending capture' transaction is there,
before transactions have expired.
|
2006-01-04 18:16:39 +00:00 |
|
ethem
|
8a92768d71
|
Sql fix.
|
2006-01-04 08:25:16 +00:00 |
|
ethem
|
ea370453c2
|
Expire transaction after 30 days.
|
2006-01-03 11:21:18 +00:00 |
|
ethem
|
241fbcf510
|
Config an_review_day renamed to an_capture_day.
Inform admin will be expired transactions 2 days ago.
Help for an_review and an_capture_day to admins.
|
2006-01-03 10:23:28 +00:00 |
|
ethem
|
6aa31974bd
|
Inform students in cron function.
|
2006-01-02 09:45:07 +00:00 |
|
ethem
|
4014910e29
|
enrol_authorize_refunds must be updated, not enrol_authorize.
|
2006-01-02 09:34:10 +00:00 |
|
ethem
|
dfb9c29043
|
Settlement date.
|
2006-01-02 09:30:35 +00:00 |
|
ethem
|
9e1c2ba45c
|
No need anymore some database fields.
|
2005-12-28 16:53:23 +00:00 |
|