[Bug 14473] Sister project (interwiki) links should be stored in their own table

2009-07-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14473


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Keywords|bugday  |




-- 
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 14473] Sister project (interwiki) links should be stored in their own table

2009-07-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14473


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |alex.emsenhu...@bluewin.ch
   |l...@lists.wikimedia.org   |
 Status|ASSIGNED|NEW




-- 
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 14473] Sister project (interwiki) links should be stored in their own table

2009-07-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14473


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




-- 
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 14473] Sister project (interwiki) links should be stored in their own table

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


Brion Vibber  changed:

   What|Removed |Added

 CC||br...@wikimedia.org
   Keywords||bugday
Summary|Sister project links should |Sister project (interwiki)
   |be stored in its own table  |links should be stored in
   ||their own table




-- 
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 14473] Sister project (interwiki) links should be stored in their own table

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

Reedy  changed:

   What|Removed |Added

 Blocks||23524

-- 
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 14473] Sister project (interwiki) links should be stored in their own table

2010-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14473

Christian Thiele  changed:

   What|Removed |Added

 CC||ap...@apper.de

Brion Vibber  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #4 from Brion Vibber  2010-04-15 21:53:15 UTC ---
*** Bug 23195 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 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 14473] Sister project (interwiki) links should be stored in their own table

2010-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14473

Brion Vibber  changed:

   What|Removed |Added

 AssignedTo|alex.emsenhu...@bluewin.ch  |br...@pobox.com

--- Comment #5 from Brion Vibber  2010-04-15 22:00:35 UTC ---
Assigning to myself; how did we manage to forget to do this for like 7 years?

-- 
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 14473] Sister project (interwiki) links should be stored in their own table

2010-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14473

Brion Vibber  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #6 from Brion Vibber  2010-04-16 01:42:00 UTC ---
Fixed in r65104.


Added iwlinks table to track inline interwiki link usage.

Like langlinks, this stores the interwiki prefix (as iwl_prefix) and full page
title (as iwl_title), attached to the page doing the liking (as iwl_from ->
page_id).
Unlike langlinks, there can be multiple entries stored per interwiki prefix.

Updater to add the table confirmed on MySQL, untested on SQLite but should
work.
Someone may still need to add and test a PostgreSQL updater.

Refactored makeWhereFrom2d() out of LinkBatch to Database so it could be
re-used for the similar mapping for the interwiki links, which need a string
prefix rather than an int namespace key.
Also cleaned it up internally to reuse existing code for building where clauses
from arrays. (Tim & Domas -- if the previous more verbose code was there to
reduce function call and array processing overhead on very large link lists,
feel free to unroll it again if the difference is measurable. Just swap the var
names around from the old LinkBatch code and escape the base key value if it's
not an integer, it'll be functionally equivalent.)

-- 
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 14473] Sister project (interwiki) links should be stored in their own table

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

Umherirrender  changed:

   What|Removed |Added

 Blocks||27888

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