Petr Škoda
31ac2aef26
MDL-39386 fix phpdocs packages in enrol
2013-04-27 13:41:32 +02:00
Frederic Massart
807cf3d0ae
MDL-38005 form: Headers have a proper name
2013-03-15 11:06:25 +08:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Aaron Barnes
0609036239
enrol/authorize: MDL-22777 upgrade enrol/authorize plugin to new enrol_plugin base class
...
Patch by Eugene Venter
2010-08-19 02:42:33 +00:00
David Mudrak
4bac47bd65
MDL-21695 Dropping enrol/authorize help - to be added by the plugin maintainer
2010-07-28 11:04:11 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
Petr Skoda
0aa759b01c
MDL-22015 more get_list_of_countries() refactoring
2010-04-14 14:27:10 +00:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
4317f92f3f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:51:40 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
ethem
d5b2c71508
fix for help buttons
2009-08-26 10:40:40 +00:00
ethem
a7be540125
print_simple_box(_start/_end) and preg_replace() fixes
2009-07-23 10:38:41 +00:00
nicolasconnault
6dbcaceef1
MDL-19418 Replaced ereg* by preg*
2009-06-22 01:22:37 +00:00
dongsheng
ff9b4ea40a
"MDL-17570,clean align property, merged from 1.9"
2008-12-10 07:24:11 +00:00
dongsheng
6a933f1308
"MDL-14129, fix print_error"
2008-05-14 05:56:10 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
ethem
039afd9b87
MDL-12958 In the Authorize enrol plug-in when a credit card expiry date (year) is entered, a validate error is generated blocking credit card usage
2008-01-14 18:01:18 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00
ethem
488bc5f51b
Fix for Canadian Postal Code
...
http://moodle.org/mod/forum/discuss.php?d=81736
2007-11-20 13:22:39 +00:00
ethem
d906abacca
Access modifiers.
2007-11-07 10:54:28 +00:00
martinlanghoff
76ab1c33d9
Bug fix: 'off by one'month bug in mupltiple locations.
...
When the system/user time zone was set to GMT-13 months would lag behind by
one month.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-13 05:04:57 +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
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
ethem
dfe254ceab
Moved ABA validator and CC validator functions to enrol_form.php
2006-11-17 13:01:04 +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
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