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
048be1b091
Fix for refactoring
...
Fatal error: Call to undefined method enrolment_plugin_authorize::print_enrolmentkeyfrom() in /usr/local/www/data/moodle/enrol/manual/enrol.html on line 7
2007-11-07 15:57:23 +00:00
ethem
d906abacca
Access modifiers.
2007-11-07 10:54:28 +00:00
ethem
3ab547688a
Access modifiers.
2007-11-07 10:24:35 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
stronk7
28271c7205
Second pass. Some more default comments are out. MDL-11385
2007-09-24 22:10:13 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
skodak
76317c73a2
MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon
2007-08-10 15:00:35 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
ethem
1d2a739b56
MDL-9836
...
Authorize.net / SSL Config Bug prevents display of options from enrol/authorize/enrol.php
2007-06-15 17:40:58 +00:00
poltawski
a044c05ddb
MDL-9742 - changed tabs to spaces in a few places where there are one
...
or two
2007-05-08 15:07:25 +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
20fe12b4a2
Code cleanup
2007-03-14 13:07:36 +00:00
skodak
efe12f6c22
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes
2007-03-05 11:27:01 +00:00
skodak
18b07efaf4
sesskey added to logout.php MDL-8727
2007-03-02 16:47:38 +00:00
toyomoyo
d5b04008fd
replacing fieldsets with divs in small forms
2007-03-01 06:57:11 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
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