Issue Details (XML | Word | Printable)

Key: MDL-14949
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dongsheng Cai
Reporter: Howard Miller
Votes: 0
Watchers: 4
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

mod/chat:readlog doesn't work on it's own

Created: 22/May/08 06:51 PM   Updated: 11/Mar/09 11:35 AM
Return to search
Component/s: Chat
Affects Version/s: 1.9.1
Fix Version/s: 1.9.5, 2.0

Participants: Dongsheng Cai, Helen Foster, Howard Miller, Jonathan Moore and Petr Skoda
Security Level: None
QA Assignee: Helen Foster
Resolved date: 11/Mar/09
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
You don't appear to only be able to read chat logs. The mod/chat:chat capability is a dependency because the readlog option is on the chat page. This isn't clear if it's a 'feature'.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dongsheng Cai added a comment - 18/Jun/08 10:00 AM
You are able to assign mod/chat or mod/chatlogs capabilities to users, if you are going to stop user's chatting and allow them view the past chat session, you should override permissions in course setting. Am I misunderstanding you?

Howard Miller added a comment - 18/Jun/08 04:13 PM
Sure you can set the capability, but you can't have just chatlogs. The button is on the chat page, which you only see if 'chat' capability is enabled.

A very minor point, but we wanted to set up a 'view only' user and it turns out that this is not possible for chat.


Dongsheng Cai added a comment - 16/Dec/08 02:03 PM
introduce a new capability "chat:talk" if override this capability to false, the input box will be hide, the user cannot talk in the chat room

Petr Skoda added a comment - 31/Dec/08 01:10 AM
I can not find any use of mod/chat:talk, why was it added? Why does it not have clonepermissionfrom (required when adding caps into STABLE)?

Jonathan Moore added a comment - 27/Jan/09 05:47 AM
It seems like bad policy to enable capabilities in stable before they do anything. I just spent about 30 minutes trying to figure out why this doesn't do anything in my latest stable download. In my version which I just synced against stable, removing the mod/chat:talk doesn't prevent the user from entering text into the chat.

Helen Foster added a comment - 10/Mar/09 07:12 PM
Forum discussion about the new capability mod/chat:talk:
http://moodle.org/mod/forum/discuss.php?d=118376

Any progress on this issue?


Dongsheng Cai added a comment - 11/Mar/09 11:18 AM
It is actaully wrong to introduce this capability, sorry, I will remove it and comit a new fix.

Dongsheng Cai added a comment - 11/Mar/09 11:35 AM
Fixed, please review.