ethem
|
ddd74daef6
|
action.php renamed to authorizenetlib.php
Merged from MOODLE_16_STABLE.
|
2006-05-17 08:18:51 +00:00 |
|
martinlanghoff
|
d7d37bcb60
|
moodle16cleanup: enrol/authorize not null set which is similar to mysql
and that was upgraded on postgres7.php
|
2006-05-17 06:35:35 +00:00 |
|
ethem
|
f9ff6fbd77
|
confirm_sesskey() implementation for capture,delete,refund and void. I hope it works. :)
|
2006-05-16 15:34:24 +00:00 |
|
ethem
|
98f6b1eb54
|
Allow showing error message when insert_record fails.
merged from 16_stable.
|
2006-05-16 15:02:52 +00:00 |
|
ethem
|
e81e5c1604
|
Fix: Redirect to order details page 10 seconds later, not home page. Merged from MOODLE_16_STABLE.
|
2006-05-13 16:18:38 +00:00 |
|
ethem
|
6e6c37e2be
|
Language direction is important. Changed as: <b>AVS Result:</b> $a
merged from 16_stable.
|
2006-05-13 08:53:34 +00:00 |
|
ethem
|
f6a7a35cc9
|
More readable coding. Now, I understand everything. :)
Merged from MOODLE_16_STABLE.
|
2006-05-13 08:33:55 +00:00 |
|
ethem
|
8f152c586d
|
Deleting test transactions are not good. They may be in proggress. Let's update WHERE transid<>'0'.
Merged from MOODLE_16_STABLE.
|
2006-05-13 06:02:06 +00:00 |
|
ethem
|
17dd669149
|
Fix: Don't show newly created orders prior to 2 minutes.
They may be still in proggress and these aren't test transacions(transid=0).
We check timecreated field to prevent this.
MERGED FROM MOODLE_16_STABLE.
|
2006-05-12 19:56:02 +00:00 |
|
ethem
|
3335e3f881
|
Fix: Delete test transactions before update status as AN_STATUS_AUTHCAPTURE.
Merged from MOODLE_16_STABLE.
|
2006-05-12 18:36:30 +00:00 |
|
ethem
|
4a1e506a35
|
Admin can setup which credit card types will be accepted.
Merged from MOODLE_16_STABLE.
|
2006-05-05 18:16:45 +00:00 |
|
ethem
|
5f7a36628f
|
Create transid indexes for backup & restore speed.
|
2006-05-04 09:42:35 +00:00 |
|
ethem
|
669c58e1a5
|
First authorize restore library for version 1.7
|
2006-05-04 07:58:20 +00:00 |
|
ethem
|
a7c3596182
|
First authorize backup library for version 1.7
|
2006-05-03 17:09:52 +00:00 |
|
ethem
|
df4ba5a1b9
|
1 - adminhelpcapture & adminhelpreview strings removed from enrol_authorize.php
2 - captureday.html & review.html files added to help/enrol/authorize
|
2006-05-02 07:13:15 +00:00 |
|
ethem
|
0168503ab2
|
Direct access to this script is forbidden.
|
2006-04-28 07:20:25 +00:00 |
|
ethem
|
ee80cc094c
|
lib.php : restore & backup functions removed.
|
2006-04-27 15:48:55 +00:00 |
|
ethem
|
53bf37b4f6
|
Backup library.
|
2006-04-27 13:41:53 +00:00 |
|
ethem
|
e13958e08b
|
Don't use $courseid in require_login(). User may want to see old orders. Course enrolment is not required.
|
2006-04-26 17:39:13 +00:00 |
|
ethem
|
a37c274b90
|
Use global parameters in authorize_print_orders(): $courseid & $userid
|
2006-04-26 17:29:52 +00:00 |
|
ethem
|
71f7797f28
|
Don't duplicate header.
|
2006-04-26 17:16:34 +00:00 |
|
moodler
|
0b0ac96794
|
Just some tidy-ups
|
2006-04-26 16:03:16 +00:00 |
|
ethem
|
e66012b563
|
Penny made it this way on purpose, apparently, to make it work properly on Postgresql, so it reverted.
|
2006-04-26 15:23:01 +00:00 |
|
ethem
|
f506249f70
|
Merged from MOODLE_15_STABLE. First time install detection.
|
2006-04-26 12:38:09 +00:00 |
|
ethem
|
7dcf558cde
|
Locallib.php can be only used by index.php.
|
2006-04-24 17:15:13 +00:00 |
|
ethem
|
cb845f37ae
|
Put back. String 'returns'&'noreturns' are used only in one order. Not general.
|
2006-04-24 17:03:42 +00:00 |
|
ethem
|
db763a8a91
|
String 'returns'&'noreturns' added to authorize strings array. (get string fast)
|
2006-04-24 16:54:59 +00:00 |
|
ethem
|
efd0eb0d29
|
String 'all' added to strings array.
|
2006-04-24 16:46:39 +00:00 |
|
ethem
|
db70762f01
|
$CFG removed
|
2006-04-24 16:31:02 +00:00 |
|
ethem
|
023c3f0ee2
|
Some indexes were added in 15_STABLE. So, don't show an error message again if indexes are already exist.
|
2006-04-23 10:15:01 +00:00 |
|
moodler
|
6c3d3b0a97
|
DOn't show some notces on new install
|
2006-04-23 04:45:20 +00:00 |
|
mjollnir_
|
ee234b5cac
|
Putting back in the fix for authorize enrol plugin not originally having correct pg version number and table sync with mysql tables and version number
|
2006-04-18 02:50:46 +00:00 |
|
moodler
|
d87a9d7338
|
Fixed the upgrade_plugins function so that it automatically
handles the .sql file for first installation (just like activities)
|
2006-04-16 16:50:55 +00:00 |
|
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 |
|