1735 Commits

Author SHA1 Message Date
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
Eloy Lafuente
384437085a MDL-24996 - make forum_print_post() to specify context on format_text() calls 2010-11-02 01:59:20 +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
fc98c3aecb "MDL-24851, added DISTINCT statements" 2010-10-27 13:16:52 +00:00
Andrew Davis
14a0e7ddff message MDL-24771 another big commit of messaging fixes 2010-10-26 08:00:29 +00:00
Andrew Davis
a5d2a7495c rss MDL-24532 made rss item title be the post subject rather than the discussion title 2010-10-26 01:33:08 +00:00
Tim Hunt
9c670df6db forum cron MDL-24843 fix typo in mtrace message.
Fix thanks to Colin Chambers.
2010-10-25 13:11:51 +00:00
Andrew Davis
a813a74843 message MDL-24771 a big commit that fixes a whole bunch of small issues with messaging 2010-10-25 09:29:34 +00:00
Eloy Lafuente
41941110fd MDL-22138 backup - I know smaller cathedrals than this, yay quizzes! 2010-10-24 10:43:42 +00:00
Sam Hemelryk
34563b35e7 mod-forum MDL-24628 Properly setting up course and cm on PAGE 2010-10-22 05:55:36 +00:00
Aparup Banerjee
2e9459108c forum MDL-24638 merged changes from 19 to HEAD 2010-10-22 02:04:42 +00:00
Andrew Davis
6ee2611c63 message MDL-24563 altered messaging so that forum post notifications aren't so overwhelming when viewed on /message/index.php 2010-10-15 06:59:02 +00:00
Andrew Davis
1b2ecaf3b5 forum MDL-23298 made the turn on/off tracking link not display if tracking is being forced 2010-10-14 02:44:39 +00:00
Sam Hemelryk
5da8e7d5eb mod-forum MDLSITE-1073 Fixed up the search highlighting in forum post messages 2010-10-12 01:59:32 +00:00
Sam Hemelryk
241ce9c4b4 mod-forum MDL-24569 Improved forum posts/discussions links within navigation 2010-10-11 06:28:41 +00:00
Sam Hemelryk
c6de9cefc5 ratings MDLSITE-1028 Added additional structure to the ratings renderer output 2010-10-06 05:50:45 +00:00
Andrew Davis
1cd8c39922 forum MDLSITE-1034 fixed the logic around displaying forum subscriptions in index.php 2010-10-05 12:39:53 +00:00
Andrew Davis
e65ce4c1d0 rss MDLSITE-1007 fixed a security problem 2010-10-04 07:22:39 +00:00
Martin Dougiamas
954035a9f1 MDLSITE-996 Fixed bad call to forum_print_user() 2010-10-03 21:33:05 +00:00
Sam Hemelryk
35d2afabca NOBUG removing forums navigation customisations 2010-10-03 08:02:56 +00:00
Petr Skoda
54f5318492 MDL-23818, MDL-18900 fixed trusttext upgrade + coding style improvements and cleanup 2010-10-02 16:34:42 +00:00
Rossiani Wijaya
6b15734d56 MDL-20410: remove set_focuscontrol 2010-10-01 02:24:38 +00:00
Dongsheng Cai
b8a6131b94 MDL-24441, enforce course max file size 2010-09-29 10:13:35 +00:00
Rossiani Wijaya
b855512a7c MDL-24258 (updated): eliminate student capability to delete their post when it exceeded the max editing time. 2010-09-23 08:03:47 +00:00
Rossiani Wijaya
09d40d652d MDL-24258: eliminate student capability to delete their post when it exceeded the max editing time. 2010-09-23 07:55:18 +00:00
Sam Hemelryk
899baccdd3 mod-forum MDL-22220 Added CSS classes for better for post styling 2010-09-23 05:45:00 +00:00
Petr Skoda
39790bd805 MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
David Mudrak
e58357bf28 MDL-24296 forum: fixed incorrect usage of a variable passed by reference
This led to a reply post body appearing at the confirmation page. Here,
the variable $message (passed by reference) is used to collect status
messages from various forum processors. It was incorrectly used as a
local variable, too.
2010-09-20 15:18:02 +00:00
Petr Skoda
5eef02f8f1 MDL-24224 fixed more 'mod_form' typos, thanks Anthony! 2010-09-19 16:06:39 +00:00
Petr Skoda
3fbab486e0 MDL-24224 moving forum attachments stored in incorrect area 2010-09-19 16:04:17 +00:00
Petr Skoda
6b3e399166 MDL-24224 fixed typo, credit goes to Anthony Borrow 2010-09-19 15:21:22 +00:00
Petr Skoda
7bbdd17d6e MDL-24282 allow admins to manage forum subscriptions 2010-09-19 14:15:18 +00:00
Petr Skoda
46d39cf3bc variable initialisation 2010-09-18 12:56:54 +00:00
Petr Skoda
11cd754ed0 fixed notification 2010-09-18 12:55:07 +00:00
Petr Skoda
0bb69ab3ad fixed broken ratings fetching 2010-09-18 12:54:24 +00:00
Petr Skoda
034ef76129 improved spelling 2010-09-18 12:31:20 +00:00
Andrew Davis
07f05a04b1 rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
AMOS BEGIN
 MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
 MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
 MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
 MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
 MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
 MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
 MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
Martin Dougiamas
38015ff926 MDL-22551 Grr fixed typo. Do what I say, not what I do. 2010-09-16 02:14:02 +00:00
Martin Dougiamas
c1b47d948d forum MDL-22551 Merged 1.9 fix for "In-Reply-To" and "References" headers in mails for first post of a thread 2010-09-16 01:52:22 +00:00
Petr Skoda
650462dfac MDL-24211 events subsystem cleanup and improvements
* handlers can be defined as internal or external
* external handlers are not called instantly when inside DB transaction
* code cleanup
* more robust detection of broken handlers
* refixed unit tests
* removing all pending events from 1.9 - these can not be processed due to encoding changes
* finally using real 'component' in handlers table
2010-09-15 15:55:18 +00:00
Sam Hemelryk
c00037cd3a Forum MDL-24212 Added clearfix class to the discussioncontrols div as it is floated by default. 2010-09-15 03:37:47 +00:00
Petr Skoda
af0dcf3adf MDL-24079 forum now using new sql_like 2010-09-04 13:59:24 +00:00
Petr Skoda
f685e83030 MDL-14679 fixed remaining old style set_field()s 2010-09-03 18:14:55 +00:00
Petr Skoda
dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Petr Skoda
b8ea3041eb MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate 2010-09-02 18:29:39 +00:00
Penny Leach
ebb7e78267 portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version 2010-08-28 10:00:27 +00:00
Andrew Davis
d4514e46fc forum MDL-23388 altered the logic around making users exempt from the forum post threshold 2010-08-26 07:36:23 +00:00
Andrew Davis
cae4e0781d rating MDL-23908 moved a string
AMOS BEGIN
 MOV [aggregatetype_help,mod_forum],[aggregatetype_help,core_rating]
AMOS END
2010-08-25 08:03:23 +00:00
Andrew Davis
0cef1cebae rating MDL-23908 moved a string
AMOS BEGIN
 MOV [ratingtime,mod_forum],[rating,core_rating]
AMOS END
2010-08-25 07:49:15 +00:00
Andrew Davis
1704f64732 rating MDL-23908 made roles information even clearer 2010-08-25 07:18:56 +00:00