[00:06:16] 03(mod) Subcategory paging is not separate from article or image paging - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1211 +comment (10roan.kattouw) [00:09:30] 03(mod) FlaggedRevisions extension: API "sighting" of revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16278 +comment (10paul.copperman) [00:12:39] 03(NEW) Wrong image ordering - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16732 15enhancement; normal; MediaWiki: API; (Platonides) [00:20:45] 03(mod) Wrong image ordering - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16732 +comment (10roan.kattouw) [00:20:52] 14(WFM) Wrong image ordering - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16732 (10roan.kattouw) [00:21:16] 03catrope * r44864 10/trunk/phase3/includes/api/ApiBase.php: API: Fix weird ==/=== bug in API help: a possible value of zero is interpreted as "can be empty". [00:21:30] 03(mod) FlaggedRevisions extension: API "sighting" of revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16278 (10roan.kattouw) [01:05:23] 03(mod) Wrong image ordering - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16732 (10Platonides) [01:30:34] hey any one here can help me with placement of google ads in monobook.php [01:31:12] it would be nice if some one can share me their monobook.php with google adsense [02:09:01] 03(mod) Page number attribute for tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13127 (10bill.mitchell) [02:16:32] hi [02:16:41] anyone got adsense running on their wiki? [02:19:39] hello. i would like to test this http://meta.wikimedia.org/wiki/Gallery_of_user_styles#Voice_of_All.27s_Admin_Monobook [02:20:23] but it's not clear to me what i should do. http://www.mediawiki.org/wiki/Manual:Skin_configuration is not very clear neither [02:20:26] i have two files monobook.css/.js but not file with those name in the standard monobook skin directory [02:23:08] not a file [02:23:27] !css [02:23:27] --mwbot-- To change styles for your wiki, go to one of the MediaWiki:xxx.css wiki page (NOT a file) and put your custom styles there (sysop/admin rights required). MediaWiki:Common.css is for all skins and should be used for content styles. MediaWiki:Monobook.css is for the MonoBook skin (default), etc. For more information, see !skins and [02:23:27] !js [02:23:27] --mwbot-- To set up custom javascript on a wiki, edit [[MediaWiki:Common.js]] as a sysop. If $wgAllowUserJs is true in LocalSettings.php, you may also edit the /monobook.js (assuming your skin is monobook) subpage of your userpage. [02:23:27] (when the bot stops lagging he'll tell you) [02:23:27] hi [02:23:30] which skin is this [02:23:34] http://memory-alpha.org/en/wiki/Portal:Main [02:24:33] orzel: but if you want to try it personally, the pages are [[Special:Mypage/monobook.js]] and [[Special:Mypage/monobook.css]] (links to a subpage of your user page, loaded via skin, if enabled) [02:24:55] r0ny: ask in #wikia or #memory-alpha [02:25:04] appears to be called 'monaco' [02:27:33] Splarka: thanks a lot for all those explanations. i understand it all now. [02:27:41] 03(mod) Page number attribute for tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13127 (10duncan.hill1) [02:28:18] Splarka (it even works) [02:28:25] yay [02:28:38] Splarka: thats not mediawiki? [02:28:55] it is, but highly customized by a third party (wikia) [02:29:44] 03aaron * r44865 10/trunk/extensions/CodeReview/CodeRevisionListView.php: (bug 16728) CodeReview showed an incorrect number of notes when doing a path search [02:29:54] 03(FIXED) CodeReview shows an incorrect number of notes when doing a path search - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16728 +comment (10JSchulz_4587) [02:58:49] can you have a look here: http://wiki.freeallweb.org/index.php/Python_vs_PHP#cite_note-0 ---- I have installed the Cite extension, but a reference is created, without a matching footnote. [02:59:15] I have tried to edit and save again, and add and remove the name attribute, but with no luck [03:01:08] forget it, I have found the solution. thanks anyway :-) [03:02:17] sooooo [03:03:00] when I call a template from within a template, {{pagename}} in either template will appear as the pagename of the calling page? [03:04:22] my wiki seems temporarily down or I'd test... [03:04:24] i know if you call it from a template it goes to the page its embeded on but i'm not sure about double template inculsion [03:04:39] {{PAGENAME}} but yes [03:04:46] it shows as the name of the page you are viewing [03:04:48] I am assuming it is that way [03:05:01] no matter what template it is called via [03:05:08] Splarka: even if callled ... yeah [03:05:15] how do I get round that ;-) [03:05:32] you don't, it just works that way [03:05:37] heheh [03:05:47] if you need to know the name of the intermediary template [03:05:52] hmm [03:05:54] I wish my site wasn't down or else you could see the example code I'm trying ot do [03:06:05] [[Page]] with {{foo}} [03:06:25] faceface: paste it in pastie.org and show us [03:06:25] [[Template:Foo]] with {{bar|{{subst:PAGENAME}}}} [03:06:39] [[Template:Bar]] with "The template calling me is {{{1}}}" [03:06:41] http://biodatabase.org/index.php/Template:New_NAR_Database_List_Box [03:07:38] back up ! [03:07:54] Splarka: right, I thought I may be able to do something with subst [03:08:14] now I need to work out what your doing there and implement it [03:08:37] you might want {{FULLPAGENAME}} which includes the namespace [03:09:48] Splarka: sure [03:10:10] sombody here mentioned that 'doin it right' may be a good idea [03:10:32] I need to set cashing on that DPL [03:11:04] well, you can't "do it right", right is to have all magic words expanded via template transclusion into the page, and then parsed [03:11:15] which means, they're always showing the page you're on [03:16:58] 03(mod) FlaggedRevs: Add option to Special: UnreviewedPages to show redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16727 normal->low; +comment (10Sebastian) [03:17:45] so you mean make a template called something like {{PAGENAMEC}} which contins {{subst:PAGENAME}} ? [03:18:00] no [03:18:11] won't work [03:18:17] okay, you have a middle template, right? [03:18:26] one for each magic word... [03:18:26] and you want the name of it? [03:18:39] Splarka: I'll read over and try your example [03:18:45] I'll work it out [03:18:49] okay, look [03:18:53] you can't do what you want [03:18:55] *faceface looks [03:19:02] if you need a third template to know the name of the second template [03:19:06] you have to tell it explicitly [03:19:09] your example above fails? [03:19:11] {{template|HELLO WORLD}} [03:19:14] no, it works [03:19:18] but it won't work like you think [03:19:31] the subst gets substed, into a literal permanent string [03:19:32] my example is wrong? I get that [03:19:56] [[Page]] with {{foo}} [[Template:Foo]] with {{bar|{{subst:PAGENAME}}}} [[Template:Bar]] with "The template calling me is {{{1}}}" [03:20:03] this is how Bar knows the name of Foo... [03:20:13] {{bar|{{subst:PAGENAME}}}} turns into {{bar|Foo}} [03:20:15] right, I'll study that - thanks for help [03:20:27] so that even if you put it on [[Page]], it is still Foo [03:20:31] oh [03:20:37] you don't even need subst:PAGENAME [03:20:48] you could just type Foo [03:21:03] Foo [03:21:36] 03aaron * r44866 10/trunk/extensions/FlaggedRevs/specialpages/UnreviewedPages_body.php: (bug 16727) FlaggedRevs: Add option to Special:UnreviewedPages to show redirects [03:22:23] I'd say your example appears to work. [03:22:29] well, it can't not [03:22:33] but it dosn't really work [03:22:36] sigh [03:22:38] okay [03:22:45] look [03:22:45] thanks for explaining things [03:22:46] you have {{PAGENAME}} on a subtemplate, right? [03:22:46] 03(FIXED) FlaggedRevs: Add option to Special: UnreviewedPages to show redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16727 +comment (10JSchulz_4587) [03:23:02] you want it to say name_of_template_calling_me and not name_of_page [03:23:12] well, you can't do that, unless you pass the name of the template calling it as a parameter [03:23:24] and replace {{PAGENAME}} on the sub template with {{{parameter}}} [03:23:29] Splarka: you always seem to think I don't get it and start explaining it again while I try to tell you 'Thanks Splarka' [03:23:42] well, you'll just come back when I'm not here and ask again [03:23:54] you'll ask the same thing, and get the same answer from someone else [03:24:08] just saving time [03:24:08] Splarka: I understand that it won't work [03:24:09] lol [03:24:46] I was pointing out that when you said 'my example works', it would perhaps have been better to say 'my example appears to work' [03:24:56] ... [03:25:04] it works perfectly for what you described as your needs [03:25:10] not my fault if you don't know what you want [03:25:12] Splarka: I do appreciate the help you have given me here [03:25:23] Splarka: don't be a pedant [03:25:35] don't accuse me of giving bad advice [03:25:47] I didn't [03:25:47] > it would perhaps have been better to say 'my example appears to work' [03:25:49] I said your example was bad [03:26:07] well, fuck you too [03:26:08] heh [03:26:08] touchy [03:26:08] dense [03:26:38] I really hate ppl who refuse to admit that they are giving silly advice and refusing to admit it was silly because they are pedants [03:26:48] this dude did the same thing on #sql [03:26:53] okay, then put up or shut up [03:27:04] what exactly do you want? [03:27:13] {{PAGENAME}} to only transclude one depth deep and then output? [03:27:17] he goes through all this rigmarole of telling me how to represent the data in order to answer my query [03:28:08] in the end I figured out he is telling me to simply reformat my table to one which contains the result of the query that I was talking about in the first place [03:28:43] and then he is like 'Oh, I assumed you had the data in that format'... dude, why would I be asking for help with the query? [03:29:21] oh yes, how dare people give you advice based on your incomplete request for help [03:29:29] you poor unjustly maligned help seeker [03:29:45] you probably want the {{#dowhatIwant}} parser function [03:29:59] but he wouldn't admit he was assuming my question was X when it was not (and I wasn't just being bad at explaining it). [03:30:01] so, you want to 'get around' {{PAGENAME}} always showing the page you're viewing [03:30:21] no [03:30:26] if you don't mean 'show the name of the template calling that template even when called' please describe _what_ you want [03:30:28] thanks Splarka [03:30:39] I want this conversation to end [03:30:49] if you're just going to whine and bitch and call me a pedant for not helping you, because I didn't get all the info, and then rant more and NOT give me the info [03:30:52] then fuck you [03:34:39] *faceface considers himself fucked [03:35:03] buy me dinner first [03:39:24] Splarka: out of interest, you asked (quite reasonably) "please describe _what_ you want", I had wanted an answer to the above described problem, and I believe that it cant be solved the way I wanted, as you pointed out. However, and this is just my curiosity here (and yes I am bitching still), at this stage of the conversation, what did you want? [03:41:23] "above described problem"... subst/described/roundaboutly hinted at [03:58:29] 03(mod) Page number attribute for tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13127 (10mrzmanwiki) [04:30:36] on this webpage: http://asianmediawiki.com/Tadanobu_Asano Im getting an "A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: [04:30:37] (SQL query hidden) [04:30:37] from within function "Parser::replaceLinkHolders". MySQL returned error "1271: Illegal mix of collations for operation ' IN ' " [04:30:59] error .. is there some way I other means i can view the page? I think some unusual character might be causing this [05:00:43] 04(REOPENED) Auto-merge multiple edits of an article by the same user within a specific time - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7062 +comment (10Sebastian) [05:04:13] 03(mod) Add "diff to last sighted version" to recent changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16489 +comment (10Sebastian) [05:05:24] hello [05:06:28] is there a way to show a colon if im using the definition mark up before it? [05:09:28] can someone explain me how a user can make edits before registering? [05:09:45] I dont think this is due to import/export [05:10:21] http://en.wikipedia.org/w/index.php?title=Special:Log&type=newusers&user=Smeelgova&page=&year=&month=-1 [05:10:23] http://en.wikipedia.org/wiki/Special:Contributions/Smeelgova [05:10:28] usurpation/rename? [05:11:40] Akuyazi: ;foo::bar [05:13:20] White_Cat: yes, they were renamed [05:13:35] * 23:26, 12 March 2007 Rdsmith4 (Talk | contribs) moved User:Smeelgova to User:Smee ? (Automatically moved page while renaming the user "Smeelgova" to "Smee") (revert) [05:14:18] thanks [05:15:38] White_Cat: the page was deleted and restored several times, so the edit was deleted and not reattributed during the rename [05:16:18] ^was probably [05:30:55] Splarka oh [05:31:08] but when was Smeelgova itself created? [05:32:45] which? [05:32:55] User:Smeelgova account [05:33:06] which was renamed to Smee I think [05:33:16] again, which? [05:33:22] the first or the second? [05:33:34] I think at that point logs were not modified when a user was renamed. [05:33:54] So the entry in the creation log for Smeelgova will correspond to the present User:Smee. [05:34:02] indeed, the problem with rename is it is inconsistent in time [05:34:17] well [05:34:28] the account that made that contribution was apparently created in 2006 [05:34:36] * 18:13, 15 May 2006 Smee (Talk | contribs) New user account ? (Talk | contribs | block) [05:35:01] renamed March 2007, new user created September 2008 [05:35:28] the edit in question in Feb 2007 was deleted before that rename date [05:35:56] and restored 20:44, 23 March 2007 [05:36:29] all clear? heh [05:37:39] http://en.wikipedia.org/wiki/Special:Log?page=User:Smeelgova and http://en.wikipedia.org/w/index.php?title=Special:Log&page=User_talk%3ALucky_6.9 should show you all you need to guess [05:38:35] 03(NEW) doesn't work anymore, gets parsed/rendered - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 15enhancement; normal; MediaWiki extensions: Preloader; (Wiki.Melancholie) [05:41:16] 03(mod) doesn't work anymore, gets parsed and preloaded - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 summary; +comment (10Wiki.Melancholie) [05:46:57] I'm running debian etch. What packages do I need for php5 to work? I thought I had them all, but I might be missing one? [05:47:29] <|X|> Can you see regular html files? [05:51:00] 03(NEW) #ca-stable and #ca-current tab shown on rollback destination page, although there wasn't any unsighted revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16734 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [05:51:23] 03(mod) #ca-stable and #ca-current tab shown on rollback destination page, although there wasn't any unsighted revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16734 15enhancement->trivial; normal->low (10Wiki.Melancholie) [06:07:58] 03(NEW) GlobalBlock logentry - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16735 15enhancement; normal; MediaWiki extensions: GlobalBlocking; (kwj2772) [06:09:41] 03(NEW) Image from Commons not shown when comparing revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16736 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [06:10:01] 03(mod) Image (from Commons) not shown when comparing revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16736 summary (10Wiki.Melancholie) [06:14:16] 03(mod) Image (from Commons) not shown when comparing revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16736 (10Wiki.Melancholie) [06:14:27] I'm about to file a new bug. [06:14:55] And I imagine people aren't going to like it.. but meh. [06:15:08] describe it first, give us a preview? [06:15:18] (and point out the dupes) [06:16:32] Deprecating the term 'sysop' in the software. [06:18:00] in config as a group, /languages, in various comments, in API examples, or in the few places it is still hard coded? [06:18:30] *p858snake beats MZMcBride to it >.> [06:18:31] 03(NEW) Deprecate the term 'sysop' throughout software - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16737 15enhancement; normal; MediaWiki: General/Unknown; (public) [06:18:31] Splarka: Everywhere, but especially parts that face the end user. [06:18:44] well, that'll be wontfix'd, betcha $1 [06:18:47] Special:ListUsers/sysop for example. [06:18:51] (or invalid, worksforme, etc) [06:18:56] You're probably right. [06:19:02] But I think it's still worth filing regardless. [06:19:19] well, then you're suggesting removing the default configuration rights group 'sysop' [06:19:43] I'm suggesting deprecating it. Much like Image: --> File:. [06:20:33] not quite the same thing [06:20:36] True. [06:20:36] Make everything B/C, but the defaults and such should be 'admin.' [06:20:37] I think renaming the group would cause massive breaking changes to wikis that upgraded without noticing [06:21:30] ahh, semantics... [06:21:45] do you feel 'stewards' should serve food? [06:21:49] http://en.wikipedia.org/w/index.php?title=Sysop&diff=259301279&oldid=257360719 [06:21:57] I like the name steward a lot, actually. [06:22:19] !committer [06:22:19] --mwbot-- I don't know anything about "committer". [06:22:33] Anyone awake? [06:23:03] ...how can there be an emergency call for a dev? the changes aren't going to go live [06:23:20] so if i don't touch anything on that bug report and click submit/comit that will add me to the cc list? [06:23:25] Splarka: I just want someone to commit something without requiring paperwork... [06:23:31] It's a trivial thing. [06:23:47] p858snake: Um... I'm not sure. [06:24:00] I always just type my e-mail address into the CC: input and hit enter. [06:24:37] hmmi just did that, lets see what happens [06:24:53] it added me >.> [06:26:45] 03(mod) Page number attribute for tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13127 (10bill.mitchell) [06:33:35] 03(NEW) Rename Special:IPBlockList - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16738 15enhancement; normal; MediaWiki: General/Unknown; (public) [08:26:56] 03(WONTFIX) Auto-merge multiple edits of an article by the same user within a specific time - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7062 +comment (10JSchulz_4587) [08:28:03] 03(mod) #ca-stable and #ca-current tab shown on rollback destination page, although there wasn't any unsighted revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16734 (10JSchulz_4587) [08:49:59] 03aaron * r44867 10/trunk/phase3/ (docs/hooks.txt includes/RecentChange.php): Improve markpatrolled hook [09:33:17] 03aaron * r44868 10/trunk/phase3/includes/Title.php: Add isNewPage() method [09:46:37] 03aaron * r44869 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.hooks.php FlaggedRevs.php): Fix patrol handling, particularly with $wgUseNPPatrol. Should cover bug 16724. [09:46:44] 03(FIXED) exclamation mark on RC - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16724 +comment (10JSchulz_4587) [09:52:09] 03(mod) Image (from Commons) not shown when comparing revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16736 (10JSchulz_4587) [09:54:58] 03(mod) Search engine hangs for certain keywords - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16706 (10niklas.laxstrom) [10:18:48] 04(REOPENED) Search engine hangs for certain keywords - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16706 +comment (10Wiki.Melancholie) [10:21:26] Hi. [10:22:22] 03(mod) #ca-stable and #ca-current tab shown on rollback destination page, although there wasn't any unsighted revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16734 (10Wiki.Melancholie) [10:23:20] I'm trying to migrate from mediawiki 1.12.0 to 1.13.3. If I keep the same database, mediawiki displays a warning when we try to edit a page "page_props table missing". But if I install a blank mediawiki 1.13.3 and then do a mysqldump of the old and fill the new database with the dump, this works perfectly. [10:24:10] I read somewhere that to migrate databases, we need to use the migration script (update.php or something) in the migration directory. With way is the better/safer ? [10:24:22] *Witch* [10:24:27] >< [10:24:42] Which [10:36:24] 03(mod) Search engine hangs for certain keywords - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16706 (10le.korrigan) [10:45:58] 03(mod) Search engine hangs for certain keywords - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16706 (10guillom.pom) [10:50:32] 03(mod) FlaggedRevisions extension: API "sighting" of revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16278 +comment (10paul.copperman) [11:08:50] 03(mod) Add "diff to last sighted version" to recent changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16489 (10pbirken) [11:11:20] 03(NEW) Changing default image thumbnail size on Swedish Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16739 15enhancement; normal; MediaWiki: User preferences; (jobjorn) [11:39:45] 03(mod) doesn't work anymore, gets parsed and preloaded - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 (10paul.copperman) [11:44:37] 03(mod) Changing default image thumbnail size on Swedish Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16739 (10barracudas) [11:56:50] 03(NEW) list ProtectedTitles with API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16740 15enhancement; normal; MediaWiki: API; (umherirrender_de.wp) [12:15:40] 03(NEW) Improve accessibility of the search page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16741 15enhancement; normal; MediaWiki: Search; (le.korrigan) [12:27:14] 03(mod) Wrong image ordering - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16732 (10roan.kattouw) [12:30:14] 03(mod) doesn't work anymore, gets parsed and preloaded - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 (10Wiki.Melancholie) [12:32:24] 03(NEW) Different Priorities in Sitemap - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16742 15enhancement; normal; MediaWiki: Maintenance scripts; (dasch_87) [12:32:30] 03(mod) Changing default image thumbnail size on Swedish Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16739 +shell (10maxsem.wiki) [12:34:48] 03(mod) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 +comment (10dasch_87) [12:34:50] 03(mod) sitemap-index doesn't include full location path - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9675 +comment (10dasch_87) [12:45:53] 03(mod) Treat preloaded pages like substituted templates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 summary; +comment (10paul.copperman) [12:48:25] 03catrope * r44870 10/trunk/extensions/FlaggedRevs/api/ApiQueryOldreviewedpages.php: FlaggedRevs: In lieu of r44866, add orfilterredir to list=oldreviewedpages [12:50:12] 03(mod) Treat preloaded pages like substituted templates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 (10Wiki.Melancholie) [12:50:15] 03(mod) list ProtectedTitles with API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16740 +comment (10roan.kattouw) [12:53:55] 03(mod) Treat preloaded pages like substituted templates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 (10Wiki.Melancholie) [12:57:55] 03(mod) Treat preloaded pages like substituted templates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 (10Wiki.Melancholie) [12:58:39] 03(mod) Search engine hangs for certain keywords - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16706 (10rainman) [12:58:42] 14(DUP) Treat preloaded pages like substituted templates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16733 +comment (10paul.copperman) [12:58:43] 03(mod) preload parser should parse (as well as ) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5210 +comment (10paul.copperman) [13:02:58] 03(mod) preload parser should parse (as well as ) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5210 (10Wiki.Melancholie) [13:04:54] 03(mod) preload parser should parse (as well as ) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5210 normal->15enhancement; +comment (10paul.copperman) [13:23:47] 03siebrand * r44871 10/trunk/phase3/languages/messages/ (34 files): Localisation updates for core messages from Betawiki (2008-12-21 14:18 CET) [13:24:56] ah, my full net is the back [13:25:17] now me can access wp directly again [13:31:30] 03siebrand * r44872 10/trunk/extensions/ (132 files in 118 dirs): Localisation updates for extension messages from Betawiki (2008-12-21 14:18 CET) [13:34:19] mediawiki@vandale:~$ /opt/php/bin/php $HOME/wiki/maintenance/rebuildInterwiki.php [13:34:20] Making new interwiki SQL files in /home/wikipedia/conf/interwiki/sql [13:34:25] who hardcodes these stupid paths? ;) [13:45:48] hi any one hre using google adsense with medioawiki? [13:46:18] !e AdSense | r0ny [13:46:18] --mwbot-- r0ny: http://www.mediawiki.org/wiki/Extension:AdSense [13:46:46] !e Script_And_Google_AdSense | r0ny [13:46:46] --mwbot-- r0ny: http://www.mediawiki.org/wiki/Extension:Script_And_Google_AdSense [14:11:46] moin [14:18:00] 03raymond * r44873 10/trunk/extensions/MultiUpload/SpecialMultipleUpload.php: Assign special page to $wgSpecialPageGroups [15:26:52] 03(mod) Unicode combining characters are difficult to edit in some browsers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16697 (10gtisza) [15:31:37] how can I setup my mediawiki search box to make suggestions if I enter a search string (mediawiki 1.13) [15:32:57] what kind of suggestions? [15:33:43] if i enter something in the search box it should suggest wiki articles which contains these string [15:34:46] http://www.mediawiki.org/wiki/Manual:$wgEnableMWSuggest [15:35:35] I'll try it [15:41:39] 03(mod) Unicode combining characters are difficult to edit in some browsers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16697 (10Simetrical+wikibugs) [15:43:42] 03(mod) Unicode combining characters are difficult to edit in some browsers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16697 +comment (10niklas.laxstrom) [15:50:05] 03(mod) Parser hook output block level corruption - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8997 +comment (10philipp.spitzer) [15:51:33] So is there a better way to migrate a database from 1.12.0 to 1.13.3 ? Create a database with the mediawiki install and use an old mysqldump to fill the base or use the update.php script in the maintenance directory ? [15:52:04] better way than what? [15:53:34] you don't need to create any databases or dump anything [15:53:39] just follow the upgrade instructions in the manual [15:55:40] Nikerabbit: which way is better considering that the newly created database (with the mediawiki default install, filled with the dump) used for test purpose works perfectly. [15:56:03] So according to yksinaisyyteni I should rather use the upgrade script. [15:56:06] since the first way won't work, it's not even possible, let alone the best [15:56:18] theocrite: there are two options, as detailed in the manual: rerun the installer, or use update.php [15:57:57] It's not possible ? Well, it seems to work, I'm even surprised it worked. But it was only for test purposes. [15:58:11] Well update.php it is. [15:58:18] that's because all you did was create a _new_ database [15:58:33] when you import your old stuff, it will undo the changes [15:58:42] something things might appear to work, but the database will be wrong [15:59:00] Ok then. [15:59:05] Thanks for the advice. [16:09:43] 04(REOPENED) input control labels should be in site language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16670 +comment (10krixel) [16:31:28] 03(NEW) Special: Whatlinkshere does not list transcluded template links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16743 normal; normal; MediaWiki: Special pages; (jerryopennap) [16:53:14] 03pinky * r44874 10/trunk/extensions/ (2 files in 2 dirs): [16:53:14] *Remove some excess spacing and also svn-date/svn-revision from MultiUpload [16:53:14] per http://lists.wikimedia.org/pipermail/wikitech-l/2008-June/038393.html [16:53:15] *Minor doc updates to GlobalUserrights [16:54:58] rainman-sr : this http://www.mediawiki.org/wiki/Manual:$wgEnableMWSuggest works only in the default monobook skin, but not in my own skin? [16:57:25] yes, it's JavaScript, so it relies on UI elements having certain names to position the box with suggestions, etc.. [17:18:13] Hm, I have 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright', tagline' in $footerlinks Array in Monobook.php, but I don't see anything. If I add 'privacy', 'about' and 'disclaimer', I can see the links in the footer, but still no watching users or number of views. How is it possible ? [17:21:13] 03(NEW) CategoryTree: If called on non-existent category, exposes strip markers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16744 normal; normal; MediaWiki extensions: CategoryTree; (paul.copperman) [17:24:17] the UI names of my searchform are the same as in monobook. It seems that mwsuggest.js is not loaded [17:24:49] I could not find where it is loaded [17:27:16] 03(mod) CategoryTree: If called on non-existent category, exposes strip markers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16744 (10paul.copperman) [17:57:23] hi guys. I just moved the full db of my wiki and the images folder to a new installation [17:57:54] but now there are no images appearing. other sites work. is there a index file or something like that somewhere? [17:58:36] hi [18:00:51] How can I set a default page in mediawiki? [18:01:06] You mean the main page? [18:01:10] !mainpage [18:01:10] --mwbot-- To change which page is the "main page" of your wiki, edit MediaWiki:Mainpage. [18:01:13] just edit the default page as WikiSysop [18:01:44] anyone knows what I can do to get files displayed? [18:02:17] thanks mwbo2, I'm a beginner [18:09:11] Donald-teh-Duck: http://www.mediawiki.org/wiki/Extension:Icon ? [18:09:40] 03ialex * r44875 10/trunk/extensions/Configure/Configure.obj.php: delay handler initialisation [18:09:51] 03(mod) Parser functions to obtain talk page, namespace, talk namespace, basename, etc. for named targets - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8249 +comment (10happy_melon) [18:10:14] theocrite: hm no this seems not to do what i want :S [18:10:42] is there a documentation about moving a wiki from one installation to another one? [18:10:55] I mean moving the contents only. [18:11:55] I'm not sure what you meant by "getting files displayed" [18:12:52] theocrite: oh sorry, I thought its enough when i write it once -^ [18:13:47] Oh my bad, I didn't notice the moving and the files displayed were from the same user. [18:15:19] theocrite: you don't know what I need to do to make the 2. (mirrored) wiki find the images? [18:17:23] ah we solved the problem, thanks :) [18:17:32] Well I'm migrating from 1.12.0 from 1.13.3 and all I did was to cp /images and the db [18:17:42] What was the problem ? [18:17:49] Wrong alias ? [18:18:33] is there a google friend connect addon/plugin for media wiki [18:19:55] one variable was wrong in localsettings :) [18:20:25] wgScriptPath ? [18:23:18] 03siebrand * r44876 10/trunk/extensions/ (120 files in 113 dirs): Localisation updates for extension messages from Betawiki [18:25:07] ist thwew a openid addon for mediawiki [18:32:22] !openid | DGMurdockIII [18:32:22] --mwbot-- DGMurdockIII: http://www.mediawiki.org/wiki/Extension:OpenID [18:32:35] Heh. [18:32:42] *MZMcBride got pinged.. [18:35:41] 03ialex * r44877 10/trunk/phase3/includes/specials/SpecialStatistics.php: html -> wikitext in table headers [18:36:37] Splarka a question [18:36:52] Special:Contributions lets you view the entire contribution of a spesific user [18:37:05] it also lets you filter that between date ranges [18:37:30] What I want to get is a list of edits of a user to a sepsific article [18:37:39] if he or she made 5 edits I only want to see that five [18:38:05] filtering out edits by everyone else and edits of the user to any other page [18:38:13] sort of like mixture of contribs and pahe history [18:39:07] I guess this could be added to page history (an extra text box for username) [18:39:30] what do you think? [18:40:00] API [18:40:45] http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Main_Page&rvlimit=500&rvuser=MZMcBride [18:41:06] That's a pretty cool feature. [18:41:20] stop me if you've heard this one [18:41:35] "I could make a gadget temporarily until they add the feature" [18:41:52] You're a gadget. [18:42:00] you're a vaporware feature [18:42:16] spa thats nice [18:42:22] Baby, I'm not just a feature, I'm the whole program. [18:42:23] but I need this to present evidence toa rbcom [18:42:33] Did anyone fix my bug yet... [18:42:38] It would work best if I could make those clickable and linkable [18:42:41] linking to the API isn't any less authoritive [18:42:49] [http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Main_Page&rvlimit=500&rvuser=MZMcBride click me] [18:42:57] He means the results. [18:43:10] Splarka yes but when I go there it doesn't let me display the diffs [18:43:12] does it? [18:43:12] well, you can't [18:43:18] heh [18:43:29] well, no, because diffs aren't in the API yet [18:43:43] ?diff=prev [18:44:06] 03(mod) When nesting refs using cite.php extension, the ordering is wrong - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16330 +comment (10happy_melon) [18:44:09] Splarka wouldnt revid="250138233" + diff=prev help with just that? [18:44:33] yep, start copy-pasting [18:44:59] um [18:45:03] um what? [18:45:05] I'd rather do this in a different way [18:45:10] good for you [18:45:12] bugzilla [18:45:13] there are tens of thousands of edits I am investigating [18:45:35] Congratulations. [18:45:43] Splarka every time I edit bugzilla god kills a Simetrical [18:45:53] Then it's good you haven't edited Bugzilla yet. [18:45:56] 's okay, he comes back to life after 3 days [18:46:09] Splarka oh he is an undead [18:46:11] >:D [18:46:18] [:-) [18:46:26] Look, he's wearing headphones. [18:46:29] How peaceful. [18:46:45] MZMcBride merely the quiet before the storm [18:46:47] looks more like a cinematic frankenstein's monster forehead [18:46:59] Prove it. [18:47:15] API is an extension right? [18:47:19] no [18:47:35] BotQuery was an extension. [18:47:37] API is core. [18:52:19] 03(NEW) Ability to list user revisions on a spesific article - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16745 15enhancement; normal; MediaWiki: History/Diffs; (wikipedia.kawaii.neko) [18:52:38] Splarka I hope you are happy [18:52:45] I sacrificed a Simetrical [18:53:16] *Splarka gives him some vitamin C [19:01:25] That's a dupe of something. [19:01:50] Why is it so hard to find dupes these days? Wretched kids, going and filing all these new-fangled bugs so I can't find the important things. [19:01:59] *Simetrical wanders off to assemble his menorah [19:02:46] Splarka: So, about that message on the move form. [19:02:51] Why is it going to make you sad? [19:03:40] 03(mod) Filter page histories by user, or contributions by title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10788 +comment (10paul.copperman) [19:03:41] 14(DUP) Ability to list user revisions on a spesific article - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16745 +comment (10paul.copperman) [19:04:44] is it? which message? [19:04:49] oh, about the user page? [19:05:05] no, what made me sad is your attitude about it [19:05:13] >_> [19:05:47] I usually pick whatever I want for site-specific hacks. [19:06:02] For ids, yeah. [19:06:07] So do you. [19:06:11] And then just have it place a template there. [19:06:31] Allows for easy changes to be made in the future (no JS knowledge required). [19:06:33] ^ you mean an extra API call every load of such a page? [19:06:47] _that_ is sad [19:06:54] at least as JS it can be cached [19:07:14] Well, a well-written script would only do the extra call on certain MovePages. [19:07:28] Where PageName == Username or whatever. [19:07:30] "I am above the cache" [19:07:45] Well, someone could implement this feature properly. [19:07:56] But we've instead chosen to make a separate right and then give it to everyone. [19:07:56] *cough* editnotice, heh [19:08:01] So the cache can kiss my ass. [19:09:13] [19:09:26] only reliable place in the move form that has the old title, it seems [19:09:53] no namespace, no other data [19:10:01] Wow. [19:10:05] so you'd have to parse it assuming the namespace is named 'User' [19:10:11] and of course, parse for / [19:10:12] Bah. [19:10:34] just you watch [19:10:41] few years from now someone'll say... [19:11:03] "User namespace is disrespective to automated editors" "Well, we never expected bots to make up a significant percentage of editors, sorry" [19:11:08] and it'll be changed to Editor: [19:11:09] *MZMcBride takes his rage out on Bugzilla. [19:11:21] Splarka: We've already had that proposed. [19:11:30] Splarka: I remember someone suggested creating a new type of user just for bots [19:11:31] there ya go [19:11:56] so, such a script is possible but it won't copy to other projects easy and will be a bit fragile [19:12:05] and won't work on pure onload [19:12:21] so it'll have to load on all page moves, check the dom for that element for that value, and then instigate if true [19:12:23] RAAAAGE. [19:12:36] Incredible Sulk [19:12:45] 03(mod) When nesting refs using cite.php extension, the ordering is wrong - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16330 +comment (10b-jorsch) [19:13:26] 03(NEW) Need better way to handle "Talk:Image:Foo.jpg" page titles - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16746 15enhancement; normal; MediaWiki: General/Unknown; (public) [19:13:34] body.mediawiki a[title="User:MZMcBride"] {font-size:150%;font-weight:bold;color:#00FF00;} HULK MAD [19:14:41] hmm [19:15:33] Is there a way to internationalize boxes in the menu ? With http://www.mediawiki.org/wiki/Extension:LanguageSelector, I'm able to change defaults boxes (navigation, toolbox), but this doesn't affect user defined boxes. Is there a way to do this ? [19:15:53] 03(NEW) Make 'move-rootuserpages' admin-only on en.wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16747 15enhancement; normal; Wikimedia: Site requests; (public) [19:16:07] *MZMcBride sets the timer. Countdown to WONTFIX... [19:17:18] 03(mod) Phase I usernames with underscores break the system. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=323 +shell; +comment (10Simetrical+wikibugs) [19:17:26] MZMcBride, that needs consensus, doesn't it? [19:17:42] Simetrical: Fiat. [19:17:45] MZMcBride is above consensus [19:17:50] Indeed. [19:17:53] Executive fiat. [19:20:00] O_o [19:20:08] Who is this Redirect fixer? [19:20:15] And why doesn't it work probably? [19:20:17] MW 1.13 feature. [19:20:23] And it's now disabled by default. [19:20:36] MZMcBride: you should ask for MediaWiki:movepagetext to have a parameter, $1 for the 'old title' [19:20:41] then you can do what you want in parser functions [19:20:59] Think of the message cache. [19:21:48] so... [19:22:30] in regards to the message cache... you think a few bytes into that message, is worse than putting a few k of Javascript into the MW namespace... [19:22:48] ParserFunctions still destroy cache. [19:23:10] And I'm not saying one's better, I'm just saying your high horse isn't so high. [19:23:11] ahh, that's cache [19:23:19] messagecache is bloated by extra anything [19:23:38] (well memcache) [19:23:44] Memory cache? [19:23:46] isn't it fun having 5 layers of cache? [19:23:57] my high horse? [19:24:08] hey, you want a feature [19:24:11] Regarding cache. [19:24:14] just trying to tell you the least sucky way to do it [19:24:20] And my destruction of it. [19:24:35] it isn't even slightly comparable in server stress to a parserfunction in MediaWiki:Pagetitle [19:24:52] MediaWiki:movepagetext needs only the OldTitle parameter? [19:24:53] Nothing else? [19:24:58] well, _you_ brought it up [19:25:08] and I simply pointed out your other suggestion was worse for it [19:25:16] Wouldn't it also need something else... [19:25:26] what? new title? mmm, psychic messages [19:25:42] not until Sirius Cybernetics takes over MW [19:25:50] No. [19:25:52] But what would the ParserFunction look like? [19:25:57] {{#ifeq:{{PAGENAME}}|$1 ... ? [19:26:06] I don't think that will work. [19:26:20] #titleparts [19:27:35] (I have no idea if that works on $1 currently, but if not, after getting $1, open new bug ^_^) [19:28:32] http://test.wikipedia.org/wiki/Special:MovePage/Talk:Main_Page?action=purge [19:28:38] Still hasn't updated...... [19:29:22] MZMcBride: you should ask for MediaWiki:movepagetext to have a parameter, $1 [19:29:28] you do know it doesn't have parameters yet, right? [19:29:48] I changed the message. [19:29:56] And my changes still aren't reflected on the move form. [19:30:00] I see them [19:30:15] I don't... [19:30:22] try another page [19:30:37] http://test.wikipedia.org/wiki/Special:MovePage/User:Splarka [19:31:13] I must have changed the wrong message or it's not updating. [19:31:21] But I removed the bold from "WARNING!" ... [19:31:28] And it's still bold. Two browsers. [19:32:00] http://test.wikipedia.org/wiki/Special:MovePage/User:Splarka?uselang=en [19:32:19] brb [19:32:21] Oh FFS. [19:33:00] 03(mod) CategoryTree: If called on non-existent category, exposes strip markers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16744 +comment (10roan.kattouw) [19:33:16] 03(mod) Transcluded Special:Newpages and Special: Newimages expose strip markers and desanitize html when returning zero results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16129 (10roan.kattouw) [19:37:25] 03(mod) Filter page histories by user, or contributions by title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10788 -schema-change ; +comment (10roan.kattouw) [19:41:50] 03(mod) CategoryTree: If called on non-existent category, exposes strip markers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16744 (10paul.copperman) [19:46:56] Is there a way to internationalize boxes in the menu ? With http://www.mediawiki.org/wiki/Extension:LanguageSelector, I'm able to change defaults boxes (navigation, toolbox), but this doesn't affect user defined boxes. Is there a way to do this ? [19:47:11] (whoops, sorry, wrong key.) [19:47:40] http://www.twistedpencil.com/index.php?showimage=153 [19:58:25] 03(mod) Transcluded Special:Newpages and Special: Newimages expose strip markers and desanitize html when returning zero results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16129 (10paul.copperman) [20:00:22] hmmm [20:00:37] I'm really starting to think the problem is in the addCRAP() functions [20:01:04] hmm [20:01:12] (like he just said, dur) [20:01:22] Hi. I've one problem. I uploaded all files mediawiki and when I open my wiki in browser I can see "Please set up the wiki first.", but when I click on "set up" I don't have any forms ;/ What it is? [20:07:03] Can someone send my deafult LocalSettings.php file? [20:07:36] perfect: just read the instructions thoroughly [20:12:35] piksi: but I can't run config script [20:17:52] 03aaron * r44878 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Use makeTitleSafe() [20:23:06] 03simetrical * r44879 10/trunk/phase3/skins/common/wikibits.js: [20:23:06] Break long line for diff comprehensibility [20:23:06] Should cause no functional change. [20:32:59] 03(mod) Parser functions to obtain talk page, namespace, talk namespace, basename, etc. for named targets - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8249 (10b-jorsch) [20:33:05] 03(mod) Parser functions to obtain talk page, namespace, talk namespace, basename, etc. for named targets - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8249 +patch (10b-jorsch) [20:52:57] MZMcBride do you have commit rights by any chanse? [20:54:00] 03(mod) Filter page histories by user, or contributions by title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10788 (10wikipedia.kawaii.neko) [21:02:46] 03aaron * r44880 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php api/ApiReview.php): (bug 16278) FlaggedRevisions extension: API "sighting" of revisions (patch by Paul Copperman) [21:02:49] 03(FIXED) FlaggedRevisions extension: API "sighting" of revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16278 +comment (10JSchulz_4587) [21:11:15] 04(REOPENED) A way to bypass Spam Blacklist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12896 +comment (10maxsem.wiki) [21:16:05] Folks.. how do I edit MediaWiki:Sidebar [21:16:13] I am logged in as admin.. but I dont see the "edit" tab [21:19:04] i have a personal wiki and id like to hide the prefix on interwiki links .. like: [[w:something]] becomes "something" not "w:something" .. is there any way to do it, other than [[w:something|something]] ? [21:19:09] Splarka: ;) [21:19:36] znx: there is pipe magic, but that is a save transformation [21:19:49] eg, [[w:something|]] will turn in to [[w:something|something]] but only on save (like subst: or ~~~~), so you can't template it [21:20:13] ugh [21:20:29] the pipe magic looks like my best bet then [21:20:31] you could make a template like {{foo|Main Page}} -> [[w:{{{1}}}|{{{1|{{{2|}}}}}}]] [21:20:40] White_Cat: Nope, sorry. [21:20:53] !sidebar | larzen [21:20:53] --mwbot-- larzen: To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [21:21:12] larzen: You'll likely have a create tab, not an edit tab. [21:21:28] ahhh ;) yes [21:21:30] Splarka: finally, is there any tools out there to check these interwiki links work? [21:21:58] im just manually checking at the moment [21:24:28] you mean, click each one and turn them red or such? [21:25:41] Splarka: i mean something i can run across my wiki that will confirm a page exists at the other end [21:25:50] not just a page actually .. an entry [21:28:11] too much to hope for maybe ;) [21:28:20] 03(mod) Special: RevisionDelete should have clearer logs for individual revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15814 (10public) [21:28:44] *MZMcBride broke the rules. >_> [21:31:20] 03aaron * r44881 10/trunk/ (4 files in 3 dirs): [21:31:20] *Replace crappy BeforeWatchlist hook [21:31:20] *Updated LQT accordingly [21:31:20] *Will add flaggedrevs function to this shortly [21:32:06] Bah. He's committing but isn't on IRC. [21:33:59] 03(NEW) Null revisions are stored in the database with rev_len= null - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16748 normal; normal; MediaWiki: Page editing; (paul.copperman) [21:35:01] I think bug summaries that describe wanted behavior are better. [21:35:12] Rather than explaining current behavior. [21:36:59] thanks for the assistance Splarka .. links are looking good :) [21:40:00] 03aaron * r44882 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.hooks.php FlaggedRevs.php): [21:40:00] * (Bug 16636) Add "diff to last sighted version" to watchlist [21:40:00] * Rename function [21:40:05] 03(FIXED) Add "diff to last sighted version" to watchlist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16636 +comment (10JSchulz_4587) [21:44:14] 03(mod) Null revisions are stored in the database with rev_len=null - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16748 (10paul.copperman) [21:49:21] 03(mod) Null revisions are stored in the database with rev_len=null - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16748 +need-review +patch (10raimond.spekking) [21:51:48] 03aaron * r44883 10/trunk/extensions/FlaggedRevs/specialpages/RevisionReview_body.php: Update RC on unreview [21:52:39] 03(mod) Null revisions are stored in the database with rev_len=null - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16748 (10paul.copperman) [22:13:23] 03aaron * r44884 10/trunk/extensions/FlaggedRevs/specialpages/RevisionReview_body.php: Fix for r44883 [22:36:06] 03catrope * r44885 10/trunk/phase3/includes/Revision.php: (bug 16748) Null revisions are stored in the DB with rev_len=NULL. Patch by Paul Copperman [22:36:17] 03(FIXED) Null revisions are stored in the database with rev_len=null - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16748 +comment (10roan.kattouw) [22:41:28] 14(WFM) Special:Whatlinkshere does not list transcluded template links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16743 +comment (10roan.kattouw) [22:49:56] 03(mod) Rename Special:IPBlockList - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16738 (10stwalkerster) [22:53:34] 03(NEW) Stray submit button on Special: CentralNotice listNoticeDetail - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16749 15enhancement; normal; MediaWiki extensions: CentralNotice; (brion) [22:55:04] Anyway to "optimise" the installation so it loads faster, or is that depend on the various hardware [23:08:56] 03(NEW) class='mw-imagepage-duplicates' contains old image-links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16750 minor; normal; MediaWiki: Images; (Schwalbe.Wikipedia) [23:24:22] Why is rev_len even a NULL column? [23:49:53] 03(mod) Unicode combining characters are difficult to edit in some browsers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16697 (10lang.support)