David Mudrak
6f7d65c724
MDL-24561 forum subscription checks sesskey
...
The only case when sesskey is not available is when we came to
subscribe.php from a link in email. In that case, we display a
confirmation page that redirects back providing the sesskey.
All other links to subscribe.php are fixed now so they provide sesskey
as a parameter.
I also polished $mode parameter handling a bit because the check
against empty string was not correct as the value is cast to PARAM_INT.
2011-01-05 13:01:46 +01:00
Petr Skoda
1310964bb3
Merge branch 'MDL-24860_messaging_providers' of git://github.com/andyjdavis/moodle
...
Conflicts:
mod/lesson/version.php
2010-12-27 13:39:20 +01:00
andyjdavis
d8f1412819
message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email
2010-12-22 12:05:49 +08:00
Petr Skoda
c35ae13691
MDL-25674 forum must send full user record when setting up different session user in cron
2010-12-20 14:41:17 +01:00
Sam Hemelryk
653bc47ff2
mod-forum MDL-25299 Fixed up whitespace issue in forum lib
2010-11-19 01:57:23 +00:00
David Mudrak
29ec4d26ff
Fixed the anchor of Show parent link in the Forum
...
The anchor link led to the post itself instead of to the parent.
2010-11-18 12:47:24 +00:00
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +00:00
Tim Hunt
d2af10140a
forum files MDL-25167 files in the post file area were not moved when the post was moved or deleted.
...
Also, I refactord some code out of forum_move_post and into a new method file_storage::move_area_files_to_new_context. I hope that is OK.
2010-11-11 18:58:06 +00:00
Petr Skoda
72ea011706
MDL-24955 improved add discussion logic for users that are not enrolled yet
2010-11-10 02:49:00 +00:00
Sam Hemelryk
01d0aceb64
mod-forum MDL-25113 Fixed up navigation for forum when browsing a discussion.
2010-11-09 08:59:53 +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
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
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
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
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
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
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
c6de9cefc5
ratings MDLSITE-1028 Added additional structure to the ratings renderer output
2010-10-06 05:50:45 +00:00
Sam Hemelryk
35d2afabca
NOBUG removing forums navigation customisations
2010-10-03 08:02:56 +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
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
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
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
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
Petr Skoda
42776c9453
MDL-23592 adding ugly hack that copies data from intro to first post in single "simple" forum type
2010-08-01 09:42:55 +00:00
Petr Skoda
35716b8682
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core)
2010-07-30 20:51:01 +00:00
Andrew Davis
ee15123074
forum MDL-23328 forum_get_discussions_unread() now works
2010-07-22 03:54:22 +00:00
Andrew Davis
aa60291e12
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
2010-07-19 10:57:52 +00:00
Andrew Davis
0074247f95
rating MDL-23187 added rating caps to those listed within activity cap check pages
2010-07-16 07:42:10 +00:00
Andrew Davis
eac02096d6
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
2010-07-08 08:23:58 +00:00
Andrew Davis
b58bd1a2fa
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
2010-07-08 08:08:16 +00:00
Andrew Davis
6d2e69363d
message MDL-23101 made email notifications of forum posts work
2010-07-06 08:59:39 +00:00
Andrew Davis
505ab5aaa0
message MDL-23101 made notifications of forum posts work
2010-07-06 07:42:29 +00:00
Petr Skoda
1d797cace9
fixed recent regression
2010-07-04 20:05:53 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00