]>
git.mjollnir.org Git - moodle.git/log
skodak [Fri, 2 Mar 2007 20:46:45 +0000 (20:46 +0000)]
notice_yesno install time fixes
pichetp [Fri, 2 Mar 2007 20:45:12 +0000 (20:45 +0000)]
grading correctly small numbers MDL-8478 merge from 18_STABLE
skodak [Fri, 2 Mar 2007 19:57:24 +0000 (19:57 +0000)]
MDL-8690 fixed regression in notice_yesno
skodak [Fri, 2 Mar 2007 19:41:31 +0000 (19:41 +0000)]
MDL-8578 new capability for adding and replying to news in forum
skodak [Fri, 2 Mar 2007 16:47:38 +0000 (16:47 +0000)]
sesskey added to logout.php MDL-8727
pichetp [Fri, 2 Mar 2007 14:09:07 +0000 (14:09 +0000)]
merged from 18_STABLE MDL-8552
stronk7 [Fri, 2 Mar 2007 09:42:52 +0000 (09:42 +0000)]
Skipping some thousands of require_once() calls because PHP5
is really slow (and heavy) with them. MDL-8700
Merged from MOODLE_18_STABLE
toyomoyo [Fri, 2 Mar 2007 08:09:21 +0000 (08:09 +0000)]
adding a progress bar
toyomoyo [Fri, 2 Mar 2007 08:04:05 +0000 (08:04 +0000)]
adding backward compatitiblity for question restores
nicolasconnault [Fri, 2 Mar 2007 05:06:51 +0000 (05:06 +0000)]
MDL-8597 - Fixed: weblib.php::print_speller_code was adding CDATA and <script> tags around the code, when this was already done by weblib.php::use_html_editor().
Check lib/editor/htmlarea/htmlarea.class.php for a seemingly duplicated print_speller_code method.
moodler [Fri, 2 Mar 2007 03:21:04 +0000 (03:21 +0000)]
Fixed $title in print_header (merged from stable) (no bug)
nicolasconnault [Fri, 2 Mar 2007 02:40:30 +0000 (02:40 +0000)]
MDL-7861 - XHTML errors (strict) were found in course/editsection.html and mod/chat/view.php. They were corrected and additional css rules were written to replace the corrected inline styling.
toyomoyo [Fri, 2 Mar 2007 02:33:19 +0000 (02:33 +0000)]
merged, changing this back to fieldset
toyomoyo [Fri, 2 Mar 2007 02:16:27 +0000 (02:16 +0000)]
replacing fieldsets with divs in small forms
toyomoyo [Fri, 2 Mar 2007 01:59:19 +0000 (01:59 +0000)]
merged fixing indenting
mjollnir_ [Fri, 2 Mar 2007 01:43:47 +0000 (01:43 +0000)]
Merged from MOODLE_16_STABLE: fixing bug MDL-8651: import course data should clean up after itself
toyomoyo [Fri, 2 Mar 2007 01:29:28 +0000 (01:29 +0000)]
replacing fieldsets with divs for small forms
nicolasconnault [Fri, 2 Mar 2007 01:26:19 +0000 (01:26 +0000)]
MDL-8697 - Fixed the legacy HTML for the search table
toyomoyo [Fri, 2 Mar 2007 01:19:00 +0000 (01:19 +0000)]
replacing fielsets with divs in small forms
toyomoyo [Fri, 2 Mar 2007 01:03:50 +0000 (01:03 +0000)]
replacing fieldsets with divs for small forms
koenr [Thu, 1 Mar 2007 20:27:00 +0000 (20:27 +0000)]
fixed conflict
tjhunt [Thu, 1 Mar 2007 16:47:55 +0000 (16:47 +0000)]
Fix upgrade that MySQL could not cope with.
tjhunt [Thu, 1 Mar 2007 16:42:39 +0000 (16:42 +0000)]
Make error messages non-ambiguous. Merged from MOODLE_18_STABLE.
tjhunt [Thu, 1 Mar 2007 16:42:36 +0000 (16:42 +0000)]
Make error messages non-ambiguous. Merged from MOODLE_18_STABLE.
poltawski [Thu, 1 Mar 2007 14:47:52 +0000 (14:47 +0000)]
Duplicate alt tags in course category page MDL-8711, merged from MOODLE_18_STABLE
nfreear [Thu, 1 Mar 2007 13:06:14 +0000 (13:06 +0000)]
Fixes Bug MDL-8709 "Javascript: pseudo-protocol in admin tree block is bad"
nfreear [Thu, 1 Mar 2007 12:08:38 +0000 (12:08 +0000)]
Fix for bug MDL-8708 "Debug, multiple warnings in admin/uploaduser.php and user.php"
nfreear [Thu, 1 Mar 2007 11:45:26 +0000 (11:45 +0000)]
Follow-up fix for Bug MDL-8617 "Implement groupings & course modules..." internal - define, any_grouping=0 (merged from 1.8 branch).
nfreear [Thu, 1 Mar 2007 11:37:55 +0000 (11:37 +0000)]
Follow-up fix for Bug MDL-8617 "Implement groupings & course modules..." internal (sam's patch, thank you!) merged from branch.
nfreear [Thu, 1 Mar 2007 11:13:37 +0000 (11:13 +0000)]
Fixes MDL-6548 "... block should use lists" - blocks: blog tags, news items, recent activity - forum.
tjhunt [Thu, 1 Mar 2007 09:45:53 +0000 (09:45 +0000)]
MDL-6773 - eliminate duplicate code for getting a list of question categories. Merged from MOODLE_18_STABLE.
moodler [Thu, 1 Mar 2007 08:06:05 +0000 (08:06 +0000)]
Fixed unenrol_student MDL-8591
moodler [Thu, 1 Mar 2007 07:59:15 +0000 (07:59 +0000)]
Don't redirect guests to mymoodle page! MDL-8594
jamiesensei [Thu, 1 Mar 2007 07:45:22 +0000 (07:45 +0000)]
fiexs MDL-8659 : Impossible to create Cloze type question in Moodle 1.8 beta
toyomoyo [Thu, 1 Mar 2007 07:45:14 +0000 (07:45 +0000)]
replacing fieldsets with divs in small forms
nicolasconnault [Thu, 1 Mar 2007 07:34:51 +0000 (07:34 +0000)]
MDL-8693 Fixed the double-equal typos (2)
toyomoyo [Thu, 1 Mar 2007 07:28:11 +0000 (07:28 +0000)]
replacing fieldsets with divs in small forms
defacer [Thu, 1 Mar 2007 07:19:57 +0000 (07:19 +0000)]
Merging from MOODLE_16_STABLE:
Fix for MDL-8515: Prefixing chat messages with a slash should not hide the
user's name unless it's a special command we handle.
I completely removed the emoticon handling case, but it seems like it was
not needed for a long time now? Emoticons work just fine without it.
toyomoyo [Thu, 1 Mar 2007 06:57:11 +0000 (06:57 +0000)]
replacing fieldsets with divs in small forms
toyomoyo [Thu, 1 Mar 2007 06:27:15 +0000 (06:27 +0000)]
replacing 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
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
toyomoyo [Thu, 1 Mar 2007 05:53:49 +0000 (05:53 +0000)]
replacing fieldsets with divs in small forms
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
toyomoyo [Thu, 1 Mar 2007 05:47:57 +0000 (05:47 +0000)]
fixing javascript error in MDL-8652
toyomoyo [Thu, 1 Mar 2007 05:29:50 +0000 (05:29 +0000)]
replacing fieldsets in small forms to divs
nicolasconnault [Thu, 1 Mar 2007 05:16:02 +0000 (05:16 +0000)]
MDL-8691
Added format_string() around $course->shortname in calendar.view.php
toyomoyo [Thu, 1 Mar 2007 05:10:58 +0000 (05:10 +0000)]
replacing fieldset in small forms with divs
toyomoyo [Thu, 1 Mar 2007 05:03:06 +0000 (05:03 +0000)]
replacing fieldset with div in small forms
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
toyomoyo [Thu, 1 Mar 2007 04:40:50 +0000 (04:40 +0000)]
replacing fieldset in small form to div
toyomoyo [Thu, 1 Mar 2007 04:30:42 +0000 (04:30 +0000)]
replacing single button fieldsets with divs
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\"
toyomoyo [Thu, 1 Mar 2007 04:06:08 +0000 (04:06 +0000)]
changing fieldset to div
toyomoyo [Thu, 1 Mar 2007 04:02:45 +0000 (04:02 +0000)]
changing fieldset in single button form to use div
nicolasconnault [Thu, 1 Mar 2007 02:55:18 +0000 (02:55 +0000)]
MDL-8701
toyomoyo [Thu, 1 Mar 2007 02:47:33 +0000 (02:47 +0000)]
merged fixing xhtml issue
toyomoyo [Thu, 1 Mar 2007 02:46:04 +0000 (02:46 +0000)]
merged fixing xhtml and display issues in restore
moodler [Thu, 1 Mar 2007 02:42:16 +0000 (02:42 +0000)]
Merged changes to use new ajaxenabled for MDL-8417
nicolasconnault [Thu, 1 Mar 2007 02:35:13 +0000 (02:35 +0000)]
Manually merged from MOODLE_18_STABLE
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
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
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.
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.
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.
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.
tjhunt [Wed, 28 Feb 2007 17:15:45 +0000 (17:15 +0000)]
Minor improvement to validation code. Merged 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
tjhunt [Wed, 28 Feb 2007 15:34:56 +0000 (15:34 +0000)]
XHTML Strrrrrrict!
tjhunt [Wed, 28 Feb 2007 15:21:35 +0000 (15:21 +0000)]
Bug with editing essay questions.
tjhunt [Wed, 28 Feb 2007 15:16:01 +0000 (15:16 +0000)]
Remove CVS conflict markers.
nfreear [Wed, 28 Feb 2007 14:10:18 +0000 (14:10 +0000)]
Part of fix for Bug 2617 "Implement groupings & course modules..."
nfreear [Wed, 28 Feb 2007 13:16:51 +0000 (13:16 +0000)]
Partial fix for MDL-8668 - group upgrade - applying part of the patch.
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.
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.
toyomoyo [Wed, 28 Feb 2007 08:01:41 +0000 (08:01 +0000)]
merged replacing <fieldset> with <div>
moodler [Wed, 28 Feb 2007 07:58:34 +0000 (07:58 +0000)]
Merged from 1.8 stable
moodler [Wed, 28 Feb 2007 07:54:40 +0000 (07:54 +0000)]
Merged extension to check_browser_version from MDL-8417 (Nick)
toyomoyo [Wed, 28 Feb 2007 07:11:58 +0000 (07:11 +0000)]
merged fix for MDL-8655, replacing <fieldset> with <div>
moodler [Wed, 28 Feb 2007 06:25:22 +0000 (06:25 +0000)]
Merged Nicolas' changes from MDL-8582 into HEAD.
toyomoyo [Wed, 28 Feb 2007 06:23:25 +0000 (06:23 +0000)]
fix for MDL-5958 from Elijah (HSU)
toyomoyo [Wed, 28 Feb 2007 06:16:31 +0000 (06:16 +0000)]
merged fix for MDL-8688, question pics should default to ''
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.
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
toyomoyo [Wed, 28 Feb 2007 04:12:13 +0000 (04:12 +0000)]
fixed insert_instance so that it complys with the formslib form
toyomoyo [Wed, 28 Feb 2007 03:26:35 +0000 (03:26 +0000)]
merged fix for MDL-8645, assignment due dates not written into db
martinlanghoff [Wed, 28 Feb 2007 03:03:42 +0000 (03:03 +0000)]
MDL-7385 - stats_cron_daily() - If a module is missing, continue processing
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()
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>
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>
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>
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>
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
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
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.
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.
defacer [Tue, 27 Feb 2007 14:43:20 +0000 (14:43 +0000)]
Not needing this anymore, we now have Moodle Docs.
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.
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.
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.