Andrew Davis
99fa98899b
forum MDL-24850 added ratings to mod/forum/user.php
2010-11-09 08:34:30 +00:00
Sam Hemelryk
8cda6c2a3a
mod-forum MDL-25113 Fixed up navbar display for forum threads
2010-11-09 03:43:40 +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
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
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
Dongsheng Cai
a8e3b008ff
MDL-25069 CHAT added event handler to handler user logout event.
2010-11-08 02:54:42 +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
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
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Dongsheng Cai
2412f8b882
MDL-25069, chat, check if user loggedin
2010-11-05 02:41:16 +00:00
Helen Foster
df04f0fe3b
cap rewording
2010-11-04 15:11:47 +00:00
David Mudrak
c3a1f30f1c
Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page
2010-11-04 14:45:03 +00:00
David Mudrak
e46b01d893
NOMDL Typo3 expects charset names in lower case
2010-11-03 19:33:08 +00:00
Tim Hunt
29946ad595
quiz 'secure' mode MDL-21085 remove popup-blocker check.
...
It was unnecessary on modern browsers, since they let thought a pop-up if you just clicked on a link, so this check was just causing an annoying and misleading alert.
Since the popupchecker was only used here, and since it was implemented in a way that does not work on all browsers, I just deleted the function. If anyone ever finds that they acutally need this functionality, they can re-implement it in a way that works.
2010-11-02 19:49:09 +00:00
Tim Hunt
222fb6e5fe
quiz MDL-24140 navigating to a question that was not first on the page was broken.
2010-11-02 19:20:58 +00:00
Tim Hunt
6723a0390b
MDL-24140 Each attempt builds on last setting was being ingored in one place.
...
The code was behaving as if it was always true.
2010-11-02 19:12:21 +00:00
Sam Marshall
b608881ca4
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (update: glossary too)
2010-11-02 16:21:34 +00:00
Andrew Davis
4ffa1463ec
message MDL-24972 made sure all strings in messages are in the message recipient's language
2010-11-02 07:37:25 +00:00
Dongsheng Cai
980c237e6c
MDL-25002, fixed wiki preview
2010-11-02 05:19:37 +00:00
Sam Hemelryk
37a75bee9f
mod-wiki MDL-25001 Added missing arguments to optional_param_calls
2010-11-02 03:02:08 +00:00
Eloy Lafuente
384437085a
MDL-24996 - make forum_print_post() to specify context on format_text() calls
2010-11-02 01:59:20 +00:00
Dan Marsden
a211a40c75
Assignment MDL-24948 fix depreceated calls to get group info
2010-11-02 01:38:56 +00:00
Tim Hunt
f2ca88b07f
qtype_multichoice MDL-24937 multichoice questions were getting marked as answered even when they weren't.
2010-11-01 18:14:27 +00:00
Sam Marshall
49a874ce80
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue (ahem, not using ereg)
2010-11-01 18:06:10 +00:00
Sam Marshall
cf72c96949
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue
2010-11-01 18:04:26 +00:00
Sam Marshall
bf81b16824
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (albeit with 23 exceptions and only 2 passes)
2010-11-01 18:00:57 +00:00
Tim Hunt
157434a522
quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question.
...
That bit of JavaScript from mod/quiz/attempt.php is needed in question preview too, so refactor a bit.
I was disappointed to find that the
$PAGE->requires->js_module('core_question_engine');
line was needed in quiz_get_js_module, but it seems to be.
Also change non-Moodle-y string "End test..." to "Finish attempt..."
2010-11-01 17:44:59 +00:00
Tim Hunt
48c19b2551
quiz lang MDL-24170 move an old string to a more logical name, before making the real change.
...
AMOS BEGIN
MOV [finishattempt,mod_quiz],[submitallandfinish,mod_quiz]
AMOS END
2010-11-01 17:36:15 +00:00
Tim Hunt
6382910a87
quiz MDL-24499 simple typo when putting values into a string.
...
Thanks to Manish Verma for noticing this.
2010-11-01 14:40:25 +00:00
Tim Hunt
e09ca95eba
quiz reports MDL-24603 columns in the overview report should be collapsible.
2010-11-01 14:36:58 +00:00
Andreas Grabs
8d8e6694c8
MDL-24958 - bad permission check on anonymous feedbacks
2010-10-31 22:05:57 +00:00
Andrew Davis
7c810d077d
rss MDL-24902 made sure that the item title tag has something in it
2010-10-29 03:06:11 +00:00
Dongsheng Cai
f0f77dfaae
MDL-24888, wiki tags' itemtype should be wiki_pages, taglib will try to query table by itemtype in cron
2010-10-28 07:51:59 +00:00
Dongsheng Cai
fc98c3aecb
"MDL-24851, added DISTINCT statements"
2010-10-27 13:16:52 +00:00
Petr Skoda
e22465c7bf
fixed hardcoded prefixes in wiki table names
2010-10-27 08:11:21 +00:00
Aparup Banerjee
c65c5935c4
assignment MDL-24694 lang file string change.
2010-10-27 03:10:34 +00:00
Petr Skoda
568d0b6de0
MDL-24869 fixed incorrect string location
2010-10-26 17:46:57 +00:00
Petr Skoda
510f8b0e5c
MDL-22290 stadnardised the cancel button on lesson password page
2010-10-26 15:16:11 +00:00
Petr Skoda
ea7a9614e7
MDL-24859 adding missing glossary ajax text formatting (patch by Jason Platts) + adding missing context param to formatting options
2010-10-26 15:05:04 +00:00
Petr Skoda
b52d96018b
MDL-22700 fixed bad foreign key definition in table wiki_pages, patch by Jason Platts
2010-10-26 14:44:13 +00:00
Aparup Banerjee
6217809c8c
assignment MDL-24694 added contexturl and contexturlname properties to email_teachers() message object.
2010-10-26 09:04:12 +00:00
Petr Skoda
2ec48e8484
MDL-24861 fixed text <> char comparison breaking MSSQL upgrade
2010-10-26 08:28:56 +00:00
Andrew Davis
14a0e7ddff
message MDL-24771 another big commit of messaging fixes
2010-10-26 08:00:29 +00:00
Aparup Banerjee
39e171ac93
assignment MDL-24694
...
- added message provider to manage assignment's messaging
- user_preferences.name length changed form 50 to 255 due to long messaging preference names.
2010-10-26 06:46:01 +00:00