]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoRaising MSSQL min req. to 2005 (9.0)
stronk7 [Mon, 9 Oct 2006 16:19:29 +0000 (16:19 +0000)]
Raising MSSQL min req. to 2005 (9.0)

Merged from MOODLE_16_STABLE

18 years agoWiki: some changes to improve error messages and (slightly) behaviour when in group...
sam_marshall [Mon, 9 Oct 2006 14:29:14 +0000 (14:29 +0000)]
Wiki: some changes to improve error messages and (slightly) behaviour when in group mode

18 years agoremoved htmleditors array - not needed
jamiesensei [Mon, 9 Oct 2006 11:34:43 +0000 (11:34 +0000)]
removed htmleditors array - not needed

18 years agofix for bug that value of restrictmodules field wasn't available which breaks disabli...
jamiesensei [Mon, 9 Oct 2006 11:23:23 +0000 (11:23 +0000)]
fix for bug that value of restrictmodules field wasn't available which breaks disabling of allowedmods multiple select

18 years agoFixing Theme Config Variables MDL-6784
skodak [Mon, 9 Oct 2006 10:12:41 +0000 (10:12 +0000)]
Fixing Theme Config Variables MDL-6784

18 years agofixed wrong capability name and function name typo
skodak [Mon, 9 Oct 2006 10:07:15 +0000 (10:07 +0000)]
fixed wrong capability name and function name typo

18 years agoFix for MDL-6889. See bug report for description.
vyshane [Mon, 9 Oct 2006 08:35:39 +0000 (08:35 +0000)]
Fix for MDL-6889. See bug report for description.

18 years agoadded 2 new methods to form class data_submitted and setDefault
jamiesensei [Mon, 9 Oct 2006 08:32:30 +0000 (08:32 +0000)]
added 2 new methods to form class data_submitted and setDefault

Fixed bug in id generation

18 years agoFixed some bugs in the datamodel definition
bobopinna [Mon, 9 Oct 2006 07:36:51 +0000 (07:36 +0000)]
Fixed some bugs in the datamodel definition

18 years agoindex.html of assignment help needs update. MDL-6888
skodak [Sun, 8 Oct 2006 21:44:59 +0000 (21:44 +0000)]
index.html of assignment help needs update. MDL-6888

18 years agoadded main.getString function to better emulate php-moodle. In the future this could...
cap2501 [Sun, 8 Oct 2006 21:24:38 +0000 (21:24 +0000)]
added main.getString function to better emulate php-moodle. In the future this could be extended to dynamically pull strings from moodle.php.

18 years agodelete confirmation now useing main.getString function.
cap2501 [Sun, 8 Oct 2006 21:23:51 +0000 (21:23 +0000)]
delete confirmation now useing main.getString function.

18 years agoresolved: MDL-6579
cap2501 [Sun, 8 Oct 2006 21:10:14 +0000 (21:10 +0000)]
resolved: MDL-6579
added string for 'resource'

18 years agoresolved: MDL-6579
cap2501 [Sun, 8 Oct 2006 21:09:47 +0000 (21:09 +0000)]
resolved: MDL-6579
created language independant prompt for resource/activity deletion

18 years agoresolved: MDL-6579
cap2501 [Sun, 8 Oct 2006 21:09:18 +0000 (21:09 +0000)]
resolved: MDL-6579
Added strings needed for delete confirmation.

18 years agochange_password.php produces JS error fixed typo MDL-6750
skodak [Sun, 8 Oct 2006 20:29:13 +0000 (20:29 +0000)]
change_password.php produces JS error fixed typo MDL-6750

18 years agoremoved code for the old way of updating the block weight.
cap2501 [Sun, 8 Oct 2006 20:26:25 +0000 (20:26 +0000)]
removed code for the old way of updating the block weight.

18 years agomovement of the blocks is now handled completely seperately on the serverside and...
cap2501 [Sun, 8 Oct 2006 20:25:10 +0000 (20:25 +0000)]
movement of the blocks is now handled completely seperately on the serverside and on the clientside. This was unavoidable.

18 years agomade changes to the way the block movment was handled to eliminate some errors that...
cap2501 [Sun, 8 Oct 2006 20:24:15 +0000 (20:24 +0000)]
made changes to the way the block movment was handled to eliminate some errors that came up.

18 years agoremoved some debugging output accidently left in.
cap2501 [Sun, 8 Oct 2006 20:23:30 +0000 (20:23 +0000)]
removed some debugging output accidently left in.

18 years agocreated blocks_execute_repositioning_atomic as an extension of blocks_execute_reposit...
cap2501 [Sun, 8 Oct 2006 20:21:15 +0000 (20:21 +0000)]
created blocks_execute_repositioning_atomic as an extension of blocks_execute_repositioning, the original did adjust the column that the block was coming from but it did not insert it properly into the target column (adjusting the weights of the other blocks). This is currently only really nessicary for the ajax formats.

18 years agofixed data/index.php when no databases available, initialized array in get_all_instan...
skodak [Sun, 8 Oct 2006 19:45:29 +0000 (19:45 +0000)]
fixed data/index.php when no databases available, initialized array in get_all_instances_in_course() from datalib.php; merged from MOODLE_16_STABLE

18 years agoproblem with incorrect redirect url - wwwroot without the trailning slash in not...
skodak [Sun, 8 Oct 2006 18:55:18 +0000 (18:55 +0000)]
problem with incorrect redirect url - wwwroot without the trailning slash in not standard compliant MDL-6193

18 years agodocs for advanced uploading of files assignment type
skodak [Sun, 8 Oct 2006 18:16:18 +0000 (18:16 +0000)]
docs for advanced uploading of files assignment type

18 years agoa small typo 'helpupload' on /lang/en_utf8/assignment.php MDL-6883, found by Mitsuhir...
skodak [Sun, 8 Oct 2006 17:35:27 +0000 (17:35 +0000)]
a small typo 'helpupload' on /lang/en_utf8/assignment.php MDL-6883, found by Mitsuhiro Yoshida

18 years agofixed 'capabilitities' typos and removed forgotten debug_print_backtrace() commited...
skodak [Sun, 8 Oct 2006 11:00:49 +0000 (11:00 +0000)]
fixed 'capabilitities' typos and removed forgotten debug_print_backtrace() commited with MDL-6728

18 years agoTypo in lib/accesslib.php MDL-6728, found by Nicolas Martignoni.
skodak [Sun, 8 Oct 2006 10:52:54 +0000 (10:52 +0000)]
Typo in lib/accesslib.php MDL-6728, found by Nicolas Martignoni.

18 years agoInsert a Chinese charachter string to label resource result error MDL-6757
skodak [Sun, 8 Oct 2006 10:07:03 +0000 (10:07 +0000)]
Insert a Chinese charachter string to label resource result error MDL-6757

18 years agoNow Oracle uses the new find_sequence_name() function to find the
stronk7 [Sun, 8 Oct 2006 09:58:11 +0000 (09:58 +0000)]
Now Oracle uses the new find_sequence_name() function to find the
correct sequence name for each table on insert.

Also, introduced initial hooks to support Oracle LOBs in insert_record()

18 years agoremoved obsoleted backup configuration scripts
skodak [Sun, 8 Oct 2006 09:51:22 +0000 (09:51 +0000)]
removed obsoleted backup configuration scripts

18 years agoAdded find_sequence_name() to be used by insert_record() to get the correct sequence
stronk7 [Sun, 8 Oct 2006 09:38:09 +0000 (09:38 +0000)]
Added find_sequence_name() to be used by insert_record() to get the correct sequence

18 years agoAdding getSequenceFromDB() for Oracle in order to detect the correct
stronk7 [Sun, 8 Oct 2006 09:36:33 +0000 (09:36 +0000)]
Adding getSequenceFromDB() for Oracle in order to detect the correct
sequence name in the insert_record() function.

18 years agoadd note to admin settings to check max_allowed_packet when enabling db sessions...
skodak [Sun, 8 Oct 2006 09:20:46 +0000 (09:20 +0000)]
add note to admin settings to check max_allowed_packet when enabling db sessions in MySQL - MDL-6866 , fixed quotes :-(

18 years agoadd note to admin settings to check max_allowed_packet when enabling db sessions...
skodak [Sun, 8 Oct 2006 09:16:38 +0000 (09:16 +0000)]
add note to admin settings to check max_allowed_packet when enabling db sessions in MySQL - MDL-6866

18 years agoGrades computed incorrectly if assignment name appears more than twice in a course...
skodak [Sun, 8 Oct 2006 09:04:59 +0000 (09:04 +0000)]
Grades computed incorrectly if assignment name appears more than twice in a course MDL-6876 , patch submitted by Gary Anderson

18 years agofixed wrong strip_slashes() when printing blog entry
skodak [Sun, 8 Oct 2006 08:52:15 +0000 (08:52 +0000)]
fixed wrong strip_slashes() when printing blog entry

18 years agoError when adding Recent activity as a sticky block MDL-6801
skodak [Sun, 8 Oct 2006 08:44:32 +0000 (08:44 +0000)]
Error when adding Recent activity as a sticky block MDL-6801

18 years agofixed wrong redirect when editing blocks in stickyblocks page
skodak [Sun, 8 Oct 2006 08:36:45 +0000 (08:36 +0000)]
fixed wrong redirect when editing blocks in stickyblocks page

18 years agofixed encoding header() in messaging frames MDL-6128 - 1.6, special chars and messagi...
skodak [Sun, 8 Oct 2006 08:29:35 +0000 (08:29 +0000)]
fixed encoding header() in messaging frames MDL-6128 - 1.6, special chars and messaging system.

18 years agoResource frameset error in IE6 MDL-6842, patch submitted by Chris Fryer.
skodak [Sun, 8 Oct 2006 08:20:38 +0000 (08:20 +0000)]
Resource frameset error in IE6 MDL-6842, patch submitted by Chris Fryer.

18 years agoScalable Vector Graphics (SVG) files in Moodle are not correctly displayed in many...
skodak [Sun, 8 Oct 2006 08:13:41 +0000 (08:13 +0000)]
Scalable Vector Graphics (SVG) files in Moodle are not correctly displayed in many Browsers MDL-6878, patch submitted by Geoffrey Rowland, thanks!

18 years agoadded 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by...
skodak [Sun, 8 Oct 2006 08:06:04 +0000 (08:06 +0000)]
added 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by Stephen Bourget - thanks!

18 years agoAutomatic installer.php lang files by installer_builder (20061008)
moodler [Sun, 8 Oct 2006 02:52:12 +0000 (02:52 +0000)]
Automatic installer.php lang files by installer_builder (20061008)

18 years agofixed some incorrect strtolower() calls that were breaking non ascii languages MDL...
skodak [Sat, 7 Oct 2006 20:47:54 +0000 (20:47 +0000)]
fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135

18 years agoDon't strip slashes from data send to htmlarea, after all it is not being stripped...
gustav_delius [Sat, 7 Oct 2006 17:20:35 +0000 (17:20 +0000)]
Don't strip slashes from data send to htmlarea, after all it is not being stripped from data going to the normal textarea either.

18 years agoDon't use stripslashes on data coming from database
gustav_delius [Sat, 7 Oct 2006 17:18:15 +0000 (17:18 +0000)]
Don't use stripslashes on data coming from database

18 years agosimplified the javascript to hide "name", "studentfeedbackurl" and dates when not...
gbateson [Sat, 7 Oct 2006 14:57:37 +0000 (14:57 +0000)]
simplified the javascript to hide "name", "studentfeedbackurl" and dates when not required

18 years agoAllow load average to be displayed in servers using the comma as
stronk7 [Sat, 7 Oct 2006 10:33:58 +0000 (10:33 +0000)]
Allow load average to be displayed in servers using the comma as
decimal separator.

18 years agoadded PARAM types for all calls to "optional_param()" and "required_param()"
gbateson [Sat, 7 Oct 2006 08:59:59 +0000 (08:59 +0000)]
added PARAM types for all calls to "optional_param()" and "required_param()"

18 years agoadjust "best grade" to range 0 to hotpot->maxgrade
gbateson [Sat, 7 Oct 2006 05:03:52 +0000 (05:03 +0000)]
adjust "best grade" to range 0 to hotpot->maxgrade

18 years agoremoved "thiscourse" and "allmycourses" as they are no longer used in hotpot/report.php
gbateson [Sat, 7 Oct 2006 02:00:53 +0000 (02:00 +0000)]
removed "thiscourse" and "allmycourses" as they are no longer used in hotpot/report.php

18 years agoremvoved course selection for admins, and tidied up handling of capabilities
gbateson [Sat, 7 Oct 2006 01:57:57 +0000 (01:57 +0000)]
remvoved course selection for admins, and tidied up handling of capabilities

18 years agoremove "Selecting a course" section
gbateson [Sat, 7 Oct 2006 01:53:49 +0000 (01:53 +0000)]
remove "Selecting a course" section

18 years agoWood-ising the adminsettings fieldset
stronk7 [Fri, 6 Oct 2006 22:25:49 +0000 (22:25 +0000)]
Wood-ising the adminsettings fieldset

18 years agoMDL-6731 Can't save manual comment on a quiz question. I had missed one instance...
tjhunt [Fri, 6 Oct 2006 17:22:08 +0000 (17:22 +0000)]
MDL-6731 Can't save manual comment on a quiz question. I had missed one instance of the comment -> manualcomment column rename.

18 years agoTypo.
tjhunt [Fri, 6 Oct 2006 17:20:37 +0000 (17:20 +0000)]
Typo.

18 years agoHopefully improve performance on site with lots of question categories Merged from...
tjhunt [Fri, 6 Oct 2006 16:48:54 +0000 (16:48 +0000)]
Hopefully improve performance on site with lots of question categories Merged from MOODLE_16_STABLE.

18 years agoOne malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854
stronk7 [Fri, 6 Oct 2006 15:26:13 +0000 (15:26 +0000)]
One malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854

18 years agoTypo recently introduced. MDL-6336
stronk7 [Fri, 6 Oct 2006 15:03:46 +0000 (15:03 +0000)]
Typo recently introduced. MDL-6336
(merged from MOODLE_16_STABLE)

18 years agoCode cleanup in blog.
skodak [Fri, 6 Oct 2006 10:11:52 +0000 (10:11 +0000)]
Code cleanup in blog.

MDL-6805  Fixed redirects in blog; MDL-6807  partially fixed use of capabilitites - it needs more testing and possibly minor fixing, the commit contains other blog bugfixes too. In general it should work exactly the same. The introduction of roles makes proper setup more difficult :-(

Expect some more fixes soon, no other bigger changes...

18 years agofix undefined variable $context on line 135
gbateson [Fri, 6 Oct 2006 09:36:40 +0000 (09:36 +0000)]
fix undefined variable $context on line 135

18 years agofix for MDL-6336
toyomoyo [Fri, 6 Oct 2006 08:26:37 +0000 (08:26 +0000)]
fix for MDL-6336

18 years agoallow display and deletion of attempts by "All users" including unenrolled students
gbateson [Fri, 6 Oct 2006 08:02:07 +0000 (08:02 +0000)]
allow display and deletion of attempts by "All users" including unenrolled students

18 years agoSome fixes for MDL-6674. This should fix moving activities (resources).
vyshane [Fri, 6 Oct 2006 07:56:37 +0000 (07:56 +0000)]
Some fixes for MDL-6674. This should fix moving activities (resources).
Thanks to Dan Poltawski for suggestions.

18 years agofix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be...
gbateson [Fri, 6 Oct 2006 07:09:27 +0000 (07:09 +0000)]
fix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be ... get_context_instance(CONTEXT_COURSE, $course->id)

18 years agoDrop the user_xxx tables after Roles install
moodler [Fri, 6 Oct 2006 06:47:12 +0000 (06:47 +0000)]
Drop the user_xxx tables after Roles install

18 years agoRemoved some references to user_teachers that will probably cause a bug
moodler [Fri, 6 Oct 2006 06:42:33 +0000 (06:42 +0000)]
Removed some references to user_teachers that will probably cause a bug

18 years agoRemove user_students references
moodler [Fri, 6 Oct 2006 06:39:29 +0000 (06:39 +0000)]
Remove user_students references

18 years agoAdded missing cap strings
moodler [Fri, 6 Oct 2006 06:37:58 +0000 (06:37 +0000)]
Added missing cap strings

18 years agoAdded some defaults to make sure Exercise is off by default
moodler [Fri, 6 Oct 2006 06:34:08 +0000 (06:34 +0000)]
Added some defaults to make sure Exercise is off by default

18 years agoFix some doc links
moodler [Fri, 6 Oct 2006 06:26:06 +0000 (06:26 +0000)]
Fix some doc links

18 years agoadded "format_string" and "stripslashes" when print HotPot name to browser
gbateson [Fri, 6 Oct 2006 06:22:15 +0000 (06:22 +0000)]
added "format_string" and "stripslashes" when print HotPot name to browser

18 years agoDisable the exercise module as it's not maintained or upgraded for roles
moodler [Fri, 6 Oct 2006 06:15:57 +0000 (06:15 +0000)]
Disable the exercise module as it's not maintained or upgraded for roles

18 years agofix for MDL-6859, MDL-6860
toyomoyo [Fri, 6 Oct 2006 06:04:32 +0000 (06:04 +0000)]
fix for MDL-6859, MDL-6860

18 years agoFixes for naming of forms to make them XHTML compatible
moodler [Fri, 6 Oct 2006 06:02:17 +0000 (06:02 +0000)]
Fixes for naming of forms to make them XHTML compatible

18 years agoFixed a misplaced form tag MDL-6861
moodler [Fri, 6 Oct 2006 05:57:07 +0000 (05:57 +0000)]
Fixed a misplaced form tag  MDL-6861

18 years agorenamed all $hp to $hotpot; added/update/delete calendar events when adding/updating...
gbateson [Fri, 6 Oct 2006 05:56:53 +0000 (05:56 +0000)]
renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report;

18 years agoMade alt tags translatable MDL-6861
moodler [Fri, 6 Oct 2006 05:53:28 +0000 (05:53 +0000)]
Made alt tags translatable   MDL-6861

18 years agoFixed some unencoded & in urls
moodler [Fri, 6 Oct 2006 05:44:05 +0000 (05:44 +0000)]
Fixed some unencoded & in urls

18 years agoMOre fixes to remove erros due to JS
moodler [Fri, 6 Oct 2006 05:28:57 +0000 (05:28 +0000)]
MOre fixes to remove erros due to JS

18 years agoFIxed some incorrect backslashes MDL-6861
moodler [Fri, 6 Oct 2006 05:06:25 +0000 (05:06 +0000)]
FIxed some incorrect backslashes   MDL-6861

18 years agoIn "Selecting Users" section, added "All users" and modified "All participants" and...
gbateson [Fri, 6 Oct 2006 04:03:39 +0000 (04:03 +0000)]
In "Selecting Users" section, added "All users" and modified "All participants" and "Existing students"

18 years agoadding utf8 support for new fields
toyomoyo [Fri, 6 Oct 2006 04:03:02 +0000 (04:03 +0000)]
adding utf8 support for new fields

18 years agoadded $string['allusers'] = 'All users'; for "hotpot/report.php"
gbateson [Fri, 6 Oct 2006 03:46:46 +0000 (03:46 +0000)]
added $string['allusers'] = 'All users'; for "hotpot/report.php"

18 years agoAutomatic installer.php lang files by installer_builder (20061006)
moodler [Fri, 6 Oct 2006 02:56:20 +0000 (02:56 +0000)]
Automatic installer.php lang files by installer_builder (20061006)

18 years agoremoved all references to obsolete indexes on "hotpot_questions.name" and "hotpot_str...
gbateson [Fri, 6 Oct 2006 02:03:43 +0000 (02:03 +0000)]
removed all references to obsolete indexes on "hotpot_questions.name" and "hotpot_strings.string"

18 years agoreset version number in HotPot v1 with over-advanced version number
gbateson [Fri, 6 Oct 2006 01:25:56 +0000 (01:25 +0000)]
reset version number in HotPot v1 with over-advanced version number

18 years agoIncomplete user record (the one where the username is still 'changeme') should not...
gustav_delius [Thu, 5 Oct 2006 22:45:01 +0000 (22:45 +0000)]
Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570. For some reason this script is not using get_users() but is instead constructing its own sql, so the change to get_users() had to be duplicated here.

18 years agoIncomplete user record (the one where the username is still 'changeme') should not...
gustav_delius [Thu, 5 Oct 2006 22:21:09 +0000 (22:21 +0000)]
Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570

18 years agoAvoid some notices. Part of MDL-6854
stronk7 [Thu, 5 Oct 2006 19:51:47 +0000 (19:51 +0000)]
Avoid some notices. Part of MDL-6854

18 years agoAvoid some notices. Part of MDL-6854
stronk7 [Thu, 5 Oct 2006 19:29:39 +0000 (19:29 +0000)]
Avoid some notices. Part of MDL-6854

18 years agoMDL-6837 - move warning about pupup blockers into the lang file. Merged from MOODLE_1...
tjhunt [Thu, 5 Oct 2006 15:58:08 +0000 (15:58 +0000)]
MDL-6837 - move warning about pupup blockers into the lang file. Merged from MOODLE_16_STABLE.

18 years agooverlapping fix
andreabix [Thu, 5 Oct 2006 09:52:38 +0000 (09:52 +0000)]
overlapping fix

18 years agofixed a bug with user listing where user_lastaccess entries are not set, e.g. after...
toyomoyo [Thu, 5 Oct 2006 08:54:35 +0000 (08:54 +0000)]
fixed a bug with user listing where user_lastaccess entries are not set, e.g. after a resotre

18 years agoSome small formatting changes.
vyshane [Thu, 5 Oct 2006 08:47:13 +0000 (08:47 +0000)]
Some small formatting changes.
Added some missing semi-colons in js code.

18 years agoFix to ignore hidden courses when using switchrole in a course MDL-6841
moodler [Thu, 5 Oct 2006 08:41:06 +0000 (08:41 +0000)]
Fix to ignore hidden courses when using switchrole in a course  MDL-6841

18 years agoFix for MDL-6682. Removed duplicate string quiz:grade
vyshane [Thu, 5 Oct 2006 08:05:55 +0000 (08:05 +0000)]
Fix for MDL-6682. Removed duplicate string quiz:grade

18 years agoMerged fix for MDL-6819
vyshane [Thu, 5 Oct 2006 07:22:48 +0000 (07:22 +0000)]
Merged fix for MDL-6819

18 years agoRemoved user_students, user_teachers, user_coursecreators and user_admins
moodler [Thu, 5 Oct 2006 07:05:06 +0000 (07:05 +0000)]
Removed user_students, user_teachers, user_coursecreators and user_admins
as they are now irrelevant   MDL-6830

18 years agoMoved sticky blocks to Appearance section
moodler [Thu, 5 Oct 2006 07:01:28 +0000 (07:01 +0000)]
Moved sticky blocks to Appearance section