27539 Commits

Author SHA1 Message Date
moodler
ecfac80878 Added new blocks for flickr and youtube to tags (thanks, Luiz!) MDL-10169 2007-08-12 16:53:24 +00:00
moodler
e3ff328b09 Added new flickr and youtube blocks (for the tag pages). Very nice, Luiz! 2007-08-12 16:50:59 +00:00
jamiesensei
8bdd8660bf See http://moodle.org/mod/forum/discuss.php?d=77564#p345310 Questions link not showing up. 2007-08-12 16:09:57 +00:00
stronk7
92b564f494 Change xmldb debugging to use the central debugging() function. 2007-08-12 15:58:08 +00:00
jamiesensei
fd3772dc94 MDL-10805 custom check was causing error on installation because dmllib functions are not available yet. 2007-08-12 15:07:08 +00:00
jamiesensei
b36e36aa05 removed all ASes from table aliases in question / quiz code - MDL-10344 2007-08-12 13:57:57 +00:00
urs_hunkler
c9a512d6d6 MDL-10704 and MDL-10793 corrected also the second letter-spacing merged from 1.8 2007-08-12 12:49:43 +00:00
urs_hunkler
1ba93774b5 MDL-10704 - removed letter-spacing to avoid the Khmer rendering issue :: merged from 1.8 2007-08-12 10:44:32 +00:00
urs_hunkler
3b9b99e018 $THEME->htmleditorpostprocess merged from 1.8 2007-08-12 09:58:23 +00:00
urs_hunkler
210a323e1b merged, corrected validation errors, reformated rtl.css to Moodle standard formatting 2007-08-12 09:30:31 +00:00
moodler
501e725ec4 Moved AJAX settings into standard menus (not experimental any more) 2007-08-12 06:29:19 +00:00
moodler
6e6996ba7e Merged directory listing CSS fix frm stable 2007-08-12 06:17:58 +00:00
stronk7
4aa8037436 Finally, the parenthesis were causing problems too. MDL-10808 2007-08-11 22:58:17 +00:00
stronk7
b4c0ce9fcb Wrong default specified (and detected!). Fixed. 2007-08-11 22:06:46 +00:00
stronk7
b4464372af Detect CHAR + NOT NULL FIELDS + '' (empty) defaults. They shouldn't be in
XMLDB definitions at all. Convert the default to the proper one and
output it via xmldb debug.
2007-08-11 21:50:25 +00:00
stronk7
b794dc20c0 Instead of looking for current default value, fetch from
the generator the *real* default value that the table will have.
2007-08-11 21:47:22 +00:00
skodak
2c5e52e286 fixed typos in docs 2007-08-11 18:13:07 +00:00
moodler
fc4e126030 Merged zip file exception into HEAD MDL-9478 2007-08-11 15:01:47 +00:00
moodler
c9bd927055 Fixed the comparison of text to integer (Eloy's credit, see MDL-10808 ) 2007-08-11 14:33:55 +00:00
moodler
871ab9a3e2 Removed usage of table aliases with "as" as per MDL-10808 2007-08-11 14:28:36 +00:00
moodler
e2c8fe7b09 Removed old db stuff MDL-10572 2007-08-11 14:07:02 +00:00
moodler
0c5e6027d2 I merged all changes over from 1.8 to HEAD.
None of it looked too serious but I'VE NOT TESTED THIS AT ALL.

MDL-10366
2007-08-11 12:58:08 +00:00
luizlaydner
b3541b6aef - clearing up 2007-08-11 04:08:41 +00:00
luizlaydner
938e7302e2 - added tag:editblocks capability 2007-08-11 03:42:26 +00:00
luizlaydner
98b5789d43 - added tag:editblocks capability 2007-08-11 03:25:23 +00:00
stronk7
efd261ce5b XMLDB_TYPE_CHAR + XMLDB_NOTNULL must not have any default applied. 2007-08-11 00:55:21 +00:00
stronk7
690b644d06 Changing ocurrences from search_documents to block_search_documents. MDL-10572 2007-08-11 00:23:29 +00:00
stronk7
056eb98627 Fixing the table (renaming + proper defaults). MDL-10572 2007-08-11 00:19:51 +00:00
stronk7
89a9688099 MSSQL requires to drop defaults before performing
one change of type and, sometimes, a change of length.
2007-08-11 00:15:25 +00:00
stronk7
8e3f40fbbb And Moodle 2.0 requires Moodle 1.9 to be running. Testing... MDL-10722 2007-08-10 22:23:23 +00:00
stronk7
7f2d3ec0c3 Added new check to be able to compare current and target
moodle versions. Executed only on upgrade (not at install). MDL-10722
2007-08-10 22:19:40 +00:00
skodak
dc35d3ac02 MDL-10365 removing userid - not used in grade_grades_text 2007-08-10 21:12:32 +00:00
skodak
31f626f8c3 MDL-9551 minor cleanup 2007-08-10 21:04:15 +00:00
skodak
b0663fd8ed MDL-9550 minor cleanup 2007-08-10 21:03:23 +00:00
skodak
3bfabe6e1a MDL-9549 minor cleanup 2007-08-10 21:01:46 +00:00
skodak
e75f3463a1 MDL-9548 minor cleanup 2007-08-10 21:01:02 +00:00
skodak
b60b2ce6c4 fixed typos 2007-08-10 20:59:25 +00:00
skodak
531fa830a6 MDL-9552 support for new gradebook in scorm 2007-08-10 20:58:09 +00:00
stronk7
3955fd588a Now handling of BYTEA (blobs) under PostgreSQL are working properly
(delegating to ADOdb to perform the correct escaping and so on)
2007-08-10 16:10:36 +00:00
tjhunt
d402153a54 MDL-10581 - Each attemtp builds on last & multi-page quizzes was casuing grading errors. Merged from MOODLE_18_STABLE. 2007-08-10 15:22:28 +00:00
tjhunt
ceeae340f9 MDL-10799 - Question types do not accurately determine whether their state has changed or not. Merged from MOODLE_18_STABLE. 2007-08-10 15:21:29 +00:00
skodak
76317c73a2 MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon 2007-08-10 15:00:35 +00:00
nicolasconnault
bc430af20d MDL-9137 Fixing errors in the overview report 2007-08-10 14:58:21 +00:00
tjhunt
a8bb516dce lang files in plugin folder support for gradebook plugin types. 2007-08-10 12:21:55 +00:00
tjhunt
da3802dbae MDL-10786 - Short Answer questions will not allow 0 as the sole answer. Merged from MOODLE_18_STABLE. 2007-08-10 10:48:58 +00:00
tjhunt
df4c79e232 Accessing wrong field of $mod from course.modinfo. Merged from MOODLE_17_STABLE. 2007-08-10 10:37:30 +00:00
tjhunt
37d00ed467 Fix notice. 2007-08-10 10:00:06 +00:00
nicolasconnault
aa330ebb0d MDL-9137 Added the overview report 2007-08-10 09:34:50 +00:00
moodler
9591bc3c9e Changed applicable_formats to remove certain blocks from the tags pages 2007-08-10 09:33:21 +00:00
nicolasconnault
53a16616b8 MDL-9137 Added the overview report 2007-08-10 09:28:37 +00:00