Commit graph

7321 commits

Author SHA1 Message Date
skodak
7214101bd5 MDL-10990 forum perf revisited - reply and post discussion buttons now back for guests; merged from MOODLE_19_STABLE 2008-03-18 17:08:15 +00:00
skodak
1986792355 MDL-13807 assignment_showrecentsubmissions does not hide submissions on recent activity full report - patch by Jason Meinzer; merged from MOODLE_19_STABLE 2008-03-18 16:45:44 +00:00
skodak
91e450813c MDLSITE-320 digest processing should be able to continue without duplicates if fails; merged from MOODLE_19_STABLE 2008-03-18 08:28:27 +00:00
scyrma
ffa2134012 MDL-12514 - Added missing js library (thanks Johannes Albert) and fixed missing string escaping. (merge) 2008-03-18 01:22:37 +00:00
pichetp
0410e50698 MDL-12572 splitting code and create get_questions_atttempts_data function
improve CVS, XLS and ODS downloads so that data is easily sort.
2008-03-17 14:21:20 +00:00
nicolasconnault
3eb53921ac MDL-13743 Added realmedia support. Merging from MOODLE_19_STABLE 2008-03-17 13:15:25 +00:00
nicolasconnault
75e8435e46 MDL-13903 New file resource option for forcing the download of the file instead of embedding it. 2008-03-17 12:55:35 +00:00
stronk7
4d272b485f Glossary extended search fixed. MDL-13947 ; merged from 19_STABLE 2008-03-17 12:30:47 +00:00
pichetp
169b607dc4 MDL-13427 Adding strip tags filtering for download and question text
limit to CSV download
2008-03-16 00:22:49 +00:00
skodak
25220be35d MDL-13866 adding warning that regrading of forums may take a while; merged from MOODLE_19_STABLE 2008-03-15 22:51:05 +00:00
pichetp
7eb7798b9f MDL-12572 Removing storage of database search in $SESSION 2008-03-15 20:55:07 +00:00
skodak
63824bbffd MDL-13920 adding warning that regrading of assignments may take a while; merged from MOODLE_19_STABLE 2008-03-15 18:52:39 +00:00
skodak
9fb2de4ea7 MDL-13093 "Continue" link jumps over items; merged from MOODLE_19_STABLE 2008-03-15 15:05:06 +00:00
skodak
5048575d7e MDL-13920 assignment without grades now sets text grade type, fixed overriding of feedback and overriding logic in general on grade edit page; merged from MOODLE_19_STABLE 2008-03-15 14:54:43 +00:00
pichetp
b9568564ed MDL-12572 Adding storage of database search in $SESSION
TODO new getstrings , test echo removing etc.
2008-03-15 12:58:43 +00:00
scyrma
4dda78aecd MDL-13236 fixes a regression - thanks to Steve Wright for the patch. 2008-03-14 08:22:16 +00:00
pichetp
093c15be54 MDL-12572 MDL-13427 New HTML cleaning code 2008-03-11 19:20:03 +00:00
danmarsden
55963a3a29 MDL-13892 partial fix - check var first before using! 2008-03-11 19:01:34 +00:00
pichetp
92f4826927 MDL-12572 MDL-13427 New HTML export mode useable with Excel or Word 2008-03-11 17:13:33 +00:00
thepurpleblob
7f91ea90de MDL-13872:
Display a dash when no grade info, suppresses notice.

Merged from STABLE_19
2008-03-11 14:26:38 +00:00
skodak
347037d838 MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE 2008-03-10 21:19:45 +00:00
skodak
a7e51d62f3 MDL-13866 fixed stupid bug in my last commit; merged from MOODLE_19_STABLE 2008-03-10 21:18:16 +00:00
skodak
b30f2e92ba MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE 2008-03-10 10:46:42 +00:00
skodak
41a446dbce MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE 2008-03-10 10:41:22 +00:00
skodak
9a4314a3bc MDL-13842 Error migrating grades for exercise module...; merged from MOODLE_19_STABLE 2008-03-08 12:58:05 +00:00
tjhunt
6b84dd19ac Replace some tabs that managed to slip in. What is Eclipse playing at? 2008-03-07 12:36:16 +00:00
tjhunt
a6a89b9eab Strip some trailing whitespace. 2008-03-07 12:35:10 +00:00
tjhunt
c52c62d1b1 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.
2008-03-07 12:33:07 +00:00
nicolasconnault
44d6ecc32b MDL-12854 Added required rule for submission text. Merging from MOODLE_19_STABLE 2008-03-07 09:18:08 +00:00
danmarsden
a5f35b9f5b MDL-13812 choice options not shown when limit enabled. 2008-03-06 19:56:29 +00:00
tjhunt
05866d85d4 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.
2008-03-06 15:11:50 +00:00
nicolasconnault
6dfea40119 MDL-13046 Fixed notices. Merging from MOODLE_19_STABLE 2008-03-06 09:42:33 +00:00
scyrma
542300b41e MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson result when using regexp. 2008-03-06 08:24:40 +00:00
scyrma
e9b18d9092 MDL-13795 - Proposed fix to show a nice string instead of a non-existent deadline. (merge) 2008-03-06 05:02:07 +00:00
tjhunt
758c50b1cd 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.
2008-03-05 10:16:18 +00:00
stronk7
6fb10690b4 Simplify anydb_escape_string() to use simple-cross-db addslashes(). MDL-13793 ; merged from 19_STABLE 2008-03-04 23:41:37 +00:00
danmarsden
5d2b80133f MDL-10358 Scorm package not updating correctly - calling function in lib not included. 2008-03-04 22:26:00 +00:00
danmarsden
9c5ba97480 MDL-11722 - incorrect string - creating new one so that other lang packs translate it correctly. 2008-03-04 20:11:36 +00:00
skodak
ba9ad04975 MDL-13741 Incorrect max size shown when using course upload limit; patch by Jason Meinzer; merged from MOODLE_19_STABLE 2008-03-03 20:49:54 +00:00
moodler
6bf96bb89c Merged version bump from 1.9 2008-03-03 12:03:05 +00:00
moodler
99058191c6 Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
moodler
0036b42fa3 Merged MDL-11484 Added some colors for overridden grades 2008-03-03 05:57:32 +00:00
moodler
5d9d5227ad Merged MDL-13478 Cleaned up some variables 2008-03-03 05:24:55 +00:00
moodler
c2a4d0169b Merged MDL-13753 to add percentages 2008-03-03 05:12:22 +00:00
moodler
a61e418846 MDL-13478 Fixing a botched merge 2008-03-03 04:42:01 +00:00
moodler
7b360f33af MDL-13478 Merged from 1.9 2008-03-03 04:36:32 +00:00
moodler
f76fa797eb Merged MDL-13717 Applied hack from Nicklas to fix sitemp etc. It worked for me in a quick test. 2008-03-02 01:22:51 +00:00
nicolasconnault
b64792f664 MDL-13736 Wrapped the link in a div and fixed the style. Merging from MOODLE_19_STABLE 2008-02-29 21:46:14 +00:00
nicolasconnault
319b73494c MDL-11484 Changed the display of overridden and locked grades. Merging from MOODLE_19_STABLE 2008-02-29 17:07:02 +00:00
tjhunt
f0079c3e81 MDL-13738 - Invalid context developer debug notice in manual grading. 2008-02-29 16:22:15 +00:00