David Mudrak
afe38b79c6
MDL-21657 fixed regression in function call after its API change
...
The API of the function forum_print_posts_threaded() was changed in
63e87951e6ce93aadc2b891556bf832fe4b5226c but this call was not updated.
This led to not displaying other replies when replying to a forum post.
2010-11-15 10:02:44 +00:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +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
David Mudrak
d8c4a74e29
Text filters can not be applied on the content exported to the portfolio
...
Filters can replace text with images (smilies, temporary TeX images
etc.), links to glossaries or databases or embedded media players.
Therefore it is important to disable filter processing during portfolio
export.
2010-11-11 18:47:57 +00:00
David Mudrak
f357d2f8eb
Fixed portfolio UI integration in forum thread
...
There was not enough space to put yet another discussion thread control
widget.
2010-11-11 18:04:43 +00:00
David Mudrak
104c06ac9d
Incorrect order of content processing during forum post portfolio export
...
During the portfolio export, portfolio_rewrite_pluginfile_urls() must be
called before format_text(). Otherwise some filters can interfere with
internal raw record syntax. For example, the Algebra Notation uses @@
for its own purposes and it used to break @@PLUGINFILE@@ placeholder.
2010-11-11 16:42:53 +00:00
Sam Marshall
2380ac57d6
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-10 12:06:24 +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
Petr Skoda
8e18e1ecdc
MDL-24955 improved reply link logic for users that are not enrolled yet
2010-11-10 02:43:56 +00:00
Petr Skoda
45ff8a80d3
MDL-24955 improved detection of available self enrol plugins
2010-11-10 02:14:27 +00:00
Sam Marshall
702a206cd3
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-09 17:09:13 +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
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
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
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