Pierre Pichet
c8fdd86791
MDL-25104 Fixing cloze import and export
2010-11-09 04:07:37 +00:00
Sam Hemelryk
8cda6c2a3a
mod-forum MDL-25113 Fixed up navbar display for forum threads
2010-11-09 03:43:40 +00:00
Andrew Davis
6431268854
gradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying to initialize an mform
2010-11-09 03:24:09 +00:00
jerome mouneyrac
0d731457f7
community block/publication MDL-23056 use required_param instead of optional_param when possible
2010-11-09 02:35:36 +00:00
Petr Skoda
54ab8769cd
MDL-24955 prevent infinite redirect loop when not enrolled and self enrol not available
2010-11-09 01:53:28 +00:00
Petr Skoda
cdfb6ba850
MDL-25072 themes may disable ajax course edit
2010-11-09 01:28:43 +00:00
Moodle Robot
f7efad4bc6
Updated the HEAD build version to 20101109
2010-11-09 00:49:40 +00:00
AMOS bot
3c3f3ee286
Automatic installer lang files (20101109)
2010-11-09 00:40:10 +00:00
Pierre Pichet
0814c09938
MDL-25104 Fixing some other error about $files in $instructions param of numerical
2010-11-09 00:02:57 +00:00
Pierre Pichet
ae2c091f09
MDL-25104 Fixing some litle errors about $instructions param of numerical
2010-11-08 20:58:32 +00:00
Tim Hunt
2ed801777a
question XML import MDL-25104 fix a whole bunch of minor errors.
2010-11-08 17:25:53 +00:00
Sam Marshall
9d81733d4c
Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break
2010-11-08 17:12:03 +00:00
Tim Hunt
855f9c3930
question bank MDL-24312 problem when deleting a course with orphaned categories.
...
When there was a question category whose parent had somehow been deleted from the question bank, while the child category was still there, then that gave an error because a DB query was still referring to the question_categories.courese coloumn, that was changed to contextid in moodle 1.9.
Fix thanks to Mahmoud Kassaei.
2010-11-08 15:55:45 +00:00
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