jamiesensei
373503035f
little bit of clean up. removed extra global var and format element helpbutton is now included in element definition.
2006-11-15 07:49:43 +00:00
jamiesensei
5f649aaa79
migrated mod/lesson/mod.html to formslib
2006-11-15 07:44:33 +00:00
jamiesensei
3c7656b4b0
added two new elements button and choosecoursefile which inherits from button
...
added $supportsgroups bool parameter with default true to give method standard_coursemodule_elements($supportsgroups=true) on moodleform_mod
2006-11-15 07:40: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
jamiesensei
f388442b26
added removeOption method to allow removing options from a select drop down
2006-11-15 07:36:00 +00:00
jamiesensei
145dbd7cee
added action to redirect back to course page or to url in session var if cancel has been pressed.
2006-11-15 07:34:34 +00:00
jamiesensei
f1e6550be2
needed to add the option to pass an element id rather than a name to index.php as the choose parameter. XHTML strict doesn't allow giving a form a name attribute so we use the id of the form element to select the element to return the filename to. We use getElementById to find the element in the document.
2006-11-15 07:26:48 +00:00
toyomoyo
7cf0769e97
reenabling this for site level course, backup/restore/assign roles and so on.
...
This provides a course context for the site course
2006-11-15 07:17:46 +00:00
toyomoyo
33a893aa2b
merged, adding missing fields
2006-11-15 06:28:37 +00:00
toyomoyo
e1658dad73
merged, replacing deprecated functions
2006-11-15 06:23:28 +00:00
toyomoyo
3997cb4037
Adding hidden role assignment, currently used in course participants page and print_course function.
...
Please test.
2006-11-15 04:28:18 +00:00
toyomoyo
4158fd81ce
merged fix for MDL-6928, correcting checks for auth_iscreator
2006-11-15 03:40:18 +00:00
vyshane
d23157d82f
Merged from 1.7
2006-11-15 03:31:28 +00:00
toyomoyo
baecd8cd72
dropping studentcanpost in glossary, MDL_7170
2006-11-15 03:15:59 +00:00
toyomoyo
323edd4ba4
fixing indenting
2006-11-15 03:15:06 +00:00
moodler
9e0834fe51
Automatic installer.php lang files by installer_builder (20061115)
2006-11-15 03:12:00 +00:00
vyshane
7fdbbaea87
Merged from 1.7
2006-11-15 02:42:38 +00:00
toyomoyo
ced6ca158f
fixing alt tag to use capital "More"
2006-11-15 02:10:59 +00:00
skodak
470accb7af
use timeupdated field in paypal table MDL-7555
2006-11-14 21:29:57 +00:00
skodak
919da6579c
MDL-7536 add proper slashing to data from paypal callback
2006-11-14 21:12:17 +00:00
skodak
934bdbee95
MDL-7535 PayPal communication now fully utf-8 compatible, users must check/fix encoding setting in their PayPal account - see linked docs from PayPal enrolment config page
2006-11-14 20:52:15 +00:00
moodler
2562c1416c
Initial commit of gu_utf8 installer file
2006-11-14 19:52:55 +00:00
stronk7
0b02aefb93
while working, it's better to compare with original data (un-slashed)
...
Merged from MOODLE_17_STABLE
2006-11-14 16:31:33 +00:00
tjhunt
f9c92efef3
MDL-7531 Fix SQL that does not work in Oracle. Thanks to Mark Hetherington for the fix. Merged from MOODLE_17_STABLE.
2006-11-14 15:41:20 +00:00
skodak
547e5e7ab0
whitespace fix in PayPal plugin
2006-11-14 09:32:11 +00:00
skodak
5599d142f6
MDL-7838 Fixed wrong Paypal spelling, should be PayPal
...
MDL-7539 PayPal pay button XHTML compliance
MDL-3137 PayPal acceptace logo displayed on enrollment page
2006-11-14 09:26:22 +00:00
skodak
4849431074
add hooks to paypal plugin to allow testing on www.sandbox.paypal.com MDL-7528
2006-11-14 08:53:39 +00:00
jamiesensei
6b717125f9
changed width of form to 80% -aesthetic change
2006-11-14 06:09:36 +00:00
jamiesensei
b2a0cb86d0
migrated journal/mod.html to formslib
2006-11-14 06:01:11 +00:00
jamiesensei
ed904dce6d
range third parameter doesn't work pre PHP 5.0 removed the use of this.
2006-11-14 05:38:10 +00:00
vyshane
3972629d1f
Merged from 1.7
2006-11-14 05:34:38 +00:00
jamiesensei
cc935f9174
fix for bug - not seeing standard elements on activity module form on some versions of PHP.
2006-11-14 05:18:39 +00:00
vyshane
d4f36e7d2a
Merged from 1.7.
2006-11-14 05:04:15 +00:00
vyshane
d815886370
Merged from 1.7
2006-11-14 03:07:18 +00:00
jamiesensei
4ea750414e
add custom submit button to registry
2006-11-14 03:00:26 +00:00
jamiesensei
c65795d341
checking in files for some new custom elements. And added a default help button to the format drop down box.
2006-11-14 02:57:19 +00:00
vyshane
02059f4678
Merged from 1.7
2006-11-14 02:07:59 +00:00
stronk7
b09cba5084
Set Assoc mode always after DB connection. Discovered by MDL-7443
...
Merged from MOODLE_17_STABLE
2006-11-13 22:59:58 +00:00
stronk7
db15d4375e
Fetchmode needs to be explicity set to ASSOC. Plus 1 missing library
...
added. MDL-7443
Merged from MOODLE_17_STABLE
2006-11-13 22:49:30 +00:00
skodak
8f425a8f72
MDL-7389 paypal plugin reports error when student correctly enrolled; merged from MOODLE_17_STABLE
2006-11-13 22:26:11 +00:00
nfreear
3a7963604f
Interface fix in groups_add_member, remove_member - basicgrouplib.php, dbXX.php, test_XX.php (Bug MDL-7380 "groups".)
2006-11-13 16:25:16 +00:00
exe-cutor
574551d9c8
Merged user capabilities fix for 1.7
2006-11-13 11:54:07 +00:00
jamiesensei
630371c03a
*** empty log message ***
2006-11-13 09:20:42 +00:00
jamiesensei
d982f87978
shifted hidden elements from standard_coursemodule_elements() into standard_hidden_coursemodule_elements() so that they can be included in a form without the other visible standard elements.
2006-11-13 09:18:47 +00:00
ethem
cac9c967df
Merged from 17stable.
2006-11-13 08:43:16 +00:00
jamiesensei
085cfa7240
removing mod.html migrated to formslib
2006-11-13 07:56:01 +00:00
ethem
43d3fab9ff
New feature: Show my payments only for users who has_capability('enrol/authorize:managepayments')
2006-11-13 07:53:32 +00:00
jamiesensei
a02c77dc6e
glossary form migrated to formslib
...
and other formslib forms now using $COURSE global
2006-11-13 07:52:01 +00:00
jamiesensei
d4fe14d3e4
some changes to setHelpButton methods on elements and MoodleQuickForm to allow non standard help buttons such as the grades pop up window.
2006-11-13 07:43:22 +00:00
vyshane
3d436d5974
Error message to use lang string nopostdiscussion
2006-11-13 07:38:51 +00:00