]>
git.mjollnir.org Git - moodle.git/log
moodlerobot [Sat, 8 Mar 2008 03:23:48 +0000 (03:23 +0000)]
Automatic installer.php lang files by installer_builder (
20080308 )
tjhunt [Fri, 7 Mar 2008 17:30:54 +0000 (17:30 +0000)]
MDL-13836 - When grades are imported, list users who had grades imported, but who are not currenly in the course.
nicolasconnault [Fri, 7 Mar 2008 14:09:43 +0000 (14:09 +0000)]
MDL-12356 Patched grade_grade->is_passed() method so that it returns null when the gradepass value is null or equal to grademin, or when the finalgrade is null. Merging from MOODLE_19_STABLE
nicolasconnault [Fri, 7 Mar 2008 13:23:38 +0000 (13:23 +0000)]
MDL-11888 Added unique constraint.
wildgirl [Fri, 7 Mar 2008 13:21:06 +0000 (13:21 +0000)]
MDL-13820 help file typo fixes
tjhunt [Fri, 7 Mar 2008 12:36:16 +0000 (12:36 +0000)]
Replace some tabs that managed to slip in. What is Eclipse playing at?
tjhunt [Fri, 7 Mar 2008 12:35:10 +0000 (12:35 +0000)]
Strip some trailing whitespace.
tjhunt [Fri, 7 Mar 2008 12:33:07 +0000 (12:33 +0000)]
MDL-13806 - Refactor all the code that implements the rules for whether students can attempt the quiz now into some classes.
Resource page now done as well. That should be everything.
tjhunt [Fri, 7 Mar 2008 11:17:44 +0000 (11:17 +0000)]
Clarify unused argument.
nicolasconnault [Fri, 7 Mar 2008 09:48:29 +0000 (09:48 +0000)]
MDL-13828 Updated to YUI 2.5.0
nicolasconnault [Fri, 7 Mar 2008 09:18:08 +0000 (09:18 +0000)]
MDL-12854 Added required rule for submission text. Merging from MOODLE_19_STABLE
nicolasconnault [Fri, 7 Mar 2008 08:56:13 +0000 (08:56 +0000)]
MDL-13820 Removed aggregation2.html and fixed typos in aggregation.html. Merging from MOODLE_19_STABLE
moodlerobot [Fri, 7 Mar 2008 03:22:28 +0000 (03:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080307 )
danmarsden [Thu, 6 Mar 2008 19:56:29 +0000 (19:56 +0000)]
MDL-13812 choice options not shown when limit enabled.
tjhunt [Thu, 6 Mar 2008 15:11:50 +0000 (15:11 +0000)]
MDL-13806 - Refactor all the code that implements the rules for whether students can attempt the quiz now into some classes.
Here are unit tests for all the access rule classes, and the associated bug fixes.
tjhunt [Thu, 6 Mar 2008 15:04:09 +0000 (15:04 +0000)]
Fix typo.
nicolasconnault [Thu, 6 Mar 2008 14:55:10 +0000 (14:55 +0000)]
MDL-12182 fixing fixtures
nicolasconnault [Thu, 6 Mar 2008 14:28:20 +0000 (14:28 +0000)]
MDL-12182 merging from MOODLE_19_STABLE
nicolasconnault [Thu, 6 Mar 2008 13:51:55 +0000 (13:51 +0000)]
MDL-12182 Fixing unit tests for gradebook. Mainly a change in set_locked() arguments. Merging from MOODLE_19_STABLE
nicolasconnault [Thu, 6 Mar 2008 09:42:33 +0000 (09:42 +0000)]
MDL-13046 Fixed notices. Merging from MOODLE_19_STABLE
scyrma [Thu, 6 Mar 2008 08:24:40 +0000 (08:24 +0000)]
MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson result when using regexp.
scyrma [Thu, 6 Mar 2008 05:02:07 +0000 (05:02 +0000)]
MDL-13795 - Proposed fix to show a nice string instead of a non-existent deadline. (merge)
moodler [Thu, 6 Mar 2008 02:15:00 +0000 (02:15 +0000)]
Merged MDL-13810 Fixed check for ul.timeaccess
ethem [Wed, 5 Mar 2008 17:09:05 +0000 (17:09 +0000)]
get_recordsetXXX in cron() for performance
scyrma [Wed, 5 Mar 2008 10:16:23 +0000 (10:16 +0000)]
MDL-13791 - fix to prevent notice
tjhunt [Wed, 5 Mar 2008 10:16:18 +0000 (10:16 +0000)]
MDL-13794 - Reordering tool does not work if you type the same number into two boxes.
Also, fix some javascript that did not work in IE7.
nicolasconnault [Wed, 5 Mar 2008 07:10:16 +0000 (07:10 +0000)]
MDL-13787 Updated get_pref() so that it looks up a short version of the config variable (grade_ instead of grade_report_) in case the first isn't set. It also returns null if no variable is found. Merging from MOODLE_19_STABLE
moodlerobot [Wed, 5 Mar 2008 05:51:01 +0000 (05:51 +0000)]
Updated the HEAD build version to
20080305
moodler [Wed, 5 Mar 2008 05:36:49 +0000 (05:36 +0000)]
Fix the display of the release (merged from 1.9)
scyrma [Wed, 5 Mar 2008 01:46:11 +0000 (01:46 +0000)]
MDL-13769 - Fix for postgresql
stronk7 [Tue, 4 Mar 2008 23:41:37 +0000 (23:41 +0000)]
Simplify anydb_escape_string() to use simple-cross-db addslashes(). MDL-13793 ; merged from 19_STABLE
danmarsden [Tue, 4 Mar 2008 22:26:00 +0000 (22:26 +0000)]
MDL-10358 Scorm package not updating correctly - calling function in lib not included.
danmarsden [Tue, 4 Mar 2008 20:11:36 +0000 (20:11 +0000)]
MDL-11722 - incorrect string - creating new one so that other lang packs translate it correctly.
skodak [Tue, 4 Mar 2008 09:24:04 +0000 (09:24 +0000)]
MDL-13762 some debug code and workaround for sloppy use of recordsets; merged from MOODLE_19_STABLE
skodak [Tue, 4 Mar 2008 08:55:28 +0000 (08:55 +0000)]
MDL-13360 expire notification problems; merged from MOODLE_19_STABLE
moodlerobot [Tue, 4 Mar 2008 03:29:33 +0000 (03:29 +0000)]
Automatic installer.php lang files by installer_builder (
20080304 )
skodak [Mon, 3 Mar 2008 21:07:25 +0000 (21:07 +0000)]
synced version with MOODLE_19_STABLE
skodak [Mon, 3 Mar 2008 20:49:54 +0000 (20:49 +0000)]
MDL-13741 Incorrect max size shown when using course upload limit; patch by Jason Meinzer; merged from MOODLE_19_STABLE
skodak [Mon, 3 Mar 2008 20:40:03 +0000 (20:40 +0000)]
MDL-13749 Front Page Calendar: Not displaying information from courses student is a member of.; merged from MOODLE_19_STABLE
arborrow [Mon, 3 Mar 2008 17:45:36 +0000 (17:45 +0000)]
MDL-13593 - adding uploadpictures.html help file; merging from MOODLE_19_STABLE
ethem [Mon, 3 Mar 2008 16:04:32 +0000 (16:04 +0000)]
Code readability & documentation
nicolasconnault [Mon, 3 Mar 2008 12:39:01 +0000 (12:39 +0000)]
MDL-13709 Removing escape slashes. Merging from MOODLE_19_STABLE
moodler [Mon, 3 Mar 2008 12:03:05 +0000 (12:03 +0000)]
Merged version bump from 1.9
moodler [Mon, 3 Mar 2008 11:58:26 +0000 (11:58 +0000)]
Match date from 1.9
moodler [Mon, 3 Mar 2008 11:49:34 +0000 (11:49 +0000)]
Merged version bumps for release 1.9
moodler [Mon, 3 Mar 2008 11:43:32 +0000 (11:43 +0000)]
Merged new block versions from 1.9
nicolasconnault [Mon, 3 Mar 2008 11:27:12 +0000 (11:27 +0000)]
MDL-13709 More lang fixes. Merging from MOODLE_19_STABLE
skodak [Mon, 3 Mar 2008 11:03:54 +0000 (11:03 +0000)]
MDL-13730 site setting for aggregation of scales; merged from MOODLE_19_STABLE
nicolasconnault [Mon, 3 Mar 2008 10:54:21 +0000 (10:54 +0000)]
MDL-13709 More lang fixes. Merging from MOODLE_19_STABLE
nicolasconnault [Mon, 3 Mar 2008 10:30:11 +0000 (10:30 +0000)]
MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE
nicolasconnault [Mon, 3 Mar 2008 10:25:37 +0000 (10:25 +0000)]
MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE
moodler [Mon, 3 Mar 2008 07:35:56 +0000 (07:35 +0000)]
Latest tags for dev
nicolasconnault [Mon, 3 Mar 2008 07:28:06 +0000 (07:28 +0000)]
MDL-13663 Updated the link to configshowquickfeedback. Merging from MOODLE_19_STABLE
moodler [Mon, 3 Mar 2008 06:20:52 +0000 (06:20 +0000)]
Merged MDL-13754: get_users_by_capability minor fix
moodler [Mon, 3 Mar 2008 05:57:32 +0000 (05:57 +0000)]
Merged MDL-11484 Added some colors for overridden grades
moodler [Mon, 3 Mar 2008 05:28:56 +0000 (05:28 +0000)]
Merged notice fix
moodler [Mon, 3 Mar 2008 05:24:55 +0000 (05:24 +0000)]
Merged MDL-13478 Cleaned up some variables
moodler [Mon, 3 Mar 2008 05:12:22 +0000 (05:12 +0000)]
Merged MDL-13753 to add percentages
moodler [Mon, 3 Mar 2008 04:42:01 +0000 (04:42 +0000)]
MDL-13478 Fixing a botched merge
moodler [Mon, 3 Mar 2008 04:36:32 +0000 (04:36 +0000)]
MDL-13478 Merged from 1.9
moodler [Sun, 2 Mar 2008 15:16:20 +0000 (15:16 +0000)]
Merged MDL-13722 to make export preview work again
moodler [Sun, 2 Mar 2008 15:03:33 +0000 (15:03 +0000)]
Merged MDL-13475 from 1.9: treat shortname fields as 100 chars
moodler [Sun, 2 Mar 2008 01:22:51 +0000 (01:22 +0000)]
Merged MDL-13717 Applied hack from Nicklas to fix sitemp etc. It worked for me in a quick test.
nicolasconnault [Sat, 1 Mar 2008 16:57:45 +0000 (16:57 +0000)]
MDL-13663 More lang string updates. Merging from MOODLE_19_STABLE
skodak [Sat, 1 Mar 2008 16:20:30 +0000 (16:20 +0000)]
fixed groups property typo; merged from MOODLE_19_STABLE
skodak [Sat, 1 Mar 2008 13:11:31 +0000 (13:11 +0000)]
MDL-13705
nicolasconnault [Fri, 29 Feb 2008 22:18:24 +0000 (22:18 +0000)]
MDL-13663 Last lang string change. Merging from MOODLE_19_STABLE
nicolasconnault [Fri, 29 Feb 2008 22:12:07 +0000 (22:12 +0000)]
MDL-13564 Deduced the missing strings from similar strings found in auth.php. Merging from MOODLE_19_STABLE
nicolasconnault [Fri, 29 Feb 2008 21:46:14 +0000 (21:46 +0000)]
MDL-13736 Wrapped the link in a div and fixed the style. Merging from MOODLE_19_STABLE
stronk7 [Fri, 29 Feb 2008 19:55:06 +0000 (19:55 +0000)]
rebuild_course_cache() to calculate modinfo before role assignments. MDL-13740 ; merged from 19_STABLE
nicolasconnault [Fri, 29 Feb 2008 17:07:02 +0000 (17:07 +0000)]
MDL-11484 Changed the display of overridden and locked grades. Merging from MOODLE_19_STABLE
tjhunt [Fri, 29 Feb 2008 16:22:15 +0000 (16:22 +0000)]
MDL-13738 - Invalid context developer debug notice in manual grading.
moodler [Fri, 29 Feb 2008 15:28:03 +0000 (15:28 +0000)]
Merged MDL-10990 (5) revert in 1.9
stronk7 [Fri, 29 Feb 2008 15:14:30 +0000 (15:14 +0000)]
Deletin the grader->get_numusers() method. I was doing some not
needed checks (I guess copied from load_users(), where they have
sense). Fallback to grade_report->get_numusers(), that looks ok. MDL-13403
Merged from 19_STABLE
danmarsden [Fri, 29 Feb 2008 11:53:38 +0000 (11:53 +0000)]
MDL-13478 performance fixes.
nicolasconnault [Fri, 29 Feb 2008 10:07:47 +0000 (10:07 +0000)]
Notices on empty array index. Merging from MOODLE_19_STABLE
scyrma [Fri, 29 Feb 2008 09:35:04 +0000 (09:35 +0000)]
MDL-13728 - Tag form editing now provides a checkbox to set the tag type (official or not), and it's all base on tag:manage. (merge)
moodler [Fri, 29 Feb 2008 08:56:39 +0000 (08:56 +0000)]
Merged MDL-13676 Fixed some mistakes I just made
scyrma [Fri, 29 Feb 2008 08:47:50 +0000 (08:47 +0000)]
MDL-13728 - Removing old capabilities and creating a new one for tag type modifications. (merge)
moodler [Fri, 29 Feb 2008 08:44:23 +0000 (08:44 +0000)]
Merged MDL-13676: last-minute field change to fix an Oracle problem
moodler [Fri, 29 Feb 2008 07:10:38 +0000 (07:10 +0000)]
Merged MDL-13568 Only show full profiles if capability allows it (FERPA)
scyrma [Fri, 29 Feb 2008 07:10:00 +0000 (07:10 +0000)]
MDL-13728 - Removing old code, this is now in the tag management interface. (merge)
moodler [Fri, 29 Feb 2008 07:05:12 +0000 (07:05 +0000)]
MDL-11960 Hide RSS block on tag pages
moodler [Fri, 29 Feb 2008 06:52:26 +0000 (06:52 +0000)]
Merged MDL-13727 Added a cpability check when showing blog entries
moodler [Fri, 29 Feb 2008 06:36:56 +0000 (06:36 +0000)]
Added error string for MDL-13725
moodler [Fri, 29 Feb 2008 06:33:15 +0000 (06:33 +0000)]
Merged MDL-13725 fixed typo
moodler [Fri, 29 Feb 2008 06:26:21 +0000 (06:26 +0000)]
Merged MDL-13725 Remove tag_get_tag_by_id completely. I also re-ordered tag/lib.php a bit
moodler [Fri, 29 Feb 2008 04:30:27 +0000 (04:30 +0000)]
Merged link to role assign screen from 1.9
moodlerobot [Fri, 29 Feb 2008 03:20:07 +0000 (03:20 +0000)]
Automatic installer.php lang files by installer_builder (
20080229 )
tjhunt [Thu, 28 Feb 2008 22:44:12 +0000 (22:44 +0000)]
MDL-12776 - Quiz email notification and separate groups mode - student not in group -> all teachers get email\r \r I have changed it so that if the quiz is set to groups mode, and if the student is not in a group, then only teachers with 'accessallgroups' get emailed.
tjhunt [Thu, 28 Feb 2008 22:41:38 +0000 (22:41 +0000)]
MDL-13723 - Unbalanced brackets in get_users_by_capability in the groups bit.
tjhunt [Thu, 28 Feb 2008 21:43:50 +0000 (21:43 +0000)]
MDL-12815 - Quiz uses inconsistent class attribute for the paging bar.\r \r I have added the standard .paging class, but I have left the old class there too, so as not to break existing themes.
skodak [Thu, 28 Feb 2008 21:17:52 +0000 (21:17 +0000)]
MDL-13705
skodak [Thu, 28 Feb 2008 21:01:02 +0000 (21:01 +0000)]
MDL-13705
nicolasconnault [Thu, 28 Feb 2008 15:52:23 +0000 (15:52 +0000)]
Changing "overall average" to "Course average" in the outcomes report. Merging from MOODLE_19_STABLE
nicolasconnault [Thu, 28 Feb 2008 15:43:09 +0000 (15:43 +0000)]
MDL-13718 New icon for "locked" state icon, for grades whose grade item is locked. Merging from MOODLE_19_STABLE
tjhunt [Thu, 28 Feb 2008 12:53:02 +0000 (12:53 +0000)]
MDL-13189 - replace the $QTYPE_MENU global with a function call, so that we can set up the language strings later, after $COURSE is initialised. This ensures that the quesion names appear in the right language.
nicolasconnault [Thu, 28 Feb 2008 12:41:26 +0000 (12:41 +0000)]
MDL-13712 Fixed. Merging from MOODLE_19_STABLE
nicolasconnault [Thu, 28 Feb 2008 08:58:23 +0000 (08:58 +0000)]
Corrected a few US spellings (z in categorized for example). Merging from MOODLE_19_STABLE
urs_hunkler [Thu, 28 Feb 2008 08:14:57 +0000 (08:14 +0000)]
added new icon