Commit graph

46089 commits

Author SHA1 Message Date
Tim Hunt
4673212416 xml import/export MDL-25103 was not working due to out-of-memory errors when calling xmltidy, which broke XML wellformedness.
The solution is to not tidy the XML. The XML generated is already quite well laid out, and if we want it better, we should fix that, rather than trying to load the whole file into memory to reformat it.

Also, while investigating this, I found that we were not handling the mime-type of the exported file very elegantly, so I added a new mime_type method (defaults to getting the mime type of the file extension).
2010-11-08 15:51:10 +00:00
Tim Hunt
0bfe821805 canvas theme MDL-23664 get rid of ugly black borders round questions. 2010-11-08 14:06:28 +00:00
Tim Hunt
67cc2a4cce admin purge caches MDL-24591 (part) make the redirect go somewhere sensible. 2010-11-08 13:42:01 +00:00
Tim Hunt
2284c694ee weblib NOBUG Add a comment to clarify that moodle_url deals with $CFG->admin for you. 2010-11-08 13:33:08 +00:00
Sam Marshall
91d0bb0a1f Activity completion MDL-24746 If you turn on autocompletion for an activity after users have already done things that should complete it, it didn't mark them complete 2010-11-08 11:51:19 +00:00
Sam Marshall
fc2b6316f1 Unit tests MDL-24980 Initial fix (no fully working yet) for portfolioaddbutton test 2010-11-08 11:07:09 +00:00
Andrew Davis
f7fcf4cd47 gradebook MDL-24867 now hiding some items from the gradebook nav box if youre not within a course 2010-11-08 08:23:24 +00:00
Dongsheng Cai
231b0b30c4 MDL-23138 WIKI removed standard_head_html, use standard $OUTPUT->header() 2010-11-08 08:16:26 +00:00
Dongsheng Cai
77b8c5cafe MDL-23134, use foreach to read recordset instead of valid(), next() 2010-11-08 08:05:15 +00:00
Dongsheng Cai
467902f2ef MDL-25097, fixed CSRF in chat_ajax.php 2010-11-08 07:59:55 +00:00
Dongsheng Cai
52f3088482 MDL-23135, added defined('MOODLE_INTERNAL') || die; to old ewiki code 2010-11-08 07:52:54 +00:00
Dongsheng Cai
d2807da895 MDL-23139, fixed CSRF in wiki editing page 2010-11-08 07:43:18 +00:00
Andrew Davis
f979f128bf message MDL-24788 added brackets around the automatically appended part of the jabber notification 2010-11-08 06:50:20 +00:00
Dongsheng Cai
97f2eb45a1 MDL-23395, go straight to page editing page when title is not empyt and forceformat is set 2010-11-08 06:33:00 +00:00
Dongsheng Cai
ae671b6c67 MDL-25069 CHAT added events definition file 2010-11-08 06:03:00 +00:00
Andrew Davis
82ec58ff41 gradebook MDL-25083 contents of user idnumber column wasnt being set correctly 2010-11-08 05:45:21 +00:00
Andrew Davis
448d604cb4 blocks MDL-25093 fixed an error that meant that the course limit wasnt being applied in the course overview 2010-11-08 05:27:04 +00:00
Petr Skoda
b871436148 MDL-25031 ignore invalid block instances
pagetypepattern can not be null, so we ignore these until we find a way to fix them properly, sorry
2010-11-08 03:28:54 +00:00
Andrew Davis
f38325960e message MDL-25095 increased the size of the message fragment displayed in the message search 2010-11-08 03:10:30 +00:00
Andrew Davis
42ec733cac user MDL-25094 adding message link to the user course profile page 2010-11-08 02:55:05 +00:00
Dongsheng Cai
a8e3b008ff MDL-25069 CHAT added event handler to handler user logout event. 2010-11-08 02:54:42 +00:00
Dongsheng Cai
1b6a86bf73 MDL-24781, repository, force context-type to text/html 2010-11-08 02:42:28 +00:00
Aparup Banerjee
76f062cd25 global search MDL-25056 fixed some incorrect PARAM types. 2010-11-08 02:08:18 +00:00
Sam Hemelryk
48c8444b48 theme-anomaly MDL-22914 Fixed up minor rounded corner alignment issues in anomaly. 2010-11-08 01:44:40 +00:00
Sam Hemelryk
69c7385657 theme-formal_white MDL-25090 Fixed region width problem. Thanks Daniele for the solution. 2010-11-08 01:27:02 +00:00
Moodle Robot
7ebe056b3d Updated the HEAD build version to 20101108 2010-11-08 00:49:51 +00:00
Patrick Malley
dc7b017a85 MDL-22498 - removed padding from all .content areas 2010-11-07 19:39:10 +00:00
Patrick Malley
c5a9fe4b86 Added z-index to helppopupbox 2010-11-07 19:32:27 +00:00
Moodle Robot
7144b6ce81 Updated the HEAD build version to 20101107 2010-11-07 00:48:58 +00:00
Moodle HQ git importer
d7565c03e6 Fixing drift between CVS and git 2010-11-06 15:38:36 +00:00
Pierre Pichet
22f17bcaff MDL-25086 numerical options for numerical questions, calculated and 1,9 import without images... 2010-11-06 15:38:36 +00:00
Pierre Pichet
ac582c3b25 MDL-25086 first modifications, numerical options for numerical questions 2010-11-06 02:16:07 +00:00
Moodle Robot
0a788f9fa7 Updated the HEAD build version to 20101106 2010-11-06 00:48:08 +00:00
AMOS bot
71ae8f85f4 Automatic installer lang files (20101106) 2010-11-06 00:40:10 +00:00
Aparup Banerjee
3405d827d4 global search MDL-25056 fixed refering to $CFG->var when it isn't set yet. 2010-11-05 09:55:25 +00:00
Helen Foster
ed089f0fad typo fix 2010-11-05 09:48:36 +00:00
Rossiani Wijaya
c3231d1d57 MDL-21559: fixed force password change for internal and external authentication in user upload.
additional note: initialize user object for required fields (columns)
2010-11-05 09:26:05 +00:00
Aparup Banerjee
c0ae6c5e0c global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks. 2010-11-05 08:53:57 +00:00
Petr Skoda
6bd8d7e737 NOBUG fixed infinite loop when zlib compression enabled revisited 2010-11-05 08:44:51 +00:00
Rossiani Wijaya
3f12c14639 MDL-21559: fixed force password change for internal and external authentication in user upload. 2010-11-05 08:41:53 +00:00
Sam Hemelryk
e0be5f1f34 NOBUG: Fixed minor navigation issue 2010-11-05 08:40:45 +00:00
Petr Skoda
2cadd443df NOBUG fixed infinite loop when zlib compression enabled 2010-11-05 08:32:36 +00:00
Andrew Davis
46505ee75e message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version 2010-11-05 08:04:40 +00:00
Sam Hemelryk
c48a07c64e mod-forum MDL-24895 Fixed up CSS classes in forum posts 2010-11-05 07:53:08 +00:00
Petr Skoda
ad26248c3a MDL-25053 invalid SQL syntax
postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter
2010-11-05 07:29:24 +00:00
Sam Hemelryk
4c066ce7da NOBUG: Turned off zlib compression when serving javascript files. 2010-11-05 07:03:05 +00:00
jerome mouneyrac
6d153e67b4 webservice MDL-18655 add new capability moodle/user:viewalldetails allowing to see all user information. This capability is set up copying the current moodle/user:update assignations 2010-11-05 06:55:43 +00:00
Sam Hemelryk
8fb93005f8 themes MDL-24895 Fixed phantom scroll bar bug that was occurring on OSX Firefox, Chrome, and Safari 2010-11-05 06:37:06 +00:00
Dongsheng Cai
cde2709a88 MDL-15573, question export rewrite 2010-11-05 06:34:00 +00:00
Andrew Davis
cc7719396e rss MDL-25076 made forum rss feeds that are displaying discussions instead of posts correctly set the item titles 2010-11-05 06:13:31 +00:00