Reviewed: https://reviews.mahara.org/4143 Committed: http://gitorious.org/mahara/mahara/commit/c132301a2347b641bb0e5da7e7b34c56e3a51f6f Submitter: Son Nguyen ([email protected]) Branch: 1.10_STABLE
commit c132301a2347b641bb0e5da7e7b34c56e3a51f6f Author: Aaron Wells <[email protected]> Date: Mon Jan 12 15:01:36 2015 +1300 Display pre-1.10 TinyMCE smiley images Bug 1408542. TinyMCE 4 renamed the smiley plugin from "emotions" to "emoticons", and consequently the smiley graphics moved from .../emotions/img to .../emoticons/img, and all the smileys from before the Mahara 1.10 upgrade show up as broken links. As a workaround to make this work without a DB upgrade, we put a second copy of the smiley images in the old location. For the next major release, we should do a DB upgrade script that locates all references to the old location and rewrites them to be references to the new location. Change-Id: If5b193f526a50b5e200681cc18d4188cd55104ab -- 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: Confirmed Status in Mahara 1.10 series: Fix Committed Status in Mahara 15.04 series: Confirmed 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

