26551 Commits

Author SHA1 Message Date
dwoolhead
7c50db30f9 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 10:00:30 +00:00
toyomoyo
870a603f9c previews specified number of lines for grade imports 2007-06-13 09:07:39 +00:00
toyomoyo
06e3e967af 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 2007-06-13 09:06:44 +00:00
pichetp
a3701fdc05 solving lost of dataitems MDL-10087 merging from 1.8 2007-06-13 03:32:45 +00:00
skodak
f70152b7bb MDL-10104 grade_create_item() in gradelib.php was obsoleted by grade_update() function which does the creation and update of grade_items 2007-06-12 20:19:38 +00:00
skodak
9b7e5a3772 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 2007-06-12 20:16:49 +00:00
stronk7
7bb11c76d1 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
2007-06-12 18:15:55 +00:00
dwoolhead
b4892fa2a0 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-12 16:26:38 +00:00
pichetp
f7089b63ef set correctly default value for tolerencetype for answers merge from 1.8 2007-06-12 15:53:08 +00:00
tjhunt
b5c2f0afff Fix typo spotted by Eclipse. 2007-06-12 13:47:21 +00:00
tjhunt
da1cc34073 MDL-10089 - Cannot delete questions from question bank - Thanks to Adriane Boyd for the fix. 2007-06-12 11:13:49 +00:00
tjhunt
e765b5d377 Improve doc comments on get_context_* funcitions. 2007-06-12 11:11:42 +00:00
skodak
d185c3ee5d MDL-9516 improved support for activities with legacy grading 2007-06-12 10:33:52 +00:00
dwoolhead
914be7f915 MDL-10048 Separate events key and monthly view in right side panel 2007-06-12 09:55:22 +00:00
dwoolhead
6284362d1c MDL-10048 Separate events key and monthly view in right side panel 2007-06-12 09:48:56 +00:00
moodler
f1efbe0a07 Adding a stub to start copying the report GUI into 2007-06-12 09:31:19 +00:00
dwoolhead
1a6ff43e1d MDL-10048 Separate events key and monthly view in right side panel 2007-06-12 09:30:12 +00:00
toyomoyo
f115f8c858 adding some strings and checks for grade book import/export 2007-06-12 09:12:07 +00:00
moodler
f3de7219ae Merged fix for MDL-9041 (undo) 2007-06-12 07:09:35 +00:00
tjhunt
ed66fb1390 MDL-9996 - Multiple choice answer box too small in the question editing form in Moodle 1.8. Merged from MOODLE_18_STABLE. 2007-06-11 16:42:13 +00:00
dwoolhead
21a9b54dfb Move Export calendar button to bottom of the page (IE especially) 2007-06-11 16:07:58 +00:00
sam_marshall
6ae5e482e2 MDL-10083 CSV mimetype/icon support 2007-06-11 15:36:08 +00:00
skodak
d55930f153 MDL-9516 removing include of gradelib.php - now included only when needed 2007-06-11 11:28:42 +00:00
skodak
92bcca38cd MDL-9550 Implement calls of grade_update() function in Lesson 2007-06-11 11:25:24 +00:00
skodak
e648f890ef grade_update now supports more grade_item properties 2007-06-11 10:55:31 +00:00
skodak
83d606dd74 MDL-9551 fixed magic quotes when changing grade_item settings 2007-06-11 09:12:14 +00:00
toyomoyo
741bde47c3 some fixes for gradebook imports 2007-06-11 09:00:17 +00:00
moodler
14d9829480 Automatic installer.php lang files by installer_builder (20070611) 2007-06-11 06:04:23 +00:00
skodak
23a7718bd1 MDL-9696 used absolute path include in mod_forms 2007-06-10 23:20:45 +00:00
skodak
d6dd21084b MDL-9551 Implemented calls of grade_update() function in Quiz 2007-06-10 22:52:41 +00:00
skodak
9f9afbdbab MDL-10078 unit tests for grade category failing on set_as_parent() 2007-06-10 21:17:42 +00:00
skodak
1898ccac4c MDL-9929 we need some other name for password field in course edit page 2007-06-10 20:43:43 +00:00
skodak
34e67f76a8 MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment 2007-06-10 20:34:07 +00:00
skodak
89a792abac MDL-10057 XSS risk flag for Add/update course category 2007-06-10 19:35:05 +00:00
skodak
4225d4ba3a MDL-10068 "Lost Password" button does not work for ldap auth 2007-06-10 19:26:12 +00:00
skodak
f747fb3eef MDL-10074 User profile edition uses wrong variable for the (fatal) error message.; patch by Iñaki Arenaza 2007-06-10 19:07:11 +00:00
urs_hunkler
89ba83d42f MDL-9977 and MDL-8446 - sheet setting depending on $CFG->langdirection.
Due to big problems I added debug messages.
2007-06-10 17:08:17 +00:00
urs_hunkler
72a66c61e8 MDL-9977 and MDL-8446 - added CSS file with rtl properties 2007-06-10 17:04:49 +00:00
urs_hunkler
a8d82ea9a4 MDL-9977 and MDL-8446 - added body class 'ltr'/'rtl' for language direction to support themes for 'rtl' languages. 2007-06-10 13:54:38 +00:00
urs_hunkler
aa2ed80397 MDL-9977 and MDL-8446 - added $CFG->langdirection to be able to deal with ltr/rtl languages and correct themes. 2007-06-10 13:44:05 +00:00
pichetp
bfdc0bcedb adding equation display in calculated question text(MDL-10070) and answers text length
greater.
2007-06-09 22:09:54 +00:00
pichetp
fd6b864f7c adding equation display in calculated question text(MDL-10070) 2007-06-09 22:07:51 +00:00
skodak
4c24cae1a1 MDL-10069 unit test for grade_item itemnumber generation broken 2007-06-09 17:24:44 +00:00
skodak
2904365752 MDL-10067 skip testing of bad inserts for mysql family - these are known to not work anyway 2007-06-09 17:10:32 +00:00
skodak
19be539627 MDL-10066 move testmodforumlib.php into mod/forum/simpletest/ 2007-06-09 16:55:31 +00:00
skodak
cdbbd26f80 MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files 2007-06-09 16:32:36 +00:00
skodak
52f81103d3 MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself 2007-06-09 16:17:33 +00:00
skodak
7a4025d0b6 MDL-10061 LDAP user creation broken for Novell eDirectory since 1.8; patch by Iñaki Arenaza 2007-06-09 15:33:22 +00:00
skodak
02e6a9731f MDL-9866 reverting previous incorrect fix for include() in simpletest library; patching grade unit tests instead 2007-06-09 15:03:05 +00:00
skodak
09c442620d MDL-9536 assignment now reacts to external updates 2007-06-09 14:56:22 +00:00