skodak
e10bc44045
MDL-7586 added opendocument mimetype icons, created by Pete Harlow, see http://opendocumentfellowship.org/icon/examples
2007-01-20 15:00:17 +00:00
skodak
53467aa6e9
code cleanup - added proper object and array initialization
2007-01-20 14:06:07 +00:00
skodak
2d4beaff07
cosmetic fix - added missing global $SESSION in require_logout()
2007-01-20 13:39:38 +00:00
skodak
5c6347ceeb
cosmetic fix in format text FORMAT_HTML now used after text is converted to html instead of the original format - the actual function is not changed, no need to backport
2007-01-20 13:36:03 +00:00
skodak
ed5dd29fc8
moved obsoleted functions from weblib.php to deprecatedlib.php
2007-01-20 13:32:15 +00:00
skodak
e1968a8e11
MDL-7861 xhtml strict fix in notice() for & in referer, proper string quoting in print_single_button(), changed cleaning of submitted link; fixed warning when referer not send in print_continue(); fixed some doc comments
2007-01-20 13:00:03 +00:00
nfreear
2dee6abd1d
Fixes bug MDL-8233, "Delete course action, groups typos and groupings not deleted"
2007-01-20 10:57:47 +00:00
nfreear
d8aa3550bb
Fixes bug MDL-8057, "Backup/restore code not considered in new groups code"
2007-01-20 09:28:26 +00:00
skodak
9467ab7ddf
MDL-8161 fixed displaying of submitted values in SCORM reports
2007-01-19 21:20:00 +00:00
skodak
dfc7f21941
fixed wrong disabledif conditions in resource subtypes - sorry
2007-01-19 19:50:30 +00:00
sam_marshall
d6f15b5eb3
MDL-8227 - Made wiki locking only apply to group being edited!
2007-01-19 15:25:35 +00:00
thepurpleblob
3f45ebe66e
MDL-8226
Move aon & aiken import format from head into contrib. No longer maintained. Use GIFT instead.
2007-01-19 14:41:35 +00:00
thepurpleblob
296fe50abb
MDL-8226
Move aon import format from head into contrib. No longer maintained. Use GIFT instead.
2007-01-19 14:38:18 +00:00
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