mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #27143
[Bug 1460850] Re: wysiwyg tinymce showing on logged out pages if config 'wysiwyg' is set to 'enable'
To test:
1) Set the 'Administration' -> 'Configure site' -> 'General settings' field for 'HTML editor' to 'enable'
2) View a page with secret url when logged out
- before patch you should see:
in 15.10 - the right corner of the editor
in 15.04 - the editor
Or you can check both by seeing if this line is in source code: var
editor_to_focus;
- after patch you should not see the editor and the line should not
exist in source code
** Changed in: mahara/15.04
Importance: Undecided => High
** Changed in: mahara/15.04
Milestone: None => 15.04.2
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1460850
Title:
wysiwyg tinymce showing on logged out pages if config 'wysiwyg' is set
to 'enable'
Status in Mahara ePortfolio:
In Progress
Status in Mahara 15.04 series:
New
Bug description:
Logged out users should not be allowed to use the wysiwyg editor when
leaving feedback - this is due to them not allowed to upload images
etc.
When the 'Administration' -> 'Configure site' -> 'General settings'
field for 'HTML editor' is set to 'enable' the wysiwyg is shown when
logged out.
This is due to the is_html_editor_enabled() function not being robust
enough.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1460850/+subscriptions
References