Reviewed: https://reviews.mahara.org/4932 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/f7fc0f90cb4738d02485d819fc29239d780c035e Submitter: Robert Lyon ([email protected]) Branch: 15.04_STABLE
commit f7fc0f90cb4738d02485d819fc29239d780c035e Author: Robert Lyon <[email protected]> Date: Tue Jun 2 11:40:26 2015 +1200 Making sure user is logged in before they can see the tinymce Bug 1460850 As we shouldn't be able to see/use it if we are anonymous user Change-Id: I1e454bcbd17667c88650360cee82069801e7c36b Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit 962c9c48ad5d2c1e7413807c3bbc75de1a9c4c5b) -- 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: Fix Committed Status in Mahara 15.04 series: Fix Committed 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 _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

