]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Sun, 21 Jan 2007 23:37:54 +0000 (23:37 +0000)]
Convert DB lang fields to 30cc. Part of MDL-7157
skodak [Sun, 21 Jan 2007 21:46:55 +0000 (21:46 +0000)]
fixed perfdebug warning during install
stronk7 [Sun, 21 Jan 2007 19:56:05 +0000 (19:56 +0000)]
Some old PG sites have user->firstname and user->lastname
defined to be 30cc. Repair them. MDL-7110
skodak [Sun, 21 Jan 2007 10:33:28 +0000 (10:33 +0000)]
MDL-8198 Modules whose names are substrings of other chosen modules are considered chosen as well
jamiesensei [Sun, 21 Jan 2007 10:32:42 +0000 (10:32 +0000)]
important security fix previous use of ['type'] in repeatedeloptions array would not have worked.
skodak [Sun, 21 Jan 2007 10:30:08 +0000 (10:30 +0000)]
minimal footer in redirect()
jamiesensei [Sun, 21 Jan 2007 09:26:33 +0000 (09:26 +0000)]
some small changes
jamiesensei [Sun, 21 Jan 2007 09:23:19 +0000 (09:23 +0000)]
fixed focus method which was tring to focus on hidden fields.
jamiesensei [Sun, 21 Jan 2007 09:14:35 +0000 (09:14 +0000)]
comment got detached from function - fixed.
jamiesensei [Sun, 21 Jan 2007 08:26:59 +0000 (08:26 +0000)]
fixes to wiki form checkboxes value saving
stronk7 [Sat, 20 Jan 2007 19:32:02 +0000 (19:32 +0000)]
Changing resource->alltext to medium. MDL-6872
stronk7 [Sat, 20 Jan 2007 18:59:22 +0000 (18:59 +0000)]
Now group->description and groups_groupings->description are NULLable
Also, some incorrect default values are out (XMLDB handles them).
MDL-7356 & MDL-8239
stronk7 [Sat, 20 Jan 2007 18:10:29 +0000 (18:10 +0000)]
Now resource->summary is nullable. MDL-7355
stronk7 [Sat, 20 Jan 2007 18:08:55 +0000 (18:08 +0000)]
Generators can use ddllib.php stuff
stronk7 [Sat, 20 Jan 2007 17:59:28 +0000 (17:59 +0000)]
Bad news. "external" is one reserved word for mssql and we have
one in the the SCORM module.
skodak [Sat, 20 Jan 2007 15:00:17 +0000 (15:00 +0000)]
MDL-7586 added opendocument mimetype icons, created by Pete Harlow, see http://opendocumentfellowship.org/icon/examples
skodak [Sat, 20 Jan 2007 14:06:07 +0000 (14:06 +0000)]
code cleanup - added proper object and array initialization
skodak [Sat, 20 Jan 2007 13:39:38 +0000 (13:39 +0000)]
cosmetic fix - added missing global $SESSION in require_logout()
skodak [Sat, 20 Jan 2007 13:36:03 +0000 (13:36 +0000)]
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
skodak [Sat, 20 Jan 2007 13:32:15 +0000 (13:32 +0000)]
moved obsoleted functions from weblib.php to deprecatedlib.php
skodak [Sat, 20 Jan 2007 13:00:03 +0000 (13:00 +0000)]
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
nfreear [Sat, 20 Jan 2007 10:57:47 +0000 (10:57 +0000)]
Fixes bug MDL-8233, "Delete course action, groups typos and groupings not deleted"
nfreear [Sat, 20 Jan 2007 09:28:26 +0000 (09:28 +0000)]
Fixes bug MDL-8057, "Backup/restore code not considered in new groups code"
skodak [Fri, 19 Jan 2007 21:20:00 +0000 (21:20 +0000)]
MDL-8161 fixed displaying of submitted values in SCORM reports
skodak [Fri, 19 Jan 2007 19:50:30 +0000 (19:50 +0000)]
fixed wrong disabledif conditions in resource subtypes - sorry
sam_marshall [Fri, 19 Jan 2007 15:25:35 +0000 (15:25 +0000)]
MDL-8227 - Made wiki locking only apply to group being edited!
thepurpleblob [Fri, 19 Jan 2007 14:41:35 +0000 (14:41 +0000)]
MDL-8226\r Move aon & aiken import format from head into contrib. No longer maintained. Use GIFT instead.
thepurpleblob [Fri, 19 Jan 2007 14:38:18 +0000 (14:38 +0000)]
MDL-8226\r Move aon import format from head into contrib. No longer maintained. Use GIFT instead.
thepurpleblob [Fri, 19 Jan 2007 14:35:44 +0000 (14:35 +0000)]
MDL-8226\r Move aiken import format from head into contrib. No longer maintained. Use GIFT instead.
jamiesensei [Fri, 19 Jan 2007 13:05:54 +0000 (13:05 +0000)]
MDL-7780 Choose legend/header text carefully - short and non-repeated
sam_marshall [Fri, 19 Jan 2007 12:48:35 +0000 (12:48 +0000)]
MDL-8225 Made it not display wiki title twice in navigation, when first page has same name as title.
jamiesensei [Fri, 19 Jan 2007 11:35:12 +0000 (11:35 +0000)]
made some changes to user/edit.php setAdvanced and header name changes for MDL-7780
jamiesensei [Fri, 19 Jan 2007 11:10:09 +0000 (11:10 +0000)]
fixes for 'Choose legend/header text carefully - short and non-repeated' MDL-7780
jamiesensei [Fri, 19 Jan 2007 11:06:05 +0000 (11:06 +0000)]
fixed problem with helpbuttons appearing below the label on static and frozen elements.
jamiesensei [Fri, 19 Jan 2007 10:35:00 +0000 (10:35 +0000)]
fix for syntax error trying to call hardFreeze on element instead of form object.
skodak [Fri, 19 Jan 2007 10:29:03 +0000 (10:29 +0000)]
MDL-8223 - last global $course hacks removed
tjhunt [Fri, 19 Jan 2007 10:07:05 +0000 (10:07 +0000)]
Missing space.
tjhunt [Fri, 19 Jan 2007 09:59:13 +0000 (09:59 +0000)]
correct icon path to use $CFG->pixpath.
skodak [Fri, 19 Jan 2007 09:54:25 +0000 (09:54 +0000)]
MDL-8223 - added detection of wrong course id
skodak [Fri, 19 Jan 2007 09:44:26 +0000 (09:44 +0000)]
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 ;-)
martinlanghoff [Fri, 19 Jan 2007 09:37:28 +0000 (09:37 +0000)]
mnet: introducing print_remote_host()... and use it in print_my_courses() - add a space
martinlanghoff [Fri, 19 Jan 2007 09:36:40 +0000 (09:36 +0000)]
mnet: introducing print_remote_host()... and use it in print_my_courses()
martinlanghoff [Fri, 19 Jan 2007 09:23:47 +0000 (09:23 +0000)]
mnet: introducing print_remote_course() and use it in print_my_moodle()
mbwa-ha-ha-ha! All your remote courses belong to us.
vyshane [Fri, 19 Jan 2007 09:23:22 +0000 (09:23 +0000)]
Added loading in progress image feedback.
vyshane [Fri, 19 Jan 2007 09:22:33 +0000 (09:22 +0000)]
Loader image
martinlanghoff [Fri, 19 Jan 2007 08:57:13 +0000 (08:57 +0000)]
mnet: introducing get_my_remotecourses() and get_my_remotehosts() -- use them too
martinlanghoff [Fri, 19 Jan 2007 08:36:02 +0000 (08:36 +0000)]
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
martinlanghoff [Fri, 19 Jan 2007 08:14:18 +0000 (08:14 +0000)]
mnet: this stuff is only for logged in users!
jamiesensei [Fri, 19 Jan 2007 08:10:01 +0000 (08:10 +0000)]
migrated wiki form to formslib
jamiesensei [Fri, 19 Jan 2007 08:08:50 +0000 (08:08 +0000)]
set default for this element to return a '0' if unchecked and '1' if checked.
martinlanghoff [Fri, 19 Jan 2007 07:54:41 +0000 (07:54 +0000)]
mnet: fix logic and html layout in block_course_list
martinlanghoff [Fri, 19 Jan 2007 07:22:57 +0000 (07:22 +0000)]
mnet: check that sesskey please!
jamiesensei [Fri, 19 Jan 2007 07:21:51 +0000 (07:21 +0000)]
answer '0' is a valid answer for a numeric question.
jamiesensei [Fri, 19 Jan 2007 07:20:43 +0000 (07:20 +0000)]
oops. fix to last commit about empty answers logic was wrong
jamiesensei [Fri, 19 Jan 2007 07:18:26 +0000 (07:18 +0000)]
fix for erroneous empty answer detection when answer is '0' which is a valid answer for numeric qs.
martinlanghoff [Fri, 19 Jan 2007 07:15:12 +0000 (07:15 +0000)]
mnet: pix for mnethost is now the tiny moodle icon ;-)
martinlanghoff [Fri, 19 Jan 2007 07:01:51 +0000 (07:01 +0000)]
mnet: hide direct link to logs for now...
martinlanghoff [Fri, 19 Jan 2007 06:51:24 +0000 (06:51 +0000)]
mnet: finish up UI for enrolment handling and hardcoded strings
martinlanghoff [Fri, 19 Jan 2007 05:24:47 +0000 (05:24 +0000)]
mnet: fix warning -- variable typo
martinlanghoff [Fri, 19 Jan 2007 05:18:30 +0000 (05:18 +0000)]
mnet: fixup remote enrolment handling pages - WIP part 2
vyshane [Fri, 19 Jan 2007 05:08:56 +0000 (05:08 +0000)]
Styles for group management interface
vyshane [Fri, 19 Jan 2007 04:57:46 +0000 (04:57 +0000)]
Added ajax for groups management interface.
martinlanghoff [Fri, 19 Jan 2007 04:26:09 +0000 (04:26 +0000)]
enrol/mnet: list_remote_servers() should only list servers we use enrolment for
moodler [Fri, 19 Jan 2007 03:16:14 +0000 (03:16 +0000)]
Automatic installer.php lang files by installer_builder (
20070119 )
martinlanghoff [Fri, 19 Jan 2007 02:51:18 +0000 (02:51 +0000)]
mnet: better enrollable courses listing
martinlanghoff [Fri, 19 Jan 2007 02:43:11 +0000 (02:43 +0000)]
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
donal72 [Fri, 19 Jan 2007 00:23:55 +0000 (00:23 +0000)]
Mnet: More enrolment data in the back channel - stash in mnet_enrol_assignments table
martinlanghoff [Thu, 18 Jan 2007 23:01:38 +0000 (23:01 +0000)]
mnet: environment now recommends tokenizer
bobopinna [Thu, 18 Jan 2007 20:33:59 +0000 (20:33 +0000)]
Fixed an error in $score initialization
tjhunt [Thu, 18 Jan 2007 17:38:51 +0000 (17:38 +0000)]
MDL-8205 - Layout of quiz editing screen not right
csantossaenz [Thu, 18 Jan 2007 15:54:56 +0000 (15:54 +0000)]
Added code to allow the remote package update with a php later version than 4.2
tjhunt [Thu, 18 Jan 2007 12:55:46 +0000 (12:55 +0000)]
Fix broken JS.
nfreear [Thu, 18 Jan 2007 12:35:28 +0000 (12:35 +0000)]
Fixed lang string 'erroreditgroup' as per Mitsuhiro [18/Jan/07], MDL-8048
moodler [Thu, 18 Jan 2007 12:06:36 +0000 (12:06 +0000)]
Added some lables and formatting to fix MDL-8176 Accessibility
csantossaenz [Thu, 18 Jan 2007 12:05:14 +0000 (12:05 +0000)]
Added the field external to the mdl_scorm table
csantossaenz [Thu, 18 Jan 2007 11:58:08 +0000 (11:58 +0000)]
Added some strings related to the update of the external packages timing
jamiesensei [Thu, 18 Jan 2007 11:21:10 +0000 (11:21 +0000)]
some more small changes to datasetdependent and calculated question type forms
jamiesensei [Thu, 18 Jan 2007 10:22:56 +0000 (10:22 +0000)]
migrated 'missingtype' questoin creation forms to use formslib
moodler [Thu, 18 Jan 2007 09:52:04 +0000 (09:52 +0000)]
Fix for MDL-8175 (void summary)
moodler [Thu, 18 Jan 2007 09:45:02 +0000 (09:45 +0000)]
Added label to language menu for accessibility MDL-8174
moodler [Thu, 18 Jan 2007 09:42:29 +0000 (09:42 +0000)]
Added label to language menu for accessibility MDL-8174
martinlanghoff [Thu, 18 Jan 2007 04:48:35 +0000 (04:48 +0000)]
mnet: fixup remote enrolment handling pages - WIP
martinlanghoff [Thu, 18 Jan 2007 04:39:41 +0000 (04:39 +0000)]
mnet: clear out debug msg
martinlanghoff [Thu, 18 Jan 2007 03:16:55 +0000 (03:16 +0000)]
mnet: check for the _right_ varname before warning about mnet being off
martinlanghoff [Thu, 18 Jan 2007 03:16:09 +0000 (03:16 +0000)]
enrol/mnet: list_remote_servers() must always return an array
martinlanghoff [Thu, 18 Jan 2007 02:56:06 +0000 (02:56 +0000)]
mnet: try to stop trailing slashes in urls from getting through, better error msg if we dont like the SSL cert
martinlanghoff [Thu, 18 Jan 2007 02:31:42 +0000 (02:31 +0000)]
mnet: clean_param() fixed a leftover debugging statement - x2
martinlanghoff [Thu, 18 Jan 2007 02:22:35 +0000 (02:22 +0000)]
mnet: clean_param() fixed a leftover debugging statement
martinlanghoff [Wed, 17 Jan 2007 23:49:04 +0000 (23:49 +0000)]
mnet: moving remote enrolment config to admin/mnet
martinlanghoff [Wed, 17 Jan 2007 23:12:15 +0000 (23:12 +0000)]
enrol/mnet: fix a warning, do not list the sitecourse
donal72 [Wed, 17 Jan 2007 23:03:18 +0000 (23:03 +0000)]
Mnet: enrol/mnet: Return enrol plugin type with list of enrolled users
martinlanghoff [Wed, 17 Jan 2007 22:23:56 +0000 (22:23 +0000)]
mnet: better descriptions and warnings in admin pages
skodak [Wed, 17 Jan 2007 20:41:19 +0000 (20:41 +0000)]
MDL-5690 text format in text type resource is now stored in reference field
skodak [Wed, 17 Jan 2007 19:53:03 +0000 (19:53 +0000)]
force login in course calendar SC#349
jamiesensei [Wed, 17 Jan 2007 18:28:51 +0000 (18:28 +0000)]
more work on the datasetdependent / calculated question creation forms
tjhunt [Wed, 17 Jan 2007 17:29:08 +0000 (17:29 +0000)]
Minor problem with restoring numerical questions.
nfreear [Wed, 17 Jan 2007 16:13:21 +0000 (16:13 +0000)]
Fixes Bug MDL-8200, "Group admin interface shows all groups sitewide!"
csantossaenz [Wed, 17 Jan 2007 15:53:06 +0000 (15:53 +0000)]
Modified scorm module to allow remote packages updating
csantossaenz [Wed, 17 Jan 2007 15:38:40 +0000 (15:38 +0000)]
Added a field to scorm table to store the ckecksum of a remote package
csantossaenz [Wed, 17 Jan 2007 15:31:40 +0000 (15:31 +0000)]
added a field to store ckecksum of a remote package