[Bug 30488] backlinks generator pageids not working

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

Aaron Schulz schulzaaro...@yahoo.de changed:

   What|Removed |Added

 CC||schulzaaro...@yahoo.de

--- Comment #5 from Aaron Schulz schulzaaro...@yahoo.de 2011-12-06 01:27:22 
UTC ---
Fixed in r54567.

Please update and add explained comment.

-- 
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 30488] backlinks generator pageids not working

2011-08-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30488

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 30488] backlinks generator pageids not working

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

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-08-21 13:12:22 
UTC ---
That's because backlinks is a list module (it's list=backlinksbltitle=Foo,
doesn't work with titles=Foo) and links is a prop module
(prop=linkstitles=Foo), so this is intended behavior. I guess this could be
made clearer in the documentation.

-- 
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 30488] backlinks generator pageids not working

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

--- Comment #2 from Mihael Simonič smih...@gmail.com 2011-08-21 14:08:28 UTC 
---
Then it'd be fine to have blpageid parameter.

IDs are especially practical since comparing numbers takes much less computing
power than strings.

-- 
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 30488] backlinks generator pageids not working

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

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2011-08-21 16:13:03 
UTC ---
(In reply to comment #2)
 Then it'd be fine to have blpageid parameter.
 
 IDs are especially practical since comparing numbers takes much less computing
 power than strings.
Why would you need to compare them if you already know which page you want
links for? Do you have a real-world use case in which you have the page ID but
not the page title?

-- 
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 30488] backlinks generator pageids not working

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

--- Comment #4 from Mihael Simonič smih...@gmail.com 2011-08-21 16:36:57 UTC 
---
Actually I have :)
I'm writing simple program to find the shortest path between two Wikipedia
articles (using breadth first search algorithm), and it turns out that it's
app. 2 times faster when using page IDs instead of page names.

Link:
http://sis.gimb.si/wikilink/beta.php?start=Delotarget=%C5%A0ahovska%20figuralang=sl
(and another example for english wikipedia)
http://sis.gimb.si/wikilink/beta.php?start=Sloveniatarget=Sicily

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