]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoreplacing fieldsets with divs in small forms
toyomoyo [Thu, 1 Mar 2007 06:06:16 +0000 (06:06 +0000)]
replacing fieldsets with divs in small forms

18 years agoMDL-8629 - Outputting correct messages during redirection after forum posting with...
nicolasconnault [Thu, 1 Mar 2007 06:01:43 +0000 (06:01 +0000)]
MDL-8629 - Outputting correct messages during redirection after forum posting with mail-now selected

18 years agoreplacing fieldsets with divs in small forms
toyomoyo [Thu, 1 Mar 2007 05:53:49 +0000 (05:53 +0000)]
replacing fieldsets with divs in small forms

18 years agoMerged Urs changes to 1.8 that were not merged to head before MDL-8657
moodler [Thu, 1 Mar 2007 05:52:31 +0000 (05:52 +0000)]
Merged Urs changes to 1.8 that were not merged to head before   MDL-8657

18 years agofixing javascript error in MDL-8652
toyomoyo [Thu, 1 Mar 2007 05:47:57 +0000 (05:47 +0000)]
fixing javascript error in MDL-8652

18 years agoreplacing fieldsets in small forms to divs
toyomoyo [Thu, 1 Mar 2007 05:29:50 +0000 (05:29 +0000)]
replacing fieldsets in small forms to divs

18 years agoMDL-8691
nicolasconnault [Thu, 1 Mar 2007 05:16:02 +0000 (05:16 +0000)]
MDL-8691
Added format_string() around $course->shortname in calendar.view.php

18 years agoreplacing fieldset in small forms with divs
toyomoyo [Thu, 1 Mar 2007 05:10:58 +0000 (05:10 +0000)]
replacing fieldset in small forms with divs

18 years agoreplacing fieldset with div in small forms
toyomoyo [Thu, 1 Mar 2007 05:03:06 +0000 (05:03 +0000)]
replacing fieldset with div in small forms

18 years agoMDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text...
nicolasconnault [Thu, 1 Mar 2007 04:42:41 +0000 (04:42 +0000)]
MDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text-align: center

18 years agoreplacing fieldset in small form to div
toyomoyo [Thu, 1 Mar 2007 04:40:50 +0000 (04:40 +0000)]
replacing fieldset in small form to div

18 years agoreplacing single button fieldsets with divs
toyomoyo [Thu, 1 Mar 2007 04:30:42 +0000 (04:30 +0000)]
replacing single button fieldsets with divs

18 years agoIssue MDL-8697
nicolasconnault [Thu, 1 Mar 2007 04:09:39 +0000 (04:09 +0000)]
Issue MDL-8697
Someone must have fixed this earlier, because there are no more tables. However I found the use of the align attribute which I replaced with inline CSS style=\"text-align:right\"

18 years agochanging fieldset to div
toyomoyo [Thu, 1 Mar 2007 04:06:08 +0000 (04:06 +0000)]
changing fieldset to div

18 years agochanging fieldset in single button form to use div
toyomoyo [Thu, 1 Mar 2007 04:02:45 +0000 (04:02 +0000)]
changing fieldset in single button form to use div

18 years agoMDL-8701
nicolasconnault [Thu, 1 Mar 2007 02:55:18 +0000 (02:55 +0000)]
MDL-8701

18 years agomerged fixing xhtml issue
toyomoyo [Thu, 1 Mar 2007 02:47:33 +0000 (02:47 +0000)]
merged fixing xhtml issue

18 years agomerged fixing xhtml and display issues in restore
toyomoyo [Thu, 1 Mar 2007 02:46:04 +0000 (02:46 +0000)]
merged fixing xhtml and display issues in restore

18 years agoMerged changes to use new ajaxenabled for MDL-8417
moodler [Thu, 1 Mar 2007 02:42:16 +0000 (02:42 +0000)]
Merged changes to use new ajaxenabled for MDL-8417

18 years agoManually merged from MOODLE_18_STABLE
nicolasconnault [Thu, 1 Mar 2007 02:35:13 +0000 (02:35 +0000)]
Manually merged from MOODLE_18_STABLE

18 years agoIssue 8417:
nicolasconnault [Thu, 1 Mar 2007 02:08:06 +0000 (02:08 +0000)]
Issue 8417:
Added support for array of tested browsers to be passed to ajaxenabled()
Merged in from MOODLE_18_STABLE

18 years agoSafari 2.0 and Opera 9.0 are now detected and supported for YUI. However, preliminary...
nicolasconnault [Thu, 1 Mar 2007 01:31:37 +0000 (01:31 +0000)]
Safari 2.0 and Opera 9.0 are now detected and supported for YUI. However, preliminary tests show that drag&drop behaviour is very slow on Opera and user-unfriendly on both browsers. A YUI debug window also pops up on Safari.

I added a unit test for ajaxlib.php

Issue MDL-8417
Merged from MOODLE_18_STABLE

18 years agoFixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan.
nfreear [Wed, 28 Feb 2007 18:11:43 +0000 (18:11 +0000)]
Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan.

18 years agoAdd a unique index to the question_numerical_units table, to prevent duplicate units...
tjhunt [Wed, 28 Feb 2007 17:19:04 +0000 (17:19 +0000)]
Add a unique index to the question_numerical_units table, to prevent duplicate units being created.

18 years agoWhen restoring numerical questions, don't create duplicate unit definitions. Merged...
tjhunt [Wed, 28 Feb 2007 17:18:28 +0000 (17:18 +0000)]
When restoring numerical questions, don't create duplicate unit definitions. Merged from MOODLE_18_STABLE.

18 years agoImprove validation code to match the recent improvements in shortanswer validation.
tjhunt [Wed, 28 Feb 2007 17:17:40 +0000 (17:17 +0000)]
Improve validation code to match the recent improvements in shortanswer validation.

Also do some validation on the units entered to stop duplicate units being defined.

 Merged from MOODLE_18_STABLE.

18 years agoMinor improvement to validation code. Merged from MOODLE_18_STABLE.
tjhunt [Wed, 28 Feb 2007 17:15:45 +0000 (17:15 +0000)]
Minor improvement to validation code. Merged from MOODLE_18_STABLE.

18 years agoMerging fixes to MDL-8582 from MOODLE_18_STABLE
poltawski [Wed, 28 Feb 2007 16:30:41 +0000 (16:30 +0000)]
Merging fixes to MDL-8582 from MOODLE_18_STABLE

18 years agoXHTML Strrrrrrict!
tjhunt [Wed, 28 Feb 2007 15:34:56 +0000 (15:34 +0000)]
XHTML Strrrrrrict!

18 years agoBug with editing essay questions.
tjhunt [Wed, 28 Feb 2007 15:21:35 +0000 (15:21 +0000)]
Bug with editing essay questions.

18 years agoRemove CVS conflict markers.
tjhunt [Wed, 28 Feb 2007 15:16:01 +0000 (15:16 +0000)]
Remove CVS conflict markers.

18 years agoPart of fix for Bug 2617 "Implement groupings & course modules..."
nfreear [Wed, 28 Feb 2007 14:10:18 +0000 (14:10 +0000)]
Part of fix for Bug 2617 "Implement groupings & course modules..."

18 years agoPartial fix for MDL-8668 - group upgrade - applying part of the patch.
nfreear [Wed, 28 Feb 2007 13:16:51 +0000 (13:16 +0000)]
Partial fix for MDL-8668 - group upgrade - applying part of the patch.

18 years agoXHTML Strrrrrrict! on quiz module config page.
tjhunt [Wed, 28 Feb 2007 12:24:54 +0000 (12:24 +0000)]
XHTML Strrrrrrict! on quiz module config page.

Fix errors when config changes are saved.

Merged from MOODLE_18_STABLE.

18 years agoCorrect logic for stopping people using guest access from doing quizzes. Merged from...
tjhunt [Wed, 28 Feb 2007 11:34:50 +0000 (11:34 +0000)]
Correct logic for stopping people using guest access from doing quizzes. Merged from MOODLE_18_STABLE.

18 years agomerged replacing <fieldset> with <div>
toyomoyo [Wed, 28 Feb 2007 08:01:41 +0000 (08:01 +0000)]
merged replacing <fieldset> with <div>

18 years agoMerged from 1.8 stable
moodler [Wed, 28 Feb 2007 07:58:34 +0000 (07:58 +0000)]
Merged from 1.8 stable

18 years agoMerged extension to check_browser_version from MDL-8417 (Nick)
moodler [Wed, 28 Feb 2007 07:54:40 +0000 (07:54 +0000)]
Merged extension to check_browser_version from MDL-8417  (Nick)

18 years agomerged fix for MDL-8655, replacing <fieldset> with <div>
toyomoyo [Wed, 28 Feb 2007 07:11:58 +0000 (07:11 +0000)]
merged fix for MDL-8655, replacing <fieldset> with <div>

18 years agoMerged Nicolas' changes from MDL-8582 into HEAD.
moodler [Wed, 28 Feb 2007 06:25:22 +0000 (06:25 +0000)]
Merged Nicolas' changes from MDL-8582 into HEAD.

18 years agofix for MDL-5958 from Elijah (HSU)
toyomoyo [Wed, 28 Feb 2007 06:23:25 +0000 (06:23 +0000)]
fix for MDL-5958 from Elijah (HSU)

18 years agomerged fix for MDL-8688, question pics should default to ''
toyomoyo [Wed, 28 Feb 2007 06:16:31 +0000 (06:16 +0000)]
merged fix for MDL-8688, question pics should default to ''

18 years agoremoved unnecessary setting of NULL string fields to '', in hotpot_update_to_v2_1_21.
gbateson [Wed, 28 Feb 2007 05:28:53 +0000 (05:28 +0000)]
removed unnecessary setting of NULL string fields to '', in hotpot_update_to_v2_1_21.

18 years agomerged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues
toyomoyo [Wed, 28 Feb 2007 04:58:48 +0000 (04:58 +0000)]
merged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues

18 years agofixed insert_instance so that it complys with the formslib form
toyomoyo [Wed, 28 Feb 2007 04:12:13 +0000 (04:12 +0000)]
fixed insert_instance so that it complys with the formslib form

18 years agomerged fix for MDL-8645, assignment due dates not written into db
toyomoyo [Wed, 28 Feb 2007 03:26:35 +0000 (03:26 +0000)]
merged fix for MDL-8645, assignment due dates not written into db

18 years agoMDL-7385 - stats_cron_daily() - If a module is missing, continue processing
martinlanghoff [Wed, 28 Feb 2007 03:03:42 +0000 (03:03 +0000)]
MDL-7385 - stats_cron_daily() - If a module is missing, continue processing

18 years agoFixing MDL-6795 - Stats never runs. stats_monthly table gets very full - avoid double...
martinlanghoff [Wed, 28 Feb 2007 02:50:51 +0000 (02:50 +0000)]
Fixing MDL-6795 - Stats never runs. stats_monthly table gets very full - avoid double tz calculations in stats_getmidnight()

18 years agoStopping warning and possible errors in graphlib.php caused by bugs in statsgraph.php
martinlanghoff [Wed, 28 Feb 2007 00:32:39 +0000 (00:32 +0000)]
Stopping warning and possible errors in graphlib.php caused by bugs in statsgraph.php

Ported from LDC (1.5) branch

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>

18 years agohotpot: Fixing db upgrade script
martinlanghoff [Wed, 28 Feb 2007 00:29:24 +0000 (00:29 +0000)]
hotpot: Fixing db upgrade script

Note MySQL upgrade (earlier on by version)

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>

18 years ago(Fixing upgrade script) Only try to disable lams if it is installed
martinlanghoff [Wed, 28 Feb 2007 00:26:37 +0000 (00:26 +0000)]
(Fixing upgrade script) Only try to disable lams if it is installed

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>

18 years agoFixing 1.5->1.7 upgrade bug (get_courses was used unnecessarily in upgrade process...
martinlanghoff [Wed, 28 Feb 2007 00:06:59 +0000 (00:06 +0000)]
Fixing 1.5->1.7 upgrade bug (get_courses was used unnecessarily in upgrade process, and relies on roles)

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>

18 years agonotice boxes are now 60% of page width - 100% looked too wide for most notice boxes
skodak [Tue, 27 Feb 2007 21:44:18 +0000 (21:44 +0000)]
notice boxes are now 60% of page width - 100% looked too wide for most notice boxes

18 years agoFixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762
stronk7 [Tue, 27 Feb 2007 18:22:04 +0000 (18:22 +0000)]
Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762

Merged from MOODLE_18_STABLE

18 years agoMDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph...
tjhunt [Tue, 27 Feb 2007 16:20:40 +0000 (16:20 +0000)]
MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph Rézeau. Merged from MOODLE_18_STABLE.

18 years agoMDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph...
tjhunt [Tue, 27 Feb 2007 16:20:39 +0000 (16:20 +0000)]
MDL-8671 - better checking when creating short answer questions. Fix thanks to Joseph Rézeau. Merged from MOODLE_18_STABLE.

18 years agoNot needing this anymore, we now have Moodle Docs.
defacer [Tue, 27 Feb 2007 14:43:20 +0000 (14:43 +0000)]
Not needing this anymore, we now have Moodle Docs.

18 years agoMerging from MOODLE_16_STABLE:
defacer [Tue, 27 Feb 2007 14:36:58 +0000 (14:36 +0000)]
Merging from MOODLE_16_STABLE:
Fix for MDL-4701: Event URLs now include anchor so that the event is immediately visible.

18 years agoImprove quiz editing screen layout a little bit based on a usability suggestion in...
tjhunt [Tue, 27 Feb 2007 14:01:46 +0000 (14:01 +0000)]
Improve quiz editing screen layout a little bit based on a usability suggestion in the forums.

Also, fix uppercase tag names in the tab row CSS, which did not work at DEVELOPER debug level.

Merged from MOODLE_18_STABLE.

18 years agoMerging from MOODLE_16_STABLE:
defacer [Tue, 27 Feb 2007 13:59:43 +0000 (13:59 +0000)]
Merging from MOODLE_16_STABLE:
Bugfix: skodak's fix for MDL-5991 is needed here as well.

18 years agoChanging email addresses that caught my eye in the comments.
defacer [Tue, 27 Feb 2007 13:49:43 +0000 (13:49 +0000)]
Changing email addresses that caught my eye in the comments.

18 years agoMerging from MOODLE_17_STABLE:
defacer [Tue, 27 Feb 2007 12:42:08 +0000 (12:42 +0000)]
Merging from MOODLE_17_STABLE:
Fix for MDL-8402:
$CFG->calendar_weekdays wasn't saved correctly and misbehaved.

I took the opportunity to rewrite a little HTML too.

18 years agoMDL-8669 broken auth signup code
skodak [Tue, 27 Feb 2007 10:22:33 +0000 (10:22 +0000)]
MDL-8669 broken auth signup code

18 years agofixing wrong capability check
toyomoyo [Tue, 27 Feb 2007 05:48:05 +0000 (05:48 +0000)]
fixing wrong capability check

18 years agomerged fix for MDL-8666, groups import broken
toyomoyo [Tue, 27 Feb 2007 05:42:15 +0000 (05:42 +0000)]
merged fix for MDL-8666, groups import broken

18 years agomerged fix for MDL-8674, realplayer multimdeia filter does not work
moodler [Tue, 27 Feb 2007 05:33:56 +0000 (05:33 +0000)]
merged fix for MDL-8674, realplayer multimdeia filter does not work

18 years agoFixed 2 typos identified by Dan (guset instead of guest). MDL-8676
nicolasconnault [Tue, 27 Feb 2007 05:09:15 +0000 (05:09 +0000)]
Fixed 2 typos identified by Dan (guset instead of guest). MDL-8676

18 years agoMerged MDL-8670
moodler [Tue, 27 Feb 2007 01:19:46 +0000 (01:19 +0000)]
Merged MDL-8670

18 years agoMerging from MOODLE_18_STABLE:
defacer [Tue, 27 Feb 2007 00:41:28 +0000 (00:41 +0000)]
Merging from MOODLE_18_STABLE:
Bugfix: $CFG->calendar_adminseesall was not working at all, Moodle behaved
as if it were always on. Reported at http://moodle.org/mod/forum/discuss.php?d=65500.

18 years agoMerge from MOODLE_18_STABLE:
defacer [Mon, 26 Feb 2007 14:02:21 +0000 (14:02 +0000)]
Merge from MOODLE_18_STABLE:
Fixing notices, I should 've done grep "BLOCK_TYPE_NUKE" earlier.

18 years agoMerge from MOODLE_18_STABLE:
defacer [Mon, 26 Feb 2007 13:29:57 +0000 (13:29 +0000)]
Merge from MOODLE_18_STABLE:
Killing BLOCK_NUKE constant, since Martin nuked nuke blocks.

18 years agoFollow-up fix for Bug MDL-8638 "Can't move groups between groupings"
nfreear [Mon, 26 Feb 2007 10:55:45 +0000 (10:55 +0000)]
Follow-up fix for Bug MDL-8638 "Can't move groups between groupings"

18 years agoMerged additions from stable
moodler [Mon, 26 Feb 2007 08:52:38 +0000 (08:52 +0000)]
Merged additions from stable

18 years agoMerged changes from STABLE for MDL-8654
moodler [Mon, 26 Feb 2007 08:44:29 +0000 (08:44 +0000)]
Merged changes from STABLE  for MDL-8654

18 years agoMDL-5958, code for advanced search for db module from Elijah (HSU)
toyomoyo [Mon, 26 Feb 2007 06:56:05 +0000 (06:56 +0000)]
MDL-5958, code for advanced search for db module from Elijah (HSU)

18 years agofixes (MDL-8449) Quiz start and close times should allow the teacher to select a...
jamiesensei [Mon, 26 Feb 2007 06:38:47 +0000 (06:38 +0000)]
fixes  (MDL-8449) Quiz start and close times should allow the teacher to select a time as well as a date.

18 years agoAutomatic installer.php lang files by installer_builder (20070226)
moodler [Mon, 26 Feb 2007 03:33:05 +0000 (03:33 +0000)]
Automatic installer.php lang files by installer_builder (20070226)

18 years agomerged, taking care of context_rel cache when moving courses across categories
toyomoyo [Mon, 26 Feb 2007 02:35:00 +0000 (02:35 +0000)]
merged, taking care of context_rel cache when moving courses across categories

18 years agomerged from MOODLE_17_STABLE: fixing MDL-8662
mjollnir_ [Mon, 26 Feb 2007 00:18:19 +0000 (00:18 +0000)]
merged from MOODLE_17_STABLE: fixing MDL-8662

18 years agoDelete one condition used while debugging.
stronk7 [Sun, 25 Feb 2007 20:36:13 +0000 (20:36 +0000)]
Delete one condition used while debugging.

18 years agoNow the editor detects if the xml file has been locally modified
stronk7 [Sun, 25 Feb 2007 20:20:35 +0000 (20:20 +0000)]
Now the editor detects if the xml file has been locally modified
since loading it. Second part of MDL-8264

Merged from MOODLE_18_STABLE

18 years agoMerged categorylist fix from MDL-8583
moodler [Sun, 25 Feb 2007 07:08:04 +0000 (07:08 +0000)]
Merged categorylist fix from MDL-8583

18 years agoJust some formatting
moodler [Sun, 25 Feb 2007 06:58:10 +0000 (06:58 +0000)]
Just some formatting

18 years agoMerged from MOODLE_18_STABLE:
defacer [Sun, 25 Feb 2007 01:35:32 +0000 (01:35 +0000)]
Merged from MOODLE_18_STABLE:
Fix for MDL-8653:
When updating languages through a proxy, skip to the end of the HTTP headers
as defined by RFC 1945 instead of skipping exactly 12 lines of chaff.

Credit for patch 100% to Dan Poltawski.

18 years agoMerging from MOODLE_18_STABLE:
defacer [Sun, 25 Feb 2007 01:10:00 +0000 (01:10 +0000)]
Merging from MOODLE_18_STABLE:
Updating local language packs was breaking XHTML in the "results" screen.

18 years agoMerged from MOODLE_16_STABLE:
defacer [Sat, 24 Feb 2007 23:38:42 +0000 (23:38 +0000)]
Merged from MOODLE_16_STABLE:
Fix for MDL-4940: Social Activities block disappears when editing course settings.

18 years agoMDL-8582 - reverted changes in print_navigation(), needs some minor rewrite to use...
skodak [Sat, 24 Feb 2007 10:19:15 +0000 (10:19 +0000)]
MDL-8582 - reverted changes in print_navigation(), needs some minor rewrite to use print_title()

18 years agoemail selfregistration enabled by default again - thanks Eloy for noticing the problem
skodak [Sat, 24 Feb 2007 09:48:10 +0000 (09:48 +0000)]
email selfregistration enabled by default again - thanks Eloy for noticing the problem

18 years agoAutomatic installer.php lang files by installer_builder (20070224)
moodler [Sat, 24 Feb 2007 03:30:51 +0000 (03:30 +0000)]
Automatic installer.php lang files by installer_builder (20070224)

18 years agoOnly validate against schema if we have a schema. ;-)
stronk7 [Sat, 24 Feb 2007 00:05:05 +0000 (00:05 +0000)]
Only validate against schema if we have a schema. ;-)

Merged from MOODLE_18_STABLE

18 years agoNow XMLDB Editor performs check/validation of XML files
stronk7 [Fri, 23 Feb 2007 20:59:28 +0000 (20:59 +0000)]
Now XMLDB Editor performs check/validation of XML files
before loading them using the best parser available.
MDL-7726 and first part of MDL-8264

Merged from MOODLE_18_STABLE

18 years agoMDL-8639 fixed installation notices
skodak [Fri, 23 Feb 2007 20:25:16 +0000 (20:25 +0000)]
MDL-8639 fixed installation notices

18 years agoMerged in several display and bug fixes from MOODLE_18_STABLE
mark-nielsen [Fri, 23 Feb 2007 20:20:50 +0000 (20:20 +0000)]
Merged in several display and bug fixes from MOODLE_18_STABLE

18 years agoMDL-8582 - reverted changes in s() and added new function format_title() instead
skodak [Fri, 23 Feb 2007 20:10:11 +0000 (20:10 +0000)]
MDL-8582 - reverted changes in s() and added new function format_title() instead

18 years agoSome more notices are now out. Caused by current_language()
stronk7 [Fri, 23 Feb 2007 18:17:01 +0000 (18:17 +0000)]
Some more notices are now out. Caused by current_language()

Merged from MOODLE_18_STABLE

18 years agoOK, so I flip-flopped on this - reverting to previous number. For some users, this...
mark-nielsen [Fri, 23 Feb 2007 17:57:46 +0000 (17:57 +0000)]
OK, so I flip-flopped on this - reverting to previous number.  For some users, this db update will fire off twice, luckily there is no harm in doing this.

18 years agoFixes MDL-8638 "Can't move groups between groupings"
nfreear [Fri, 23 Feb 2007 17:48:05 +0000 (17:48 +0000)]
Fixes MDL-8638 "Can't move groups between groupings"

18 years agoIncorrectly merged version and db/upgrade.php - cannot downgrade the version, but...
mark-nielsen [Fri, 23 Feb 2007 17:36:45 +0000 (17:36 +0000)]
Incorrectly merged version and db/upgrade.php - cannot downgrade the version, but fixing the version number here

18 years agoMerging fix for MDL-8637
mark-nielsen [Fri, 23 Feb 2007 17:31:05 +0000 (17:31 +0000)]
Merging fix for MDL-8637

18 years agoFixing course & category boxes in main page.
stronk7 [Fri, 23 Feb 2007 16:38:59 +0000 (16:38 +0000)]
Fixing course & category boxes in main page.

Merged from MOODLE_18_STABLE