27761 Commits

Author SHA1 Message Date
moodler
94783496f1 Added some robustness because on at least two occasions the mnet_localhost_id has been spontaneously reset to a new entry, which causes havoc as no-one can log in. MDL-10828 2007-08-13 09:53:04 +00:00
toyomoyo
0da010f792 grade items in xml export should not be checkable if they have no idnumbers 2007-08-13 09:29:12 +00:00
nicolasconnault
98240e51a6 MDL-10797 Merged lang strings into lang/en_utf8/admin.php and error.php 2007-08-13 08:58:37 +00:00
toyomoyo
f6eb15ade1 adding preview rows for export 2007-08-13 08:50:17 +00:00
nicolasconnault
5f1f6b28b7 MDL-10490 Adding a couple of language strings 2007-08-13 08:26:33 +00:00
nicolasconnault
86655fb693 MDL-10490 Finished coding and testing. 2007-08-13 08:22:56 +00:00
toyomoyo
7e8311d491 MDL-10669, strings should not be removed from lang pack for backward compatibility 2007-08-13 06:35:22 +00:00
moodler
e3a1ea05b7 Fixes for XHTML Strict 1.0 2007-08-13 06:28:08 +00:00
moodler
b7ff675cac Some XHTML strict fixes 2007-08-13 06:21:35 +00:00
moodler
e62950cacc Fixed some XHTML issues 2007-08-13 06:17:54 +00:00
toyomoyo
0005b99627 MDL-10691, merged fix, slow forum_role_unassign 2007-08-13 05:39:44 +00:00
nicolasconnault
0eeada790c MDL-10490 Implemented grade letters in export. Needs testing. 2007-08-13 04:19:01 +00:00
luizlaydner
d71ea8ce19 - a lib for php4 that is good substitute for simplexml 2007-08-13 04:17:10 +00:00
moodler
1879ef2b5a Properly merged fixes from 1.8 2007-08-13 04:07:37 +00:00
luizlaydner
d4c603dbbd - removed simplexml from youtube block, now using another parsing library 2007-08-13 04:05:55 +00:00
toyomoyo
b4191a358f missing a ?> 2007-08-13 02:57:05 +00:00
luizlaydner
53a717cf3f - corrected tag-user-table floating problem in firefox 2007-08-13 02:57:03 +00:00
nicolasconnault
3cf6a6d5a4 MDL-10725 Fixed breadcrumb 2007-08-13 02:48:39 +00:00
toyomoyo
32fe29c7f3 MDL-10821, making configdata nullable 2007-08-13 02:38:10 +00:00
toyomoyo
f23dea666c replacing _NULL_ with $@NULL@$ during backup/restore 2007-08-13 02:23:10 +00:00
toyomoyo
f37cc4bb35 MDL-10817, adding unique key courseid-coutcomeid during creation of grade_outcomes_courses 2007-08-13 02:11:59 +00:00
moodler
8ee4253761 Removing PHP5-ism again 2007-08-12 18:04:26 +00:00
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