Modify

Opened 12 years ago

Closed 12 years ago

#9799 closed defect (fixed)

PATCH: added skype syntax for "thumbs up"

Reported by: falkb Owned by: Christian Boos
Priority: normal Component: WikiGoodiesPlugin
Severity: trivial Keywords:
Cc: Mikael Relbe 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 (0)

Change History (2)

comment:1 Changed 12 years ago by Ryan J Ollos

Cc: Mikael Relbe added; anonymous removed

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

comment:2 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.