﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
9799,"PATCH: added skype syntax for ""thumbs up""",falkb,cboos,"Since Skype people have been rather used to type {{{ (y) }}} for setting a ""thumbs up"" icon, aka ""like-it"" and quite popular since Facebook. This trivial patch adds the Skype syntax to the already used but quite unknown [http://moinmo.in/HelpOnSmileys MoinMoin syntax] {{{ {OK} }}}:

{{{
Index: wikigoodiesplugin/0.11/goodies/smileys.py
===================================================================
--- wikigoodiesplugin/0.11/goodies/smileys.py	(revision 11274)
+++ wikigoodiesplugin/0.11/goodies/smileys.py	(working copy)
@@ -58,6 +58,7 @@
     ""{o}"": ""star_off.png"",
     ""{*}"": ""star_on.png"",
     ""{OK}"": ""thumbs-up.png"",
+    ""(y)"": ""thumbs-up.png"",
     ""{!OK}"": ""thumbs-dn.png"",
     ""{UP}"": ""thumbs-up.png"",
     ""{DN}"": ""thumbs-dn.png"",
}}}

I hope you like it (y) ;-)",defect,closed,normal,WikiGoodiesPlugin,trivial,fixed,,mrelbe,0.11
