]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoWHERE '1' is not cross-db. MDL-8280
stronk7 [Tue, 23 Jan 2007 16:09:00 +0000 (16:09 +0000)]
WHERE '1' is not cross-db. MDL-8280

18 years agoMDL-8096 two submit buttons not needed anymore now that we have advanced settings...
skodak [Tue, 23 Jan 2007 10:11:12 +0000 (10:11 +0000)]
MDL-8096 two submit buttons not needed anymore now that we have advanced settings button; two submit buttons are accessibility problem anyway

18 years agoMDL-8096 fixed country selection
skodak [Tue, 23 Jan 2007 10:04:59 +0000 (10:04 +0000)]
MDL-8096 fixed country selection

18 years agoSet some sizes on the selects for group management (make it look better)
moodler [Tue, 23 Jan 2007 09:06:10 +0000 (09:06 +0000)]
Set some sizes on the selects for group management  (make it look better)

18 years agoAdded a summary to layout tables "layout tables" for further accessibility
moodler [Tue, 23 Jan 2007 08:28:55 +0000 (08:28 +0000)]
Added a summary to layout tables "layout tables" for further accessibility

18 years agoFixed some JS issues for IE. MDL-8183.
vyshane [Tue, 23 Jan 2007 06:20:47 +0000 (06:20 +0000)]
Fixed some JS issues for IE. MDL-8183.

18 years agoFix for MDL-6966.
vyshane [Tue, 23 Jan 2007 05:42:15 +0000 (05:42 +0000)]
Fix for MDL-6966.

18 years agoAdded styles to support recent changes to MDL-8101
moodler [Tue, 23 Jan 2007 05:41:35 +0000 (05:41 +0000)]
Added styles to support recent changes to MDL-8101

18 years agoFixed up styles for simple boxes see MDL-8101
moodler [Tue, 23 Jan 2007 05:37:26 +0000 (05:37 +0000)]
Fixed up styles for simple boxes   see MDL-8101

18 years agoPEAR Services_JSON.
vyshane [Tue, 23 Jan 2007 05:19:28 +0000 (05:19 +0000)]
PEAR Services_JSON.

18 years agoFIxed site identifier
moodler [Tue, 23 Jan 2007 04:58:50 +0000 (04:58 +0000)]
FIxed site identifier

18 years agoLittle fix for typo (see MDL-8061)
moodler [Tue, 23 Jan 2007 03:39:56 +0000 (03:39 +0000)]
Little fix for typo  (see MDL-8061)

18 years agoAutomatic installer.php lang files by installer_builder (20070123)
moodler [Tue, 23 Jan 2007 03:20:01 +0000 (03:20 +0000)]
Automatic installer.php lang files by installer_builder (20070123)

18 years agoMnet: Update user's enrolment information on jump/land
donal72 [Tue, 23 Jan 2007 02:38:54 +0000 (02:38 +0000)]
Mnet:  Update user's enrolment information on jump/land

18 years agoFIxed extra debugging info
moodler [Tue, 23 Jan 2007 02:14:29 +0000 (02:14 +0000)]
FIxed extra debugging info

18 years agoFixed a typo
moodler [Tue, 23 Jan 2007 01:15:13 +0000 (01:15 +0000)]
Fixed a typo

18 years agoChanging some stripslashes() to stripslashes_safe() because it
stronk7 [Mon, 22 Jan 2007 23:23:30 +0000 (23:23 +0000)]
Changing some stripslashes() to stripslashes_safe() because it
was causing some real backslashes to be lost in some qtypes. MDL-8217

Merged from MOODLE_17_STABLE

18 years agoMDL-8250 moved version include before main install to allow release info display...
skodak [Mon, 22 Jan 2007 22:32:00 +0000 (22:32 +0000)]
MDL-8250 moved version include before main install to allow release info display before install

18 years ago(MDL-8250) install/upgrade autopilot
skodak [Mon, 22 Jan 2007 20:15:12 +0000 (20:15 +0000)]
(MDL-8250) install/upgrade autopilot

18 years agoMDL-8262 fixed require_course_login and $COURSE logic
skodak [Mon, 22 Jan 2007 18:49:42 +0000 (18:49 +0000)]
MDL-8262 fixed require_course_login and $COURSE logic

18 years agoMDL-7861 fixed regression caused by one of previous commit related to print_single_bu...
skodak [Mon, 22 Jan 2007 18:23:14 +0000 (18:23 +0000)]
MDL-7861 fixed regression caused by one of previous commit related to print_single_button() and friends - old & handling restored, thanks Eloy for spotting the problem :-)

18 years agoAdding FK + Unique Indexes to the groups module. MDL-8240
stronk7 [Mon, 22 Jan 2007 17:50:42 +0000 (17:50 +0000)]
Adding FK + Unique Indexes to the groups module. MDL-8240

18 years agoFix XMLDBEditor for groups. Wasn't being intanciated properly.
stronk7 [Mon, 22 Jan 2007 17:27:04 +0000 (17:27 +0000)]
Fix XMLDBEditor for groups. Wasn't being intanciated properly.

18 years agoremoved xhtml strict todo comment - already fixed
skodak [Mon, 22 Jan 2007 16:03:34 +0000 (16:03 +0000)]
removed xhtml strict todo  comment - already fixed

18 years agoCorrected a warning related to a variable which could be used with no assigned value
csantossaenz [Mon, 22 Jan 2007 08:48:38 +0000 (08:48 +0000)]
Corrected a warning related to a variable which could be used with no assigned value

18 years agoMade is_mnet_remote_user() a bit more robust MDL-8253
moodler [Mon, 22 Jan 2007 08:25:20 +0000 (08:25 +0000)]
Made is_mnet_remote_user() a bit more robust        MDL-8253

18 years agoFixed MDL-8183.
vyshane [Mon, 22 Jan 2007 06:57:40 +0000 (06:57 +0000)]
Fixed MDL-8183.

18 years agoFixed loader image removal. MDL-8183.
vyshane [Mon, 22 Jan 2007 06:06:08 +0000 (06:06 +0000)]
Fixed loader image removal. MDL-8183.

18 years agomnet: update_enrolments() WIP
martinlanghoff [Mon, 22 Jan 2007 05:46:40 +0000 (05:46 +0000)]
mnet: update_enrolments() WIP

18 years agomnet: remove extra paranoid check in the mnet xmlrpc client
martinlanghoff [Mon, 22 Jan 2007 05:32:14 +0000 (05:32 +0000)]
mnet: remove extra paranoid check in the mnet xmlrpc client

 - Donal - this needs review. I don't think we can assume the remote
   end has the same service/method mappings we do. This will preclude
   us from using stuff we don't have installed the "server" code for
   but perhaps we do have the client code for.

18 years agomnet: send user enrolment information from SP to IDP at landing time, WIP
martinlanghoff [Mon, 22 Jan 2007 04:41:17 +0000 (04:41 +0000)]
mnet: send user enrolment information from SP to IDP at landing time, WIP

18 years agoWhoops, forgot to set the cache :-) MDL-8149
moodler [Mon, 22 Jan 2007 03:28:06 +0000 (03:28 +0000)]
Whoops, forgot to set the cache :-)  MDL-8149

18 years agoA little bit of caching for get_my_courses, related to MDL-8149
moodler [Mon, 22 Jan 2007 03:24:27 +0000 (03:24 +0000)]
A little bit of caching for get_my_courses, related to MDL-8149

Resetting it in load_all_capabilities() means it gets flushed everytime
role_assign() or role_unassign() is called on the current user, which should
be enough.

The cache is not reset when others assign/unassign roles, but Moodle has
always had this problem.

18 years agomnet: print_remote_host() must be xhtml strrrrikt!
martinlanghoff [Mon, 22 Jan 2007 01:57:05 +0000 (01:57 +0000)]
mnet: print_remote_host() must be xhtml strrrrikt!

18 years agodebugging() - tell us who/where/when called us, like trigger_error() does
martinlanghoff [Mon, 22 Jan 2007 01:55:09 +0000 (01:55 +0000)]
debugging() - tell us who/where/when called us, like trigger_error() does

18 years agomnet: remove debugging statements
martinlanghoff [Mon, 22 Jan 2007 01:31:15 +0000 (01:31 +0000)]
mnet: remove debugging statements

18 years agoConvert DB lang fields to 30cc. Part of MDL-7157
stronk7 [Sun, 21 Jan 2007 23:49:23 +0000 (23:49 +0000)]
Convert DB lang fields to 30cc. Part of MDL-7157

18 years agoConvert DB lang fields to 30cc. Part of MDL-7157
stronk7 [Sun, 21 Jan 2007 23:37:54 +0000 (23:37 +0000)]
Convert DB lang fields to 30cc. Part of MDL-7157

18 years agofixed perfdebug warning during install
skodak [Sun, 21 Jan 2007 21:46:55 +0000 (21:46 +0000)]
fixed perfdebug warning during install

18 years agoSome old PG sites have user->firstname and user->lastname
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

18 years agoMDL-8198 Modules whose names are substrings of other chosen modules are considered...
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

18 years agoimportant security fix previous use of ['type'] in repeatedeloptions array would...
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.

18 years agominimal footer in redirect()
skodak [Sun, 21 Jan 2007 10:30:08 +0000 (10:30 +0000)]
minimal footer in redirect()

18 years agosome small changes
jamiesensei [Sun, 21 Jan 2007 09:26:33 +0000 (09:26 +0000)]
some small changes

18 years agofixed focus method which was tring to focus on hidden fields.
jamiesensei [Sun, 21 Jan 2007 09:23:19 +0000 (09:23 +0000)]
fixed focus method which was tring to focus on hidden fields.

18 years agocomment got detached from function - fixed.
jamiesensei [Sun, 21 Jan 2007 09:14:35 +0000 (09:14 +0000)]
comment got detached from function - fixed.

18 years agofixes to wiki form checkboxes value saving
jamiesensei [Sun, 21 Jan 2007 08:26:59 +0000 (08:26 +0000)]
fixes to wiki form checkboxes value saving

18 years agoChanging resource->alltext to medium. MDL-6872
stronk7 [Sat, 20 Jan 2007 19:32:02 +0000 (19:32 +0000)]
Changing resource->alltext to medium. MDL-6872

18 years agoNow group->description and groups_groupings->description are NULLable
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

18 years agoNow resource->summary is nullable. MDL-7355
stronk7 [Sat, 20 Jan 2007 18:10:29 +0000 (18:10 +0000)]
Now resource->summary is nullable. MDL-7355

18 years agoGenerators can use ddllib.php stuff
stronk7 [Sat, 20 Jan 2007 18:08:55 +0000 (18:08 +0000)]
Generators can use ddllib.php stuff

18 years agoBad news. "external" is one reserved word for mssql and we have
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.

18 years agoMDL-7586 added opendocument mimetype icons, created by Pete Harlow, see http://opendo...
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

18 years agocode cleanup - added proper object and array initialization
skodak [Sat, 20 Jan 2007 14:06:07 +0000 (14:06 +0000)]
code cleanup - added proper object and array initialization

18 years agocosmetic fix - added missing global $SESSION in require_logout()
skodak [Sat, 20 Jan 2007 13:39:38 +0000 (13:39 +0000)]
cosmetic fix - added missing global $SESSION in require_logout()

18 years agocosmetic fix in format text FORMAT_HTML now used after text is converted to html...
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

18 years agomoved obsoleted functions from weblib.php to deprecatedlib.php
skodak [Sat, 20 Jan 2007 13:32:15 +0000 (13:32 +0000)]
moved obsoleted functions from weblib.php to deprecatedlib.php

18 years agoMDL-7861 xhtml strict fix in notice() for & in referer, proper string quoting in...
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

18 years agoFixes bug MDL-8233, "Delete course action, groups typos and groupings not deleted"
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"

18 years agoFixes bug MDL-8057, "Backup/restore code not considered in new groups code"
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"

18 years agoMDL-8161 fixed displaying of submitted values in SCORM reports
skodak [Fri, 19 Jan 2007 21:20:00 +0000 (21:20 +0000)]
MDL-8161 fixed displaying of submitted values in SCORM reports

18 years agofixed wrong disabledif conditions in resource subtypes - sorry
skodak [Fri, 19 Jan 2007 19:50:30 +0000 (19:50 +0000)]
fixed wrong disabledif conditions in resource subtypes - sorry

18 years agoMDL-8227 - Made wiki locking only apply to group being edited!
sam_marshall [Fri, 19 Jan 2007 15:25:35 +0000 (15:25 +0000)]
MDL-8227 - Made wiki locking only apply to group being edited!

18 years agoMDL-8226\rMove aon & aiken import format from head into contrib. No longer maintained...
thepurpleblob [Fri, 19 Jan 2007 14:41:35 +0000 (14:41 +0000)]
MDL-8226\rMove aon & aiken import format from head into contrib. No longer maintained. Use GIFT instead.

18 years agoMDL-8226\rMove aon import format from head into contrib. No longer maintained. Use...
thepurpleblob [Fri, 19 Jan 2007 14:38:18 +0000 (14:38 +0000)]
MDL-8226\rMove aon import format from head into contrib. No longer maintained. Use GIFT instead.

18 years agoMDL-8226\rMove aiken import format from head into contrib. No longer maintained. Use...
thepurpleblob [Fri, 19 Jan 2007 14:35:44 +0000 (14:35 +0000)]
MDL-8226\rMove aiken import format from head into contrib. No longer maintained. Use GIFT instead.

18 years agoMDL-7780 Choose legend/header text carefully - short and non-repeated
jamiesensei [Fri, 19 Jan 2007 13:05:54 +0000 (13:05 +0000)]
MDL-7780 Choose legend/header text carefully - short and non-repeated

18 years agoMDL-8225 Made it not display wiki title twice in navigation, when first page has...
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.

18 years agomade some changes to user/edit.php setAdvanced and header name changes for MDL-7780
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

18 years agofixes for 'Choose legend/header text carefully - short and non-repeated' 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

18 years agofixed problem with helpbuttons appearing below the label on static and frozen elements.
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.

18 years agofix for syntax error trying to call hardFreeze on element instead of form object.
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.

18 years agoMDL-8223 - last global $course hacks removed
skodak [Fri, 19 Jan 2007 10:29:03 +0000 (10:29 +0000)]
MDL-8223 - last global $course hacks removed

18 years agoMissing space.
tjhunt [Fri, 19 Jan 2007 10:07:05 +0000 (10:07 +0000)]
Missing space.

18 years agocorrect icon path to use $CFG->pixpath.
tjhunt [Fri, 19 Jan 2007 09:59:13 +0000 (09:59 +0000)]
correct icon path to use $CFG->pixpath.

18 years agoMDL-8223 - added detection of wrong course id
skodak [Fri, 19 Jan 2007 09:54:25 +0000 (09:54 +0000)]
MDL-8223 - added detection of wrong course id

18 years agoMDL-8223
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 ;-)

18 years agomnet: introducing print_remote_host()... and use it in print_my_courses() - add a...
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

18 years agomnet: introducing print_remote_host()... and use it in print_my_courses()
martinlanghoff [Fri, 19 Jan 2007 09:36:40 +0000 (09:36 +0000)]
mnet: introducing print_remote_host()... and use it in print_my_courses()

18 years agomnet: introducing print_remote_course() and use it in print_my_moodle()
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.

18 years agoAdded loading in progress image feedback.
vyshane [Fri, 19 Jan 2007 09:23:22 +0000 (09:23 +0000)]
Added loading in progress image feedback.

18 years agoLoader image
vyshane [Fri, 19 Jan 2007 09:22:33 +0000 (09:22 +0000)]
Loader image

18 years agomnet: introducing get_my_remotecourses() and get_my_remotehosts() -- use them too
martinlanghoff [Fri, 19 Jan 2007 08:57:13 +0000 (08:57 +0000)]
mnet: introducing get_my_remotecourses() and get_my_remotehosts() -- use them too

18 years agomnet: it is $USER->mnet_foreign_host_array instead of $SESSION->mnet_foreign_host_arr...
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

18 years agomnet: this stuff is only for logged in users!
martinlanghoff [Fri, 19 Jan 2007 08:14:18 +0000 (08:14 +0000)]
mnet: this stuff is only for logged in users!

18 years agomigrated wiki form to formslib
jamiesensei [Fri, 19 Jan 2007 08:10:01 +0000 (08:10 +0000)]
migrated wiki form to formslib

18 years agoset default for this element to return a '0' if unchecked and '1' if checked.
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.

18 years agomnet: fix logic and html layout in block_course_list
martinlanghoff [Fri, 19 Jan 2007 07:54:41 +0000 (07:54 +0000)]
mnet: fix logic and html layout in block_course_list

18 years agomnet: check that sesskey please!
martinlanghoff [Fri, 19 Jan 2007 07:22:57 +0000 (07:22 +0000)]
mnet: check that sesskey please!

18 years agoanswer '0' is a valid answer for a numeric question.
jamiesensei [Fri, 19 Jan 2007 07:21:51 +0000 (07:21 +0000)]
answer '0' is a valid answer for a numeric question.

18 years agooops. fix to last commit about empty answers logic was wrong
jamiesensei [Fri, 19 Jan 2007 07:20:43 +0000 (07:20 +0000)]
oops. fix to last commit about empty answers logic was wrong

18 years agofix for erroneous empty answer detection when answer is '0' which is a valid answer...
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.

18 years agomnet: pix for mnethost is now the tiny moodle icon ;-)
martinlanghoff [Fri, 19 Jan 2007 07:15:12 +0000 (07:15 +0000)]
mnet: pix for mnethost is now the tiny moodle icon ;-)

18 years agomnet: hide direct link to logs for now...
martinlanghoff [Fri, 19 Jan 2007 07:01:51 +0000 (07:01 +0000)]
mnet: hide direct link to logs for now...

18 years agomnet: finish up UI for enrolment handling and hardcoded strings
martinlanghoff [Fri, 19 Jan 2007 06:51:24 +0000 (06:51 +0000)]
mnet: finish up UI for enrolment handling and hardcoded strings

18 years agomnet: fix warning -- variable typo
martinlanghoff [Fri, 19 Jan 2007 05:24:47 +0000 (05:24 +0000)]
mnet: fix warning -- variable typo

18 years agomnet: fixup remote enrolment handling pages - WIP part 2
martinlanghoff [Fri, 19 Jan 2007 05:18:30 +0000 (05:18 +0000)]
mnet: fixup remote enrolment handling pages - WIP part 2

18 years agoStyles for group management interface
vyshane [Fri, 19 Jan 2007 05:08:56 +0000 (05:08 +0000)]
Styles for group management interface

18 years agoAdded ajax for groups management interface.
vyshane [Fri, 19 Jan 2007 04:57:46 +0000 (04:57 +0000)]
Added ajax for groups management interface.

18 years agoenrol/mnet: list_remote_servers() should only list servers we use enrolment for
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