[10:15:41] Hello RoanKattouw [10:16:15] Good morning [10:20:00] RoanKattouw: would you mind if I reassign the code queues bug on myself? [10:20:18] Go right ahead [10:20:30] I haven't started working on it [10:23:22] I'm going to refactor the view infrastructure so the filters (status, tag, author, path) are passed through query instead of subpages. That would allow to combine them without having painful constructs and messy URLs with two titles specified. [10:23:38] Sounds good [10:24:07] But it'd be nice if the old subpage URLs still worked [10:24:22] RoanKattouw: the only problem are queries and indexing [10:24:26] I mean not the painful stuff we do now, but elegant things like Special:Code/MediaWiki/author/catrope [10:24:41] Old subpages would work as HTTP redirects [10:24:46] OK that's fine [10:24:50] Yeah CR's queries aren't always nice :( [10:26:06] RoanKattouw: I tried to make them work yesterday, but failed [10:26:16] [23:20:48] the generic problem is: there is code_something with cs_repo_id, cs_rev_id and cs_value; the only index is primary key on all three columns in the order listed. There is code_rev which is joined with code_something by cr_repo_id and cr_id. [11:07:20] Does anybody know why some links of en and metawiki is appearing below the title underline of bnwiki. Links like, "Learn more about citing Wikipedia". [11:08:17] It appears only to users who are not logged in. [11:12:47] RoanKattouw, any idea? [11:16:39] Link? [11:17:35] No need for any specific page. For example, go to the home page, bn.wikipedia.org [11:18:06] It appears on all pages. [11:18:28] Now I'm seeing, "� Have questions? Find out how to ask questions and get answers. �" [11:18:49] Link to the [[en:Wikipedia:Questions]]. [11:18:58] div#anonTip [11:19:03] The name explains why it's anon-only I guess [11:19:24] So, what we need to do? [11:20:41] It's in your own MediaWiki:Common.js [11:20:54] Search for 'anonTip' in [[bn:MediaWiki:Common.js]] and you'll see [11:21:01] Okay. [11:21:42] I guessed that the problem is with our CSS page. But didn't know what it was. :P