Reviewed: https://reviews.mahara.org/7909 Committed: https://git.mahara.org/mahara/mahara/commit/fabee237bd7fd2250ea07a69308b1fe8f4544e0f Submitter: Robert Lyon ([email protected]) Branch: master
commit fabee237bd7fd2250ea07a69308b1fe8f4544e0f Author: Cecilia Vela Gurovic <[email protected]> Date: Tue Aug 1 13:25:12 2017 +1200 Bug 1705126: fix for tag encoding Fix for tag search when they have a character changed by urlencoding() Fix for tag display in Tagged posts block when tag has a character changed by htmlspecialchar() Fix for not executing javascript inside the text of a tag Fix to delete blocktype_taggedposts_tags entries when deleting a tagged posts block behatnotneeded Change-Id: Ic4a56ea90457e605c99203f0b355def93a04baa1 -- 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/1705126 Title: Tags with special characters aren't found Status in Mahara: Fix Committed Bug description: Im on 17.04.2. When on "My Tags" page (/tags.php), clicking on a tag with special characters to search for it returns nothing. This is because in the query, the special characters are replaced. The tag block is affected by this as well, but only on the "My Tags" page. It works well on the other page such as Journals and Pages and Collections. I found this by having the tag #test. When I search for it from the "My Tags" page, the page shows "Search results for %23test" So far, i've confirmed the problem with: # -> %23 @ -> %40 é -> %C3%A9 è -> %C3%A8 ê -> %C3%AA To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1705126/+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

