[Bug 8657] Superimpose another image as click destination

2012-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657

Sumana Harihareswara  changed:

   What|Removed |Added

 CC||en.wp.s...@gmail.com

--- Comment #9 from Sumana Harihareswara  2012-06-11 
18:56:40 UTC ---
Dan, is this worth an update & a push into Gerrit?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 8657] Superimpose another image as click destination

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657

--- Comment #8 from Sumana Harihareswara  2012-05-23 
19:51:02 UTC ---
René Kijewski, again, my regrets at the delay in response to your patch.

You will get your patch reviewed faster if you get Developer access

https://www.mediawiki.org/wiki/Developer_access

and submit your change directly into our source control system:

https://www.mediawiki.org/wiki/Git/Workflow

Thanks!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 8657] Superimpose another image as click destination

2011-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657

Rob Lanphier  changed:

   What|Removed |Added

 AssignedTo|tstarl...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 8657] Superimpose another image as click destination

2011-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords||need-review
 CC||suma...@panix.com

--- Comment #7 from Sumana Harihareswara  2011-11-14 
16:47:11 UTC ---
René Kijewski, thank you for your patch, and my apologies that it's taken so
long for us to respond to you.  I'm adding the "need-review" keyword to mark
this bug as containing a patch that needs review.  Thanks again.  If you want
to
talk about your patch and get it reviewed faster, please feel free to visit
#mediawiki in freenode IRC -- http://webchat.freenode.net/?channels=#mediawiki

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 8657] Superimpose another image as click destination

2009-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657


René Kijewski  changed:

   What|Removed |Added

Attachment #5917 is|0   |1
   obsolete||




--- Comment #5 from René Kijewski   2009-03-19 
03:07:15 UTC ---
Created an attachment (id=5941)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5941)
Moved (now) redundant code into a static method; links no more have to be well
formed


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 8657] Superimpose another image as click destination

2009-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657


René Kijewski  changed:

   What|Removed |Added

Attachment #5910 is|0   |1
   obsolete||




--- Comment #4 from René Kijewski   2009-03-11 
22:44:05 UTC ---
Created an attachment (id=5917)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5917)
minor errors, extended link syntax

I made  understand lines like
> circle 1 2 3 //Test//
so {{#tag:imagemap}} could be used for location maps. Normal link don't work,
because  gets the parsed links and not the plain text.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 8657] Superimpose another image as click destination

2009-03-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8657





--- Comment #3 from René Kijewski   2009-03-10 
23:28:58 UTC ---
Created an attachment (id=5910)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5910)
proposed patch

This patch implements the new "shape" `image`, and allows relative and negative
positions.
With it you could use a line like
> image 50% 50% none [[File:Test.png|20px|link=test page|Some description]]
where "image" means to add a superimposing image. "50% 50%" is the base
position. "none" is the alignment of the superimposing image (hereby centered).
Available are the same positions as for "desc". So top-left means the base
position is the upper left position of the superimposing image. bottom-right
would be the lower right corner and so on.
The relative positions work for real shapes as well:
> rect 10% 10% -10% -10% [[Test]]
would add a rectangle with a margin of 10% in height and width.

There are some new messages I don't have written yet.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l