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
Sam Hemelryk
c7e3e61c70
javascript MDL-23850 Moved mforms specific JavaScript to a separate file
2010-08-19 05:43:06 +00:00
David Mudrak
370d793c98
MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
...
AMOS BEGIN
MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
MOV [dataadministration,mod_data],[pluginadministration,mod_data]
MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
MOV [labeladministration,mod_label],[pluginadministration,mod_label]
MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
MOV [pageadministration,mod_page],[pluginadministration,mod_page]
MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
MOV [urladministration,mod_url],[pluginadministration,mod_url]
MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
Andrew Davis
16306628bd
gradebook MDL-19133 shifted around some code to move module grade settings into common code
2010-08-13 08:29:13 +00:00
Petr Skoda
6ffad1d4e7
MDL-23784 removing obsolete forum images, pix is the only correct dir now
2010-08-12 16:47:52 +00:00
Sam Hemelryk
184bcf11ab
NOBUG: Fixing context issue with forum post if you're not logged in
2010-08-12 06:00:29 +00:00
Sam Hemelryk
3db7b87807
forum MDL-23671 Fixed defaults for forum maxattachments
2010-08-05 07:40:53 +00:00
Petr Skoda
c6d75bffa5
MDL-23628 improved log action support - now similar to handling of capabilities
2010-08-03 10:07:18 +00:00