Dan Poltawski
a7e956b403
MDL-34527 - fix trailing whitespace
2012-11-05 13:27:35 +08:00
Sam Hemelryk
561bd396c1
MDL-34527 forum: Fixed up a couple of SQL queries causing issues in Oracle.
2012-11-02 10:49:43 +13:00
Mary Evans
3fd76b3de5
MDL-31934 mod/forum: Added CSS fix to mod/forum/styles.css for unread forumposts also reversed a previous commit in theme/base/core.css.
2012-10-30 11:43:09 +00:00
Sam Hemelryk
4740c0a64f
Merge branch 'wip-MDL-33857-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-10-16 13:31:31 +08:00
Jody Steele
bda487868e
MDL-33933 mod_forum: fix incorrect capability check
2012-10-02 09:44:19 +08:00
Marina Glancy
ed7e6a7356
MDL-33857 Increase performance of queries for Server files repository (small improvements)
2012-09-20 15:49:01 +08:00
Eloy Lafuente (stronk7)
2ed38452aa
MDL-33166 forum: fetch cmid to be used by capability checks.
2012-09-19 21:42:14 +02:00
Eloy Lafuente (stronk7)
b04027c0cf
MDL-33166 Forum: whitespace fix
2012-09-19 00:53:05 +02:00
Eloy Lafuente (stronk7)
e6084683c8
Merge branch 'wip-mdl-33166-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-09-19 00:39:08 +02:00
Frederic Massart
6d3249780b
MDL-30909 Accessibility: Improved access to reply form in forums
2012-09-18 14:57:20 +08:00
Rex Lorenzo
fd7255ace0
MDL-33166 Forum: Adding capability mod/forum:allowforcesubscribe
...
Conflicts:
mod/forum/version.php
2012-09-17 10:07:28 +08:00
Eloy Lafuente (stronk7)
b92083421c
Revert "MDL-32125 mod_forum: updating subscription mode not reflected"
...
This reverts commit b4271570c6 .
2012-09-14 10:38:17 +02:00
Eloy Lafuente (stronk7)
77393dec21
Revert "MDL-32125 mod_forum: updating subscription mode not reflected"
...
This reverts commit fa501712c7 .
2012-09-14 10:38:12 +02:00
Kanika Goyal
fa501712c7
MDL-32125 mod_forum: updating subscription mode not reflected
2012-09-13 11:27:48 +12:00
Kanika Goyal
b4271570c6
MDL-32125 mod_forum: updating subscription mode not reflected
2012-09-13 11:27:47 +12:00
Marina Glancy
1ab628b72e
MDL-34223 increased performance in forum_get_file_info() for admins
2012-09-11 10:48:21 +08:00
Marina Glancy
c84b70456a
MDL-33857 Increase performance of queries for Server files repository
...
- file_info class now has new methods get_non_empty_children and count_non_empty_children; added default implementation;
- all core classes extending file_info have their implementation of those methods;
- class repository_local_file used for caching get_children() results is removed;
- class repository_local rewritten to use new methods from file_info;
- added caching of retrieved modules in file_browser::get_file_info_context_module() - this query is slow and executed multiple times on big servers
2012-09-11 10:48:13 +08:00
Dan Poltawski
854bec4500
Merge branch 'MDL-30370_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-08-20 11:22:26 +08:00
Aparup Banerjee
19ab59bcc0
Merge branch 'MDL-34565_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-08-16 11:51:35 +08:00
David Monllao
25e77f4f73
MDL-30370 mod_forum - Removing duplicate seleted field in the DB query
...
Credit to Iñigo Zendegi
2012-08-15 17:02:43 +08:00
Rossiani Wijaya
829f5e876a
MDL-34565 - remove duplicate labeling
2012-08-15 16:24:14 +08:00
Dan Poltawski
02d8fb146d
MDL-29192 - clarify email_to_user call
2012-08-15 01:17:32 +02:00
Rossiani Wijaya
33222ed24a
MDL-34565: change to plural strings
2012-08-13 15:12:00 +08:00
Rossiani Wijaya
37102468f7
MDL-34565 accessibility compliance for forum module: Add forform input text and select tag
2012-08-13 15:12:00 +08:00
Aparup Banerjee
b418329b7d
Merge branch 'MDL-33022' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-07 09:23:48 +08:00
Dan Marsden
c91dc553e5
MDL-33022 mod_form: set correct groupid when editing an existing post
2012-08-02 10:47:23 +08:00
David Monllao
e8790310bb
MDL-32931 mod_forum Polishing patch and taking into account courses without previous accesses
2012-07-27 09:23:18 +08:00
Tom Lanyon
3b6573536c
MDL-32931 mod_forum Change forum overview to avoid use of (potentially large and slow ) log table.
2012-07-27 09:23:18 +08:00
Dan Poltawski
476f72e9bf
MDL-34153 mod_forum: create RFC-2822 compliant message-ids
2012-07-12 14:16:52 +08:00
Marina Glancy
dff8438e50
MDL-33948 mod_forum correctly passes files options to file_save_draft_area_files()
2012-07-02 17:44:43 +08:00
Kanika Goyal
d9b9bfd288
MDL-31203 mod_forum: advanced search posts must be newer older than date, reverts date
2012-07-02 15:24:10 +08:00
Aparup Banerjee
b574c078a6
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:37:01 +08:00
Aparup Banerjee
7cacb2ef08
Merge branch 'wip-MDL-33297-master' of git://github.com/abgreeve/moodle
2012-06-21 17:34:57 +08:00
Adrian Greeve
35ca63c166
MDL-33297 - forum - workshop - glossary - data - Updated the check for files to allow students to see files they recently uploaded.
2012-06-20 10:49:18 +08:00
Sam Hemelryk
f7dc4a5630
Merge branch 'MDL-3971' of git://github.com/danpoltawski/moodle
2012-06-20 11:39:59 +12:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Dan Poltawski
dd4502af6b
MDL-3971 - mod_forum: contain () in span
2012-06-16 14:21:28 +08:00
Andrew Robert Nicols
8635302e54
MDL-33675 Add updated help texts for modules to appear in activity chooser
2012-06-12 13:38:17 +01:00
Marina Glancy
c469b3963b
MDL-33446 Editor form field can filter return types
...
- Added possibility for editor form field to specify return_types (default FILE_INTERNAL | FILE_EXTERNAL | FILE_REFERENCE)
- For assignment, workshop, quiz essay submissions and form posts do not allow FILE_REFERENCE
- Fixed mod_resource return_types, reset them to default, because filemanager does not know how to work with FILE_EXTERNAL links
2012-06-12 11:03:43 +08:00
Sam Hemelryk
f48de74428
Merge branch 'MDL-33487' of git://github.com/danpoltawski/moodle
2012-06-06 10:06:17 +12:00
Dan Poltawski
92c1f40445
MDL-31460 mod_forum: fix trailing whitespace
2012-06-05 09:34:26 +08:00
Andrew Davis
74a37e1deb
MDL-31460 mod_forum: added some controls to mod/forum/unsubscribeall.php to prevent the removal of subscriptions the user shouldnt be able to delete
2012-06-04 09:16:21 +07:00
Dan Poltawski
578d7f3dbd
MDL-33487 - mod_forum: incorrect param ordering
...
Thanks to Garret Gengler for spotting it.
2012-06-01 23:35:26 +08:00
Dan Poltawski
5ab310d5d3
Merge branch 'wip-MDL-32199-master' of git://github.com/abgreeve/moodle
2012-05-28 15:18:51 +08:00
Dan Poltawski
0fe4db6dd1
Merge branch 'MDL-33194-master' of https://github.com/mackensen/moodle
2012-05-28 14:58:56 +08:00
Adrian Greeve
17ec4bf045
Alteration to the code to hide the body of the post / discussion
2012-05-28 13:09:23 +08:00
Andrew Robert Nicols
7ea78d9f28
MDL-32199 Ensure that forum RSS feeds don't leak posts and discussions
2012-05-28 13:09:22 +08:00
Dan Poltawski
2528e8e52f
MDL-33139 mod_forum: fix minor whitespace problem
2012-05-25 10:09:09 +08:00
Dan Poltawski
1e448fed27
Merge branch 'MDL-33139-master' of https://github.com/mackensen/moodle
2012-05-25 10:08:33 +08:00
Charles Fulton
c2c071a274
MDL-33139 forum: indicate which user's post was edited
2012-05-24 06:14:21 -07:00