]>
git.mjollnir.org Git - moodle.git/log
moodler [Fri, 15 Jun 2007 08:12:11 +0000 (08:12 +0000)]
Simple framework interface for grades reports
moodler [Fri, 15 Jun 2007 07:55:40 +0000 (07:55 +0000)]
Lang files for the grade report plugins
moodler [Fri, 15 Jun 2007 06:08:51 +0000 (06:08 +0000)]
Skip user_ tables in multilang upgrade
toyomoyo [Fri, 15 Jun 2007 05:23:48 +0000 (05:23 +0000)]
adding some strings
dwoolhead [Thu, 14 Jun 2007 16:08:29 +0000 (16:08 +0000)]
MDL-10084 Styling/branding
csantossaenz [Thu, 14 Jun 2007 12:41:41 +0000 (12:41 +0000)]
Fixed some bugs with duplicated elements and undefined elements for correct_responses type
urs_hunkler [Thu, 14 Jun 2007 07:55:18 +0000 (07:55 +0000)]
Longer titles names in languages like German are displayed above the input field. I reduced the length of the input fields to 5em as in 1.8.
urs_hunkler [Thu, 14 Jun 2007 07:04:47 +0000 (07:04 +0000)]
MDL-9745 - added missing input field type "file" to the alignment correction
toyomoyo [Thu, 14 Jun 2007 07:04:15 +0000 (07:04 +0000)]
fixing typos of a wrong capability
toyomoyo [Thu, 14 Jun 2007 04:41:33 +0000 (04:41 +0000)]
merged fix for MDL-10112 bulk messaging fails silently when messaging not enabled
stronk7 [Wed, 13 Jun 2007 23:22:57 +0000 (23:22 +0000)]
Now the tokeniser is using the new textlib->entities_to_utf8()
own function (PHP4 and PHP compatible)
Merged from MOODLE_18_STABLE
stronk7 [Wed, 13 Jun 2007 19:43:56 +0000 (19:43 +0000)]
Added entities_to_utf8() function to textlib, suitable to convert
any entity (numerical and html) to utf-8, providing a PHP4 and PH5
way to do the work.
Also, added the code2utf8() function to convert Unicode code numbers
to UTF-8 chars.
Merged from MOODLE_18_STABLE
dwoolhead [Wed, 13 Jun 2007 16:26:19 +0000 (16:26 +0000)]
MDL-10048 General calendar view enhancements as per spec with regard to event highlighting
dwoolhead [Wed, 13 Jun 2007 14:30:42 +0000 (14:30 +0000)]
MDL-10048 General calendar view enhancements as per spec with regard to event highlighting
dwoolhead [Wed, 13 Jun 2007 12:55:23 +0000 (12:55 +0000)]
MDL-10048 General calendar view enhancements as per spec with regard to event highlighting
dwoolhead [Wed, 13 Jun 2007 10:37:05 +0000 (10:37 +0000)]
MDL-10048 General calendar view enhancements as per spec with regard to event highlighting
dwoolhead [Wed, 13 Jun 2007 10:00:30 +0000 (10:00 +0000)]
MDL-10048 General calendar view enhancements as per spec with regard to event highlighting
toyomoyo [Wed, 13 Jun 2007 09:07:39 +0000 (09:07 +0000)]
previews specified number of lines for grade imports
toyomoyo [Wed, 13 Jun 2007 09:06:44 +0000 (09:06 +0000)]
backup will not back up grade categories and grades if some grade items are not backed up. restore will not resotre grade categories and grades if some grade items are not being restored
pichetp [Wed, 13 Jun 2007 03:32:45 +0000 (03:32 +0000)]
solving lost of dataitems MDL-10087 merging from 1.8
skodak [Tue, 12 Jun 2007 20:19:38 +0000 (20:19 +0000)]
MDL-10104 grade_create_item() in gradelib.php was obsoleted by grade_update() function which does the creation and update of grade_items
skodak [Tue, 12 Jun 2007 20:16:49 +0000 (20:16 +0000)]
MDL-10103 grade_object:insert() now fetches the fresh data from db and updates itself; update_from_db() now uses the same process as new grade_object() for consistency
stronk7 [Tue, 12 Jun 2007 18:15:55 +0000 (18:15 +0000)]
First cut of the tokeniser library. Modified from drupal search.module
code (see copyrights). The library converts any text/html into an array
of tokens with their score (weight). Supports stop_words, cjk basic
tokeniser (for indexers) and different modes of handling numbers.
Merged from MOODLE_18_STABLE
dwoolhead [Tue, 12 Jun 2007 16:26:38 +0000 (16:26 +0000)]
MDL-10048 General calendar view enhancements as per spec with regard to event highlighting
pichetp [Tue, 12 Jun 2007 15:53:08 +0000 (15:53 +0000)]
set correctly default value for tolerencetype for answers merge from 1.8
tjhunt [Tue, 12 Jun 2007 13:47:21 +0000 (13:47 +0000)]
Fix typo spotted by Eclipse.
tjhunt [Tue, 12 Jun 2007 11:13:49 +0000 (11:13 +0000)]
MDL-10089 - Cannot delete questions from question bank - Thanks to Adriane Boyd for the fix.
tjhunt [Tue, 12 Jun 2007 11:11:42 +0000 (11:11 +0000)]
Improve doc comments on get_context_* funcitions.
skodak [Tue, 12 Jun 2007 10:33:52 +0000 (10:33 +0000)]
MDL-9516 improved support for activities with legacy grading
dwoolhead [Tue, 12 Jun 2007 09:55:22 +0000 (09:55 +0000)]
MDL-10048 Separate events key and monthly view in right side panel
dwoolhead [Tue, 12 Jun 2007 09:48:56 +0000 (09:48 +0000)]
MDL-10048 Separate events key and monthly view in right side panel
moodler [Tue, 12 Jun 2007 09:31:19 +0000 (09:31 +0000)]
Adding a stub to start copying the report GUI into
dwoolhead [Tue, 12 Jun 2007 09:30:12 +0000 (09:30 +0000)]
MDL-10048 Separate events key and monthly view in right side panel
toyomoyo [Tue, 12 Jun 2007 09:12:07 +0000 (09:12 +0000)]
adding some strings and checks for grade book import/export
moodler [Tue, 12 Jun 2007 07:09:35 +0000 (07:09 +0000)]
Merged fix for MDL-9041 (undo)
tjhunt [Mon, 11 Jun 2007 16:42:13 +0000 (16:42 +0000)]
MDL-9996 - Multiple choice answer box too small in the question editing form in Moodle 1.8. Merged from MOODLE_18_STABLE.
dwoolhead [Mon, 11 Jun 2007 16:07:58 +0000 (16:07 +0000)]
Move Export calendar button to bottom of the page (IE especially)
sam_marshall [Mon, 11 Jun 2007 15:36:08 +0000 (15:36 +0000)]
MDL-10083 CSV mimetype/icon support
skodak [Mon, 11 Jun 2007 11:28:42 +0000 (11:28 +0000)]
MDL-9516 removing include of gradelib.php - now included only when needed
skodak [Mon, 11 Jun 2007 11:25:24 +0000 (11:25 +0000)]
MDL-9550 Implement calls of grade_update() function in Lesson
skodak [Mon, 11 Jun 2007 10:55:31 +0000 (10:55 +0000)]
grade_update now supports more grade_item properties
skodak [Mon, 11 Jun 2007 09:12:14 +0000 (09:12 +0000)]
MDL-9551 fixed magic quotes when changing grade_item settings
toyomoyo [Mon, 11 Jun 2007 09:00:17 +0000 (09:00 +0000)]
some fixes for gradebook imports
moodler [Mon, 11 Jun 2007 06:04:23 +0000 (06:04 +0000)]
Automatic installer.php lang files by installer_builder (
20070611 )
skodak [Sun, 10 Jun 2007 23:20:45 +0000 (23:20 +0000)]
MDL-9696 used absolute path include in mod_forms
skodak [Sun, 10 Jun 2007 22:52:41 +0000 (22:52 +0000)]
MDL-9551 Implemented calls of grade_update() function in Quiz
skodak [Sun, 10 Jun 2007 21:17:42 +0000 (21:17 +0000)]
MDL-10078 unit tests for grade category failing on set_as_parent()
skodak [Sun, 10 Jun 2007 20:43:43 +0000 (20:43 +0000)]
MDL-9929 we need some other name for password field in course edit page
skodak [Sun, 10 Jun 2007 20:34:07 +0000 (20:34 +0000)]
MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment
skodak [Sun, 10 Jun 2007 19:35:05 +0000 (19:35 +0000)]
MDL-10057 XSS risk flag for Add/update course category
skodak [Sun, 10 Jun 2007 19:26:12 +0000 (19:26 +0000)]
MDL-10068 "Lost Password" button does not work for ldap auth
skodak [Sun, 10 Jun 2007 19:07:11 +0000 (19:07 +0000)]
MDL-10074 User profile edition uses wrong variable for the (fatal) error message.; patch by Iñaki Arenaza
urs_hunkler [Sun, 10 Jun 2007 17:08:17 +0000 (17:08 +0000)]
MDL-9977 and MDL-8446 - sheet setting depending on $CFG->langdirection.
Due to big problems I added debug messages.
urs_hunkler [Sun, 10 Jun 2007 17:04:49 +0000 (17:04 +0000)]
MDL-9977 and MDL-8446 - added CSS file with rtl properties
urs_hunkler [Sun, 10 Jun 2007 13:54:38 +0000 (13:54 +0000)]
MDL-9977 and MDL-8446 - added body class 'ltr'/'rtl' for language direction to support themes for 'rtl' languages.
urs_hunkler [Sun, 10 Jun 2007 13:44:05 +0000 (13:44 +0000)]
MDL-9977 and MDL-8446 - added $CFG->langdirection to be able to deal with ltr/rtl languages and correct themes.
pichetp [Sat, 9 Jun 2007 22:09:54 +0000 (22:09 +0000)]
adding equation display in calculated question text(MDL-10070) and answers text length
greater.
pichetp [Sat, 9 Jun 2007 22:07:51 +0000 (22:07 +0000)]
adding equation display in calculated question text(MDL-10070)
skodak [Sat, 9 Jun 2007 17:24:44 +0000 (17:24 +0000)]
MDL-10069 unit test for grade_item itemnumber generation broken
skodak [Sat, 9 Jun 2007 17:10:32 +0000 (17:10 +0000)]
MDL-10067 skip testing of bad inserts for mysql family - these are known to not work anyway
skodak [Sat, 9 Jun 2007 16:55:31 +0000 (16:55 +0000)]
MDL-10066 move testmodforumlib.php into mod/forum/simpletest/
skodak [Sat, 9 Jun 2007 16:32:36 +0000 (16:32 +0000)]
MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files
skodak [Sat, 9 Jun 2007 16:17:33 +0000 (16:17 +0000)]
MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself
skodak [Sat, 9 Jun 2007 15:33:22 +0000 (15:33 +0000)]
MDL-10061 LDAP user creation broken for Novell eDirectory since 1.8; patch by Iñaki Arenaza
skodak [Sat, 9 Jun 2007 15:03:05 +0000 (15:03 +0000)]
MDL-9866 reverting previous incorrect fix for include() in simpletest library; patching grade unit tests instead
skodak [Sat, 9 Jun 2007 14:56:22 +0000 (14:56 +0000)]
MDL-9536 assignment now reacts to external updates
skodak [Sat, 9 Jun 2007 14:29:07 +0000 (14:29 +0000)]
MDL-10062 - unit test of raw grade load_text() improved
skodak [Sat, 9 Jun 2007 14:16:20 +0000 (14:16 +0000)]
MDL-10062 - changes in raw grade handling of feedback and information
improved grade_update() function
moodler [Sat, 9 Jun 2007 08:25:50 +0000 (08:25 +0000)]
Added two recent installer langs to CVS
moodler [Sat, 9 Jun 2007 04:42:18 +0000 (04:42 +0000)]
Automatic installer.php lang files by installer_builder (
20070609 )
sam_marshall [Fri, 8 Jun 2007 13:45:10 +0000 (13:45 +0000)]
MDL-7541 Fixed wiki html diff
anthonyforth [Fri, 8 Jun 2007 09:19:41 +0000 (09:19 +0000)]
Fix for MDL-9942
toyomoyo [Fri, 8 Jun 2007 09:01:19 +0000 (09:01 +0000)]
gradebook import fixes to use grade_update function
martinlanghoff [Thu, 7 Jun 2007 21:22:20 +0000 (21:22 +0000)]
moodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_terminate is true - MDL-9350
Apparently there _is_ a PHP ini setting controlling
it -- defaults to off.
tjhunt [Thu, 7 Jun 2007 16:04:23 +0000 (16:04 +0000)]
OU Bug 3246 - No logs shown when a group is selected. Merged from OU Moodle. Merged from MOODLE_18_STABLE.
tjhunt [Thu, 7 Jun 2007 15:40:08 +0000 (15:40 +0000)]
Fix logging of course settings updates.
tjhunt [Thu, 7 Jun 2007 15:33:56 +0000 (15:33 +0000)]
Make code slightly more robust, merged from MOODLE_18_STABLE.
nicolasconnault [Thu, 7 Jun 2007 12:45:24 +0000 (12:45 +0000)]
grade_item idnumber now self generated if needed.
deleted flag implemented in grade_item::update method
added GRADE_TYPE_NONE to gradelib and updated grade_item object
Implemented multiple items (generation of itemnumber when not explicitly given)
skodak [Thu, 7 Jun 2007 08:34:04 +0000 (08:34 +0000)]
MDL-9516 update_grade() inline docs
moodler [Thu, 7 Jun 2007 02:45:45 +0000 (02:45 +0000)]
Teacher forums are now displayed to admins correctly MDL-9590
Merged from 1.8
skodak [Wed, 6 Jun 2007 23:04:24 +0000 (23:04 +0000)]
MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event
skodak [Wed, 6 Jun 2007 22:15:40 +0000 (22:15 +0000)]
fixed unit grade tests - missing grade types
bobopinna [Wed, 6 Jun 2007 21:36:50 +0000 (21:36 +0000)]
MDL-9206 Readded unlimited attempts option (Sorry I miss it)
bobopinna [Wed, 6 Jun 2007 21:04:56 +0000 (21:04 +0000)]
MDL-9562 Fixed
urs_hunkler [Wed, 6 Jun 2007 19:55:32 +0000 (19:55 +0000)]
MDL-9745 - corrected "input" placement with IE specific "expression" JavaScript in CSS properties.
urs_hunkler [Wed, 6 Jun 2007 19:52:13 +0000 (19:52 +0000)]
MDL-9745 - corrected textareas too.
skodak [Wed, 6 Jun 2007 19:16:37 +0000 (19:16 +0000)]
fixing uninitilaized scale problems in last commit
urs_hunkler [Wed, 6 Jun 2007 19:08:22 +0000 (19:08 +0000)]
MDL-9745 - for IE7 I corrected the text input fiield offset with a CSS 2 property.
tjhunt [Wed, 6 Jun 2007 16:02:19 +0000 (16:02 +0000)]
Accessibility - make it clear to screen-reader users that the question number is a quesiton number.
moodler [Wed, 6 Jun 2007 09:19:18 +0000 (09:19 +0000)]
Merged fix for MDL-9077 and MDL-9557
toyomoyo [Wed, 6 Jun 2007 08:51:58 +0000 (08:51 +0000)]
fixes to use temp buffer table for gradebook import
skodak [Wed, 6 Jun 2007 07:59:55 +0000 (07:59 +0000)]
fixed mnod typo
bobopinna [Wed, 6 Jun 2007 07:35:44 +0000 (07:35 +0000)]
MDL-7097 Fixed all stuff for learner_response datamodel element
skodak [Wed, 6 Jun 2007 07:06:22 +0000 (07:06 +0000)]
fixed event name
moodler [Wed, 6 Jun 2007 04:14:05 +0000 (04:14 +0000)]
New tags
toyomoyo [Wed, 6 Jun 2007 02:45:39 +0000 (02:45 +0000)]
fixing a typo
skodak [Tue, 5 Jun 2007 22:58:37 +0000 (22:58 +0000)]
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow
pichetp [Tue, 5 Jun 2007 15:28:03 +0000 (15:28 +0000)]
eliminate this nasty JavaScript that prints the button.
tjhunt [Tue, 5 Jun 2007 14:56:12 +0000 (14:56 +0000)]
Eliminate trailing whitespace.
csantossaenz [Tue, 5 Jun 2007 14:10:27 +0000 (14:10 +0000)]
The field "unique" has been changed to false for the sequencing type.