26712 Commits

Author SHA1 Message Date
csantossaenz
50ccd872cb Fixed some bugs with duplicated elements and undefined elements for correct_responses type 2007-06-14 12:41:41 +00:00
urs_hunkler
70a4677d74 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. 2007-06-14 07:55:18 +00:00
urs_hunkler
c97535a6be MDL-9745 - added missing input field type "file" to the alignment correction 2007-06-14 07:04:47 +00:00
toyomoyo
8556ba1740 fixing typos of a wrong capability 2007-06-14 07:04:15 +00:00
toyomoyo
8205423030 merged fix for MDL-10112 bulk messaging fails silently when messaging not enabled 2007-06-14 04:41:33 +00:00
stronk7
783fbd2234 Now the tokeniser is using the new textlib->entities_to_utf8()
own function (PHP4 and PHP compatible)

Merged from MOODLE_18_STABLE
2007-06-13 23:22:57 +00:00
stronk7
4e2cb0e3f3 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
2007-06-13 19:43:56 +00:00
dwoolhead
bf9ae76c36 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 16:26:19 +00:00
dwoolhead
edad8bec3c MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 14:30:42 +00:00
dwoolhead
10b1d59829 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 12:55:23 +00:00
dwoolhead
1c4bedd7dd MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 10:37:05 +00:00
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