[Bug 14235] Template misses its parameter when containing a link with = character in the URL

2014-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

Igor Pashev pashev.i...@gmail.com changed:

   What|Removed |Added

 CC||pashev.i...@gmail.com

--- Comment #36 from Igor Pashev pashev.i...@gmail.com ---
I think I hit this bug with such text:

{{foo| span class=whateverhello, world/span}}

This is no synthetic case. If one has MathJax extention installed

{{foo|codebar/code}}
will be replaced with
{{foo|span class=tex2jax_ignorecodebar/code/span}}

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2014-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

--- Comment #35 from Christian Kujau li...@nerdbynature.de ---
Ricordisamoa, can you please elaborate why you wanted to close this one as
WONTFIX?

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

 CC||ricordisa...@live.it

--- Comment #34 from Ricordisamoa ricordisa...@live.it ---
WONTFIX

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

--- Comment #29 from Christian Kujau li...@nerdbynature.de 2011-04-18 
16:38:52 UTC ---
AIUI, it's a request for the template feature to not to be buggy :-) If we
cannot put a certain character in a template, we should admit that it's a
shortcoming and (if it cannot be fixed) issue some kind of warning when editing
templates. Dunno if altering severities does any good 3 years after the bug
was reported.

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

Happy-melon happy.melon.w...@gmail.com changed:

   What|Removed |Added

 CC||happy.melon.w...@gmail.com

--- Comment #30 from Happy-melon happy.melon.w...@gmail.com 2011-04-18 
18:50:59 UTC ---
People understand perfectly well what the equals character does in templaes
when they are consciously thinking about it, in exactly the same way as they
recognise that | and } are characters with special meaning in the same context.
 The fact that some people do not consciously think of the equals sign in
{{t|foo=bar}} and {{t|http://eg.com/foo=bar}} as the same character with the
same special meaning is a bug in their thought processes, not in our parser. 
It's certainly a shortcoming we can add a feature to work around, but it's an
enhancement, not a bugfix.

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

--- Comment #31 from Huji huji.h...@gmail.com 2011-04-18 18:57:41 UTC ---
(In reply to comment #30)
  The fact that some people do not consciously think of the equals sign in
 {{t|foo=bar}} and {{t|http://eg.com/foo=bar}} as the same character with the
 same special meaning is a bug in their thought processes, not in our parser.

It depends on how you view the problem. A different approach is to think that
the parser should be accommodated with the common though processes of users, so
for example, if two = signs are found within the context of one parameter.

However, as the person reporting this bug originally, I think there's no
definite solution to this problem. One might say we should modify the parser to
not treat = signs as parameter assignment operators, if they are preceded by
http:// (or other URI schemes), which is what I thought at the time of
submitting this bug; another person may say this will disable us from having
template parameters whose names start with http:// (although I can't think how
this can be useful).

So, again, as the person who originally opened this bug report, I'm totally
fine with Tim's alteration of severity, and I even think this can be marked as
a WONTFIX again.

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

--- Comment #32 from Platonides platoni...@gmail.com 2011-04-18 20:09:22 UTC 
---
It's something to take into account if/when we do a graphical template
inserter. We shouldn't make grammar for this case. I encourage instead template
authors to use named parameters for urls, which avoids the unexpected outcome
when using the shorthand.

{{foo|url=http://example.com/foo?bar=baz}}

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

--- Comment #33 from Tisza Gergő gti...@gmail.com 2011-04-18 20:12:26 UTC ---
(In reply to comment #31)
 another person may say this will disable us from having
 template parameters whose names start with http:// (although I can't think how
 this can be useful).

See comment 18 for a use case (which is common on hu.wikipedia, for example).

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Normal  |Highest
 CC||m...@everybody.org
Version|1.13.x  |unspecified

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-03-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

   Priority|Highest |Normal
   Severity|minor   |enhancement

--- Comment #28 from Tim Starling tstarl...@wikimedia.org 2011-03-30 03:44:31 
UTC ---
I understand from comment 2 that this is a feature request, not a bug report.
Altering severity.

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

P.Copp paul.copper...@gmail.com changed:

   What|Removed |Added

 CC||m...@rene-schwarz.com

--- Comment #27 from P.Copp paul.copper...@gmail.com 2011-03-26 15:38:02 UTC 
---
*** Bug 28252 has been marked as a duplicate of this bug. ***

-- 
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 14235] Template misses its parameter when containing a link with = character in the URL

2011-03-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14235

--- Comment #26 from Platonides platoni...@gmail.com 2011-03-07 23:07:27 UTC 
---
You may find it more logical taking into account images:
{{A| [[File:example.jpg|link=http://www.example.org|E=mc²]] }}

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