skodak
4eef139962
MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now
2009-05-20 22:32:02 +00:00
tjhunt
4e1132a8c5
forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
...
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');
2009-05-08 09:00:41 +00:00
skodak
99a3aa38b8
MDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_19_STABLE
2009-05-06 18:14:01 +00:00
skodak
a08171c5c2
MDL-19002 file upload limits support
2009-04-28 19:08:33 +00:00
skodak
3268cf9921
MDL-18910 full support for module intro editor with embedded images
2009-04-22 06:48:15 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
skodak
702dc57b54
MDL-18902 fixed whitespace, sorrrry
2009-04-20 11:49:26 +00:00
skodak
e2d7687fc4
MDL-18902 reimplemented trusstext support in forum + standardising format column for text fields
2009-04-20 11:36:01 +00:00
sam_marshall
4d10247fdb
MDL-18768: Limited size of context and modinfo caches to avoid memory problems with code that loops through many courses, also changed forum role_assign to use recordset for all-courses loops
2009-04-06 09:48:39 +00:00
arborrow
b09e003cc1
typo - missinf instead of missing
2009-04-05 05:12:12 +00:00
tjhunt
edc0c49332
file api: MDL-18754 improve the names of some functions.
...
The new names are documented on
http://docs.moodle.org/en/Development:Convert_Draftarea_Files
2009-04-01 04:34:58 +00:00
skodak
342650a7aa
MDL-18417 fixed DML conversion
2009-03-26 21:15:12 +00:00
dongsheng
8d96a7b4e6
"EDITOR/MDL-16698, replace htmleditor element with editor element in forum, move draft files to correct file area"
2009-03-26 02:52:59 +00:00
poltawski
a99543ca32
mod/forum - invalid html in q&a forum MDL-18305
...
thanks to Neil Streeter for the patch
2009-03-20 13:39:07 +00:00
dongsheng
ad9c22aa12
"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9"
2009-03-03 06:48:03 +00:00
sam_marshall
3ae8d0dd80
MDL-18322: Fix debug warning on course view page when forum has grouping set
2009-02-19 17:41:40 +00:00
mudrd8mz
c5ce3d837c
MDL-17940 Display the count of ratings together with the aggregated grade for the post. Merged from 1.9
2009-01-30 11:32:46 +00:00
mudrd8mz
8222c59e6c
MDL-13449 Fix the problem with displaying aggregation type "Count of ratings". Merged from MOODLE_19_STABLE
2009-01-29 12:40:24 +00:00
tjhunt
853a3eefd4
forum rating: MDL-18044 notice sometimes when a forum is rated, also XHTML strict problems and fix incorrect help text.
2009-01-27 06:35:56 +00:00
moodler
5138378ab3
forum/css MDL-16749 added a div named "posting" around the posting (merged from 1.9)
2009-01-20 07:55:49 +00:00
stronk7
12f6d01610
MDL-17364 forum ajax rating working
2009-01-17 19:14:37 +00:00
skodak
9c82ff2acd
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
2009-01-12 21:13:28 +00:00
skodak
1045a0074c
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
2009-01-12 16:52:53 +00:00
skodak
6bf25708b6
DML 2.0 regression
2009-01-05 23:42:51 +00:00
skodak
e8b7114d5e
MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user()
2009-01-03 13:16:59 +00:00
skodak
6648265857
MDL-16262 recovery of broken single simple discussions after old reset
2009-01-01 22:53:43 +00:00
skodak
af53d23f68
MDL-16262 fixed resetting of single simple discussions
2009-01-01 22:43:00 +00:00
moodler
6093af9bc4
MDL-15499 - Spacing fixes only
2008-12-18 02:46:25 +00:00
skodak
48dcaf5892
MDL-14876 fixed regressions in user subscriptions - $cm used incorrectly instead of $cm->id; merged from MOODLE_19_STABLE
2008-12-17 18:10:58 +00:00
tjhunt
081cce7325
forum subscriptions: MDL-14876 - followup - use the right table prefix on column names to avoid an ambiguous column name error.
2008-12-15 06:08:51 +00:00
dongsheng
12e57b92ea
"MDL-14129, fix error() in forum module"
2008-12-12 02:30:56 +00:00
tjhunt
8d8d0bfaae
forum subscriptions: MDL-14876 user of deprecated functions was breaking managing subscribers.
...
This was visible when, for example, unusual role definitions meant that someone could access a forum without being enrolled in a course.
Note that one of the places that was previously broken was front page forums. Since subscribers.php does not do paging at all, the fact that I have fixed this bug makes this page dangerous on large sites. A proper solution will have to wait until bug 17550 is fixed in HEAD.
This also fixes a minor problem introduced by MDL-12979.
2008-12-11 07:01:57 +00:00
dongsheng
ff9b4ea40a
"MDL-17570,clean align property, merged from 1.9"
2008-12-10 07:24:11 +00:00
dongsheng
85db96c5b4
"MDL-17570, cleanup align property in div, merged from 1.9"
2008-12-10 06:48:54 +00:00
poltawski
a07e0af03a
forum: Portfolio save button was adding an additional '|' when no plugins
...
available MDL-17467
2008-12-01 20:40:42 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
stronk7
7a8d8f2247
Minor formatting
2008-11-20 13:09:45 +00:00
skodak
12fab7081e
fooMDL-16698 formslib filenamager element: forum converted to use new filemanaer element (no JS/picker integration for now sorry)
2008-11-19 21:53:37 +00:00
mjollnir_
62e7195480
MDL-16587 portfolio export formats - support straight file export not just RICHHTML (html + attachments) , it doesn't make sense in things like box.net
2008-11-11 19:54:50 +00:00
stronk7
0e442226f3
MDL-14952 - roles: 'moodle/legacy:guest' was preventing admins to post
...
new discussions in fron page if $CFG->defaultfrontpageroleid = guest. Merged from 19_STABLE
2008-11-01 00:30:55 +00:00
stronk7
4436a63b64
MDL-14998 - roles: add mod/forum:viewdiscussion protection to forum_get_discussions() ; merged from 19_STABLE
2008-10-31 21:50:08 +00:00
nicolasconnault
ddaf465b57
MDL-16341 Fixed a missing $context in has_capability check for portfolio export, forum lib
2008-10-31 09:54:07 +00:00
skodak
fa6081b3d0
MDL-16903 mod/forum: undefined course context when forum subscription not allowed; merged from MOODLE_19_STABLE
2008-10-16 20:46:45 +00:00
mjollnir_
42579aeeb8
MDL-16587: mod/forum portfolio implementation: fixed warning.
2008-10-13 10:10:14 +00:00
mjollnir_
6be1dcae99
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
2008-10-11 17:33:20 +00:00
scyrma
de2047e7a9
Forum/MDL-14558: Prevent users from subscribing or getting subscribed to forums where subscriptions are not allowed. (merge)
2008-10-07 09:28:47 +00:00
skodak
9971cc0ce1
MDL-16617 fixed forum name filtering - thanks Mark Nielsen; merged from mOODLE_19_STABLE
2008-09-25 07:12:27 +00:00
nicolasconnault
274e2947a2
MDL-16486 Only using one test $DB connection. Completed most of the implementation. Tests working well now.
2008-09-22 07:06:08 +00:00
poltawski
83199e454e
MDL-16542 - missing global $USER
2008-09-16 21:32:09 +00:00