Ticket #9799 (closed defect: fixed)

Opened 1 year ago

Last modified 11 months ago

PATCH: added skype syntax for "thumbs up"

Reported by: falkb Assigned to: cboos
Priority: normal Component: WikiGoodiesPlugin
Severity: trivial Keywords:
Cc: mrelbe Trac Release: 0.11

Description

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 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) ;-)

Attachments

Change History

02/14/12 20:50:32 changed by rjollos

  • cc set to mrelbe.

mrelbe is listed on the wiki page as maintainer, but it looks like new tickets are not being assigned to him.

07/04/12 11:16:04 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

(In [11709]) Fixes #9799: Added Skype syntax for "Thumbs Up".


Add/Change #9799 (PATCH: added skype syntax for "thumbs up")




Change Properties
Action