Petr Skoda
18ff4d427e
MDL-25944 fix broken images in forum emails and fix invalid $group variable name
2011-02-18 11:00:43 +01:00
Petr Skoda
b1d5d0155b
MDL-26271 fix borked sql parameters in forum_search_posts and add missing modinfo field
...
This is the perfect example why there must not be duplicate parameter names in SQL queries.
2011-02-12 10:11:27 +01:00
Eloy Lafuente (stronk7)
195a0848ec
MDL-26272 ratings - fix uses breaking after last modinfo changes
2011-02-04 17:30:51 +01:00
Petr Skoda
46df3c6059
Merge branch 'MDL-25981'
2011-01-31 22:44:17 +01:00
sam marshall
0d8b6a69ce
lib MDL-25981 Improved modinfo
...
This commit:
a) moves modinfo code into new library modinfolib.php
b) uses classes instead of stdClass objects, allowing a huge amount of documentation (and IDE completion)
c) adds hooks so that plugins other than forum can display messages like forum's 'unread', and plugins other than label can display html (apart from/as well as their view.php link) on the course view page
d) removes current hacks for forum and label (mainly in print_section but also across the code), replacing with new 'content' and similar variables [this is the reason for the changes in blocks, etc]
e) reduces size of modinfo in database (only when rebuilt) by excluding empty fields
The change is intended to be backward compatible and does not affect the format of modinfo in database.
2011-01-26 10:29:16 +00:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Eloy Lafuente (stronk7)
56d1c48f24
MDL-25708 recordsets - forum module
2011-01-25 19:59:01 +01:00
Eloy Lafuente (stronk7)
a9af868943
Merge branch 'MDL-24561_forum_subscribe_sesskey' of git://github.com/mudrd8mz/moodle
2011-01-10 21:38:13 +01:00
Petr Skoda
2f1b1abc83
Merge branch 'MDL-25232' of git://git.luns.net.uk/moodle
2011-01-10 14:35:38 +01:00
Dan Poltawski
ed4a7e4b07
forum MDL-25232 - fix unbalanced divs
2011-01-09 21:11:01 +00:00
Dan Poltawski
065bee4b70
forum MDL-25909 - Fix undefined variable
2011-01-08 15:19:41 +00:00
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