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
danstowell
2201638882
Minor improvements to IMS-E enrol - better handling of empty <userid></userid>
2006-04-06 14:06:40 +00:00
gustav_delius
a488b9325c
Replace require_variable() by required_param()
2006-04-06 12:56:37 +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
danstowell
57bcbe80c2
Moving help refs from enrol-imsenterprise to enrol/imsenterprise
2006-03-10 15:50:30 +00:00
danstowell
395ec1ed68
Some small changes to IMS Enterprise enrol - improved some logic and logging
2006-03-10 13:07:48 +00:00
martinlanghoff
8c25f6f227
enrol/imsenrolment: Introducing IMS Enterprise enrolment module by Dan Stowell
...
IMS Enterprise 1.1 file enrolment module for Moodle
(also reported to work with v1.01 and v1.0 data)
(c) 2005-2006 Dan Stowell
Released under the Gnu Public Licence (GPL)
This module was originally in contrib/enrol_imsenterprise, and a 1.5-compatible
version of the module can still be found there.
2006-03-10 02:01:06 +00:00
ethem
d5e50c25d5
help with $a
2006-03-09 11:35:54 +00:00
martinlanghoff
46a811142e
[multienrol]Don't die if there's an empty directory in enrol and better strings for admin ui
...
The admin UI still needs a bit of wordsmithing to make it easy to understand what the model we have is.
2006-03-09 05:06:18 +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
a60952d73d
[multienrol]
2006-03-09 04:22:03 +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
a51e2a7f3b
[multienrol]Renamed "internal" enrolment plugin to "manual"
2006-03-09 03:19:10 +00:00
martinlanghoff
74da3c2c89
[multienrol]Improved get_student/teacher_courses() functions to cache enrolment type that saves lots of recursive database query
2006-03-09 03:15:42 +00:00
martinlanghoff
1919f9926e
[multienrol]Replaced configuration variable override with class property
2006-03-09 03:15:01 +00:00
martinlanghoff
f5befec4e8
[multienrol]Fixed some wired characters caused by my editor
2006-03-09 02:56:44 +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