[00:00:16] 03(mod) syntax to transclude a page without the containing page inheriting categories , interlanguage links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=835 (10Simetrical+wikibugs) [00:08:20] guys [00:08:25] in advance, i know i'm dumb [00:08:31] i'm installing http://www.mediawiki.org/wiki/Extension:Countdown [00:08:52] do i save countdown.php directlyin the extensions folder, or in it's own "Countdown" folder inside extensions [00:08:59] and do i have to change localsettings for it to work? [00:09:19] Landlordos7: it is normal to create a directory [00:09:24] extensions/Countdown [00:09:27] and put it inside that [00:09:39] then you have to add a line to LocalSettings.php [00:10:18] what should the line say ?_? [00:10:23] require_once("$IP/extensions/Countdown/Countdown.php") [00:10:27] ; [00:10:32] (don't forget the semicolon) [00:10:37] ((like I just did :)) [00:11:31] k test time [00:11:54] Anyone know if Extension:Google_AdSense_2 is buggy? [00:12:26] KingTarquin: why do you think it is? [00:13:30] 03siebrand * r43590 10/trunk/phase3/languages/messages/ (8 files): Localisation updates for core messages from Betawiki (2008-11-17 01:10 CET) [00:13:48] hey all - this is my first time on irc asking for help. i need to find a way to preserve newlines in wiki. i havent found an extension to do this. I did find a suggestion to add a search/replace line in parser.php and that worked well, however it disrupted parsing of section/headings on the page so that ==section== is displayed rather than the fomatted header. [00:14:00] from it's page it seems you need a bleeding edge wiki 1.14alpha or newer ( KingTarquin ) [00:14:05] awesome [00:14:21] !poem | Guest7519 [00:14:21] --mwbot-- Guest7519: The Poem extension allows for easy formatting of poems and similar material in MediaWiki pages, by simply putting them between tags. See . [00:14:22] i love when stuff works [00:14:22] <3 [00:16:28] awesome - that looks great. parsing works within the delimited region? [00:16:35] cirwin, Where can I find that? [00:16:56] http://www.mediawiki.org/wiki/Extension:Google_AdSense_2 look in the box on the right [00:17:55] cirwin, Sorry, I meant 1.14a [00:17:59] oh [00:18:07] !svn | KingTarquin [00:18:07] --mwbot-- KingTarquin: Subversion is a version control software that allows users to download the very latest version of a branch without having to wait for someone to get around to packaging it. Advantages to using Subversion include the latest version, vastly simplified updating, the ability to roll back an upgrade, the ability to create and submit patches. See http://www.mediawiki.org/wiki/Subversion for more information. [00:19:40] 03siebrand * r43591 10/trunk/extensions/ (27 files in 26 dirs): Localisation updates for extension messages from Betawiki (2008-11-17 01:10 CET) [00:20:27] cirwin, I cant appear to find 1.14a in there.. [00:20:40] Unless its hidden in some dir somewhere... [00:20:45] KingTarquin: MediaWiki 1.14alpha or newer [00:20:59] that is because of the hook SkinBuildSidebar [00:21:16] you can just use the latest svn [00:21:20] svn co http://... [00:21:21] how do i add a site notice? [00:21:28] Mediawiki:SiteNotice? [00:21:33] !sitenotice | Landlordos7 [00:21:33] --mwbot-- Landlordos7: Sitenotice is a wiki-wide message that appears at the top of the page for all users. It is editable by users in the sysop usergroup at [[MediaWiki:Sitenotice]]. See also: !anonnotice [00:22:07] *siebrand hugs mwbot [00:22:28] !parser tests [00:22:28] --mwbot-- For alternative parsers, see . A new formalization and parser for mediawiki syntax is being discussed on wikitext-l, see . For an (incomplete) specification of mediawiki syntax, see . [00:22:43] !parsertests [00:22:43] --mwbot-- I don't know anything about "parsertests". [00:23:59] >.< [00:25:09] http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/ << That what I am looking for? [00:26:49] KingTarquin: yes. Be aware though that running bleeding edge had some risks. [00:27:01] siebrand, I understand :) [00:27:12] *KingTarquin is using quite a few alpha's in production [00:27:15] KingTarquin: if you want to be reasonably safe, run the version Wikimedia is running -> see Special:Version on any of their wikis. [00:27:46] KingTarquin: do not forget to run ./maintenance/update.php to get your schema up to date. [00:28:15] As in a script or via the webpage? [00:29:50] siebrand, I get this error: svn: Repository moved permanently to '/viewvc/mediawiki/trunk/phase3/'; please relocate [00:30:54] KingTarquin: lose the viewvc part. [00:31:00] No, replace it with svnroot. [00:31:10] I think. [00:31:22] Yeah, just deleting it doesn't work. [00:31:31] KingTarquin, the checkout URL is: http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/ [00:31:50] KingTarquin: from commandline (update.php) and svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 [00:32:04] Thanks, and thanks again :) [00:32:12] *siebrand smiles. [00:32:28] I think the Configure extensions is quite nice. [00:38:28] siebrand, I've checked out, and I keep getting Permission Denied when i run update.php [00:40:15] http://www.huskers.mozor.org/index.php?title=MediaWiki:Sitenotice [00:40:26] can someone tell me why the "COUNTDOWN" text won't center in the exact middle of the table [00:40:46] and how to make the sitenotice trnsparent background [00:40:59] {| style="width:50%; background-color: transparent; align:center;" align="center" [00:41:06] That code is just wrong and ugly. [00:41:10] i know it is [00:41:28] {| style="width:50%; margin:auto; background:transparent; text-align:center;" [00:41:47] Don't use [00:41:54] Use font-size:XXX%; instead. [00:42:07] *Pathoschild peeks at the code and averts his gaze. [00:42:32] And your particular code is using colspan="2" when you have three columns. [00:42:40] it is [00:42:40] So that's the reason for the off-centering, I imagine. [00:42:41] wtf [00:42:44] i swear i put 3 [00:42:46] and didn't even check [00:42:47] -_- [00:42:48] sorry guys [00:43:07] siebrand, I also get a blank screen.. [00:43:14] I don't believe CSS has an align: properly. [00:43:14] hmm [00:43:18] Property, too. [00:43:20] it still didn't align right [00:43:23] There's text-align: and margin: [00:43:27] But no align: [00:43:38] wait n/m [00:43:46] hmmm [00:43:48] now it's right more [00:46:16] it's still got a white bg [00:46:18] hmm [00:47:46] ideas? [00:51:06] Looks fine to me. [00:52:59] it does? [00:53:15] also, if i dismiss my sitenotice, how do i get it back :P [00:53:28] Delete the cookie from your browser or up the counter. [00:53:33] [[MediaWiki:Sitenotice id]] [00:54:05] waht does that do [00:56:05] i don't know how it looks fine to you, it's still of center and the background of the notice is still white [00:56:11] (not sounding angry, just confused) [00:56:41] The background is transparent for me. [00:56:47] is there anyway to change the parser so that single newlines do not change to spaces, but rather just append the lines together? [00:58:31] really MZMcBride? [00:58:31] ... [00:59:12] http://pruebita.com/husk2.png [00:59:50] there is an extension called nonewlines (http://www.mediawiki.org/wiki/Extension:NoNewLines) but it appears to mess up the Special:Version page and I cant get it work. [00:59:51] wtf.. [01:00:38] beaux: Well, it says it's a beta extension... [01:01:15] I've just checked out svn, and I cant actually load any page in the wiki, I just get a blank page. I go to run ./maintenance/update.php, and get this error >> http://dpaste.com/91281/ [01:01:55] KingTarquin: You need to rename the file AdminSettings.sample to AdminSettings.php and put the appropriate information in there. [01:01:58] Did you do that? [01:02:07] And then you run "php maintenance/update.php" [01:02:12] MZMcBride, yes [01:03:42] hey MZMcBride: if i just make a graphic for my sitenotice, how difficult would it be to float text in front of it [01:04:03] Probably not too difficult using CSS. [01:04:14] do you know how :P [01:04:43] Use absolute positioning. [01:04:50] If you don't what that is, use Google. ;-) [01:05:43] MZMcBride, I got the update.php to run without an error, but I still dont get a wiki, I just get the blank screen [01:06:04] KingTarquin: Have you installed any extensions or done anything special to LocalSettings.php? [01:06:11] A blank screen usually indicates a PHP fatal error. [01:06:37] Ah.... [01:06:45] *KingTarquin copies extensions >.< [01:06:57] Try commenting out your extensions section. [01:07:05] And see if that gets the site back up. [01:08:20] MZMcBride, Yeah, should'a thought about the extensions >.< [01:08:35] :-) [01:11:23] Hmm.. One of the extensions is causing an error :< [01:11:32] Binary testing, FTW. ;-) [01:12:12] <[X]> http://mediawiki.org/wiki/How_to_debug [01:15:59] MZMcBride [01:16:16] {position: absolute; top: 46px; right: 80px; } - how do i include this in my text [01:16:18] i am such a noob =( [01:16:32] *KingTarquin sorted it :D [01:16:38] Wrap the text in a
[01:17:42] this it tough to do since when i preview it's not where it actually will be [01:18:25] isn't this going to look different on different resolutions? [01:18:38] Um... yeah? [01:18:45] The top: bit won't really. [01:18:49] But the right: bit will. [01:18:58] I'd suggest avoiding that. Use text-align:center or something. [01:19:08] hmm [01:19:13] my sitenotice is still white bg [01:19:15] how2fix >:O [01:19:16] bwharhr [01:20:19] text-align: center doesn't work [01:20:25] unless i put it in a table or sth [01:20:46] Landlordos7: margin: auto ? [01:20:52] what oes that do [01:21:00] centers the table inside the place it is put [01:21:15] background-color: #FF0000 [01:21:31] if i put it in a table it needs to be transparent [01:21:33] but [01:21:34] hmm [01:21:49] what will the div style="top: 46px;" do inside a table [01:21:56] will it still go from the top of the page, or the top of the table [01:23:12] top of the table [01:23:33] If it's outside the table, it will be relative to the page. [01:23:37] I think. [01:23:47] !test [01:23:47] --mwbot-- This is a nifty test of niftiness ... http://www.mediawiki.org/wiki/Extension:`e11` << lookie, isn't that cool? :) [01:23:55] 9.9 [01:24:13] I presume that isn't what you wanted? [01:24:30] hehe... "This page is intended to coordinate Wikipedian gatherings in the Los Angeles area. In practice, L.A. Meetups hardly ever happen, because there's just too little interest in actually showing up, and the guy that was trying to organize them gave up trying and moved to Mexico." [01:24:42] MrZ-man: I was looking for the "Just try testing about for a bit and stop asking so many damn questions" keyword. [01:24:44] http://www.huskers.mozor.org/index.php?title=MediaWiki:Sitenotice [01:24:48] helps [01:24:49] maybe [01:24:55] somehow there are two of them [01:24:57] -_- [01:25:06] unless my browser is still playing tricks on me [01:25:12] Heh. [01:25:14] the one is really close [01:25:23] (on my resolution anyways) [01:25:27] Go to a different page. ;-) [01:25:40] lol ok [01:25:46] still not quite there [01:26:29] !worstcase | MZMcBride [01:26:29] --mwbot-- MZMcBride: Generally, the worst that can happen is that someone compromises your site, steals your data, deletes it and replaces it with kiddy porn. Then they start a spam service on your server advertizing the kiddy porn to twenty million email addresses, daily. Then your home gets raided, you get fired and your wife leaves you. [01:26:50] Haha. [01:26:59] !mwbot [01:26:59] --mwbot-- Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at http://www.mediawiki.org/wiki/Mwbot, you can find all my source code at http://amidaniel.com/viewvc/trunk/MWBot/?root=svn [01:27:33] !thanks del [01:27:33] --mwbot-- Successfully removed keyword: thanks [01:27:41] !thanks alias thankyou [01:27:41] --mwbot-- Successfully added alias: thanks [01:28:02] !_tidyforidiots <-- Heh. [01:28:02] --mwbot-- I don't know anything about "_tidyforidiots". [01:28:07] ... [01:28:23] !tias | MrZ-man [01:28:23] --mwbot-- MrZ-man: Try it and see. You learn much more by experimentation than by asking without having even tried. [01:28:27] !howtomakeitgo [01:28:27] --mwbot-- I don't know anything about "howtomakeitgo". [01:28:40] :) [01:28:57] MZMcBride can you prt screen for me again [01:29:01] http://www.huskers.mozor.org/index.php?title=Main_Page [01:29:02] !that_dead_hooker_in_the_bathroom [01:29:02] --mwbot-- I don't know anything about "that_dead_hooker_in_the_bathroom". [01:29:07] <3 [01:29:11] :\ [01:30:26] :O [01:30:36] Landlordos7: http://pruebita.com/husk3.png [01:30:50] dangit! [01:30:58] thoughts as to getting the numbers in the right place? [01:31:21] werdnum: MrZ-man and I were having a discussion about your recent code work. [01:31:36] Are you writing the configuration stuff into core or still just working on the extension? [01:31:51] extension, at the moment. [01:32:19] Ahh, ok. That's what I thought. He was convinced your branch meant you were working it into core. [01:32:28] I was going to. [01:32:38] *MZMcBride nods. [01:32:46] but then Tim and Brion said "No new code, just work on the stuff that already exists" [01:33:15] :) [01:34:18] http://da.wikipedia.org/wiki/Speciel:%C3%98nskede_sider?uselang=en <-- Not updated since Sept. 2007. Surely the smaller wikis shouldn't suffer just because some of the wikis are so damn big.... [01:34:18] oh hai brion. [01:34:27] didn't see you there. [01:34:44] http://en.wikipedia.org/wiki/Wikipedia:Database_reports/Articles_containing_red-linked_images <-- Lots of lulz here. ;-) [01:35:13] how the heck is that text over there =( [01:36:25] brion: isn't it still Sunday afternoon in sunny downtown SF? [01:36:48] sun's down, it's after 5:30 [01:36:55] oh yeah, Winter. [01:36:59] *werdnum teases brion with some sunshine. [01:37:15] at this time of year, sun goes down at ~8 [01:37:19] MZMcBride: O_o [01:37:19] *brion teases werdnum with animals that aren't poisonous [01:37:35] ouch :P [01:37:41] I'll bring some over for you. [01:37:45] MrZ-man: What? Is [[Image:Aflac_Logo_with_a_duck_speeding_in_the_logo_and_a_brand_new_logo_with_5_upper_case_letters_mostly_lower_case_letter_with_a_brand_new_logo_2006-present]] not a valid image link? [01:37:46] t [01:37:47] x [01:37:48] (animals that *are* poisonous) [01:37:55] ... [01:38:00] MZMcBride: well at least it's descriptive [01:38:12] be sure to fill out the blue/white form, werdnum [01:38:13] I didn't even get past all the [[Image:http://... ones [01:38:15] Heh. I suppose. [01:38:27] i'm sure customs will like that bit ;) [01:38:31] mark: the "I Brought in illegal stuff, arrest me kthx?" [01:38:39] es [01:38:46] mark: I'm a US citizen, they don't do anything. [01:38:52] *ST47 wonders why [[Image: pings him [01:39:06] somehow I doubt that ;) [01:39:10] Seriously, last time I went, I just walked in and they said "Ah, welcome home, sir" and let me through. [01:39:13] MrZ-man: I think my favorite are the local computer links. [01:39:15] [[Image:G:\\Dashain_pictures_2065\\benighat\\2008_10_11\\IMG_2925.jpg]] [01:39:19] No X-rays, except at security in Sydney. [01:39:30] Really? [01:39:32] same for me, and I'm not a us citizen [01:39:33] X-rays? O_o [01:39:33] People do that? [01:39:36] that's not the poin t;) [01:39:47] Surely you mean metal detectors... [01:39:56] Unless you Aussies really are that strange. [01:39:58] [[Rutocerina]] [[ Image:Non]] [01:40:08] *[[Rutocerina]] [[ Image:None]] [01:41:06] MZMcBride: http://en.wikipedia.org/wiki/Backscatter_X-ray [01:41:27] That's horribly disturbing. [01:42:04] brion: been lusting after some of the macs, but they're like double the price of PCs with equivalent specs. [01:43:14] werdnum: whenever i've tried toting up costs i find them about even if i *really* get equivalent specs :) but the macs are often filled with stuff i don't use like a webcam and bluetooth and bla bla [01:43:19] but they so PRETTY [01:43:48] brion: I *love* the *space* in between the keys on the keyboard. [01:44:05] I mean, it's so simple, but it's so good. [01:45:04] "In light of this, some journalists have however expressed concern that this blurring may allow people to carry weapons or certain explosives aboard by attaching the object or substance to their private parts.[3]" [01:45:05] bwahaha [01:45:18] 19:42 < MZMcBride> Surely you mean metal detectors... [01:45:27] No, when you first go in, you put your bags through an X-ray [01:45:33] it happens in the states too [01:45:54] I thought you meant your body. [01:45:54] haha brion, <3 wikipedia [01:45:57] I've travelled plenty. Never had my body go through an X-ray. ;-) [01:46:01] no, why would I mean my body? [01:46:05] MZMcBride: yet! [01:46:15] werdnum: See link. ;-) [01:46:23] That's currently used in Phoenix or something. [01:46:37] MZMcBride: I know, I've looked at it already. [01:48:18] MZMcBride: http://wiki.mobianlegends.com/wiki/Template:Infobox_Country [01:50:51] RingtailedFox: Looks likeyou broke your thumbnailing. [01:50:58] Did you move the imagemagick directory or something? [01:57:30] 03(NEW) Enable FlaggedRevs custom configuration on Portuguese Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16365 15enhancement; normal; Wikimedia: Site requests; (lugusto) [02:09:08] *brion-away wanders off in search of dinner [02:09:25] brion-away: http://en.wikipedia.org/w/index.php?title=Special:Undelete&target=HOW_TO_COOK_A_GRILLED_CHEESE_SANDWICH×tamp=20081111231752 [02:09:28] make a sandwich [02:10:06] *brion-away will take it under advisement [02:13:01] http://www.huskers.mozor.org/index.php?title=Main_Page [02:13:05] is the countdown centered? [02:18:13] ok [02:18:15] something really weird [02:18:21] my sitenotice is transparent if you aren't logged in [02:18:25] but if you are it's a white bg... [02:19:44] and it's also properlycentered until you log in [02:26:59] !? [02:26:59] --mwbot-- I don't know anything about "?". You might try: !around !ask !bug !defaultsettings !dpl !file !help !info !mw !mwbot !passthru !phpinfo !purge !r !smw !test !viewvc [02:27:04] ?! [02:27:07] :( [02:27:12] i killed chat [02:30:40] AaronSchulz: wtf is $wgReviewCodes? [02:33:42] 03demon * r43592 10/trunk/phase3/ (docs/hooks.txt includes/Skin.php): Pass the user object in MakeGlobalVariablesScript in case some variables are user-dependent. [02:34:43] ANYONE [02:34:53] - caps :O [02:44:03] guys [02:44:04] =/ [03:04:24] I run a community wiki at wiki.freeculture.org. We used to be mostly English-speaking, but now we have some German and Spanish speakers. They want to maintain translations of our wiki pages into their languages. Does anyone here have any experience with this sort of thing? [03:04:52] if someone who is smart answers him i will not be very happy with that person!~ [03:05:07] D'oh, we're brionless. [03:05:41] I was thinking we'd prefer to keep the translations in the same wiki - what's a good way to make sure those translations are tied to the pages they are translations of? [03:05:45] *paulproteus waves to rafffa and pyrak [03:06:22] avast ye [03:06:31] *pyrak really wishes that papers wrote themselves [03:06:55] *rafffa would like more hours in a day [03:07:08] I'd settle for more days per day! [03:15:12] paulproteus: we normally use subpages to maintain translations [03:15:28] see http://commons.wikimedia.org/wiki/Special:PrefixIndex/Template:Welcome for example [03:17:10] Add the required table imagetags to database by executing img_tagging.sql (if you're using MySQL) or img_tagging.pg.sql (if you're using PostgreSQL) [03:17:12] how do i do this ^ [03:21:38] ... [03:21:41] machine1 [03:21:42] padde [03:21:43] rafffa [03:21:46] paulproteus [03:21:47] =( [03:21:52] pyrak [03:22:08] Landlordos7: please stop distrupting the channel [03:22:24] well i'm actually using it for what it's for now [03:22:26] not just css stuff [03:22:28] Landlordos7: do you use phpmyadmin? [03:22:28] ;) [03:22:30] yeah [03:22:57] so, I think you can just copy the stuff in .sql into there and presto [03:23:29] into where? [03:23:31] :( sorry [03:23:48] you mean like, copy/paste the stuff in .sql into a query [03:23:49] into the SQL tab on your database in phpmyadmin, I think [03:23:51] yes [03:24:30] MZMcBride: i don't have magemagick [03:24:42] is that really what is breaking the templates? [03:25:47] hmm [03:25:54] the query completed successfully but its not wokring [03:26:41] (SQL query hidden) [03:26:41] from within function "wfGetImageTags". MySQL returned error "1146: Table 'landlord_wikihuskers.wiki_imagetags' doesn't exist (mysql.mozor.net)". [03:28:20] :Mike_lifeguard: any ideas? [03:28:55] I don't think you created it properly [03:29:03] did you run the query on the right database? [03:29:22] i believe so [03:29:53] i guess i don't know if i did or not [03:29:54] well... the table doesn't exist, so I guess not :) [03:29:56] or how to know [03:31:08] what is the right database? i just dd it on the parent landlord_wikihuskers database [03:32:49] "/*$wgDBprefix*/" <-- i suppose that should be replaced with soemthing huh -_- [03:32:56] possibly yes [03:33:00] if you use prefixes [03:33:03] i erm [03:33:06] idk [03:33:06] ? [03:33:07] =( [03:33:21] /* required table */ <-- should that be replaced with somethign? [03:33:27] no [03:33:33] should it be included at all? [03:33:38] it's a comment [03:33:42] doesn't matter [03:33:43] yeah ok [03:33:44] making sure [03:34:14] thanks for the help earlier yall - i went ahead and fixed the bugs in the NoNewLines extension so that it now works! This extension gives you a tag letting you remove stray new lines. supposedly good for templates where new lines in some parserfunctions can wreak havok on formatting. But i am using Mediawiki as a sort of IDE for a scripting language and i need to control my whitespace. [03:34:19] RingtailedFox: Fix your thumbnailing and then see what's wrong. [03:34:20] check it at http://www.mediawiki.org/wiki/Extension:NoNewLines [03:37:03] deleted the offending SVG file (since i don't have any image software installed)...still gives random tags [03:38:11] RingtailedFox: So... what's wrong? [03:38:28] :MZMcBride: when you aren't busy with stuff could you help me with a db query [03:38:50] http://wiki.mobianlegends.com/wiki/Template:Infobox_Country gives random HTML table tags, while no other infoboxes misbehave [03:39:07] Landlordos7: It looks like you're in over your head. [03:39:16] Extensions sometimes aren't easy installs. [03:39:20] exactly why i'm asking for help [03:39:33] there are only 3 steps.. [03:39:34] =( [03:39:38] if you want, you can help him first. i can wait :) [03:39:42] RingtailedFox: Looks fine to me... [03:39:50] brion: yo [03:40:09] really? [03:40:30] oy [03:40:42] try previewing Template:Infobox Country in a new article, and you'll see [03:40:51] or even look at the previews in the documentation of Infobox Country [03:41:21] Looks fine to me. [03:41:32] With: [03:41:33] {{Infobox Country [03:41:33] |name= Foo [03:41:33] }} [03:41:51] i mean with most/all of the options made [03:42:28] I'm not testing every parameter. :P [03:42:57] oh [03:44:40] hmm. i'll test it in konqueror [03:45:34] : [03:45:38] :| [03:48:14] when i use the template, it shows [03:48:17] that's highly unusual [03:49:20] what's even more unusual as Template:Infobox Country is the ONLY one to display this behaviour [03:52:50] How does Wikimedia share session data between servers [03:54:48] chuck: we store the sessions in our memcached cluster [03:55:33] brion, is there some way to setup master/slave memcached servers or something? [03:56:03] not really, they're meant to fail by, well, failing ;) [03:56:13] you replace it with a fresh one and lose the old temp data (oh wells) [03:56:54] brion, but how does the data stay the same between all of them? [03:59:27] bah, I will just use only one memcached server, it's just a test cluster after all.. [04:00:42] there's no replication; the data set is split up by hash buckets [04:00:53] any given item will go to one and only one server [04:01:10] awesome!! my load balancing test servers don't fail now when they switch between each other [04:01:37] brion, what kind of load balancer does Wikimedia use? [04:02:24] for web stuff? LVS [04:05:24] heh, just got the session error in codereview (had page open too long) [04:06:09] :D [04:12:10] brion: btw, this is the patch I was talking to about earlier today (regarding CodeReview with a closed svn): https://bugzilla.wikimedia.org/attachment.cgi?id=5529 [04:12:33] you went -away before I had a chance to link you earlier :) [04:12:51] *brion lookses [04:13:38] + private $user = $wgSubversionUser ? wfEscapeShellArg($wgSubversionUser) : ''; [04:13:39] o_O [04:14:22] it was easier to declare it in a class-wide scope than in each function [04:14:27] i would recommend doing that as a private method rather than setting member vars [04:15:00] ok [04:15:29] whee [04:17:48] brion: is svnImport hooked to svn commits? [04:18:17] a post-commit hook pings the api point to tell it to run updates [04:18:31] it does the same actual import bit as svnImport basically, but it's not doing the pre-caching of diffs [04:19:12] i'm wondering if it might be better to just store the damn diffs permanently instead of caching :) [04:19:28] ok, that explains [04:19:40] I was wondering why the diffs got slow the first time again [04:19:45] yeah [04:19:59] probably wouldn't hurt to have it at least grab diffs for the bits it's actually pulling th eupdates for [04:20:01] I've just been clicking (diff) to speed up reviewing [04:20:11] :D [04:20:29] *AaronSchulz wants to make the api cache [04:20:42] *brion notices he can recycle the giant pile of election crap in his living room [04:21:29] AaronSchulz: ooh that reminds me, i was thinking it might be good to have a separate 'reverted' status to distinguish between revs which had problems which were fixed and those that have just been rolled back entirely [04:21:40] brion: ok, how does https://bugzilla.wikimedia.org/attachment.cgi?id=5530 look? [04:21:45] can someone rename the Public-domain.png file in /w/skins/common/images/ to public-domain.png, like the generated config file references it as? [04:22:02] brion: that will need an ENUM change right? [04:22:08] AaronSchulz: alas yes :( [04:22:12] but that's not hugely painful [04:22:25] mw svn data is nowhere near as big as wikipedia ;) [04:22:53] anyone? :P [04:23:17] chuck: moment :) [04:23:45] brion: you mean that unwieldy behemoth? [04:23:45] gracias [04:24:19] Skizzerz: i'd recommend '%s %s' rather than '%s%s' here. the extra space harms nothing, and it makes things clearer -- and safer if some future maintainer changes getExtraArgs() in future [04:24:30] k [04:24:31] AaronSchulz: :D [04:24:34] brion, can I just rename it myself? do you object to it? :P [04:24:49] 03(ASSIGNED) Add user and password globals so that those using SubversionShell and closed svn can see diffs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16361 +comment (10skizzerz) [04:24:54] wow [04:24:58] lagbot [04:25:05] Strict Standards: Redefining already defined constructor for class PMA_Table in C:\Server\xampp\htdocs\phpMyAdmin\libraries\Table.class.php on line 209 [04:25:10] *AaronSchulz giggles [04:25:41] brion: so then can I commit that? [04:25:42] *chuck is going to just go ahead and rename it [04:26:05] (with those changes, that is) [04:26:36] bah, i think svn rename hates me :) [04:26:44] or it just doesn't like doing that on a case-insensitive filesystem [04:27:18] iBook:phase3 charlie$ svn rename skins/common/images/Public-domain.png skins/common/images/public-domain.png [04:27:18] svn: Path 'skins/common/images/public-domain.png' is not a directory [04:27:19] O_o [04:27:27] Skizzerz: sounds like it should work, sure [04:27:49] chuck: lemme try it in linux ;) [04:28:06] allrighty [04:28:13] macs ftw^Hl [04:30:46] brion, will MediaWiki save the session to every configured memcached server? [04:30:46] *brion awaits CIA-60 [04:30:47] 03brion * r43593 10/trunk/phase3/skins/common/images/ (Public-domain.png public-domain.png): Rename file to lowercase per its use. (Some folks use case-sensitive filesystems on their servers, like.... oh.... every Unix/Linux that's not Mac OS X) [04:30:51] *brion hugs CIA-60 [04:30:52] *CIA-60 hugs brion [04:31:04] :D [04:31:16] chuck: only to whichever one gets the hash bucket for that particular session key [04:31:48] so it automatically determines which server to use, and it will automatically know to use that one no matter which server the person gets sent to by the load balancer? [04:32:27] *chuck huggles his new Public Domain badge that works now [04:32:35] yay [04:33:15] chuck: right. every web server has the same mediawiki configuration, so they have the same set of memcached servers configured, so they do the same hash->server breakdown [04:33:33] Varnish is a fun load balancer to use, and I love how easy it was to configure it to drop servers out of rotation if they go down [04:33:46] brion, allrighty, well I'll restart memcached and configure it to use both memcached servers [04:34:16] 03aaron * r43594 10/trunk/extensions/CodeReview/ (5 files in 2 dirs): [04:34:16] * Add 'reverted' status [04:34:16] * Fix logging for commits with no tag changes [04:36:10] \o/ [04:36:55] wait, how the heck is checkuser and all that stuff going to know the IP of the user.. varnish is telling it that the IP is like 192.168.1.50 or 127.0.0.1 [04:37:46] make sure you've set up MediaWiki to treat your proxy as a known proxy so it'll peek at x-forwarded-for [04:37:48] $wgSquidNoPurge iirc [04:38:54] No docs on it, does it exist? [04:39:34] $wgSquidServersNoPurge? [04:40:15] that's the guy [04:41:30] ack, I just logged out but my session apparently was not deleted from both memcached servers or however it was supposed to work xD [04:44:08] well, you'll still have a session... it's just no longer a logged-in session [04:45:05] I logged off on "master" (name of the server), but then I got placed on "slave1" and I was logged in again [04:45:38] i still need help [04:45:39] logged in again, or got a cached view? make sure your caching config is correct... [04:45:49] oh now it works, never mind then [04:45:50] I bet it was cached [04:47:16] Still giving me 127.0.0.1 and 192.168.1.50 as my IP though.. hrm [04:51:25] will someone try helping me out with a db query [04:51:30] i'm clueless [04:53:32] also [04:53:35] Landlordos7: can't help much until you ask what it is you need [04:53:45] why does my sitenotice become untransparent and not centered after i login [04:53:57] :brion: i'm installing this extension [04:53:57] http://www.mediawiki.org/wiki/Extension:ImageTagging [04:54:06] but i don't really know what the 2nd step is telling me to do [04:54:41] Landlordos7: do you have phpmyadmin? [04:54:45] yeah [04:54:54] run http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ImageTagging/img_tagging.sql as a query [04:55:15] i did that, and when i try clicking on image pages i get [04:55:22] (SQL query hidden) [04:55:22] from within function "wfGetImageTags". MySQL returned error "1146: Table 'landlord_wikihuskers.wiki_imagetags' doesn't exist (mysql.mozor.net)". [04:56:15] you replaced /*$wgDBprefix*/ with your prefix? [04:56:26] 03aaron * r43595 10/trunk/phase3/ (8 files in 6 dirs): [04:56:26] * Re-commit new search UI code, disabled by default. Old form messages still used and thus kept. [04:56:26] * Update old-fashioned profile calls [04:56:29] lol no, but i don't know what my prefix is [04:56:31] what does that mean :( [04:56:49] when you installed your wiki, you prefixed your tables in your database with something, by default it's mw_ [04:57:18] so would i put it as $wgmw_ [04:57:18] ? [04:58:31] just mw_ i think [04:58:56] ok dumb question [04:59:14] i don't know if i prefixed them as something else, but if everything in the left column on phpmyadmin is "wiki_suchandsuch" [04:59:18] does that mean the prefix is wiki_ [04:59:34] ok, so it's wiki_ and not mw_ [04:59:40] ok [04:59:44] one sec [05:01:07] hmm [05:01:09] didn't work [05:18:51] 03aaron * r43596 10/trunk/extensions/CodeReview/ (CodeReview.php CodeRevisionListView.php codereview.css): [05:18:51] * Style 'reverted' revs [05:18:51] * Tweak 'live' message, remove empty class [05:18:51] * Code spacing [05:19:36] <[X]> Hi brion [05:20:30] oy [05:21:25] Agh shit... my computer sploded... [05:21:34] Virtually that is... [05:21:41] brion or Dantman or any smart person [05:21:55] can you tell me why my sitenotice loses transparency and uncenters itself when i log in? [05:22:00] www.huskerwiki.org [05:29:13] ? [05:39:32] danigt you guys [06:00:16] 14(INVALID) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 +comment (10brion) [06:02:55] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 +comment (10m.hamm.1) [06:03:59] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 (10brion) [06:04:43] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 (10brion) [06:12:28] sleeeepy [07:13:28] 03(NEW) ConfirmAccount - Special: RequestAccount looks bad if $wgAccountRequestToS is false - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16366 15enhancement; normal; MediaWiki extensions: General/Unknown; (brianna.laugher) [07:25:20] hello? [07:25:59] hi [07:42:20] 03aaron * r43597 10/trunk/extensions/ConfirmAccount/RequestAccount_body.php: (bug 16366) Remove fieldset when useless [07:42:51] 03(FIXED) ConfirmAccount - Special: RequestAccount looks bad if $wgAccountRequestToS is false - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16366 +comment (10JSchulz_4587) [08:11:51] 03aaron * r43598 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: 4 -> 2 [08:47:24] Hallo zusammen - Jemand hier der deutsch spricht? [08:48:26] Hello? [08:48:28] hi [08:48:42] Hi :) Only english speaking peoples here? [08:49:14] i saw yesterday few sentences in german but i dont know german at all [08:49:40] ? [08:52:25] Okay, I try in english ;) I have MediaWiki installed @ http://wiki.wandlungen.org an yesterday I have tryed to make the same Taxoboxes who Wikipedia uses, example: http://de.wikipedia.org/wiki/Hanf - I have the same article @ my Wiki: http://wiki.wandlungen.org/index.php/Test - The Templates are imported successfully, but I have troubles with the layout. I think, it's because I don't have the same CSS Template like Wikipedia... [08:52:36] 03(NEW) list=blocks omits "cannot edit own talk page" flag - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16367 minor; normal; MediaWiki: API; (sco_scam) [08:53:18] If I look at the Template http://wiki.wandlungen.org/index.php/Vorlage:Taxobox I see that it's calling class="palaeobox float-right" [08:54:32] The question is, where the template is searching this class? And if I can copy this from Wikipedia? - Or do you see that the error is in an other part? [08:55:46] don't ask me this stuff [08:55:50] i am a question asker, not answerer [08:56:34] Yes but here are a lot other peoples ;) [08:57:37] <_wooz> lo [08:57:44] hi [08:57:59] Any idea? [08:58:13] i have no idea [08:59:34] Landlordos, have you MediaWiki installed? [09:00:39] yes [09:01:08] Patri1: maybe stupid solution, save your page in file, add missing css files fetched from saved wikipedia page to dir where you saved page, then try to load it via browser if works you will know whats really missing [09:09:15] Agaran, if i save the files it's the index_005.css that has the class :) [09:09:46] hello all [09:10:42] Have I to save this CSS content in the CSS of the Layout or is there an other way for MediaWiki? [09:10:45] I'm going to upgrade an existing mediawiki installation, but I'm wondering if I should wait a little bit ? Is there a a new version planned for soon ? (my migration is not very urgent) [09:11:15] Probably not for a few months. [09:20:06] Agaran, now it works :-) Thanks very much - I have put the Code of the WikiCSS in shared.css [09:20:40] Patri1: :-) [09:55:42] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 +comment (10Wiki.Melancholie) [10:08:04] 03siebrand * r43599 10/trunk/phase3/languages/messages/ (215 files): [10:08:04] Localisation updates for core messages from Betawiki [10:08:04] * re-export new search UI messages [10:08:04] * copy contents of 'helppage' to 'searchhelp-url' [10:25:04] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 (10Wiki.Melancholie) [10:25:34] Is there someone who can explain what needs to be done to run the standard parser tests? [10:32:56] 03siebrand * r43600 10/trunk/extensions/Configure/Configure.settings.i18n.php: Fix typo [11:29:36] hi there [11:30:10] i have installed centralNotice extension, but now i cannot find any page or documentation about [11:30:16] how to us it [11:30:29] any ideeaswhere i might find ? [11:34:25] alecs, did you try searching mediawiki.org or google ? [11:42:15] yes [11:47:07] 03(NEW) [SVG Rendering] Worsening of font rendering quality - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16368 normal; normal; MediaWiki: Images; (alexander_berlin) [12:04:29] i've narrowed down the problem to one minor thing. when i have capital listed in Template:Infobox Country, the template freaks out and starts placing tags everywhere.... [12:06:09] how do i allow raw HTML code to be implemented on protected pages? [12:06:51] !html [12:06:51] --mwbot-- For allowing any and all HTML, see . This is of course VERY DANGEROUS. Safer options include , and . [12:28:19] hi there, is it possible to restrict the view permission only for authenticated users ? [12:30:59] !access | Ins|de [12:30:59] --mwbot-- Ins|de: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [12:31:11] Hello. Can someone give me some advice. I'm trying to link MW to a database and so I was thinking to put something like [12:31:13] require_once($db_root_path . 'DbMain.php'); [12:31:14] $DbMain = new DbMain(); [12:31:24] in my LocalSettings.php [12:31:29] werdnum, thanks [12:32:33] But there's a lot of setup code in DbMain and wouldn't this mean my class would be created many times and I'd have lots of instances of DbMain? All I want is for the code to run once and have one instance of DbMain. [12:32:50] Anyone out there have any advice. It would be much appreciated. [12:36:22] aja2: you can use a singleton. [12:36:58] function getDBMain() { static $db = null; return $db if $db; return $db = new DbMain(); } [12:45:36] werdnum: quite a job to translate all those config vars. Not a bad thing, though, that they are all available now. [12:45:50] werdnum: making tweaks as I translate. [12:46:14] siebrand: oh dear, you're not translating them into 20 languages are you? :) [12:46:24] might want to put that on hold until the wording sucks less... [12:46:36] werdnum: if the purpose is to have the admin understand from the description what the config var does, they are not always comprehensible. [12:46:44] yeah, I know. [12:46:48] I did them all in one 3-hour go [12:46:54] werdnum: the really bad stuff has been updated, and yes, it'll be some 100 :) [12:47:43] yay! [12:47:43] werdnum: I think we've had ~600 translations so far. [12:47:46] *werdnum huggles siebrand [12:47:48] <3 [12:48:28] werdnum: for French and Dutch a bunch has already been committed. I do worry about the size of the messages file, though. It'll get friggin' huge. [12:48:44] yeah [12:48:47] Est 4-5MB in 3 months from now. [12:48:49] I wonder what we can do about that. [12:48:59] I really think we should split by language. [12:49:17] only thing you could do it split to separate messages files for each language. [12:49:29] ideally have this supported natively. [12:49:31] extensions/Configure/i18n/SettingsEn.php [12:49:54] I'd rather see a different pattern, but that's the idea, indeed. [12:51:40] If there is no native support for this type of messges files, that means that a lot of i18n has to be re-implemented. That is also why extensions that used this scheme previously were converted to using $wgExtensionMessagesFile (proper fallback being the most important one) [12:52:23] (afk) [12:52:37] hmm. HTMLets installed well [12:52:42] but i still get the error [12:54:43] hi all! i have got a simple question: how can I disable all internal and external links in my wiki? [12:55:12] why would you want to disable *internal* links? [12:56:42] this is for reasearch. i present certain links to a user at top of an article and users have to click MY links instead of any links within the article [12:57:06] i'm not sure if that's even possible, as a wiki's all about links :) [12:57:15] Mazi: you would have to hack the linker class, I suppose. or use some nasty JS hack. [12:57:30] ohhhhh [12:57:59] RingtailedFox: what error are you talking about? what html do you want to allow where? [12:58:05] that might be beyond my skills [12:58:27] http://wiki.mobianlegends.com/wiki/Template:Infobox_Country [12:58:32] Mazi: well, that's not something anyone anticipated users would ever want. so it's not easy. [12:58:32] particularly the examples on the bottom [12:58:41] they put out random , and tags [12:59:19] RingtailedFox: but those tags are always allowed. and what htmlets does is somethign *completly* unrelated. [12:59:21] @duesentrieb, is there no easier workaround you can think of? how could a JS hack look like? [12:59:35] oh [12:59:46] what would be a way to fix my issue? no other infobox templates have this problem [12:59:48] RingtailedFox: try turning on tidy. complex templates with lots of table code getting passed around tends to work better with tidy enabled. [12:59:50] just Infobox Country [12:59:55] tidy is on [13:00:04] $wgUseTidy=true; [13:00:04] $wgTidyConf= "$IP/includes/tidy.conf"; [13:00:19] Mazi: walt the DOM, find tags, remove them? [13:00:23] *walk [13:01:15] Duesentrieb: can i simply put this JS hack into index.php so that it will be appliad to al pages? [13:01:15] RingtailedFox: check for any whitespace you may have added to the start of lines in the template. it looks like there is some where none should be [13:01:37] Mazi: no. you can put it on the *page* MediaWiki:common.js [13:01:52] i added nothing. just copy all and paste all from wikipedia [13:02:21] RingtailedFox: *shrug* as i have said before, copying templats from wikipedia is a bad idea, it tends to end badly. [13:02:44] these infoboxes are insanely complex [13:03:01] hmm. I will try to search the www to find any hints on how to replace tags using JS. thanks for your help. if anyone has a better idea please let me know! THANKS! [13:03:33] i see [13:03:49] i just find it odd that more complex templates (like Infobox Military Conflict) work fine [13:04:06] the ONLY issue with Infobox Country lies between |capital = and |largest_city = [13:04:34] if i include |capital = ANYWHERE, it loads up , but if it's commented-out or ignored altogether, it works [13:14:42] hi [13:15:57] does anybody installed mediwiki from the debian packages? [13:16:28] Usually, we recommend you download it yourself. [13:16:45] i know, but i have now choice [13:16:48] *no [13:17:52] my problem is now, that we have links like http://www.foo.org/mediawiki/index.php instead of http://www.foo.org/index.php [13:18:48] i'm not sure, which rewrite rules are working, without interrupting other [13:19:07] do i have to change the localconfig from mw too? [13:35:13] !shorturl | Denny03 [13:35:13] --mwbot-- Denny03: To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [13:42:11] thanks both, but i know allready this page, but i don't know, if i get in trouble with the debian configs [13:52:37] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 (10conrad.irwin) [13:53:25] 03(mod) Install MetaKeywords extension on en.wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14882 +comment (10ran.arigur) [13:55:36] 03(NEW) Req for new mailing list - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16369 15enhancement; normal; Wikimedia: Mailing lists; (dalibor.bosits) [13:58:59] Haley: good-o :) [13:59:13] werdnum: ;o) [14:06:12] 03jojo * r43601 10/trunk/extensions/Collection/ (Collection.body.php Collection.i18n.php): fixed/implemented http://code.pediapress.com/wiki/ticket/347 [14:20:37] 03(FIXED) Enable FlaggedRevs custom configuration on pt.wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14254 +comment (10rhalsell) [14:54:25] 03(FIXED) Enable FlaggedRevs Patrolling Configuration on Esperanto Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14728 +comment (10rhalsell) [14:55:53] Wow, FlaggedRevs is gaining popularity [14:56:37] FlaggedRevs "taking the anyone-can-edit out of wiki without telling anyone" [14:57:25] lol [14:57:50] in a way, the premise of anyone-can-edit was flawed, because we have trolls and agent provocateurs in society [14:58:10] that's why we get given block and delete [14:58:11] and people that act in a plebian manner (i do things because i can, and no one stops me) [14:58:21] yah [14:58:33] you think flaggedrevs shoudl be removed? (what are htey anyway??) [14:58:45] Hello, everyone [14:58:51] RingtailedFox: that'S not a flaw, that'S part of it. a wiki works because of the community. the best protection against spam and trolls is an active community. [14:59:02] you're right [14:59:02] FlaggedRevs basically means that users only see a page edit after it's been reviewed by someone experienced [14:59:05] Is there a manual on how to make a message box [14:59:08] ? [14:59:14] LaDuelo: what kind of message box? [14:59:30] laduelo: depends on which type of messagebox (yes, there are several different types :) ) [14:59:31] Such as "This article is about unreleased video game" [14:59:39] so he wants a template [14:59:39] on top of the article [14:59:59] is there a way to fetch wiki pages in a stripped down ajax type format? I want to include some wiki pages as inline help on some other pages and just want the content of the page [15:00:21] $wgUseAgax = true; [15:00:25] that's what I am talking about: http://en.wikipedia.org/wiki/Left_4_Dead [15:00:35] awesome, thanks [15:00:36] !template | LaDuelo [15:00:36] --mwbot-- LaDuelo: For more information about templates, see . The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and enabling HTML Tidy . [15:00:55] $wgUseAkax = true; [15:01:01] $wgUseAjax = true; [15:01:01] RingtailedFox: Ajax? :p [15:01:03] stupid keyboard :P [15:01:05] aha, thanks [15:01:06] mplex, RingtailedFox: $wgUseAjax does not help with fetching pages in anyway. [15:01:07] yes, thank you cirwin [15:01:10] no? [15:01:11] !api | mplex [15:01:11] --mwbot-- mplex: The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at . For client libraries in various languages, see . [15:01:28] can you get a completely parsed page from the api? [15:01:44] RingtailedFox: no. wgUseAjax enabled the ajax call dispatcher. which is independant of the rest api. which is the thing you want to use with "other" ajax. [15:01:53] oh [15:01:56] my mistake [15:01:57] sorry [15:02:02] the dispatcher is for extensions that want to provide special php handlers for use by ajax [15:02:09] thanks again, the API may be a better solution, but this gives me a good place to start [15:02:59] cirwin: even without the api. action=render. the api also offers that, though [15:03:53] what kinda command line options does maintenance/importDump.php support? [15:04:10] lch: it should have a --help option [15:04:15] nope [15:05:21] it spits out instructions if you give *no* param [15:05:44] no, it doesn't [15:05:48] huh? [15:05:50] it waits for input, it seems [15:05:52] 03siebrand * r43602 10/trunk/extensions/Configure/Configure.settings.i18n.php: Update 'configure-setting-wgLogQueries' [15:06:00] oh... err, i thought it does :) [15:06:06] anyway, i don't think there are many options [15:06:17] it reads xml from stdin, or from the file you give as a param [15:06:22] that's about it i guess [15:06:40] so, am I safe to assume it doesn't have any options? or is there a general way to specify users under which to apply edits for the command line tools? [15:06:55] no there is not. [15:07:00] as in things that include commandLine.inc [15:07:02] hmm [15:07:05] that's unfortunate [15:07:07] oh well [15:07:08] and the imported edits will be done as the user who originally did them [15:07:14] ah [15:07:14] even if that user doesn't exist on your wiki [15:07:17] http://www.mediawiki.org/wiki/Manual:Importing_XML_dumps [15:08:01] lch: most tools don't do edits. some do, and some offer such an option. maybe a generic option exists now, but i don't think so. it wouldn't apply for importDump. [15:08:05] importImages may have it. [15:09:00] 03(FIXED) Unintentional change of FlaggedRevs settings for dewiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16351 +comment (10rhalsell) [15:11:14] 03siebrand * r43603 10/trunk/extensions/Configure/Configure.settings.i18n.php: Config var description updates [15:11:46] Duesentrieb: would you know if it's possible to get multiple pages sections output - I couldn't see an option in Properties or Lists? http://en.wiktionary.org/w/api.php?action=parse&page=alphabet&revid=1&prop=sections [15:13:05] cirwin: no idea [15:13:11] i don't use the api much [15:13:14] fair enough [15:15:46] Is there someone who can explain what needs to be done to run the standard parser tests? [15:15:54] 04(REOPENED) Unintentional change of FlaggedRevs settings for dewiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16351 +comment (10paul.copperman) [15:17:44] 03(FIXED) Unintentional change of FlaggedRevs settings for dewiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16351 +comment (10rhalsell) [15:21:56] 03siebrand * r43604 10/trunk/extensions/Configure/Configure.settings.i18n.php: Still bad, but less cryptic maybe. [15:25:45] Theres an SVN revision hoar amongst us :P [15:25:51] *Prom_cat stares at siebrand [15:26:31] Every time you make a rev a kitten dies [15:28:50] 03(mod) Feature Request: Support CSS Annotations in HTML - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16336 (10markus) [15:28:50] Prom_cat: can't have it all... [15:31:19] werdnum: could you elaborate on "A list of cookies that vary the cache". I am having trouble getting "vary the cache [15:32:59] I am stupid enough to ask: how to upload images ? :D [15:33:34] LaDuelo: go to Special:Upload [15:33:50] thanks [15:34:35] LaDuelo: by default there is a menu item "upload" on the left hand side. [15:35:53] 03(FIXED) Enable FlaggedRevs custom configuration on Polish Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16177 +comment (10rhalsell) [15:39:30] how to change contents in toolbox [15:39:32] ? [15:44:01] 03(mod) Feature Request: Support CSS Annotations in HTML - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16336 (10jgreen24) [15:53:08] *Simetrical hates it when he looks at an interesting-sounding bug only to find that it's actually an SMW bug [15:54:40] SMW? [15:56:26] !sidebar | LaDuelo [15:56:26] --mwbot-- LaDuelo: To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [16:06:32] siebrand, LaDuelo: the toolbox is the only part of the sidebar that can *not* be changed. [16:06:41] the reason is that the contents depend on context. [16:06:55] it's generated programmatically [16:07:15] !toolbox [16:07:15] --mwbot-- See , also have a look at [16:07:24] hm. wrong kind of toolbox. [16:07:27] stupid bot. [16:07:36] *siebrand grins. [16:09:30] 03siebrand * r43605 10/trunk/extensions/Configure/Configure.settings.i18n.php: Update 'configure-setting-wgDefaultExternalStore' [16:16:36] and the imported edits will be done as the user who originally did them, even if that user doesn't exist on your wiki <== Duesentrieb, can you explain then why MediaWiki allows commits/edits of non-existing users, but no user deletion? [16:17:12] that seems kinda contradictory and silly [16:24:19] Fatal error: Cannot redeclare wfsetupcss() (previously declared in /home1/mobianle/public_html/wiki/w/extensions/CSS/CSS.php:83) in /home1/mobianle/public_html/wiki/w/extensions/CSS/CSS.php on line 85 [16:24:25] hmm. how do i resolve that conflict? [16:25:02] rename the function [16:25:11] how do i do that? [16:29:00] hey guys it is me once again. I am runnign wiki 1.13 now and everything is fine. I want to make my landing page look better, the original one from wikipedia. How can I add those text areas? [16:29:13] *+like [16:29:17] MediaWiki:Sidebar [16:29:19] edit that [16:29:32] http://www.mediawiki.org/wiki/MediaWiki:Sidebar shows you how to do it [16:29:43] 03(WONTFIX) Feature Request: Support CSS Annotations in HTML - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16336 +comment (10markus) [16:31:47] i think i havent been clear :S [16:32:34] if you go to http://en.wikipedia.org/wiki/Main_Page you see in the main part four columns. [16:32:46] Today's featured article; In the news etc. [16:32:55] those needs to formated seperatly [16:33:11] how can i add those pre-formated columns [16:34:15] it's just
s and some css [16:34:38] right in my text? :D [16:36:05] 03jojo * r43606 10/trunk/extensions/Collection/ (Collection.body.php collection/collection.js): use jQuery.noConflict() (e.g. fr.wb defines its own $() function). [16:48:27] 03mkroetzsch * r43607 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Property.php: init pre-defined properties when creating from internal ID [16:56:08] marnin [16:56:36] doesnt work for me unfortunatly [17:07:04] hey all, a short question: where can I place javascript code which is normally put between and ? is Mediawiki:common.js the right place or is this loaded and placed before the tag? [17:13:05] 03(mod) Please set up wiki for Wikimedia Norge - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15383 +comment (10brion) [17:16:39] 03siebrand * r43608 10/trunk/extensions/Configure/Configure.settings.i18n.php: Consistency update [17:26:43] 03siebrand * r43609 10/trunk/extensions/Configure/Configure.settings.i18n.php: Update a few messages [17:26:57] 03raymond * r43610 10/trunk/extensions/Collection/Collection.php: Per r43606: Bump $wgCollectionStyleVersion [17:28:47] 03mkroetzsch * r43611 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_DV_Property.php storage/SMW_Description.php): Fix to print property labels correctly in query results (Bug 16304) [17:29:27] 03(FIXED) Inline query labels no longer working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16304 (10markus) [17:38:44] 03raymond * r43612 10/trunk/phase3/includes/specials/SpecialStatistics.php: Add a class when a usergroup contains no members to allow hiding these rows per Commons.css or user specific CSS. Per suggestion of Purodha. [17:46:03] hello, how are things here [17:47:28] i wrote a few articles on jboss and when i type in the search box, jboss, it comes with a blank page, but when i type jbos or jbosss it comes and tells me to create a page. what do you think is wrong? i've already increased the mem on php to 132M [17:52:54] 03rotem * r43613 10/trunk/ (3 files in 3 dirs): Localization update for he. [17:54:04] 03(FIXED) Enable FlaggedRevs Patrolling Configuration on Classical Chinese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14715 +comment (10rhalsell) [17:56:17] a short question: where can I place javascript code which is normally put between and ? is Mediawiki:common.js the right place or is this loaded and placed before the tag? [18:01:12] 03(FIXED) Enable FlaggedRevs Patrolling Configuration on alswiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13968 +comment (10rhalsell) [18:01:27] 03mkroetzsch * r43614 10/trunk/extensions/SemanticMediaWiki/ (includes/SMW_DV_Time.php languages/SMW_Language.php): update of Type:Date from Fabian Howahl [18:06:09] Mazi: You need to use an onload hook. [18:06:46] MinuteElectron: where can I find additional information about this? [18:06:51] 03jojo * r43615 10/trunk/extensions/Collection/Collection.body.php: fixes: setup session when Special:Collection page is renderen. replace $writer by constant "rl". [18:07:36] is it possible to specify that the hook should put the javascript between the body tags? [18:08:08] http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Guide [18:09:03] 03siebrand * r43616 10/trunk/extensions/Configure/Configure.settings.i18n.php: Add a missing space [18:10:44] thanks, MinuteElectron, I will have a look at this! [18:13:25] 03brion * r43617 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiQuerySiteinfo.php): (log message trimmed) [18:13:25] * API siteinfo query no longer throws an exception for empty sifilter parameter. [18:13:25] The parameter is defined as being one of two values ('local' or '!local'), but [18:13:25] comes back as array() if it was specified but empty... which then got [18:13:25] overly-strictly checked against 'false', which was used internally for the case [18:13:28] where it's unspecified, and an exception thrown internally. [18:13:30] Now the filter parameter is nicely ignored whether it's unspecified or specified as empty, which is good clear behavior. [18:13:32] 03(FIXED) Enable FlaggedRevs custom configuration on Hungarian Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15568 +comment (10rhalsell) [18:19:25] hi, if I wanted to request the
    element that holds the login/logout/contributions links to get an id, what would be the fastest way to get it done? [18:20:05] what exactly are you trying to accomplish? [18:20:13] adding items to the list [18:20:41] in javascript? [18:20:51] (links to special:mypage mytalk and mycontributions for users that are not logged in) [18:21:05] yeah, it's the only way (it's for the dutch wikipedia) [18:21:22] document.getElementById('p-personal') [18:22:30] I know I can do that.. but it'd be easier if I didnt have to navigate to the list after that :p [18:22:57] well, there isn't really any other easy way... [18:30:04] hey guys how do you annotate areas in which you would like to add snippets of code to your wiki a commented or blocked out feild that highlights the syntax? [18:35:32] 03(ASSIGNED) Activation of FlaggedRevs in French Wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15346 +comment (10rhalsell) [18:36:10] 03(mod) Captcha is displayed when user transcludes a template that has an external link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16037 (10rhalsell) [18:36:11] <_pio> hi [18:36:17] 03siebrand * r43618 10/trunk/extensions/Configure/Configure.settings.i18n.php: Update 'configure-setting-wgUseCommaCount' and 'configure-setting-wgServerName' [18:38:12] 03(mod) Captcha is displayed when user transcludes a template that has an external link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16037 (10mikelifeguard) [18:39:24] hello ! I'm trying to svn update from 1.12 to 1.13.2. I already did this earlier (with earlier versions), but today I get the message : Working copy not locked; this is probably a bug, please report. [18:39:24] svn: Working copy 'F:\www\MediaWikiSVN\extensions\CategoryTree' is missing or not locked [18:39:43] I tried to remove this folder but I still get the error, why? [18:41:34] iubito, that's a svn support question [18:41:46] try doing svn up [18:42:06] you may also need svn cleanup [18:42:50] but after a cleanup, will I loose the changes I made in the code while upgrading? [18:45:39] 03(mod) Please set up wiki for Wikimedia Norge - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15383 (10herman) [18:46:22] 03mkroetzsch * r43619 10/trunk/extensions/SemanticMediaWiki/includes/ (3 files in 2 dirs): add support for SF special properties, improving their performance [18:47:32] Platonides> I did a cleanup, but still the same error when switching, my swich command is switch http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_13_2/phase3 F:/www/MediaWikiSVN -rHEAD [18:47:38] 03(mod) Please set up wiki for Wikimedia Norge - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15383 (10herman) [18:49:02] 03mkroetzsch * r43620 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php: support Form custom datatypes [18:51:33] 03brion * r43621 10/trunk/phase3/ (RELEASE-NOTES includes/Exception.php): [18:51:33] * Safer handling of non-MediaWiki exceptions -- now obeys our settings for formatting and path exposure. [18:51:33] Applying Tim's fixes... [18:51:50] Platonides> the update fails too update -r HEAD F:/www/MediaWikiSVN > can't find an entry [18:53:48] 03brion * r43622 10/trunk/phase3/ (RELEASE-NOTES profileinfo.php): * Less verbose errors from profileinfo.php when not configured [18:55:08] 03brion * r43623 10/trunk/phase3/ (RELEASE-NOTES includes/Title.php): [18:55:08] * Blacklist redirects via Special:Filepath, hard to use. [18:55:08] Committing Tim's fixes... [18:59:10] 03brion * r43624 10/trunk/phase3/ (3 files in 3 dirs): [18:59:10] * Improved input validation on Special:Import form [18:59:10] Applying Tim's fixes [19:00:49] <_pio> Hello, I've got a problem with MediaWiki:Anonnotice; If You could take a look at http://hell.org.pl/~toxic/Piotr/w/index.php/MediaWiki:Anonnotice; MediaWiki:Anonnotice is set but MW behaves as it was not. Do I have to enable it somehow? [19:00:55] <_pio> Thanks in advance [19:01:18] 03(mod) Activation of FlaggedRevs in French Wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15346 (10bertrand.grondin) [19:01:19] 03brion * r43625 10/trunk/phase3/ (RELEASE-NOTES includes/filerepo/FSRepo.php): [19:01:19] * Add a .htaccess to deleted images directory for additional protection [19:01:19] against exposure of deleted files with known SHA-1 hashes on default [19:01:19] installations. [19:01:19] Applying Tim's fixes [19:01:44] 03siebrand * r43626 10/trunk/phase3/maintenance/language/messages.inc: Update messages.inc per r43624 [19:03:35] Platonides> in extensions/.svn/entries I removed the entry CategoryTree, and now it works ! :D [19:03:49] 03brion * r43627 10/trunk/phase3/ (3 files in 3 dirs): [19:03:50] * Improved scripting safety heuristics for IE 5/6 content-type detection. [19:03:50] * Improved scripting safety heuristics on SVG uploads. [19:04:15] should bugs be bumped after a considerable long time or is that useless? [19:05:34] 03(mod) Activation of FlaggedRevs in French Wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15346 (10rhalsell) [19:14:33] 03brion * r43628 10/trunk/tools/video-subtitles/titles/ (PSA-Web.hsb.srt PSA-Web.oc.srt): add oc, hsb subtitles [19:16:06] 03rotem * r43629 10/trunk/phase3/languages/messages/MessagesHe.php: Localization update. [19:21:00] 03(mod) #time displays wrong day when given date as input - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13357 +comment (10mediawiki-bugzilla) [19:28:33] hey [19:28:47] i'm trying to install mediawiki on mysql and pgsql to do a benchmark comparision [19:29:06] but for some reason mediawiki 1.13.2 only gives me the option to use pgsql [19:29:22] i have drupal 6 and 7 installed to mysql and postgresql (4 installs) just fine [19:29:32] mysqli is loaded [19:31:02] ah [19:31:17] mediawiki 1.13 doesn't support mysqli? only the mysql library? [19:31:57] sega01: that's right [19:32:06] :-/ ok [19:34:13] AaronSchulz: ping [19:41:31] 03(NEW) Do not add . fr-hiddenform to #mw-reviewform on diffs for not yet marked pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16370 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [19:52:05] 03brion * r43630 10/trunk/phase3/includes/ (User.php specials/SpecialPreferences.php): [19:52:05] Reverting r43581 "Added a new user right called "alwaysuseskin" that allows the user to use and set their configured skin even if the wiki administrator has [19:52:05] chosen to disable user skins for the rest of the wiki. Req. by Alexfusco5." [19:52:05] Seems a little weird to me; I'm not quite sure the use case. :) [19:52:05] Comments on the revision note that it needs documentation as well, and the name is a bit weird. If it is needed/desireable it might be better to just replace $wgAllowUserSkin with a right 'useskin' or something. [19:57:12] 03brion * r43631 10/trunk/phase3/includes/specials/SpecialPreferences.php: Part of r43581 bits, reverting. [20:05:01] 03(FIXED) Activation of FlaggedRevs in French Wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15346 +comment (10rhalsell) [20:05:05] 03brion * r43632 10/trunk/phase3/ (docs/hooks.txt includes/Skin.php): [20:05:05] Revert r43592 "Pass the user object in MakeGlobalVariablesScript in case some variables are user-dependent." [20:05:05] As a UI thingy, $wgUser will be the only relevant user object here; there's no [20:05:05] circumstance in which we might pass some other user object. No reason to pass it [20:05:05] to hooks just on the off chance that they might use it, then... [20:05:45] 03(mod) Enable FlaggedRevs Patrolling Configuration on dewiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13969 (10rhalsell) [20:06:03] 03(mod) Enable FlaggedRevs custom configuration on he.wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14648 (10rhalsell) [20:06:13] 03(mod) Enable FlaggedRevs custom configuration on Russian Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14863 (10rhalsell) [20:06:17] 03(ASSIGNED) Enable FlaggedRevs on Ukrainian Wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15335 (10rhalsell) [20:06:38] 03(ASSIGNED) Enable FlaggedRevs custom configuration on Russian Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14863 (10rhalsell) [20:06:55] 03(mod) Enable FlaggedRevs on Ukrainian Wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15335 (10rhalsell) [20:07:02] 03(ASSIGNED) Enable FlaggedRevs on Ukrainian Wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15335 (10rhalsell) [20:07:15] 03(mod) Enable FlaggedRevs custom configuration on Portuguese Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16365 (10rhalsell) [20:07:26] 03(ASSIGNED) Enable FlaggedRevs custom configuration on Portuguese Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16365 (10rhalsell) [20:07:33] hi is there some way to force at the end of the output of a parser function [20:07:43] 03(ASSIGNED) Enable FlaggedRevs custom configuration on Russian Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15006 (10rhalsell) [20:08:11] CharlotteWebb: force? [20:08:12] 03(mod) Enable FlaggedRevs custom configuration on Russian Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15006 major->15enhancement (10rhalsell) [20:08:13] like if i wanted to do {{#ifexist:Category:Foobar|[[Category:Foobar]] [20:08:16] }} [20:08:26] with a line break after the cat [20:08:45] you can cheat and use html comments to hide the line break from the parser [20:08:48] using subst:#ifexist actually [20:09:11] it strips out the line break otherwise, but generally we want to keep categories on different lines [20:09:12] you have to careful with comments in substed parserfunctions, particularly #switch [20:09:18] oh [20:09:44] you could maye include two newlines in the tempalte? [20:09:54] tried that. strips all [20:10:00] 03(NEW) Allow reference definitions to be included from other pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16371 15enhancement; normal; MediaWiki extensions: Cite; (sharon.dagan) [20:10:39] i think putting one line break and then {{subst:some blank template}} worked until recently [20:10:47] but i can't swear to it [20:10:55] I was about to suggest that :) [20:11:52] see i'm working on this javascript to look at the the text of an article and suggest categories for it, but only if they exist [20:13:09] so that if they don't exist everything looks the same, but if they do exist they are put on separate lines [20:16:46] ok [20:16:54] hi [20:17:36] you might be able to do some kind of hack with it, but space sensitivity is not easy [20:17:43] hi Danwe [20:17:49] I try to get english month names by parser functions #time with the "xn" code, but it doesn't work. I have a german wiki and want to get the output in english [20:18:05] can somebody give me an example, please? [20:18:45] Doku: http://meta.wikimedia.org/wiki/ParserFunctions#.23time: [20:21:34] 03siebrand * r43633 10/trunk/phase3/languages/messages/ (29 files): Localisation updates for core messages from Betawiki (2008-11-17 21:14 CET) [20:22:42] 03(mod) CentralAuth global session not including wikipecies, incubator - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14407 (10evula) [20:23:44] I think i missunderstood the "xn" code. but isn't there any other way to get english names? [20:23:56] 03siebrand * r43634 10/trunk/extensions/ (33 files in 29 dirs): Localisation updates for extension messages from Betawiki (2008-11-17 21:14 CET) [20:35:15] 03(ASSIGNED) Enable FlaggedRevs custom configuration on Russian Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15006 +comment (10rhalsell) [20:38:33] 03(FIXED) Enable FlaggedRevs custom configuration on Russian Wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15006 +comment (10rhalsell) [20:39:18] 03(FIXED) Enable FlaggedRevs custom configuration on Russian Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14863 +comment (10rhalsell) [20:45:10] hello [20:45:31] hi [20:45:47] How are you? [20:46:34] i was hoping somebody could help me to understand what do I need to set up a wiki? [20:46:42] which I'll be hosting [20:47:35] you'll need mysql and php [20:48:31] to render SVG graphics properly and quickly, you'll need the librsvg library (which has a CRAPLOAD of gnome dependencies)...if you're on windows, you'll have to use inkscape to render your SVGs (imagemagick can do it, but it's slow and very buggy) [20:49:14] I'll using linux base server [20:49:46] ok [20:49:50] librsvg is the best way to go for ya [20:50:41] and that is within the mediawiki package [20:50:52] no [20:50:56] or it is independent from that package? [20:50:58] that's an external library for linux machiens [20:51:01] *machines [20:51:07] 03(NEW) accesskey method undefined - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16372 major; normal; MediaWiki extensions: Drafts; (Art.Kalb) [20:51:46] ok cool, now lets say I have all those things installed [20:52:08] what are the steps to follow to a successful install [20:52:10] ?? [20:54:22] you extract mediawiki to the folder you want your wiki locatd in [20:54:24] *located [20:54:36] then, you run the install.php file [20:56:19] and it will take care of the rest? sorry if I do stupid questions but I don't want to mess it up :S sorry [21:01:07] rorro, just visit config/install.php with your browser [21:01:10] it's really easy [21:01:34] thank you guys been of lots of help [21:02:50] you're welcome [21:03:16] question guys [21:03:50] i have some adsense code, what do i edit to implement it either underneath the toolbox or in a right-=side column but outside of the content box [21:04:26] !adsense | Landlordos7 [21:04:26] --mwbot-- Landlordos7: http://www.mediawiki.org/wiki/Extension:GoogleAdSense [21:04:41] dunno if that does skin integration though [21:04:46] skin integration tends to be messy [21:04:57] !skinning [21:04:57] --mwbot-- Overview: . Skin usage: . Gallery of CSS styles: . Writing your own: [21:05:02] 03mkroetzsch * r43635 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php: typo [21:05:33] that doesn't seem like what i want [21:05:39] hello, is it possible to flag revisions using api.php ? [21:06:02] I don't think you can build it into the sidebar easily until 1.14 [21:06:09] Landlordos7: you'll have to hack the skin [21:06:17] how does i do :P [21:06:19] MrZ-man: how would you do it in 1.4? [21:06:29] Landlordos7: follow the links about skinning... [21:06:45] MrZ-man: 1.14 that is [21:06:53] there's a new extension [21:07:22] hi [21:07:36] http://www.mediawiki.org/wiki/Extension:Google_AdSense_2 [21:07:48] I want to add some things to the sidebar [21:07:58] I dont quite follow whjat it says in the docs [21:08:00] yea thats what i want [21:09:54] thanks MrZ-man [21:09:55] what's the difference between Google Adsense and Google Adsense 2? [21:10:19] Google Adsense 2 needs the SkinBuildSidebar hook, which isn't in 1.13 [21:10:22] RingtailedFox: i suppose the "2" related to the extension, not GA [21:10:24] as far as i can tell, adsense 2 lets you place it unobtrusively [21:10:31] instead of inside the content box [21:10:32] that's what i mean [21:10:36] the extension [21:10:40] is 2 simply better? [21:10:45] wait [21:10:49] :MrZ-man: i can't use 2? [21:10:57] Hi! I'm looking for a possibility using the {{#tag:ref | ... in a template but what I need is the grouping function, Is it possible to group the refs within the tag-function? [21:11:10] not if you use 1.13 [21:11:28] damnit [21:11:30] hopes = crushed [21:11:47] hmm, I wonder if you could just add the wfRunHooks call in Skin.php [21:12:21] 03(NEW) Localized namespaces for mt.wp - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16373 15enhancement; normal; Wikimedia: Language setup; (djchris_portelli) [21:13:06] yeah i wonder if you could do that [21:13:11] since i don't know how to hax skin [21:14:33] 03brion * r43636 10/trunk/extensions/CodeReview/archives/codereview-reverted.sql: deferred got dropped in this update by mistake, restoring [21:15:58] http://www.ajs.com/ajswiki/How_to_add_Google_AdSense_to_MediaWiki [21:18:50] 03harddisk * r43637 10/trunk/phase3/includes/specials/SpecialPreferences.php: little bit of cleanup in the generator for the "remember login" toggle [21:19:18] Should http://www.mediawiki.org/wiki/Special:Code/MediaWiki/43637 have had a RELEASE-NOTES edit? [21:21:08] 03(mod) Rename the "Image" namespace to "File" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=44 +comment (10siebrand) [21:22:15] 03mkroetzsch * r43638 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php: added remark on possible todo for even more gentle reaction to unlikely problems ... [21:26:39] 03(mod) Please set up wiki for Wikimedia Norge - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15383 +comment (10cbrown1023) [21:26:41] http://www.huskerwiki.org/index.php?title=Main_Page [21:26:43] almost [21:26:44] =/ [21:27:14] 03siebrand * r43639 10/trunk/ (5 files in 5 dirs): [21:27:14] (bug 44) Rename Image namespace to File. Based on a patch by brion. [21:27:14] * Parser tests updated. 14 failing parser tests before the change, added one, and the same 14 failing parser tests are remaining [21:27:14] * added namespace aliases for Image and Image_talk for backward compatibility purposes [21:27:42] 03(FIXED) Rename the "Image" namespace to "File" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=44 +comment (10siebrand) [21:28:54] 03harddisk * r43640 10/trunk/phase3/includes/specials/SpecialPreferences.php: Disabled auto-completion for password in Special:Preferences. Should resolve the behaviour described at http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040067.html [21:29:14] 03(mod) Please set up wiki for Wikimedia Norge - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=15383 (10herman) [21:29:47] http://www.huskerwiki.org/index.php?title=Main_Page [21:30:00] anyone know why the box is there, but the ads won't actually coem up in it? [21:37:43] 03skizzerz * r43641 10/trunk/extensions/CodeReview/ (CodeReview.php Subversion.php): * Add user and password globals so that those using SubversionShell and closed svn can see diffs [21:39:48] 03(FIXED) Add user and password globals so that those using SubversionShell and closed svn can see diffs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16361 +comment (10skizzerz) [21:39:52] 03(NEW) parserTests.php always assumes $wgDBprefix is 'parsertest_ ' - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16374 15enhancement; normal; MediaWiki: Maintenance scripts; (siebrand) [21:49:41] 03harddisk * r43642 10/trunk/phase3/ (4 files in 4 dirs): Added $wgLoginAutocomplete to let wiki owner disable password autocompletion in Special:Userlogin by setting it to false. Defaults to true. [21:52:22] hey guys is there a any way to change the skin / theme for your mediawiki via a global configuration? [21:52:42] ie LocalSettings.php [21:52:52] w3rd_, $wgDefaultSkin [21:52:58] !wg DefaultSkin [21:52:58] --mwbot-- http://www.mediawiki.org/wiki/Manual:%24wgDefaultSkin [21:53:03] !wg AllowUserSkin [21:53:03] --mwbot-- http://www.mediawiki.org/wiki/Manual:%24wgAllowUserSkin [21:53:09] koo [21:53:11] ty [21:53:49] note that this changes the default [21:53:56] for ll users with an account, it changes nothing [21:54:05] they have to go to their pres to change the skin [21:54:10] *prefs [21:54:36] Duesentrieb, Hence why I gave him the link to $wgAllowUserSkin [21:54:50] 03soxred93 * r43643 10/trunk/extensions/InputBox/InputBox.classes.php: Add hidden parameter [21:55:27] 03(mod) The robots.txt disallows logging in. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16355 (10N/A) [21:55:39] chuck: yes, but if you don't know *why* you would use that, the info makes little sense :) [21:55:49] 03catrope * r43644 10/trunk/phase3/RELEASE-NOTES: Fix up r43617: put RELEASE-NOTES entry in the API section [21:57:42] 03(NEW) FlaggedRevs blocks/disables Patroller Extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16375 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [22:03:32] 03(mod) Enable FlaggedRevs Patrolling Configuration on alswiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13968 (10Wiki.Melancholie) [22:05:36] 03(mod) parserTests.php always assumes $wgDBprefix is 'parsertest_' - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16374 (10brion) [22:06:42] Sorry [22:06:53] I'm new to having my own wiki [22:07:15] is their a bridge to phpbb3 or 2 like their is to Invision Pro Boards [22:07:49] !phpbb [22:07:49] --mwbot-- I don't know anything about "phpbb". [22:07:52] bah. [22:07:58] I know Wikia made one, but it sucks [22:08:04] lol [22:08:06] yea, there's a broidge that lets you athenticate against phpbb's user base [22:08:12] but that's about it afaik [22:08:19] thats all i want [22:08:30] look for it on mediawiki.org then [22:08:35] just to use the phpbb_user database [22:08:44] good night. [22:09:23] 03(mod) parserTests.php always assumes $wgDBprefix is 'parsertest_' - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16374 (10siebrand) [22:09:24] does wiki use square braces or back slash for adding html? [22:09:43] 03brion * r43645 10/trunk/phase3/ (4 files in 4 dirs): [22:09:43] Reverting r43642 "Added $wgLoginAutocomplete to let wiki owner disable password autocompletion in Special:Userlogin by setting it to false. Defaults to true." [22:09:43] There's not a compelling reason to make it hard for users to manage their own password affairs here. [22:12:48] 03yaron * r43646 10/trunk/extensions/SemanticForms/includes/SF_TemplateField.inc: Added handling for SMW 1.4 [22:17:10] 03yaron * r43647 10/trunk/extensions/SemanticForms/includes/SF_FormClasses.inc: [22:17:10] Added 'dummy FormTemplateField' to be returned when strict parsing doesn't [22:17:10] find a field [22:21:42] brb [22:21:56] later thanks [22:22:11] 03yaron * r43648 10/trunk/extensions/SemanticForms/includes/SF_FormPrinter.inc: Slightly improved formatting [22:22:18] 03yaron * r43649 10/trunk/extensions/SemanticForms/specials/SF_CreateProperty.php: Added support for SMW 1.4 [22:22:21] how do you add a title to a url link? [22:23:36] ie [http://www.mediawiki.org MediaWiki web site] [22:23:41] is that correct? [22:23:46] i geuss try and find out? [22:23:49] heh? [22:24:10] If I would want login to my wiki from my own loginscript, where can I find the "login function" to use? [22:24:17] To set the cookie etc [22:24:56] 03(WONTFIX) Do not add . fr-hiddenform to #mw-reviewform on diffs for not yet marked pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16370 +comment (10JSchulz_4587) [22:32:49] morning, all [22:34:31] brion: have you had a chance to look at Configure? [22:39:48] Morning, TimStarling [22:40:17] hi [22:41:58] <^demon> Anyone mind taking a look at a patch (http://pastey.net/102092) for bug 16303 (add JS variable for global groups)? [22:42:21] werdnum: not yet, i'm catchin' up on fun stuff :D [22:42:37] 03aaron * r43650 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: (bug 16375) 'FlaggedRevs blocks/disables Patroller Extension' fixed [22:42:41] 03(FIXED) FlaggedRevs blocks/disables Patroller Extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16375 +comment (10JSchulz_4587) [22:44:02] brion: okie, what do you think I should work on while you get around to it? [22:45:37] 03(mod) FlaggedRevs blocks/disables Patroller Extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16375 +comment (10mikelifeguard) [22:47:40] lemme check my list [22:48:30] ^demon: thanks for looking at that :D [22:49:10] hello, I just upgraded from 1.12 to 1.13.2 and I get a big error on all pages : MagicWordArray::parseMatch: parameter not found [22:49:13] what happen? [22:49:25] I disabled all my extensions [22:49:37] <^demon> Mike_lifeguard: No problem :) [22:54:37] nobody had this error??? [22:55:51] 03(NEW) deleteBatch.php: mention stdin OK too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16376 trivial; normal; MediaWiki: Maintenance scripts; (jidanni) [22:57:06] 03yaron * r43651 10/trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php: Added support for SMW 1.4 [22:58:37] help please! what causes the "MagicWordArray::parseMatch: parameter not found" on all my pages? [22:59:37] Did you copy and paste that error message? [22:59:51] brion: did you check your list? [22:59:53] :) [22:59:54] you can see it at http://www.tousauxbalkans.net/ [23:00:24] i'm checkin it twice [23:00:28] gonna find out [23:00:32] who's gettin' lots of assignments [23:00:34] Are you gonna find out who's naughty and nice? [23:00:37] oh, same thing. [23:00:56] 03yaron * r43652 10/trunk/extensions/SemanticForms/INSTALL: New version: 1.3.6 [23:01:02] <^demon> brion: I posted a followup on http://www.mediawiki.org/wiki/Special:Code/MediaWiki/43316 when you get a second. [23:01:29] iubito: You're sure you disabled all extensions? [23:01:34] sure [23:01:52] they are all commented in localsettings.php [23:02:05] what's line 659 of MagicWord.php? [23:02:25] ^demon, ohhhh, me likes... what kinda extension is that? can it be used by mortals, too? [23:02:31] oh, it will be throw new MWException( __METHOD__.': parameter not found' ); [23:02:37] lch: CodeReview, and yes [23:02:59] nice, does it need an underlying svn or cvs or mercurial or something? [23:03:04] <^demon> svn [23:03:06] svn, yes. [23:03:06] 659: [23:03:07] list( $name, $param ) = $this->parseMatch( $m ); [23:03:17] ic [23:03:24] it's matchAndRemove method in MagicWord [23:03:57] You're sure you upgraded everything correctly? How'd you upgrade? [23:04:14] svn [23:04:27] From a branch? [23:04:46] in eclipse, i switch from 1.12 to 1.13.2 [23:11:30] is it possible to use redirects for images? [23:11:51] I think yes, I think I've used it [23:12:03] oh, is that enabled on WMF wikis? [23:12:29] so, what can I do for my big MagicWord error :( [23:12:31] ? [23:16:11] werdnum: sent you mail w/ a few project ideas [23:16:27] ^demon|dinner: moment [23:16:31] Is it possible to hide the "Discussion?" Along with History, View Source, etc from users who arn't logged in. [23:17:38] littlepinkdot, that is not explicitly supported, or advised. You can do it to some degree with CSS if you really want to. [23:17:41] !cms | littlepinkdot [23:17:41] --mwbot-- littlepinkdot: Wikis are designed for openness, to be readable and editable by all. If you want a forum, a blog, a web authoring toolkit or corporate content management system, perhaps don't use wiki software. There is a nice overview of free tools available at including the possibility to try each system. For was to restrict access in MediaWiki, see !access. [23:18:35] brion: thanks. [23:19:22] littlepinkdot> it's possible with hack. In MonoBook.php (if it's the only skin used), search for foreach($this->data['content_actions'] and add if($this->data['loggedin']==1) just before, works well for me :) [23:19:28] brion: ah, I see this is the "other related work" :P [23:19:40] mwahaha [23:20:47] Ah thank you iubito! [23:20:52] Worked perfectly =) [23:21:00] brion> what can I do for my big MagicWord error ? it breaks my wiki :( [23:21:34] littlepinkdot> i found this somewhere on mediawiki.org, a page with a lot of little customizations and hacks like this one [23:21:46] iubito: these generally mean something didn't quite get updated [23:21:52] or occasionally that there's a bug in a particular localizatoin file [23:21:57] make sure the messages files got updated [23:22:10] and if you previously did the serialization, do 'make' in the 'serialized' directory again [23:24:17] ok I re-update and upload languages/messages files [23:28:01] How can I show content only to registered users; (hidden from unregistered users)? [23:28:31] brion: we probably don't want SHA1 in regular logs, right? Just on IRC notifications? [23:29:10] !access | fbax [23:29:10] --mwbot-- fbax: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [23:31:16] 03(mod) Do not add . fr-hiddenform to #mw-reviewform on diffs for not yet marked pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16370 (10Wiki.Melancholie) [23:31:37] brion> seems that languages were not updated during my svn switch which was buggy. I'm redownloading them from svn and uploading to my server, let's see in a few moment [23:32:28] Sorry; I meant within a single page; registered users can see more than unregistered users. [23:32:48] fbax, no. Not possible. Don't even try that kind of fine-grained access control with MediaWiki. [23:32:58] There are two basic modes of operation: everything public or almost everything shut down. [23:33:08] If you want anything else, you should use different software. [23:34:12] It *is* possible, I should add. [23:34:18] But it won't necessarily be effective. [23:35:14] werdnum: right,t hey'd look annoying on special:recentchanges ;) [23:35:35] but perhaps you could store them in the extra parameter field or some thing so they're accessible to the changeslist->udp bridge? or... something..... :D [23:36:07] Well, there are two ways I can see doing it. [23:36:58] The first is to pass it as a generalised "UDP extras" parameter to the RecentChange constructor, and having those shoved in as a key-value thing at the end, e.g. (sha1: foo; someotherparam: bar ) [23:37:11] (at the end of an IRC line) [23:37:47] the second is to write a custom RC line generator for the 'upload' log type, and to nab the SHA1 and stick it in, depending on a 'forIRC' parameter that I'd add. [23:38:36] brion> it works, thanks ! :) [23:38:47] :) [23:39:36] \o/ [23:40:17] iubito, could you look up how to do image redirects? I don't manage to get it working [23:42:02] can one of the PHP gurus look over https://bugzilla.wikimedia.org/show_bug.cgi?id=13357 and maybe say why #time would be off by one day whenever a date is supplied as an argument? [23:42:06] fbax, check "hiddenwiki", it's a bit hard to set up, a lot of hack, I didn't test it with 1.13. You could include a secret page in your page, non-logged-in will not see it, logged-in or admin will... but you'll have to play with it a little time to understand how it works... [23:43:37] lch> here http://www.tousauxbalkans.net/Image:MediaMIDI.png it worked in an earlier version... now it doesn't seem to work [23:44:16] lch: timezone [23:44:54] brion, what about it? does it need to be UTC? [23:49:01] 03(mod) Do not add . fr-hiddenform to #mw-reviewform on diffs for not yet marked pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16370 (10JSchulz_4587) [23:52:54] hey guys is there a way to use the embed image file using urls rather that trying to upload and consume local storage? [23:54:22] 03(mod) Allow multiple categories for categorymembers list - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14425 +comment (10aaron) [23:55:19] w3rd_, $wgAllowExternalImagesFrom might be something for you [23:57:20] ^demon|dinner: commented on the http://www.mediawiki.org/wiki/Special:Code/MediaWiki/43316