[Bug 24343] localurl discards section id

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

Version|1.15.4  |1.15.x

-- 
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 24343] localurl discards section id

2010-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

--- Comment #9 from Ashar Voultoiz has...@free.fr 2010-10-23 17:05:38 UTC ---
patch r73976 reverted with r75250

-- 
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 24343] localurl discards section id

2010-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

--- Comment #7 from Ashar Voultoiz has...@free.fr 2010-10-05 06:28:12 UTC ---
Since Title has two functions, I though we could have two magic words as well.

One possibility was to map {{localurl:}} with Title::getLinkUrl()  instead of
Title::getLocalURL(), but that looks weird and inconsistent.

-- 
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 24343] localurl discards section id

2010-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

--- Comment #8 from MZMcBride b...@mzmcbride.com 2010-10-05 06:58:47 UTC ---
(In reply to comment #7)
 Since Title has two functions, I though we could have two magic words as well.
 
 One possibility was to map {{localurl:}} with Title::getLinkUrl()  instead of
 Title::getLocalURL(), but that looks weird and inconsistent.

I think you should re-read the opening post. :-)

{{localurl:User:Bob#section}} returns /wiki/User:Bob. This is wrong. This
is the bug. Instead, {{localurl:User:Bob#section}} should return
/wiki/User:Bob#section, just like {{fullurl:}} does currently. (And
{{localurl:User:Bob#section|action=edit}} should return
/w/index.php?title=User:Bobaction=edit#section.)

I can't see any reason {{localurl:}} would intentionally strip the section
anchor.

If there are use-cases for other magic words, I think they should be the topic
of other bugs. This one is about {{localurl:}} stripping the section anchor
needlessly and unexpectedly.

-- 
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 24343] localurl discards section id

2010-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

--- Comment #6 from Platonides platoni...@gmail.com 2010-10-02 20:23:21 UTC 
---
But what's the usecase for having a magic word which strips the fragment?

-- 
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 24343] localurl discards section id

2010-09-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

--- Comment #5 from Ashar Voultoiz has...@free.fr 2010-09-30 21:37:32 UTC ---
To me getLocalURL() and getLinkUrl() are two different functions and deserve
differents magic word.

-- 
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 24343] localurl discards section id

2010-09-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr
  Component|General/Unknown |Page rendering

--- Comment #1 from Ashar Voultoiz has...@free.fr 2010-09-29 19:52:38 UTC ---
#section is known as a fragment.
Title::getLocalURL() does not return the fragment. To get it, one should use
Title::getLinkUrl().

Committed in trunk as r73976

-- 
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 24343] localurl discards section id

2010-09-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 24343] localurl discards section id

2010-09-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

--- Comment #2 from MZMcBride b...@mzmcbride.com 2010-09-29 21:25:33 UTC ---
(In reply to comment #1)
 #section is known as a fragment.
 Title::getLocalURL() does not return the fragment. To get it, one should use
 Title::getLinkUrl().
 
 Committed in trunk as r73976

You added a new magic word instead of fixing the current one? I don't
understand.

-- 
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 24343] localurl discards section id

2010-09-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #3 from Platonides platoni...@gmail.com 2010-09-29 21:38:48 UTC 
---
Neither do I :P

-- 
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 24343] localurl discards section id

2010-09-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24343

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #4 from MZMcBride b...@mzmcbride.com 2010-09-29 22:24:36 UTC ---
Re-opening this for now.

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