Reviewed: https://reviews.mahara.org/4526 Committed: http://gitorious.org/mahara/mahara/commit/8d4b611f619513d923854cead7f69bf9fcd7c1b8 Submitter: Aaron Wells ([email protected]) Branch: master
commit 8d4b611f619513d923854cead7f69bf9fcd7c1b8 Author: Robert Lyon <[email protected]> Date: Mon Mar 30 16:51:02 2015 +1300 Updating the path to the emoticons via db (Bug #1408542) The upgrade does a db find/replace on the fields except block_instance configdata as that is handled special Change-Id: Ic7add32573428b1cccbdead23dbfcd3aaba24ab0 Signed-off-by: Robert Lyon <[email protected]> -- 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/1408542 Title: TinyMCE emoticons are not displayed in TinyMCE 4 Status in Mahara ePortfolio: In Progress Status in Mahara 1.10 series: Fix Released Status in Mahara 15.04 series: In Progress Bug description: Upgrading Mahara from 1.9.x to 1.10.x causes a problem with all emoticons used prior to the upgrade. No image is displayed; the link is broken. After analyzing the situation, the folder comtaining images as been renamed. In version 1.9.x, images were in /js/tinymce/plugins/emotions/img/ ; in version 1.10 they are in /js/tinymce/plugins/emoticons/img/ folder. To correct the problem, I copied the img folder in a new folder emotions... but it's not an elegant solution. Best solution is not to change de the name of the folder or to add a script to correct in the database the path to the emoticon images. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1408542/+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

