27581 Commits

Author SHA1 Message Date
stronk7
8207a81190 MSSQL blobs doesn't like quoted binaries. MDL-9835
Merged from MOODLE_18_STABLE
2007-08-10 00:56:41 +00:00
stronk7
27baf81851 Fixed bug when inserting strings beginning by single quotes. MDL-10788
Merged from MOODLE_18_STABLE
2007-08-10 00:50:04 +00:00
stronk7
d792519749 Adding some comments about latest local changes. MDL-10788
Merged from MOODLE_18_STABLE
2007-08-10 00:48:00 +00:00
jamiesensei
515ed4c3ee merging MOODLE_19_QUESTIONS with HEAD 2007-08-09 22:44:14 +00:00
jamiesensei
271e6decda merging MOODLE_19_QUESTIONS with HEAD 2007-08-09 21:51:09 +00:00
jamiesensei
3bee1ead40 merging MOODLE_19_QUESTIONS with HEAD 2007-08-09 21:50:59 +00:00
skodak
e8a46dcc2c MDL-10109 fixed aggregate outcomes depends_on() incorrect condition 2007-08-09 21:37:28 +00:00
stronk7
88cd967851 Fixed insert/update of Oracle xLOBs. Credit goes to Rita Scholes. MDL-9835
Merged from MOODLE_18_STABLE
2007-08-09 18:17:48 +00:00
stronk7
365a18e4b8 Reverting deleted addslashes(). They are needed for proper testing after all.
Merged from MOODLE_18_STABLE
2007-08-09 18:11:48 +00:00
stronk7
0e60e586cf Merging latest test changes from MOODLE_18_STABLE 2007-08-09 18:03:26 +00:00
nicolasconnault
c30fafbf16 MDL-9628 Added a bit of informational verbose to the hiddenuntil and locktime icons in the grader report. 2007-08-09 16:57:26 +00:00
nicolasconnault
384960dd68 MDL-9628 Simplified and improved the expanding/collapsing of categories. There are now three view types: full, aggregates only and grades only. 2007-08-09 16:41:39 +00:00
skodak
f60c61b1b2 improved hiding support in grade/ 2007-08-09 16:19:06 +00:00
tjhunt
e3fa6587ee Helper method to help when calling print_error from a question type. 2007-08-09 15:38:35 +00:00
jamiesensei
dfcdf0726b fixed syntax error in last commit that fixes MDL-10768 2007-08-09 15:05:15 +00:00
thepurpleblob
64de04fb09 Added hooks to qtype import/export 2007-08-09 14:12:12 +00:00
moodler
2311afc2a0 Merged MDL-10771 from 18 stable 2007-08-09 13:30:10 +00:00
skodak
1827c8264d hmm, now it should be final - forgotten part 2 2007-08-09 12:52:15 +00:00
skodak
fed7cdc9c4 hmm, now it should be final 2007-08-09 12:45:36 +00:00
skodak
ddc2098247 final locking API cleanup 2007-08-09 12:44:10 +00:00
skodak
6c9f672529 MDL-10757 adding some more table indexes for grades code 2007-08-09 12:29:05 +00:00
stronk7
4f6bd3b9c1 Increasing the displayed size of course->shortinfo to 20. MDL-10026
(bigger but enough smaller than the fullname field)
2007-08-09 12:26:43 +00:00
skodak
90274c7329 MDL-10757 adding some more table indexes for grades code 2007-08-09 12:07:16 +00:00
stronk7
8851fdf92d Changed one place where the old course->shorname size was still 10. MDL-10026
Credit goes to Josh Benner by finding it.
2007-08-09 12:05:56 +00:00
urs_hunkler
a8ab4e2535 cleanup after changed rtl CSS file handling 2007-08-09 11:47:24 +00:00
skodak
173403cf4f MDL-10757 adding table indexes needed in grade cron 2007-08-09 11:11:56 +00:00
skodak
1f4a032092 fixed minor problems in prev commit 2007-08-09 11:10:13 +00:00
moodler
4f4e85189b Renaming to rtl.css so it will be included 2007-08-09 10:13:13 +00:00
moodler
f31701c4ab Removing the langdir stuff from themes 2007-08-09 10:09:34 +00:00
skodak
26101be8e0 improved grade locking cron 2007-08-09 10:07:47 +00:00
skodak
2650c51ef4 locktime cron support - not much efficient though :-( 2007-08-09 09:38:14 +00:00
moodler
02b394e47e Use rtlbg.gif for reversed tabs MDL-10768 2007-08-09 09:06:03 +00:00
moodler
65252ecc4a Reverse background for right-to-left tabs MDL-10768 2007-08-09 09:05:10 +00:00
skodak
fb0e357051 various locking improvements and fixes, cron locktime support stilll missing 2007-08-09 09:03:14 +00:00
moodler
1a5bcabd3c Fixed determination of right-to-left MDL-10768 2007-08-09 09:03:14 +00:00
moodler
128377e5e2 New styles JUST for right-to-left languages. It's always included last after the other standard files so that it can override other styles. It should only be be used for layout related to this (left vs right). 2007-08-09 09:00:54 +00:00
tjhunt
215bd82630 Fix typo. Thanks to Adriane Boyd. 2007-08-09 09:00:30 +00:00
toyomoyo
d8cfc15848 restore and fixes for grade history tables, not fully working because of MDL-10770 2007-08-09 08:58:15 +00:00
moodler
99238bf4d4 Fixes for RTL languages during install MDL-10768 2007-08-09 08:57:52 +00:00
moodler
04f1efd423 DOn't assume direction, use the theme variables for arrows MDL-10768 2007-08-09 08:50:19 +00:00
moodler
9216897888 Removing the space will make this string print better in RTL languages MDL-10768 2007-08-09 08:49:05 +00:00
moodler
49e7a95a4c Removing the space will make this string work better in RTL languages MDL-10768 2007-08-09 08:48:11 +00:00
moodler
b4483b9107 Switch arrows in blocks when in RTL mode MDL-10768 2007-08-09 08:47:09 +00:00
moodler
7982426d1b Fiexed order of time elements for RTL MDL-10768 2007-08-09 08:44:29 +00:00
moodler
2730730381 Added support for right-to-left languages in html editor MDL-10768 2007-08-09 08:42:36 +00:00
moodler
8047ab1d9d Using right_to_left() function MDL-10768 2007-08-09 08:41:08 +00:00
moodler
b211809549 More support for right-to-left languages MDL-10768 2007-08-09 08:40:02 +00:00
moodler
ed5d0baabc OK NOW the email notice is fixed :-| 2007-08-09 08:08:06 +00:00
moodler
932be04628 Patch for left-right buttons in course view MDL-10768 2007-08-09 07:50:21 +00:00
skodak
45d670f7ab adding forgotten aggregateoutcomes changes 2007-08-09 07:34:56 +00:00