[00:08:58] 03siebrand * r43170 10/trunk/phase3/languages/messages/ (38 files): Localisation updates for core messages from Betawiki (2008-11-04 00:52 CET) [00:12:10] 03siebrand * r43171 10/trunk/extensions/ (64 files in 55 dirs): Localisation updates for extension messages from Betawiki (2008-11-04 00:52 CET) [00:14:19] 03brion * r43172 10/trunk/extensions/ContributionReporting/ContributionHistory_body.php: skip comments for tiny contributions, since they have a history of being disruptive [00:33:27] 03tstarling * r43173 10/trunk/ (42 files in 3 dirs): [00:33:27] Fixes for r42642: [00:33:27] * Fix excessively abbreviated variable names $y and $m [00:33:27] * Don't use empty() unless you want to suppress warnings [00:33:27] * More documentation for $wgFilterLogTypes [00:33:27] * hide_patrol_log instead of hidepatrollog, camelCase for variable and function names, hyphens for message names [00:33:32] * More spaces, break long lines [00:37:10] parthos? [00:38:29] 03aaron * r43174 10/trunk/phase3/includes/DefaultSettings.php: Fix for r43173. 'patrol' log is part of core; it's not just for extensions. [00:43:33] 03(mod) New tool to delimit scientific notation - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15677 (10Greg_L_at_Wikipedia) [00:43:52] 03tstarling * r43175 10/trunk/phase3/includes/LogEventsList.php: Escaping once is enough. [00:44:15] 03tstarling * r43176 10/trunk/debs/ (3 files in 3 dirs): [00:44:15] * Added MegaCli handling. [00:44:15] * Suppress stderr from arcconf [00:44:43] How can I retrieve an article in its wikiformat? (programmatically) [00:44:52] not html [00:45:22] Use the API, if it's available. It's usually at domain.com/w/api.php. [00:45:30] 03tstarling * r43177 10/trunk/debs/update.sh: Revert local hack for RAID packaging [00:45:37] (Or "api.php" in the equivalent file path.) [00:46:15] for api: action=query&prop=revisions&rvprop=content&titles=FOO [00:46:30] 03tstarling * r43178 10/trunk/tools/invoice-generator/ (conf.php.sample invoice.php): Added optional Cc header support [00:46:41] but you can also use action=raw&title=FOO on index.php usually [00:48:46] 03(NEW) link not working properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16234 major; normal; MediaWiki: Email; (triode1) [00:49:14] brion: http://www.nabble.com/Worst.-Survey.-Ever.-to20280834.html :) [00:51:12] yah, good use of bugzilla there... [00:51:38] Pathoschild: We've been looking at the API documentation but don't quite get how to do that. [00:51:41] How does that relate to Email? [00:53:27] MZMcBride: obviously because bugzilla uses email and... well.. Chewbacca defense [00:53:31] Does the API need to be enabled in order to use it? [00:53:42] Or should it just work by default? [00:54:03] Example: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Example&rvprop=content&rvlimit=1 [00:54:04] master__: what version of mediawiki are you on? [00:54:10] It has a configuration variable, but is enabled by default in most versions. [00:54:25] Configuration variables, rather. [00:54:25] Splarka: 12.0.0 [00:54:35] Heh. [00:54:49] quick, give me lottery numbers for December 2008 [00:54:53] I mean... 1.12.0 [00:54:54] before this window to the past closes [00:54:57] doh [00:55:15] 1.12.0 (r611) [00:55:25] Wut? [00:55:26] well, you probably know your scriptpath, where /index.php is, right? [00:55:36] of course [00:55:40] Are you on some weird distribution? [00:55:48] RHEL 5 [00:56:06] replace index.php with api.php, do you see the help message? [00:56:14] (no parameters) [00:56:23] Don't replace index.php in the filesystem! Just change it in the URL. [00:56:27] You don't want to delete index.php. :) [00:56:34] Heh. [00:56:38] AaronSchulz: that survey has had... issues :) [00:56:39] Simetrical: I hope they aren't _that_ literal [00:56:52] *Splarka replaces Simetrical with Folger's Crystals, lets see if he notices [00:57:05] MZMcBride, probably the r611 is because of some weird confusion, it looking at a different SVN repo from expected. Like if they've committed MW to a local repo. [00:57:14] blank page... um.. there's a lot of apache redirects and stuff.. [00:57:15] Normally the rXXXXX shouldn't appear at all in actual releases. [00:57:24] apache aliases, I mean [00:57:34] can you link to your site? [00:57:46] brion: http://www.mediawiki.org/w/index.php?title=Special%3ACode%2FMediaWiki%2Fpath&path=%2Fbranches%2FCentralNotice-SpecialPage-Integration%2F [00:57:49] Nabble fails for using frames in 2008. [00:57:52] are you reviewing that? [00:57:54] if you have a null article and null script path, then we let bri*n stab you [00:58:14] *And* trying to redirect using JS if you try to unframe it. [00:58:36] Got it.. http://wiki.wsu.edu/ctltwiki/resources/api.php [00:58:54] I'd multiple wikis.. drupal style.. [00:59:20] master__: action=query&prop=revisions&rvprop=content&titles=FOO [00:59:47] ok.. wow.. thanks.. [00:59:50] I will play with that. [00:59:55] er.. in theory [01:00:00] *Splarka wonders why it gives error [01:00:12] > unknown_action: Unrecognised value for parameter 'action' [01:00:38] So the query has to be made to the api.php program, not index.php? [01:00:44] weird distributions for the... wtf [01:00:46] well [01:00:59] you can also do... index.php?action=raw&title=FOO [01:01:11] less control, no formatting [01:01:34] *brion peeks at codereview [01:01:37] very limited mime types (x/wiki, text/css, text/javascript, one or two others) [01:02:01] er or was it text/x-wiki [01:02:13] It should be. [01:02:15] I am looking to just get in wiki notation--not html.. [01:02:23] well, that is what action=raw is [01:02:47] http://en.wikipedia.org/w/index.php?action=raw&title=Foo&ctype=text/javascript [01:02:50] Yeah.. ok.. thanks.. This is so we can use it for the help pages for another application. The application will parse our what it wants. [01:03:04] ahh, there it is: [01:03:05] $allowedCTypes = array('text/x-wiki', $wgJsMimeType, 'text/css', 'application/x-zope-edit'); [01:03:11] AaronSchulz: did you get a private message from me? [01:03:25] hey, no passing notes in class [01:04:59] thanks massively gotta go now.. [01:16:02] 03dale * r43179 10/trunk/extensions/MetavidWiki/skins/mv_embed/ (5 files in 3 dirs): re-order clips updates, style fixes [01:19:11] 03aaron * r43180 10/trunk/phase3/includes/Linker.php: Revert r42890, this is not static [01:25:05] AaronSchulz: while you're poking about -- https://bugzilla.wikimedia.org/show_bug.cgi?id=15276 <- looks like one change got half-reverted somewhere, i think we need to repoke the rc2UDP bits in CentralAuth? [01:25:41] UDP was moved back to RC by you...hmm [01:25:48] *AaronSchulz checks [01:28:33] 03aaron * r43181 10/trunk/extensions/CentralAuth/CentralAuthUser.php: UDP class was reverted back into RC class [01:32:18] O_O [01:32:19] 03(mod) [PATCH] Nostalgia skin has no user pages links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15868 +comment (10nsk) [01:32:33] AaronSchulz: fix the bug pliz :D [01:33:07] what bug? [01:33:47] WaRpAtH, the nostalgia one? [01:34:01] nope, the centralauth one ^_^ [01:34:15] *chuck doesn't see it [01:34:21] But I'll look at the nostalgia patch [01:34:22] bug 15276 ^_^ [01:34:32] TimStarling: what's the issue w/ the graph file expiration in http://www.mediawiki.org/wiki/Special:Code/MediaWiki/42627 (aside from the %86400 which has been removed, iirc) [01:34:44] wow a 14 year old developer smarter than me :~( [01:35:05] 03(mod) Create a channel on Wikimedia IRC that logs newly created/ unified accounts on all wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15276 (10JSchulz_4587) [01:35:25] woot [01:35:59] *Mike||busy anticipates [01:36:14] just the %86400 [01:36:27] ooh brion can it be called #global.wikimedia ? [01:36:44] that was removed 27 October 2008 [01:36:49] if it gets done i.e ^_^ [01:36:51] ah super :D [01:37:32] *brion marks it resolved [01:37:36] I didn't check if it had been fixed [01:37:36] but I told him about the exact same error before in another part of the code, and fixed it myself [01:37:47] is there a way of taking a "hot backup" from a mediawiki database on mysql other than having a slave and locking/backing that up rather than backing up the main database ? [01:38:03] yeah i already made him take it out ;) [01:38:05] I'm sysadminning now [01:38:18] code review was getting me down [01:38:22] aww [01:38:27] brion: you made me take what out? [01:38:35] exobuzz: InnoDB! [01:38:40] *AaronSchulz wonders if brion can time travel [01:39:13] speaking of code review, I disabled the Drafts extension on test.wp a week ago [01:39:22] Why do the "el" messages take a long time >< [01:39:28] with a note "contact me for code review" in a few places [01:39:31] brion: was that an answer? :) [01:39:54] or the problem [01:39:55] exobuzz: no need to lock your tables, transaction ensures a consistent read [01:39:56] :) [01:40:32] so you can mysqldump without locking ? there is a myisam table also, but I geuss i can hotcopy that [01:40:32] exobuzz, if you're using InnoDB, mysqldump --single-transaction will do what you want. [01:40:43] TimStarling: it needs more work, but i wanted people to be able to poke at it to test it and get some feedback for Trevor [01:41:02] we've been busy with the fundraiser ever since though :) [01:41:09] we'll get back to it after [01:41:10] there was some issue with it that was delaying scap [01:41:12] Although not for MyISAM, yeah. But the search table probably doesn't need to be 100% consistent. [01:41:15] hmmm [01:41:19] >> It's Bug Monday! Eat a bug. << is that code for wanting developers to focus on bugs related to food? [01:41:26] shouldn't have been. bad code file? [01:41:28] Bugs aren't kosher, I can't eat them. [01:41:39] you know, that day you did an svn up and couldn't get test.wp to work so you went to bed [01:41:39] Except, according to some traditions, certain varieties of grasshoppers. [01:41:45] heh [01:41:54] I think it just required a schema update [01:41:59] yep [01:42:00] Simetrical: perhaps I dont need to backup the search table at all? i mean can that be regenerated at any time ? [01:42:02] but when I opened the source file it made my eyes hurt [01:42:06] :D [01:42:14] "he will learn patience" [01:42:14] exobuzz, yes, sure. Although probably pretty slowly. [01:42:38] Simetrical: my wiki is smaller than yours ;-) [01:42:51] *^demon eats a bug [01:43:12] exobuzz, probably fast enough. I don't run Wikipedia, BTW. :P [01:43:20] *Simetrical runs an awfully small wiki [01:43:21] I don't mean to be too harsh, it's just the usual stuff that you'd expect from someone who hadn't been writing mediawiki code for long [01:43:55] but I want 20 minutes with him at some stage to go through it [01:43:57] (How long does loading a full mysqldump of the Wikipedia database take?) [01:44:52] 03(mod) [PATCH] Nostalgia skin' s search box position makes Ajax suggestions difficult to click on - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15902 (10nsk) [01:46:30] Simetrical: including text? [01:46:38] TimStarling, I suppose so. [01:46:42] To be fair. [01:46:45] 03(mod) [PATCH] Nostalgia skin has no user pages links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15868 +comment (10charlie) [01:46:48] could take a week or so [01:46:51] :) [01:47:01] wow [01:47:08] time to make a few cups of tea [01:47:10] :) [01:47:39] what is the ondisk size of the database ? [01:47:48] ah fabulous, MAMP has stopped working [01:48:01] we don't keep the english wikipedia on a single server [01:48:04] What happens if some catastrophic query gets run on the master and all slaves before anyone can stop it? Is there another slave running with replication delayed or something handy like that? [01:48:19] TimStarling: no estimation ? [01:48:38] it's spread out over 18 external storage text clusters plus a core cluster [01:48:55] I think there's an FAQ entry if you want estimates [01:49:54] http://www.mediawiki.org/wiki/Special:Code/MediaWiki/status/fixme [01:50:01] brion: not too bad [01:50:53] wasn't the CentralNotice branch merged? [01:50:56] i have a simple mysql question.. mysql cant use an index for an "order by" if the where clause is using another field like "SELECT * FROM table where field1=something ORDER BY field2; - why can't it use both field1 and field2 indexes ? [01:51:09] do i not understand how it works internally for example ? [01:51:16] exobuzz, it can use an index on (field1, field2) in that case. [01:51:54] it says it here http://dev.mysql.com/doc/refman/5.0/en/order-by-optimization.html "In some cases, MySQL cannot use indexes to resolve the ORDER BY, although it still uses indexes to find the rows that match the WHERE clause. These cases include the following: The key used to fetch the rows is not the same as the one used in the ORDER BY: " [01:52:02] exobuzz, MySQL can use an index on (field2) for that query, but then it needs to scan the whole index (until it retrieves the LIMIT number of rows, if applicable). [01:52:05] so you end up with a filesort [01:52:20] exobuzz, if it uses an index on (field1), yes, it will be a filesort. [01:52:32] which is slow on large datasets [01:52:55] i worked around it by presorting my data. but what would be the answer otherwise ? (in my case it was read only db so its ok) [01:53:06] exobuzz, adding an index on (field1, field2). [01:53:13] oh i see [01:53:33] so it would be like a combined index ? [01:53:38] Yes. [01:53:59] would i still need the field1 index too ? [01:54:01] 03charlie * r43182 10/trunk/phase3/skins/Nostalgia.php: [01:54:01] Cleaned up some PHP coding style issues, and a few problems with [01:54:01] bug 15868. Patch by NSK Nikolaos S. Karastathis. [01:54:12] 03(FIXED) [PATCH] Nostalgia skin has no user pages links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15868 +comment (10charlie) [01:54:31] No. Normally if you have an index on multiple columns, you don't need an index on a prefix of that same list of columns. [01:54:50] Oh sweet, I think I did that (mostly) right [01:54:50] (although sometimes it's a good idea if the index is on a large number of columns) [01:55:03] ill experiment with that thanks. [01:55:08] chuck, did you update RELEASE-NOTES and CREDITS? [01:55:13] >< [01:55:16] :) [01:55:34] I don't think I need to update RELEASE-NOTES, as it was just fixing some PHP style stuff from a previous patch, right? [01:55:37] do we get a mediawiki 1.14 for xmas brion? :) [01:55:58] Simetrical, And the person is already on the list [01:56:02] of CREDITS [01:56:12] chuck, then you win, yeah. [01:56:41] 03aaron * r43183 10/trunk/extensions/GlobalBlocking/GlobalBlocking.php: Use $wgSpecialPageGroups [01:56:42] haha [01:58:07] nostalgia just isn't what it used to be [01:58:19] :) [01:58:38] Splarka, ;-) [02:02:13] 03(NEW) Ajax search container not working well for skins placing search box in the footer - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16235 trivial; normal; MediaWiki: User interface; (nsk) [02:03:10] exobuzz: if you're a good little exobuzz you may just :) [02:03:27] brion: ill try! :) [02:03:43] chuck, you do realize that the patch you checked in was a significant functional change to the Nostalgia skin, right? Your commit message seems not to mention that. [02:04:27] my mediawiki skin is quite nostalgic [02:04:45] i force a 1985 mouse pointer. that has surely got to annoy some of my visitors [02:04:46] ;-) [02:05:06] 03demon * r43184 10/trunk/phase3/includes/StubObject.php: Minor tweak in debug output. Makes much more readible (and per most other debug statements that mention the calling method), since -> gets turned to -> in the debug comments. [02:05:23] *AaronSchulz gets tired [02:05:33] http://www.exotica.org.uk/wiki/Main_Page (its surely been about a month since i spammed) :) [02:05:47] Simetrical, Oh.. sorry, I didn't know a few more links constituted a significant change [02:06:23] chuck, significant enough to be noted in RELEASE-NOTES and in your commit summary, certainly. Your commit message made it sound like a question of code style. [02:06:47] chuck, see my comments on the bug. I'm not clear if the change is really desired. [02:07:16] Nostalgia is *meant* to be the way things used to be. Changing its aesthetics is questionable. [02:17:03] 14(INVALID) [PATCH] Nostalgia skin' s search box position makes Ajax suggestions difficult to click on - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15902 +comment (10nsk) [02:19:26] *werdnus waves here too. [02:19:58] *Soxred waves here too [02:21:04] oh hai werdnus and Soxred [02:21:21] *Soxred is bored [02:21:58] Soxred: don't say that in here. [02:22:19] Soxred, Fix some bugs, it's Bug Monday today :P [02:22:20] Yes, that wasd intended for another channel anywat [02:27:32] Only 5 open bugmonday bugs [02:28:00] aww [02:28:11] *brion had a fundraiserbug monday :P [02:28:16] next week will be funner :D [02:28:27] ok, headin' home to get dinners and sleeps [02:29:19] *chuck wonders what irc client brion uses [02:29:35] maybe pidgin [02:29:44] *puke* [02:34:35] chuck, CTCP VERSION him sometime. [02:41:43] hey Simetrical [02:41:51] I know what Brion uses. [02:41:54] colloquy. [02:42:10] *Simetrical was going to say that he had heard a fair number of Mac people used that [02:43:13] *^demon|brb is playing with his new Mac :) [02:44:12] ^demon: worth getting? [02:44:21] I'm pondering possibly maybe getting a new laptop. [02:44:25] *Simetrical hates the blasted interface [02:44:28] <^demon> werdnus: 24in iMac desktop :) [02:44:44] *Simetrical will only use Linux, of course . . . not just ideologically, likes being involved in improving his OS [02:45:06] well, if I don't get a macbook, I'll certainly switch to ubuntu. [02:45:07] <^demon> I just had to turn in my Mac laptop for work (17in powerbook, due to layoff), so I went out and got a new mac to make myself feel better :p [02:45:08] *Soxred is going to upgrade his mac soon [02:45:22] ^demon: you got laid off? [02:45:23] *Simetrical wants to strangle himself whenever he has to edit text on a Mac, though, since half the shortcuts mean something significantly different if they works at all [02:45:36] From Mac 10.4 to 10.5+Ubuntu [02:45:36] http://www.exothermia.net/monkeys_and_robots/2008/11/03/code-to-scape-cnncom-election-results/#more-34 [02:45:46] <^demon> werdnus: Yeah :-\ [02:45:58] ^demon: what was your sin? [02:46:40] <^demon> Being an intern and therefore an acceptable loss to Budget's latest rounds of cuts. [02:46:40] *Simetrical goes to bed [02:46:57] ^demon: :( [02:47:06] I start my new job on monday :P [02:47:13] werdnus, what job would that be? [02:47:14] *^demon needs a job [02:47:23] Simetrical: contracting for wmg [02:47:24] wmf* [02:47:26] *Simetrical has never done a real day's work in his life [02:47:30] werdnus, ah-ha, you too. [02:47:35] I've considered it, but I don't have the time. [02:47:52] It's just Aaron and I, AFAIK. [02:47:55] I should be doing stuff like, you know, schoolwork. [02:48:07] I'm taking a year off that nonsense. [02:48:09] :P [02:48:54] Paying for your own upkeep or what? [02:49:09] yeah, moving out of home in late December. [02:49:20] *werdnus finishes high school in two days. [02:49:30] *Simetrical has never been that independently-minded [02:49:34] *Simetrical is still happily living with his parents [02:49:42] *Simetrical goes to bed srsly now, good night [02:49:45] nn [02:49:51] <^demon> werdnus: I thought about applying for something with wmf, then I remembered I had a job at the time :\ [02:50:34] heh [02:53:59] 03demon * r43185 10/trunk/phase3/includes/ (ChangesFeed.php specials/SpecialRevisiondelete.php): Remove some unused globals. [03:07:30] saying the word Nostalgia make me feel like vomitting :S [03:07:41] <^demon> Harhar: http://blog.wired.com/defense/2008/11/air-force-aims.html [03:07:58] werdnus: ooh new contractor like timmy ? :D [03:09:12] WaRpAtH, ;-) [03:09:44] :D [03:32:48] 13:07 < WaRpAtH> werdnus: ooh new contractor like timmy ? :D [03:32:51] no, not like Tim. [03:32:59] I'm a single-purpose contractor :P [03:33:03] well, one purpose at a time. [03:33:55] O_O [03:34:03] to take over the world? O_O [03:34:35] btw, isn't this the month Timmy gets hitched? :) [03:35:37] ij ust hope angie doesn't wear a wedding dress with a wikia logo on the back and timmy with a wikimedia logo on the back of his tuxedo XD [03:36:16] 23rd. [03:40:14] werdnus, what's your purpose? :P [03:45:05] *werdnus fires up unetbootin. [03:45:13] chuck: I've got some projects. You'll probably hear about them soon. [03:49:06] werdnus, oh mai gosh, secret projects? [03:49:42] 03nad * r43186 10/trunk/extensions/RecordAdmin/ (RecordAdmin.php RecordAdmin_body.php): make forms css class type-record not recordadmin [03:50:38] chuck: no, I just don't feel like explaining for the tenth time :p [03:50:54] werdnus, :< please, do explain one more time :P [03:52:04] Quick, I need a name for my laptop [03:55:25] sphix [03:55:26] werdnus, lappy is always good [03:55:37] if not that, then go with poqcmw [03:55:46] *werdnus runs pwgen and picks a name. [03:56:16] Iept Chiu Iaew Ghea Uact Ploe Oept Scree Woi Oaht Ioaglei Ieowhue Krout Riesth Eyxiea Yeautl Viosm Uagoe Uecfau Eauquioe [03:56:32] meifeime [03:58:20] name it brion [04:01:36] chuck: He's asleep, I think its the middle of the night where he is [04:02:56] 8pm, and he meant "name it 'brion'" [04:03:01] *Splarka pokles MJ ^_^ [04:04:43] Splarka: Ahh. I thought he was asking brion to name it :) [04:09:48] *chuck thought brion lived in san francisco or something [04:10:08] chuck: He does, as far as I know (or at least thought) [04:11:33] he does. [04:29:58] r [05:14:22] I haven't tried it, but how horrible is MediaWiki support for IIS/SQL Server (or just IIS and MySQL) [05:16:15] (ignoring performance, i've got a group of W2k3 servers one of which will be pretty much dedicated to running two copies of mediawiki and a small 3-page static site [05:32:23] 03(mod) Provide preference-based autoformatting for unlinked dates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10cyp) [05:52:13] 03raymond * r43187 10/trunk/phase3/maintenance/language/messages.inc: Follow up per r43173: message was renamed. [05:53:20] 03(mod) syntax to transclude a page without the containing page inheriting categories , interlanguage links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=835 (10nocat>... construct would fulfil our original request. [05:53:20] -- [05:53:21] Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email [05:53:23] ------- You are receiving this mail because: ------- [05:53:25] You are the assignee for the bug. [05:53:27] You are watching all bug changes. [05:53:31] _______________________________________________ [05:53:33] Wikibugs-l mailing list [05:53:35] Wikibugs-l) [05:53:38] heh [05:53:44] *werdnus giggles amusedly. [05:53:58] So now I know how wikibugs gets alerts. [06:38:25] hi [06:40:12] I'm having trouble getting MediaWiki::API working on fedora... "Can't load '/home/dmb/perl5/lib/perl5/i686-linux/auto/JSON/XS/XS.so' for module JSON::XS: /home/me/perl5/lib/perl5/i686-linux/auto/JSON/XS/XS.so: undefined symbol: PL_unitcheckav at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 70." [06:40:29] can anyone help? [08:03:34] 03(mod) filter history of edits on bots (hidebots=1) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16228 +comment (10dungodung) [08:20:10] 03raymond * r43188 10/trunk/extensions/ContactPage/ (ContactPage.i18n.php SpecialContact.php): [08:20:11] * Make form consistent with Special:EmailUser [08:20:11] * Use proper XML functions [08:20:11] * Use CSS classes for table construction for proper RTL support [08:20:11] * Move : into messages for consistency [08:52:05] <_wooz> lo [09:25:14] Hi all. I'm new to mediawiki and am trying to set it up on my intranet for developers to use as a collaboration tool. I get the "Can't write config file aborting." when trying to run the config via browser. I checked the dir permissions on my linunx box conf dir... and it has the read/write access [09:25:34] <_mary_kate_> for everyone? [09:27:15] the dir has, what about the file inside ? :o [09:27:32] <_mary_kate_> the files inside don't need write access to the web server [09:27:46] hmm [09:27:52] most adults are actually pretty juvenile [09:27:53] http://definr.com/definr/stats [09:27:55] :o [09:29:08] what, sex is only 3rd and food is first ? :o [09:30:18] priorities [09:30:55] hmm [09:32:19] well, the internet is for porn [09:32:37] for food, you got your mom or wives [09:35:52] *crickets chirp* [09:44:40] alrex021_: uh... which directory *exactly* are you talking about? also, *who* has read/write access to that dir? [09:45:58] http://stats.grok.se/en/top [09:46:02] we're a bunch of perverts :P [09:46:10] look at commons's [09:46:29] that thing doesn't have commons, does it? [09:46:38] http://stats.grok.se/commons/top well... [09:46:41] oh it does [09:46:57] 13h 13m 30s until the polls close in Indiana and Kentucky [09:47:04] index.html? wtf? [09:48:14] DarkoNeko: since this is evaluation squid hits, i suspect it's actually looking at http://commons.wikipedia.org - which is the old url, and not really used any more. [09:48:15] <_mary_kate_> perhaps it considers / or /wiki/ with no filename as index.html [09:48:24] maybe [09:48:29] that's likely [09:48:36] http://stats.grok.se/en/200808/Sarah_Palin [09:48:38] check that out [09:48:56] yeah, the fun fact is it's hte same for other wikis too :) [09:49:46] yea, goes from "who the fuck..." to "oh no, that chick" in no time. [09:49:50] http://stats.grok.se/en/200808/Human_penis_size [09:49:55] http://choixduchaos.blogspot.com/2008/10/qui-est-sarah-palin.html <- in french, but well, there's the pic [09:49:56] *g* [09:50:12] http://stats.grok.se/en/200809/Human_penis_size -- why the sudden spike? [09:50:47] This article ranked 915 in traffic on en.wikipedia.org. <- <_< [09:50:48] werdnus: world penis day? [09:50:58] http://stats.grok.se/en/200808/Locus [09:51:00] wht the hell? [09:51:23] Oo [09:51:32] main page display ? [09:51:40] <_mary_kate_> werdnus: people were looking for palin but forgot the 't' [09:51:50] palint ? :D [09:51:54] just kidding [09:51:57] Locust? [09:52:15] http://stats.grok.se/en/200808/Locust well... [09:52:39] http://stats.grok.se/en/200808/2_Girls_1_Cup [09:53:23] YouPorn is more popular than Harry Potter. [09:55:29] 03(NEW) Search persistently fails for certain namespace selections - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16236 normal; normal; MediaWiki: Search; (matthew.britton) [09:58:06] 03(NEW) Sort results by date - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16237 15enhancement; normal; MediaWiki: Search; (matthew.britton) [09:59:06] Duesentrieb: /config dir [09:59:56] <_mary_kate_> timeline extension = lamest thing ever [10:00:02] <_mary_kate_> root@ms1:/mnt/upload4/wikipedia/en#ls timeline | wc -l [10:00:03] alrex021_: ok then. what exactly are the permissions? [10:00:04] <_mary_kate_> 193154 [10:00:18] alrex021_: and the ownership? [10:01:25] 03(NEW) Search should return shared repository results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16238 15enhancement; normal; MediaWiki: Search; (matthew.britton) [10:04:26] Duesentrieb: I've checked my apache logs and no errors. I only see a HTTP 200 Response [10:05:12] alrex021_: that's no surprise. there's no web server error. and it's already telling you what the problem is. it can't write the file. [10:05:18] the remaining question is: why? [10:05:31] so, please give the exact file permissions and ownership. [10:05:43] should you be using SE Linux, also check ACLs [10:09:59] drwxrwxrwx 2 apache apache 4096 Oct 2 19:16 [10:10:25] <_mary_kate_> ACLs aren't what you need to check if you use selinux - rather, policies, or whatever it's called [10:13:00] whatever :O [10:13:18] alexanderwz: world writable is a bit dangerous, but yes, it should be able to write. [10:13:35] unless teh disk is full, or you have php safe_mode preventing it, or something like that [10:15:39] yay [10:15:45] at least some sense in https://bugzilla.wikimedia.org/show_bug.cgi?id=4582 [10:15:50] altough it is still horrible [10:17:46] what about apache config? I set chown for my root dir of mediawiki to apache.apache [10:35:45] Ok, I turned off SeLinux and it worked [10:35:45] Not a permanent solution but at least I know where the problem is....policies I take it/ [10:46:52] <_mary_kate_> you probably need to change the context on the config dir [10:46:57] <_mary_kate_> so httpd can write to it [10:49:24] SeLinux is evil [10:59:31] totally agree. We are behind a firewall and this box holds nothing of major importants :) [11:00:19] <_mary_kate_> selinux is useful in some places, but the distributions that turn it on by default are annoying [11:00:33] <_mary_kate_> if you don't have a good understanding of MAC (which most users don't) it's just going to get in the way [11:05:09] MAC? [11:05:18] Media Access Control? [11:05:30] <_mary_kate_> https://secure.wikimedia.org/wikipedia/en/wiki/Mandatory_access_control [11:10:02] $wgLogo, where do I set this to point to our own Wiki Logo? Which file or page? [11:11:16] <_mary_kate_> LocalSettings.php [11:18:46] thx [11:27:59] 14(INVALID) link not working properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16234 +comment (10roan.kattouw) [11:31:57] 03river * r43189 10/trunk/tools/ts-specs/TSphp-nsapi.spec: TSphp-nsapi: new spec [12:44:34] 03(NEW) Allow indexing of all namespaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16239 15enhancement; normal; MediaWiki: General/Unknown; (matthew.britton) [12:48:53] 14(DUP) Search should return shared repository results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16238 +comment (10rainman) [12:48:54] 03(mod) Image from Commons doesn' t show up when searched in Wikipedia search box - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5101 +comment (10rainman) [12:49:41] 04(REOPENED) Image from Commons doesn' t show up when searched in Wikipedia search box - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5101 +comment (10rainman) [12:51:15] 03(mod) Search persistently fails for certain namespace selections - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16236 +comment (10rainman) [13:24:15] 03(mod) Search persistently fails for certain namespace selections with certain search preferences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16236 summary; +comment (10matthew.britton) [13:24:56] 03(mod) Search persistently fails for certain namespace selections with certain search preferences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16236 (10matthew.britton) [13:25:36] 03(mod) Enable Abuse Filter on English Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15684 (10happy_melon) [13:26:47] 03(mod) Search persistently fails for certain namespace selections with certain search preferences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16236 (10matthew.britton) [13:27:59] 03jojo * r43190 10/trunk/extensions/Collection/ (4 files in 2 dirs): added Ajax to rendering page (w/ graceful fallback for non-JS clients) [13:40:29] I want to poke a dev about this texvc bug: 15777 [14:18:42] hm [14:18:52] im confused with the farmer extension \o. [14:18:58] i know it requires patching [14:19:06] does it still require patchign in the svn revision? [14:19:13] of 1.14? [14:30:18] \o. [14:30:19] Fatal error: Call to undefined function wfMsgHtml() [14:30:21] i fail [14:36:45] this reminds me... [14:37:04] we need some kind of tracking extension life.. like if they are being maintained and so on [14:40:24] Nikerabbit, mhm [14:41:33] wekmrwer [14:41:54] it givws a patch \o. [14:41:56] https://bugzilla.wikimedia.org/attachment.cgi?id=2140&action=view [14:42:06] but uim not sure how to patch includes.Setup.php [14:42:48] Fatal error: Call to undefined function wfMsgHtml() in extensions/Farmer/MediaWikiFarmer.php on line 112 [14:42:54] thats the error I''m getting [14:55:00] i give up with farmer [15:00:07] 03yaron * r43191 10/trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php: Fix for handling of alternate forms in red links [15:25:25] so apparently if you have "Lead section.\n\n__NOTOC__\n\n==Headline text==" it shows up as way too much white space [15:25:49] but people like to have blank lines before and after it, like they would a template [15:26:11] so shouldn't this "eat" at least some of the surrounding space [15:26:56] CharlotteWebb: no, because that's how the parser works. Adding special cases/exceptions only complicates -- and possibly breaks -- stuff [15:31:56] :/ [15:47:20] Hi [15:47:34] I have a local copy of wikipedia on my harddrive [15:47:57] and I can load from my database the articles [15:48:13] but I cannot see the portal pages [15:48:57] they are in the database, but when I try to see them, it is said that no pages with the name I tried exist [15:51:22] 03aaron * r43192 10/trunk/phase3/includes/DefaultSettings.php: Fix for r42632: grammar [15:57:52] 03aaron * r43193 10/trunk/phase3/includes/AjaxFunctions.php: Break long line [15:58:15] anyone familiar with the codebase? I'm trying to find out what piece of code is responsible for turning [[Image:...]] into [15:58:18] hey guys im sure you get this all the time but why after i install is the 'Please set up media wiki first' page still there???? [16:00:37] 03(mod) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 (10dasch_87) [16:04:24] any thoughts on why im still getting 'Please set up the wiki first.' page? [16:04:38] hi, if im running CentralAuth then http://www.mediawiki.org/wiki/Extension:SharedUserRights doesnt need to be used correct? [16:04:46] zack1403: whats the issue? [16:07:32] Bluegoblin: the issue is im an idiot. i renamed local settings instead of just moving it to the parent [16:07:46] thanks for the help!!! :) [16:18:39] is there a magic word or parser function that returns the name of the user browsing the page? [16:18:48] <_mary_kate_> no [16:18:55] <_mary_kate_> it would be less useful than you think, because of cash [16:18:59] <_mary_kate_> cache [16:19:02] ah [16:19:04] true [16:19:48] i was pretty sure i'd seen some page somewhere that actually included MY name though, in a way that it wasn't actually my name there [16:20:07] <_mary_kate_> DoctorFender1031: [[Special:Mypage]] [16:20:13] <_mary_kate_> that's a fake link that redirects to the user's user page [16:20:39] hmm [16:21:08] but it actually SAID my name in the link [16:21:22] (i think) [16:22:10] but yeah, i see your point about the cache... so much for having stuff show up only for me... [16:29:00] hi, im trying to import some pages, but i get this error: Fatal error: Call to a member function insertOn() on a non-object in C:\xampp\htdocs\dusti\includes\specials\SpecialImport.php on line 222 [16:29:07] any ideas anyone? [16:29:20] i am running the very latest revision [16:29:57] of mediawiki [16:30:11] which is ? [16:30:30] 1.14alpha [16:30:37] the latest revision from SVN [16:30:51] I'd like to clean up the table (or the file, I don't know where it is stored) where is stored the list of images that have been imported thanks to importImages.php [16:33:47] bloubs: what do you mean by "clean up"? it has one record for every image in the directory that it maintains. [16:34:15] there's the rebuildImages.php script, but if you want to run it depends on what you are trying to do. [16:34:53] if you said anythig please repeat i timed out [16:35:22] Anyone: Why can't I import? [16:36:39] duesentrieb: actually I have imported some images in the images directory of mediawiki [16:37:19] but it is too small to host all images I want to import, and I'd like to configure mediawiki to store images in another hard drive [16:38:17] so, I'd like to clean up the test images I have imported and launch the script again with all the images I want [16:39:17] you mean that if I remove all the content of my directory and launch rebuildImages it will remove the entries ? [16:40:33] i suppose so# [16:40:48] you will have to delete the corresponding pages separately though [16:40:50] another question, does anyone know a way to mirror text? a trivial example would be that "p" would look like a "q" but that would happen with all letters? [16:41:07] but no guarantees, mediawiki does not really account for things getting *really* deleted. [16:41:15] everythign is archived and managed. [16:41:36] D-Fender1031: i don't think that's possible. [16:41:53] damn [16:42:23] SVG can do it [16:42:36] so i suppose you can do it with js on a canvas element [16:42:50] <_mary_kate_> D-Fender1031: do you want to actually mirror the text or do you actually want to turn p into q? [16:42:57] <_mary_kate_> (because the latter would be easy with an extension) [16:43:27] _mary_kate_, mirror text [16:43:36] sadly [16:45:14] specifically, i need this: ⚡ to face the other way [16:46:41] Why can't i import?!?! [16:49:08] Bluegoblin7|Away: It is a known issue, unfortunately. The only solution I have ever found is to simple try again. [16:49:22] As well, it sometimes helps to import only one version then attempt to import all revisions [16:49:33] Mike_lifeguard: I've already tried several times with different files [16:49:38] I'm having issues with SharedUserRights O_O [16:49:57] Mike_lifeguard: Ok, i'll try with one rev. ~~~~ [16:50:04] heh [16:50:05] wtf! why did i just sign there?!?! [16:50:13] SharedUserRights gives database errors >.> [16:50:13] im not having a good day today [16:50:20] it says the tables don't exist [16:51:06] but they do when i do php maintenance/sql.php extensions/SharedUserRights/shared_users_groups.sql [16:52:17] hi [16:52:33] thanks, one revision, no templates has worked [16:52:37] *Bluegoblin7|Away tries more complex ones [16:54:20] I have deleted all images from the directory and after launching rebuildImages.php, refreshImageCount.php still count more than 3000 images [16:55:20] is there a table in the database I can clean up to delete the information ? [16:55:24] I want to create a template, which should get an condition to handle inside the template, but the condition should be given over a parameter. Example: {{template|value|condition={{ifeq:|XXX|1|ABC|DEF}} }}. XXX is a placeholder for an value which is only known inside of the template... is that possible? already tried it with tags and replace, but that doesnt work [16:58:01] hi brion [16:58:56] 03(mod) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 (10siebrand) [17:00:00] :D everything appears to be working [17:00:15] Ok. [17:00:20] i fixed the database error [17:00:23] but... [17:00:32] now SharedUserRights just plain isn't working [17:15:32] 03(mod) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 (10dasch_87) [17:18:39] hm [17:18:43] the main page [17:18:46] the default one [17:18:50] set after install [17:18:55] is tehre a way to edit that? [17:18:57] <_mary_kate_> please, try pressing enter a bit less.. [17:19:24] as i have a wikiffarm and a script to add wikis...And i would like to change the default main page...Is it possible? [17:19:26] like... never. :P [17:21:32] Is it possible to change the default main page that's used afetr installation? withotu editing it AFTER installing? [17:24:13] of course [17:24:58] gewt, in principle, sure, if you really want. [17:25:06] How do i change it though? [17:25:36] Probably editing something referred to by config/index.php. [17:30:55] I have no idea what to edit of those though :( [17:32:19] 03(mod) filter history of edits on bots (hidebots=1) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16228 +schema-change; +comment (10Simetrical+wikibugs) [17:34:22] I have a quick question about images here... [17:35:22] When an image is given a resize tag [200px, for instance], does it actually require greater loading times for the image to resize than if the image were already 200px? [17:36:09] <__20h___> Good evening. [17:36:30] i think you can ignore the longer loading time, its irrelevant [17:36:45] and after the first time it should be in the cache [17:37:36] Aye, it's just the site runs slowly to begin with, so I'm not sure just how much of a difference it makes. [17:37:50] I dunno, someone brought up how it would be "bad" if we did that instead of just having small images. [17:38:02] I just wanted to make sure if there were really any consequences. [17:38:10] Sounds like there aren't. [17:38:48] I use many resized pictures on some pages and have no bad experience with it [17:39:29] I figured as much; I mean heck, tons of Wikipedia pictures are massive, and they've had no problems. [17:39:32] maybe it will take longer when you have very big images..? [17:39:52] None of the pictures have surpassed about 3000 x 3000 px. [17:40:00] hi, anyone using SMW? [17:40:23] me [17:40:31] 03(mod) Enable FlaggedRevs custom configuration on Polish Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16177 +shell (10raimond.spekking) [17:40:32] Well cool, thanks man. You gave me the info I needed. [17:40:33] there were some posts on the mailing list about 'publishing' or ... registering your SMW site with some server using some protocol... anyone know what I'm talking about? [17:40:41] Danwe, coo [17:40:42] ZWAndo, the image will have to actually be resized. This probably won't be too bad, unless the image is really enormous. [17:40:43] l [17:40:56] I'm searching the mail archives, but publish and register don't hit what I remember [17:41:05] @Simetrical: I see, thanks,. [17:41:16] And yeah, they're cached. [17:41:22] <__20h___> My current situation: I changed the main php file of my own skin to use the $this->msgWiki('MenuNavigation'); hack for having an editable menu. For having a truely changable menu I created a template to create such navigation boxes (class="portlet") and changed the content of "MediaWiki:MenuNavigation" to use them. After having changed them, the menu only shows the descriptive template text as much times as a portlet was [17:41:36] Excellent. So it shouldn't be much of a problem at all. The guy was making it sound like the end of the world. [17:41:40] The guy at my wiki. [17:41:42] i think you can registry your own SMW Wiki with a special page. it that what you want? [17:41:53] yeah, I'll search REGISTRY [17:42:00] one moment... [17:42:20] Announcing your wiki to the Semantic Web [17:42:21] :D [17:42:21] Excellent. Thanks for the information, all! :D [17:42:27] I forgot the word 'registry' [17:42:48] Danwe, for a while (a while back) I was trying to kickstart #semantic-mediawiki [17:43:14] oooh! there are actually people in #semanticmediawiki! [17:43:30] faceface: check out Special:SMWAdmin. There is a button for your solution [17:43:45] tanks Danwe I just wanted some info [17:47:14] I'd like to host all my images in another directory than mediawiki/images I've already imported some images in this directory, but now, I'd like to delete them and import another (from local files) to another directory [17:48:57] if I try to import an image with the same name, even if I have changed the wgUploadPath and have removed the content of mediawiki/images it still says that the file already exists [17:50:03] I can't figure out how to change the configuration for images if I have already done something with another configuration [18:03:52] do you think it is safe to remove all pages with the namespace="Image" from the page table ? [18:06:54] or maybe it is possible to configure mediawiki to load images directly from wikipedia instead of copying all images in my hard drive ? [18:10:30] you can enable external images linking [18:10:41] don't remember how, lookat mediawiki.org [18:10:44] for the direct upload from a website set $wgAllowCopyUploads = true; in LocalSettings [18:10:57] Subfader it's not that [18:11:03] your method still copy the images locally [18:11:21] he only wants to INCLUDE? [18:11:34] I only want to include, yes [18:11:38] that's what I understood at last :) [18:11:52] I have a local copy of the french wikipedia [18:12:10] and I don't need to store the images [18:12:32] just the database to provide my own tables to build some visual tools [18:12:38] ic [18:12:41] so, I have the database [18:13:07] if I can show the images without copying them on my hard drive, it would be perfect [18:13:08] must have took forever to import x_x [18:15:39] so, DarkoNeko, you mean that it is possible to configure mediawiki to do it ? [18:15:54] yes [18:15:57] I have to precise that I won't modify the text of articles [18:16:39] so, even with the original version of an article, mediawiki can be able to load the file from the online wikipedia [18:17:07] I think it'll be like when you see a file that is on commons like if it is on fr [18:17:48] http://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos so, use that and put both frwiki and commons [18:18:02] only frwiki's pic won't be enough since most pic are imported [18:18:29] (1er des 2 exemples tout en bas) [18:21:30] I use Extension:Random Pages but I's like to make it more specific to display random links to mp3 files so I'd need to enter sth like "WHERE img_minor_mime = mp3" I tried a lot but can only make it to the Image namesapce :/ Here's the code http://rafb.net/p/R6guqo13.html [18:22:12] Any idea how to include it? I contacted teh author,but he couldn't help me [18:24:07] DarkoNeko: I've copy-paste the code of the section 'using files from wikimedia commons' in my LocalSettings file and I get the following error : "Fatal error: Class 'ForeignAPIRepo' not found in /var/www/mediawiki-1.12.0/includes/filerepo/RepoGroup.php on line 158" [18:31:27] http://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos#Usage what else needs to be installed/enabled? [18:33:06] 03(NEW) Provide a way to get site notices also shown without JavaScript, at least rudimentarily - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16240 15enhancement; normal; MediaWiki extensions: CentralNotice; (Wiki.Melancholie) [18:33:29] ah now it works!... \o/ [18:34:42] yannf [18:34:48] it's not working for me [18:35:13] could you please describe what you've done ? [18:35:25] I just added this §, and after 5 mn, it started working... [18:35:39] in LocalSettings ? [18:35:53] yes [18:35:58] http://www.wikilivres.info/wiki/Image:Charadrius-melodus-004.jpg [18:36:04] did you have the same error than I mentionned before ? [18:36:18] Fatal error: Class 'ForeignAPIRepo' not found [18:36:23] error? no error... [18:36:29] oh ok [18:36:38] i had a plank page before [18:36:40] I have a Class not found error [18:36:45] grrrrrrr [18:37:16] have you installed a specific extension or something else ? [18:40:08] bloubs, no [18:43:40] ok thank you yannf [18:48:15] could someone help me on above posted problem? I feel I'm sooo close to teh solution :/ [18:49:33] yannf: it's because I have an old version of mediawiki [18:50:08] Subfader, you need MW > 1.3 and php > 5.2 [18:50:47] hu no, sorry [18:50:56] hmh i'm on phph 4.x i think. but the code is working as pasted. [18:51:15] i was talking about 'ForeignAPIRepo' [18:51:37] kk [18:56:23] heloo to all! [18:56:32] I have little dumb question :P [18:56:53] what is the name of the first standard wiki administrator user? [18:57:47] eniac_petrov: I guess it is sysop [18:58:06] hm, maybe.. [18:58:11] bloubs, thank you [18:58:49] <_mary_kate_> the default is WikiSysop, but you're meant to change it when you install [18:58:59] <_mary_kate_> (for some reason people don't always change it, though) [18:59:20] <_mary_kate_> you can see all the users on your wiki by going to Special:Listusers [18:59:58] the sysadmin in my school was installed the wiki today. He is idiot :))) [19:00:14] *he is an idiot. I have bad english [19:04:47] I'd like to import images from a local directory to my database in a specific directory that is different from mediawiki/images [19:05:28] I have changed the wgUploadPath variable but the images are still copied in the mediawiki/images directory when I use importImages.php [19:09:15] 03(mod) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 (10siebrand) [19:17:28] 14(WFM) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 +comment (10dasch_87) [19:21:13] 03(mod) Provide preference-based autoformatting for unlinked dates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10billclark) [19:25:46] 03(mod) Provide preference-based autoformatting for unlinked dates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10billclark) [19:34:04] 03rotem * r43194 10/trunk/ (4 files in 3 dirs): Localization update for he, and some whitespace fixes. [19:34:27] I have a problem with importImages.php [19:35:31] when I try to change the directory : if I precise both wgUploadPath and wgUploadDirectory to $wgScriptPath/myimages, the import fail [19:35:45] 03(mod) Provide preference-based autoformatting for unlinked dates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10billclark) [19:36:09] if I put them to /home/myimages the import is ok, but my server can't find the image because of the unknow location [19:41:00] Hi! Help me please to choose, what to install: [19:41:00] "Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching." [19:41:37] I have xcache, but wiki doesn't see it. Maybe wrong package configuration (I'm not php developer) [19:45:29] 03(mod) Provide preference-based autoformatting for unlinked dates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10s.r.e.turner) [20:02:50] Perhaps config.php shouldn't fill in the field with WikiSysop... [20:03:58] 03(NEW) Enable .odt upload - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16241 15enhancement; normal; Wikimedia: General/Unknown; (wiki) [20:08:54] 03(mod) Enable .odt upload - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16241 +shell (10raimond.spekking) [20:31:31] 03straussd * r43195 10/civicrm/trunk/sites/all/modules/fundcore/fundcore.module: Move loading gateways below the initial logging. [20:42:39] just turn on $wgNamespacesWithSubpages for all namespaces and i'm not getting the subpage links in all cases that I have a "/" in the file name. Should they automatically appear if its only one level deep? [20:44:52] hi folks - can i put a break in a numbered list (# entries), using the leading space style (for a SQL command in this case), and then have the numbering continue after the box? [20:45:10] right now if i do # step 1, # step 2
something # step 3 [20:45:15] step '3' starts over with '1' [20:49:25] hmm it look like there a MWNamespace hasSubpages [20:49:44] but I don't understand how it determines with a namespace has subpages or not [20:51:34] i changed an extension to my needs but it only shows results on preview when i include the parser tag. after saving it's not shown. Here's the code http://rafb.net/p/ysiLYa75.html [20:53:18] 03(NEW) InputBox SVN doesn't work with MediaWiki 1.14alpha SVN - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16242 04BLOCKER; normal; MediaWiki extensions: Inputbox; (nsk) [20:55:17] ok must be other extensions blocking it [20:56:14] 03(mod) InputBox SVN doesn't work with MediaWiki 1.14alpha SVN - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16242 (10nsk) [20:59:46] so can someone tell me how MWNamespace::hasSubpages works from a data perspective... this problem I'm looking into is killing me [21:02:18] well figured it out [21:02:27] i had a page Fantasy/Applications [21:02:47] but no page Fantasy... no wonder the backtracking didn't work... there wasn't a page to link to haha [21:13:05] <^demon> Nikerabbit: Ping :) [21:30:39] I changed a parser extension to my needs and the result only shows up in teh edit view ABOVE the preview content. when i save the article it's not showing up. any idea what is wrong? Here's the little code: http://rafb.net/p/8OOhK291.html [21:37:42] Hi, Anyone here able to help me with a template on enwiki? [21:37:59] I assume paramters are {{{ }}} ? [21:38:10] <^demon> Yes, either named or numbered. [21:41:02] i fail. it works in preview but not on article. tried to remove all extension includes in LocalSettings. nothing :( [21:43:33] 14(WFM) Allow indexing of all namespaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16239 +comment (10innocentkiller) [21:44:55] 03(mod) Sort results by date - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16237 +comment (10innocentkiller) [22:19:50] 03rainman * r43196 10/trunk/phase3/ (RELEASE-NOTES includes/SearchEngine.php): Recommit part of r42352 related to bug 5101 (Image from Commons doesn't show up when searched in Wikipedia search box) [22:20:51] 03rainman * r43197 10/trunk/extensions/MWSearch/MWSearch_body.php: Pair to r43196 - fetch image descriptor from share repo if any [22:22:14] 03(FIXED) Image from Commons doesn' t show up when searched in Wikipedia search box - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5101 +comment (10rainman) [22:31:07] 03(NEW) API shows external links whith are not shown in the article because of template condition - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16243 major; normal; Wikimedia: Site requests; () [22:36:14] 03tstarling * r43198 10/trunk/phase3/includes/DefaultSettings.php: Re r43174: Well I guess if you didn't understand it, there wasn't much hope of the user understanding it. [22:36:41] 03(NEW) Thumbnails redirect to Main Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16244 04CRIT; normal; MediaWiki: Images; (joxer.uhk) [22:49:13] 06(LATER) API shows external links whith are not shown in the article because of template condition - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16243 +comment (10tstarling) [22:50:29] 03(FIXED) Enable subpages on French Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16189 +comment (10tstarling) [22:53:09] 14(DUP) rsvg error when generating thumbnail "no fonts found" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16185 +comment (10tstarling) [22:53:11] 03(mod) OOM when generating thumbnail from SVG - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15994 +comment (10tstarling) [22:53:27] 03(mod) Thumbnails redirect to Main Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16244 (10brion) [23:01:56] hi ! [23:03:20] wow it's pretty quite there ^^ [23:26:57] 03(mod) Thumbnails redirect to Main Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16244 (10joxer.uhk) [23:30:12] 03siebrand * r43199 10/trunk/extensions/APC/ViewAPC.php: Add URL in extension credits. [23:35:15] 03(mod) Titleblacklist blocks user page from being edited, despite RegExp actually does not match - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16173 (10Wiki.Melancholie) [23:35:59] Wow, Tim does shell requests? [23:36:21] hm [23:36:31] i need too screate the shared users table [23:36:38] screate? [23:36:57] werdnus: it's what the cool kids are saying these days ;) [23:37:09] :) [23:38:00] i need to create a mysql table >< [23:38:02] no idea how to [23:46:25] 03siebrand * r43200 10/trunk/extensions/Wikidata/SpecialLanguages.i18n.php: Remove "<" and ">". Does not play well with wfMsgHtml().