ethem
55a8360776
Removed unnecesary code; Merged from MOODLE_18_STABLE.
2007-02-19 12:11:15 +00:00
ethem
e9fc2634a7
Some XHTML fixes
2007-02-12 16:53:09 +00:00
toyomoyo
537ea84763
MDL-8290, fix for broken plugins
2007-02-09 07:47:14 +00:00
ethem
9c2498d381
Moved validation functions to enrol_authorize_form class.
2007-02-05 14:09:02 +00:00
ethem
c7aaa3cbdb
Moved validation functions to enrol_authorize_form class.
2007-02-05 14:05:19 +00:00
ethem
2542dea98f
Pass custom data "$course" to enrol_authorize_form class.
2007-02-05 13:51:27 +00:00
ethem
1f7d43cfc4
Put back skodak's last commit. global $COURSE is $SITE and enrols to site.
2007-02-05 10:07:38 +00:00
skodak
60f9e36ee8
MDL-8223 - last global $course hacks removed
2007-01-19 10:29:03 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
jamiesensei
b6d15ddef9
removed all 'Revert' buttons from forms and removed it altogether from add_action_buttons method since it was decided it didn't contribute to usability.
2006-12-28 16:12:22 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +00:00
jamiesensei
f07b9627b6
changes to how we generate the id attribute of forms and the naming convention of forms
...
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
jamiesensei
a23f0aaf95
* Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
...
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
skodak
658e87e302
MDL-7903 Guests can not enter course that allows guests with key; merged from MOODLE_17_STABLE
2006-12-18 19:21:10 +00:00
ethem
d4205253d0
No urlencode
2006-11-30 09:16:43 +00:00
ethem
0ba9f5d68a
+ More more more security.
...
* Don't show login name, password and transaction key at the configuration page.
* RC4Encrypt these fields and move to the config_plugins table from the config table.
* Config page is fully https.
2006-11-29 11:05:56 +00:00
ethem
49c81fe0fd
We are expecting multiple records, but in debug mode, it gives this error:
...
Error: Turn off debugging to hide this error.
SELECT id FROM enrol_authorize WHERE userid = '3' AND courseid = '2' AND status=0(with limits 0, 100)
Very strange error in get_record_sql !
2006-11-23 16:22:39 +00:00
ethem
c33e8ec8f7
Daily echeck order notification
2006-11-20 14:48:16 +00:00
ethem
dd5f22e2be
Help file: Uploading Authorize.net CSV file; Merged from MOODLE_17_STABLE.
2006-11-20 13:52:27 +00:00
ethem
b9ce223956
Merged from MOODLE_17_STABLE.
2006-11-20 11:19:39 +00:00
ethem
78ceee0741
It is time to refund for echeck (business checking).
2006-11-20 10:01:44 +00:00
ethem
be09f12192
It is time to refund for echeck (business checking).
2006-11-20 09:49:26 +00:00
ethem
98349513b2
Business checkings can be refunded only for echeck method. Not saving nor checking. Merged from 17stable.
2006-11-20 08:11:21 +00:00
ethem
df90fb983d
Bumped version and new rename field upgrading for HEAD.
2006-11-17 17:54:17 +00:00
ethem
4902ed7c2f
Changed db column(cclastfour) as refundinfo.
...
Because this field will be used to refund both cc and echeck.
Business checkings can be refunded, too; so mark as 1 this field for business checkings.
That is; refundinfo: is last four digit for credit cards, business checking for echecks.
Merged from MOODLE_17_STABLE.
2006-11-17 16:06:46 +00:00
ethem
dfe254ceab
Moved ABA validator and CC validator functions to enrol_form.php
2006-11-17 13:01:04 +00:00
ethem
8dfaffacfb
Some cleanup: Removed enrolment_plugin_authorize->authorizeerror; because, new forms lib handles all errors.
2006-11-17 08:49:08 +00:00
ethem
4df4b15524
Business checks can be refunded. Point a flag for it. The cclastfour field will be renamed to refundinfo later. Merged from 17stable.
2006-11-17 08:21:11 +00:00
ethem
1bdf6d2677
<DIV>...</DIV> if other method available.
2006-11-16 16:18:20 +00:00
ethem
4e15f4b9df
FIX: MDL-7561
...
Allow to be chosen the other payment method if avaiable.
Now, new quick enrol form is ready for usage :)
2006-11-16 14:44:44 +00:00
ethem
3c167c58c1
Show correct string;
...
Credit card method: Name on card
ECheck: Account owner
2006-11-16 12:38:39 +00:00
ethem
3c07bc5a32
Stop responding on error.
2006-11-16 12:23:40 +00:00
ethem
f5fbea120f
Fixed: MDL-7561
...
New forms api
2006-11-15 20:44:49 +00:00
ethem
19384dfb70
MDL-6937
...
MDL-7561
MDL-7562
Need to be used new forms api.
Please see also:
* enrol.php: check_entry(), config_form(), process_config()
* localfuncs.php: validate_cc_form(), validate_echeck_form()
2006-11-15 07:39:04 +00:00
ethem
cac9c967df
Merged from 17stable.
2006-11-13 08:43:16 +00:00
ethem
eb108480aa
New feature: Show my payments only for users who has_capability('enrol/authorize:managepayments')
2006-11-13 07:36:58 +00:00
ethem
b29c7bb2ba
Get course before require_login(); Merged from 17stable.
2006-11-12 13:26:14 +00:00
ethem
8174990c49
Show site name at top when selecting courses.
2006-11-03 12:36:52 +00:00
ethem
3baecd1d7e
Get payment managers at COURSE level. Merged from 17stable.
2006-11-03 12:09:00 +00:00
ethem
726bf1ead2
get_teacher() to get_users_by_capability().
2006-11-03 11:20:13 +00:00
ethem
e40106c7db
Fix for enrolurl(admin/users.php). Merged from 17stable.
2006-11-02 13:34:52 +00:00
ethem
af3e0ed2ea
Make authorize.net config page secure.
...
See: http://moodle.org/mod/forum/discuss.php?d=56728
2006-11-01 12:36:19 +00:00
ethem
7bb8485d6e
Show notice at bottom.
2006-10-31 19:24:10 +00:00
ethem
325d15409b
If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.
...
Some users may not wish to use their credit cards on the internet directly for security reasons.
In this case, you need to obtain an authorization code from user's bank.
Initially, ask for credit card information from the customer
like bank name, name on card, card number, expiry date and card validation code
by means of phone, face-to-face or a billing application.
Then, call the customer services of user's bank giving this information and demand an authorization code.
Finally, after obtaining it, login as user to get the user enrolled.
Alternatively, you can give it to the user saying enrol using this code.
2006-10-30 13:07:20 +00:00
ethem
c9befcd1be
If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.
...
Some users may not wish to use their credit cards on the internet directly for security reasons.
In this case, you need to obtain an authorization code from user's bank.
Initially, ask for credit card information from the customer
like bank name, name on card, card number, expiry date and card validation code
by means of phone, face-to-face or a billing application.
Then, call the customer services of user's bank giving this information and demand an authorization code.
Finally, after obtaining it, login as user to get the user enrolled.
Alternatively, you can give it to the user saying enrol using this code.
2006-10-30 12:53:15 +00:00
ethem
2c46669ba1
New string: All Pending Orders
2006-10-30 11:16:09 +00:00
ethem
2760b4f4cc
Show a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv').
2006-10-30 10:12:20 +00:00
ethem
bf228101fd
Get only courses made transactions. This lessens the course list; Merged from 17stable.
2006-10-30 08:33:00 +00:00