Commit graph

25001 commits

Author SHA1 Message Date
thepurpleblob
a8c733a97b MDL-8226 Move aiken import format from head into contrib. No longer maintained. Use GIFT instead. 2007-01-19 14:35:44 +00:00
jamiesensei
0e8d6a3e9e MDL-7780 Choose legend/header text carefully - short and non-repeated 2007-01-19 13:05:54 +00:00
sam_marshall
7f93cff60e MDL-8225 Made it not display wiki title twice in navigation, when first page has same name as title. 2007-01-19 12:48:35 +00:00
jamiesensei
c0ae32d9ff made some changes to user/edit.php setAdvanced and header name changes for MDL-7780 2007-01-19 11:35:12 +00:00
jamiesensei
ec3dac9876 fixes for 'Choose legend/header text carefully - short and non-repeated' MDL-7780 2007-01-19 11:10:09 +00:00
jamiesensei
642b2ab182 fixed problem with helpbuttons appearing below the label on static and frozen elements. 2007-01-19 11:06:05 +00:00
jamiesensei
d4039c7262 fix for syntax error trying to call hardFreeze on element instead of form object. 2007-01-19 10:35:00 +00:00
skodak
60f9e36ee8 MDL-8223 - last global $course hacks removed 2007-01-19 10:29:03 +00:00
tjhunt
627c9eae47 Missing space. 2007-01-19 10:07:05 +00:00
tjhunt
7f60ca5ec5 correct icon path to use $CFG->pixpath. 2007-01-19 09:59:13 +00:00
skodak
39e829367a MDL-8223 - added detection of wrong course id 2007-01-19 09:54:25 +00:00
skodak
33ebaf7c6a MDL-8223
require_login issues:
* does not accept $course object as parameter - see require_course_obejct()
* always uses global $course even when courseid empty
* overrides global $course - problem it contains something else than $course object

require_course_login issues:
* does not accept courseid as parameter
* does not pass $cm to require_login when forced login to site - not a major issue because there are extra visibility checks in modules - we can remove them now ;-)
2007-01-19 09:44:26 +00:00
martinlanghoff
1fd80ad3d9 mnet: introducing print_remote_host()... and use it in print_my_courses() - add a space 2007-01-19 09:37:28 +00:00
martinlanghoff
643b67b8b8 mnet: introducing print_remote_host()... and use it in print_my_courses() 2007-01-19 09:36:40 +00:00
martinlanghoff
86dd62a724 mnet: introducing print_remote_course() and use it in print_my_moodle()
mbwa-ha-ha-ha! All your remote courses belong to us.
2007-01-19 09:23:47 +00:00
vyshane
8bfa86fd2c Added loading in progress image feedback. 2007-01-19 09:23:22 +00:00
vyshane
a711916a57 Loader image 2007-01-19 09:22:33 +00:00
martinlanghoff
db4b12eb70 mnet: introducing get_my_remotecourses() and get_my_remotehosts() -- use them too 2007-01-19 08:57:13 +00:00
martinlanghoff
0743661ea5 mnet: it is $USER->mnet_foreign_host_array instead of $SESSION->mnet_foreign_host_array. $SESSION is fraught with peril as it persists acros logins/logouts 2007-01-19 08:36:02 +00:00
martinlanghoff
f3203630ca mnet: this stuff is only for logged in users! 2007-01-19 08:14:18 +00:00
jamiesensei
549b26b339 migrated wiki form to formslib 2007-01-19 08:10:01 +00:00
jamiesensei
7043d0a756 set default for this element to return a '0' if unchecked and '1' if checked. 2007-01-19 08:08:50 +00:00
martinlanghoff
b90052f253 mnet: fix logic and html layout in block_course_list 2007-01-19 07:54:41 +00:00
martinlanghoff
a819a51ad2 mnet: check that sesskey please! 2007-01-19 07:22:57 +00:00
jamiesensei
cfa73a9551 answer '0' is a valid answer for a numeric question. 2007-01-19 07:21:51 +00:00
jamiesensei
845b703bb9 oops. fix to last commit about empty answers logic was wrong 2007-01-19 07:20:43 +00:00
jamiesensei
b7d4df606e fix for erroneous empty answer detection when answer is '0' which is a valid answer for numeric qs. 2007-01-19 07:18:26 +00:00
martinlanghoff
5e142a172c mnet: pix for mnethost is now the tiny moodle icon ;-) 2007-01-19 07:15:12 +00:00
martinlanghoff
2d60ff6d58 mnet: hide direct link to logs for now... 2007-01-19 07:01:51 +00:00
martinlanghoff
20003335ce mnet: finish up UI for enrolment handling and hardcoded strings 2007-01-19 06:51:24 +00:00
martinlanghoff
8506af02d3 mnet: fix warning -- variable typo 2007-01-19 05:24:47 +00:00
martinlanghoff
efd6ef4665 mnet: fixup remote enrolment handling pages - WIP part 2 2007-01-19 05:18:30 +00:00
vyshane
0d061d8edb Styles for group management interface 2007-01-19 05:08:56 +00:00
vyshane
3cdc1e28cd Added ajax for groups management interface. 2007-01-19 04:57:46 +00:00
martinlanghoff
ccb60df832 enrol/mnet: list_remote_servers() should only list servers we use enrolment for 2007-01-19 04:26:09 +00:00
moodler
57bcde5ba5 Automatic installer.php lang files by installer_builder (20070119) 2007-01-19 03:16:14 +00:00
martinlanghoff
7db7981aae mnet: better enrollable courses listing 2007-01-19 02:51:18 +00:00
martinlanghoff
e395caaa84 enrol/mnet: fixes around fetch_remote_courses() and available_courses
- ensure addslashes() affects data that goes to the database, not HTML
 - ensure we return defaultrolename from avaiable_courses
 - clear some leftover debug statements
2007-01-19 02:43:11 +00:00
donal72
0855c4cab3 Mnet: More enrolment data in the back channel - stash in mnet_enrol_assignments table 2007-01-19 00:23:55 +00:00
martinlanghoff
445379151f mnet: environment now recommends tokenizer 2007-01-18 23:01:38 +00:00
bobopinna
a119ff9ce3 Fixed an error in $score initialization 2007-01-18 20:33:59 +00:00
tjhunt
901011fd4d MDL-8205 - Layout of quiz editing screen not right 2007-01-18 17:38:51 +00:00
csantossaenz
8aee93f134 Added code to allow the remote package update with a php later version than 4.2 2007-01-18 15:54:56 +00:00
tjhunt
bb006c95cc Fix broken JS. 2007-01-18 12:55:46 +00:00
nfreear
5be5bc9fc8 Fixed lang string 'erroreditgroup' as per Mitsuhiro [18/Jan/07], MDL-8048 2007-01-18 12:35:28 +00:00
moodler
2ee1f30bb2 Added some lables and formatting to fix MDL-8176 Accessibility 2007-01-18 12:06:36 +00:00
csantossaenz
efe95fc405 Added the field external to the mdl_scorm table 2007-01-18 12:05:14 +00:00
csantossaenz
949817a69b Added some strings related to the update of the external packages timing 2007-01-18 11:58:08 +00:00
jamiesensei
7b41a4a989 some more small changes to datasetdependent and calculated question type forms 2007-01-18 11:21:10 +00:00
jamiesensei
71534002d0 migrated 'missingtype' questoin creation forms to use formslib 2007-01-18 10:22:56 +00:00