[00:00:40] mkay, thx [00:03:45] n8 [00:14:22] hi all [00:14:49] how do I get a list of all pages in a given namespace, in this case MediaWiki namepace? [00:17:19] <_DannyB|backup> Varange: [[Special:Allpages/MediaWiki:]] [00:17:20] Varange: Special:Allpages [00:18:02] <_DannyB|backup> Varange: but in case of MEdiaWiki you'll get only overriding pages. try also [[Special:Allmessages]] [00:18:35] Is there a/blog rss extension for "latest featured articles" etc? [00:18:51] (i.e I'd like to blog out news pages directly into the wiki) [00:20:18] *Bouncingmolar slaps Bouncingmolar_ with a big red brick [00:20:23] whoops [00:20:37] thanks [00:23:31] one more please _DannyB|backup ... how to display all pages in a category? [00:24:15] click on the category link? [00:24:33] <_DannyB|backup> Varange: all pages in such category is via [[Category:]], all categories is [[Special:Allpages/Category:]] [00:24:58] thanks [00:25:23] so Allmessages is the "language" file, in a way? [00:25:26] is there a simple way to add a .css or .js file to the headsection of page from an extension hooking the parser? [00:25:55] no [00:26:06] $wgOut -> addScript() does not seem to work [00:26:13] i saw a css /js extension [00:26:30] you need a work around of some sort jamaso [00:26:31] <_DannyB|backup> jamasi: check geshi hiliter [00:26:32] *jamasi [00:26:42] http://www.mediawiki.org/wiki/Category:Script_embedding_extensions [00:26:55] I'll have a look [00:27:41] I'm working on including a "drupal style" dropdownmenu as an extension. [00:27:58] i think i saw one of them too [00:29:40] i can't find it though [00:30:14] despite the css/js-inclusion I'm allmost done [00:30:23] thanks a lot, bye [00:30:53] hola. is there a way to transclude the list of pages in a category onto another page? [00:31:13] <_DannyB|backup> nope [00:31:23] Extension:CSS_Dropdowns [00:31:48] hmm, I think I'll just tell the user to use this extension: http://www.mediawiki.org/wiki/Extension:AddScriptCss [00:34:24] problem with this is broken IE6, Bouncingmolar [00:34:43] ah ok [00:35:20] well, rats. if theoretically I got motivated to hack it in, what would be the best way? do a parser extension? [00:41:02] 03(mod) New short form interwiki titles for Commons and Wikispecies - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10682 +comment (10lejonel) [00:49:25] is there a way to parse in a specific page how many articles are in a specific category? [01:14:35] 03(NEW) ParserFunctions insert a newline character before the returned result - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10687 normal; normal; MediaWiki extensions: ParserFunctions; (fibonacci.prower) [01:20:13] is there a web based search tool for the svn repo? [01:28:51] hello [01:40:59] is there any law of nature that says that writing a bitstream decoder has to be terribly tedious? [01:42:00] *jeremyb refers TimStarling to #science [01:42:26] I call it "Whiteknight's Law of bitstream decoders" [01:45:10] 03nickj * r24366 10/trunk/extensions/Quiz/Quiz.php: Tweak to prevent strict standards warning: Non-static method Quiz::loadMessages() cannot be called statically in includes/Hooks.php on line 113. [01:47:01] 03nickj * r24367 10/trunk/phase3/includes/api/ApiLogin.php: Tweak to prevent strict standards warning: Only variables should be assigned by reference in includes/api/ApiLogin.php on line 154 [01:47:05] so I wrote a function to read an ogg theora header [01:47:15] <_mary_kate_> in php? [01:47:24] yes [01:47:27] I thought "that was pretty easy, maybe I'll do it for flac and speex while I'm at it" [01:48:07] see, there's a PEAR module called File_Ogg, it only worked for Vorbis and only barely at that, so I'm extending it [01:48:29] the theora header has everything nicely byte-aligned except for one bitfield, so it wasn't too hard [01:48:34] 03(mod) Automatically hyphen ISBNs - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10685 (10circee) [01:49:05] but flac isn't so nice [01:49:25] bit widths are: 16, 16, 24, 24, 20, 3, 5, 36, 128 [01:49:47] <_mary_kate_> you could write a generic class that you can say "give me the next 3 bits" [01:50:35] well, I have a function where you give it an associative array mapping field names to bit widths, and it fills an associative array from a filehandle for you and returns it [01:50:43] that's a very nice interface for PHP [01:50:54] <_mary_kate_> does it work with variable width fields? :) [01:51:09] but my current implementation only works for multiples of 8, so it looks like I have to expand it to arbitrary widths [01:53:15] 03nickj * r24368 10/trunk/phase3/includes/EditPage.php: Trivial cosmetic anal-retentive adjustment to four wfDebug() edit-conflict debugging messages. [01:53:37] to be complete I also have to do it for both little-endian and big-endian [01:53:56] because Vorbis and Speex use little-endian, and Theora and FLAC use big-endian [01:54:14] <_mary_kate_> vorbis and theora have different endianness? [01:54:19] yes [01:54:32] except for the comment header, where they used the vorbis convention in all four formats [01:55:06] 03nickj * r24369 10/trunk/extensions/ (9 files in 2 dirs): Setting svn:eol-style to native. [01:55:40] were they all designed by the same person and/or at the same time? [01:55:46] no [01:56:27] it's a bit more complicated than ordinary endianness, since it affects both the order of bytes in a word, and the order of fields in a bitfield byte [02:01:39] the ogg container is little-endian [02:09:11] I think FLAC and Theora (VP3) both predate Ogg [02:12:57] 14(INVALID) diff deletes text in edit form in the Page: namespace - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10679 +comment (10Simetrical+wikibugs) [02:20:50] 03(mod) Automatically hyphenate ISBNs - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10685 summary (10Simetrical+wikibugs) [02:21:01] <_mary_kate_> ITYM hyphenize [02:21:40] My dictionary says that's not a word. [02:21:47] <_mary_kate_> i know, i'm just pulling your leg [02:22:15] *Simetrical thought that was not unlikely [02:22:40] *Simetrical wonders why Wikipedia thinks they need the angry red for "this is the current revision" message [02:30:07] hi, me again [02:30:16] _DannyB|backup, are you here? [02:31:23] anyway, what I want to do is to put the search bod at the top of every page. What is the general technique I should use to achieve this? [02:31:28] Mm, looks like border-image is in FF3. [02:31:43] search box [02:32:51] It's a shame CSS isn't more systematic about this stuff. You could really do border-image with background-image plus some appropriately clever selectors and z-indexes (provided you can make new children/parents using selectors, which I believe you can in CSS). So much easier to implement if it had some slim base stuff and everything else defined as macros on top of that. [02:37:40] css would be a good thing, if one could shoot users of broken browsers right in the face. [02:41:28] It's not entirely Microsoft's fault that they started their browser a few years early and made a perfectly standards-compliant HTML rendering engine. [02:41:38] Rather than a CSS one. [02:43:41] But really, I suspect it could be made much easier to implement. [02:44:41] Here's to a hope that CSS4 will be simplified. Even CSS2 has some bizarre and counterintuitive parts. In CSS3, too, they're just piling on more features, generally useful but not always well thought-out and definitely not simplifying anything. [02:45:19] Is there an extension that exists which would allow automatic page creation via a form? I'm looking for something that can be embedded on a page like input box, where the user enters the name of the article to be created. Upon entering the title and validating, a page with different inputboxes opens up that allows the user to enter the information simply. The extension would then take whatever is entered in this "form" page, create the arti [02:45:19] cle with the name entered from a predefined template with substitutions from the info entered on the "forms" page. Anyone know if there's anything remotely close to that? Something in development? [02:45:39] Not that I've heard of. [02:45:48] Basically a page-creation wizard, in essence. Would be nice to have. [02:46:11] In much simpler words, yes. A page-creation wizard! :) [02:48:11] I'm really not good enough to code extensions for mediawiki. What would be the best place to suggest such a wizard that could attract the attention of people with the right skills? Here? mediazilla? Is there an "extension developper" mailing list? [02:52:14] You could do MediaZilla, MediaWiki Extensions -> Extensions requests. [02:52:22] Don't know if anyone will do it in the foreseeable future. [02:53:28] Any particular reason for this restriction when trying to make the USERINFO data a bit more complete? svn: 'pre-commit' hook failed with error output: /svnroot/mediawiki/hooks/pre-commit-userinfo.php: Can't update multiple USERINFO entries [02:55:03] nickj, I think we're only supposed to be updating our own USERINFOs. [02:56:02] Simetrical: well that won't work. The incompleteness of http://svn.wikimedia.org/users.php is a proof-by-existence. [02:56:24] *brion_away_ won't object to putting ocrrect information in there [02:56:46] *Simetrical notices brion now seems to be occasionally turning up outside office hours [02:57:07] Brion: do you mean I should update them one-by-one, thus avoiding the hook whinging? [02:58:03] in fact, fuck it, that's what I'll do, and if people get annoyed with me then their userinfo can be reverted or deleted. [02:58:27] ideally it shouldn't be whinging [02:58:30] can you be more specific? [02:59:17] brion: http://p.defau.lt/?1Er0IFO7ocNRG_qp74LDug [02:59:29] hiya bpja [02:59:59] :P [03:00:00] laaame [03:00:27] is there a web based search tool for the MW svn repo? [03:00:46] jeremyb, I assume Google works. [03:00:53] hrmm... [03:01:06] i assume not [03:01:06] http://svn.wikimedia.org/robots.txt [03:01:56] although it should allow the pages that don't link anywhere bad (users list, fe) and the index [03:03:14] google seems to agree: http://www.google.com/search?q=site:svn.wikimedia.org notice there are no snippets (and barely any other info) for the results [03:03:24] nickj: it seems to be set to check if you're on a whitelist, and only then lets you edit other peoples userinfo [03:03:25] brion: do you know? [03:03:35] and to only let you do one at a time. kind of annoying imho [03:03:41] (about a tool not about google) [03:03:48] jeremyb: check it out and use grep [03:04:47] hey, I am trying to build an extension that is all AJAX-y and uses HTTPRequest object to get stuff back from the server. Only problem though, is when I echo something from the server I also echo a bunch of other crap.... [03:05:21] as in it echos the whole header of the site [03:05:23] maybe more [03:05:30] does anyone know how to fix this? [03:06:17] DFRussia: well you probably want to be using the ajax framework interface [03:06:18] DFRussia, are you using the AJAX framework or just trying to send a normal request? [03:06:31] jsut trying to send a normal request [03:06:36] how do I use the framework? [03:08:02] brion: well of course i *could* do that, but i wanted to do one search with no expectations to do more before i forget where i checked it out to. many projects have such a tool for their repos (or one is provided by the repo hoster) and i was just wondering if one existed already... i take that as a no [03:08:20] forgot* [03:08:32] not that i know of sorry :) [03:08:48] thx :) [03:09:24] (/me also had no idea how big a checkout was) [03:09:27] *jeremyb fires it up [03:09:53] brion: maybe that hook maybe be disabled? I'm probably the first person to attempt to do this, so I imagine nobody has run into it before. I kind of don't see the point of it. Refusing to let people update or correct information seems kind of odd to me. Even MediaWiki lets you edit other people's user pages :-) . Effectively I'm adding people's names, and where I know of their email address, adding that after obfuscating it with s/@/ Who I [03:10:06] DFRussia: grep -i ajax *.php [03:10:20] nickj: dunno, ask tim [03:10:23] it's his baby [03:10:35] TimStarling: you alive? [03:10:36] wow, that's long. surprised it all made it through... (oh, that's right, i'm using a narrow window irc client now :P) [03:10:38] yes [03:10:43] yay [03:11:00] TimStarling: thoughts on the whole USERINFO thing? [03:11:37] there's a place in the hook file where you can put a list of admins [03:12:06] Tim is alive, thats news [03:12:13] brion: :p [03:12:43] is there some sort of documentation I can find online for the AJAX framework of MediaWiki? [03:12:45] I can probably add you to it if I can find it on mayflower [03:12:56] TimStarling: but can the hook be disabled? E.g. rather than adding people to the list of admins, maybe the problem is the hook. Until people actively abuse this, what does the hook get you? [03:13:27] well yeah, probably not much [03:13:42] it's a bit of a toy [03:13:53] In fact, if a dev went rogue, USERINFO is probably the very last thing they'd go for :-) [03:14:34] DFRussia: we're pretty bad about documentation :) there might be something on www.mediawiki.org but i wouldn't expect it -- look at the existing code [03:14:52] oh noes rouge developers [03:15:09] brion: any suggestion for an extension that uses AJAX well and clearly? [03:15:09] <_mary_kate_> i have rouge hair, does that count? [03:15:13] for me too look at [03:15:16] 03(NEW) page creation wizard - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10688 15enhancement; normal; MediaWiki extensions: Inputbox; (charles) [03:15:57] brion: do you admin viewvc? (and should i ask about making a config change in -tech?) [03:16:34] DFRussia: CategoryTree extension, and the ajax watchlist and upload extras in mediawiki dev trunk [03:16:39] ok, disabled [03:16:48] jeremyb: i do [03:16:53] thank you brion [03:16:57] TimStarling: cheers! Will try committ now [03:17:28] 03nickj * r24370 10/USERINFO/ (42 files): [03:17:29] Updating userinfo, so it's easier to know who folks are. [03:17:31] Added email addresses have been trivially obfuscated with s/@/ Who Is A User At The Host Called /, to help reduce concerns about spam. [03:17:40] heh [03:18:04] woot! [03:18:08] brion: revno's for .php files are links to download the file. revno's for most other types IME are links to the view=markup version and i'd prefer that for .php as well [03:18:15] (not a big deal) [03:19:31] lemme take a peek [03:19:52] _mary_kate_: les cheveux rouge? hawt [03:20:16] 03(mod) page creation wizard - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10688 (10Simetrical+wikibugs) [03:21:08] brion: http://www.youtube.com/watch?v=b9nptjUs9FM <-this is somehow really funny at 1:58 [03:21:23] jeremyb: do you happen to know what option to flip? i'm a little lost looking fo rthis :P [03:21:49] brion: not even sure if it's an option but i'll dig if you like [03:22:09] <_mary_kate_> VoiceOfAll: some red horses? (i guess my french is a bit rusty) [03:22:28] brion: do you know what rev you're running? (prolly doesn't matter...) [03:22:47] _mary_kate_: lol, your more off than going to google and doing fr -> en with "La Fille aux cheveux rouge" [03:23:00] do it, it's funny [03:23:10] 1.0.x r1668 [03:23:48] brion: I want to learn how to strafe when I dance :D [03:24:08] hold down alt [03:24:37] *VoiceOfAll doesn't get it :( [03:25:01] <_mary_kate_> heh, i am using a german-french dictionary because it's easier than finding an english-french dictionary :) [03:25:09] *brion transports VoiceOfAll back in time to 1994 to play Doom [03:25:24] <_mary_kate_> iddqd! [03:25:28] <_mary_kate_> idspispopd [03:25:31] _mary_kate_: does that video make you laugh? [03:25:39] <_mary_kate_> video? [03:25:59] idclip [03:26:04] *Simetrical tries to remember others [03:26:20] _mary_kate_: the youtube one I linked above [03:26:26] *_mary_kate_ looks [03:26:33] brion: I never played doom [03:26:38] *VoiceOfAll hides and ducks for cover [03:26:46] _mary_kate: go to 1:58 [03:27:00] VoiceOfAll, bah, whippersnapper! [03:27:04] How about Duke Nukem 3D? [03:27:10] NOPE [03:27:17] I remember the good old days of Wolfenstein 3D, come to that. [03:27:23] *VoiceOfAll ducks and fucks for cover [03:27:39] *Simetrical thinks that's a . . . novel way to find a hiding-place [03:28:12] Anyway, mostly we watched our father play, with Wolf 3D. At least at first. A couple of years back I fired up the thing, and whaddya know, I still remembered half the secret passages. [03:28:19] <_tony> I am planning a massive move from one domain/host to another domain/host. How do I make it seamless? I want to make sure histories don't change, users are kept, etc. [03:28:33] mein leben! [03:28:47] brion, aw, the memories! [03:29:19] <_mary_kate_> Simetrical: my uncle had hand-drawn maps of all the wolf3d levels :) [03:29:26] *Simetrical remembers the protagonist's expression upon finding the mighty chaingun . . . which conveniently used the same bullet size as the pistol and submachine gun [03:29:37] *Simetrical gets all misty-eyed [03:29:48] _mary_kate_, I've done stuff like that for other games. [03:29:49] *VoiceOfAll wacks Simetrical [03:29:51] ugh, why is it less than obvious how you do an anon checkout of the viewvc repo? (uname: guest is an easy guess but you shouldn't have to guess *after* reading the first layer of instructions) [03:30:03] *brion awaits a wiigun accessory for a wii version of doom [03:30:20] jeremyb, eh? Uname? Just do svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk or whatever you want. [03:30:21] *^demon figured it out the first time [03:30:26] brion: NO NO, BAD BRION, BAD [03:30:45] Simetrical: *viewvc* repo [03:30:52] Oh, right. [03:31:07] *Simetrical totally needs to replay Doom [03:31:12] brion: http://www.youtube.com/watch?v=ElWNFgMqGuE SWEET [03:31:22] Actually, I never really played Doom, I think, just Doom II. [03:31:32] <_mary_kate_> VoiceOfAll: i want 1:58 of my life back [03:31:36] <_tony> Um... is this the right channel to ask my question, or is there a different one? [03:31:46] _tony, no, this is the right place. [03:31:58] _mary_kate_: did you actually play it up to that silly? [03:32:01] <_tony> Oh. [03:32:10] _tony, it should be seamless enough if you just dump and import the database. [03:32:38] _tony, you'll then probably have to rerun config/index.php to regenerate LocalSettings.php with new, appropriate settings. [03:32:57] The database is independent of installation, nothing should break if you just move it. [03:33:07] <_tony> Okay. [03:33:13] <_tony> Thanks :-) [03:33:19] *VoiceOfAll taps _mary_kate_ on the shoulder [03:33:49] _mary_kate_, I long ago stopped clicking on VoA's YouTube videos. [03:34:17] _mary_kate_: that seen was only 10 seconds or so :) [03:34:34] Simetrical: Infidel! [03:37:10] Simetrical: http://www.pbs.org/newshour/bb/politics/july-dec07/demdebate_07-24.html [03:37:12] take that! [03:37:32] hmm maybe i can patch it [03:37:33] brion: the wonders of TEh WEB 2.0! [03:37:53] *Simetrical isn't watching these debates either . . . it's what, 16 months until the actual elections? [03:38:13] Plus, I think I registered as a Republican, so who cares about the Democratic primaries. [03:39:33] grr [03:39:36] i broke sth, moment [03:40:18] Simetrical: I would hate to register for either party, ugh [03:40:29] jeremyb: ok done [03:40:43] brion: what was it? [03:41:03] had to hardcode it to think php is a text file type :P :) [03:41:06] *jeremyb confirms it works [03:41:12] where? [03:41:35] (/me is still figuring out what ezt is :-/) [03:42:26] Simetrical: http://www.youtube.com/watch?v=DdAm6UY4xOE <-do you like this fella? [03:42:36] *Simetrical ignores the link [03:42:48] jeremyb: https://wikitech.leuksman.com/view/Subversion#Viewvc [03:43:16] Simetrical: don't ignore fred :) [03:43:36] I'm not ignoring Fred, I'm ignoring you. [03:49:05] *brion swears off youtube for the rest of the evening [03:49:34] mmmmmm, chai [03:49:35] i'm looking for a really simple to use wiki [03:49:50] flyinprogramer, MW is probably not the best bet. [03:49:50] something like Wordpress only like a wiki [03:49:56] yah i know [03:50:03] i was wondering if someone had any suggestions [03:50:09] flyinprogramer: try that huge wiki database? [03:50:24] jeremyb got a link? [03:50:47] http://www.wikimatrix.org/ [03:50:56] http://en.wikipedia.org/wiki/Comparison_of_wiki_software [03:52:37] to be honest, wordpress's posting interface is really wonky imho :) [03:52:43] its admin interface ain't half bad though [03:53:58] thank you [03:54:26] brion yah, i was looking for a wiki with a good admin interface like wordpress [03:55:04] flyinprogramer: dokuwiki might be what you're looking for [03:55:50] brion: you still got a very long 22 hour flight, or did you break it into bits? [03:56:17] 5 hours to los angeles, then a billion hours to taipei ;) [03:56:21] We have a great admin interface. Highly customizable, you can use the text editor of your choice. [03:56:44] lol [03:57:04] simetrical.... "we" [03:57:05] ? [03:57:13] MediaWiki. :P [03:57:18] o [03:57:18] that means you can write your own UI too! :) [03:57:22] (And it was a joke) [03:57:23] yah [03:57:27] i got it : [03:57:29] :D [03:57:40] thanks for the help guys [03:57:41] ttyl [03:58:11] oooh, portland... i've been there [03:58:44] <_tony> oregon or maine? [03:58:53] <_tony> aah, maine. [03:58:57] maine i presume [03:58:59] <_tony> when were you there? [03:59:06] <_tony> i'm about 40 minutes away from there. [03:59:31] where? 2001 [03:59:38] <_tony> sebago lake [03:59:39] 2 weeks [03:59:49] hrmm... don't know that [04:00:07] <_tony> it's where portland gets its water from. [04:00:09] anywhere near bradbury state park? [04:00:14] <_tony> i can pee in their water supply. [04:00:17] <_tony> let me check... [04:00:17] hah [04:00:29] wow, i didn't know anyone else from Maine was ever in this room [04:00:38] i can pee in NYC's water supply i think (not sure if they allow people there) [04:00:45] heh [04:00:50] <_tony> i'm about an hour away from bradbury. [04:00:54] <_tony> Shardsofmetal, you're in maine? [04:01:00] yeah [04:01:02] <_tony> wow. this is crazy. [04:01:07] <_tony> whereabouts? [04:01:11] *jeremyb spent a few days working at bradbury [04:01:16] hollis [04:01:17] i'm there too! [04:01:23] <_tony> YOU ARE FUCKING KIDDING ME. [04:01:27] <_tony> (to basstard) [04:01:43] (oh, i sure am, but dont tell anyone) [04:02:04] <_tony> lol. [04:02:28] wait [04:02:28] Next you're going to find out that you're actually, like, father and son, and didn't realize. [04:02:30] Aren't you. [04:02:31] there are people in maine? [04:02:37] i thought it was one of those mythical states [04:03:00] <_tony> it's actually a city in ontario. [04:03:01] which one's are those? [04:03:07] Is there some way to do something like this: {{PRELOAD_IF_NOT_EXIST|Fishing in Perth|Template:FishingPlaces}}, which would give the link title as "Fishing in Perth", and if the article existed it would view the "Fishing in Perth" article, but if it did not exist, it would open edit mode and preload Template:FishingPlaces as a rough possible outline of the content, to help get people started? [04:03:53] o_O [04:04:10] nickj: so you don't have to check if it exists manually? isn't that a lot to save very little? [04:05:09] Okay, so . . . how is it gedit is using 457 MB of memory with no files open? [04:05:17] mmap? [04:05:33] a leak? [04:05:33] *brion blames gnome [04:05:54] All on the heap. [04:06:02] 455.4 MB of VM used by the heap. [04:06:13] (of crap) [04:06:17] Conveniently I have 3 GB on my machine, so I'm still only using half of it and zero swap, but still, WTF? [04:06:21] jeremyb: Well I'm assuming a level of wiki familiarity among the users that is relatively low, so I want to to be easy to use. If you click the link, you get the content as per normal, if it exists. If not, you get a useful outline. There will be possibly 100s of these general categories of articles, so expecting the poor user to know which they should use is a bit much. It would be nice to help them on their way. [04:06:30] That's either a massive memory leak or a spectacularly stupid feature. [04:07:39] nickj. it's a good idea. [04:08:04] <_tony> i want some fucking pizza. [04:08:11] *Simetrical ponders whether he wants to bother with a core dump, or just make sure to restart it occasionally and forget about it [04:08:38] brion: I love iced-chai [04:08:48] x99: thank you, but I want to determine if it's possible to do it without writing any software ;-) (i.e. just using wikitext) [04:09:10] kind of pricey to go to a coffee shop and drink though [04:09:21] at least as much as I'd like [04:11:41] nickj: hrmm... i think i see the problem now... my alternative is prolly not feasible but here it is: add a category to the page (impossible for a non-existent page, right?) so it's done automatically (maybe only for noobs?). i guess there would need to be a UI for maintaining lists of pages for each category? [04:11:42] *brion points VoiceOfAll at http://www.oregonchai.com/ [04:13:30] oooh http://www.oregonchai.com/recipes/details/?recipeid=46 [04:14:11] jeremyb: I think I got it - in ParserFunctions there is an "ifexists" function. If that does what I hope it does, then everything else is do-able. So yes, I suspect at this stage that it can be done with standard wikitext. [04:14:35] correction - s/ifexists/ifexist [04:14:39] Oh, gnome-terminal is using 117.4 MB of memory. Even after I cleared the scrollback. [04:14:41] . . . [04:14:59] wow, that's a lot of options [04:14:59] nickj: my objection is that it would only work on the linking pages where that syntax is used not any page that links [04:16:04] jeremyb: That's a valid objection, but I don't see any way to easily avoid that problem. [04:16:23] hi. In the template PHP file there are references to $this->msg('whatever'). Where do I edit the values for these variables? [04:16:51] Varange, Special:Allmessages [04:16:57] thanks [04:19:19] Hmm. I think I see core dumps here, but they're sockets. That seems . . . odd. They register as 0 bytes and text editors won't view them. [04:19:24] *Simetrical needs stronger Linux-foo [04:19:39] nickj: have a UI for maintaining a list of pages for each template. or maybe more generally a UI for default categories lists and then check against the content of the default category page. i see problems with that way too though. maybe some kind of microformat in the category page itself to store a list of page names? do you take it off the list upon creation? what if it's deleted because it's too stubby but it's still a wanted page? [04:19:48] did that get chopped? [04:20:16] Simetrical: core dumps should be regular files. what does xxd say? [04:20:23] Simetrical: what does file say? [04:20:52] aryeh@aryeh-desktop:/tmp$ file gedit.aryeh.2584549054 [04:20:52] gedit.aryeh.2584549054: socket [04:20:52] aryeh@aryeh-desktop:/tmp$ xxd gedit.aryeh.2584549054 [04:20:52] xxd: gedit.aryeh.2584549054: No such device or address [04:21:16] Maybe those aren't core dumps, but they're *something* related to my use of kill -6 on the process. [04:21:19] what makes you think it's a core dump? [04:21:31] *jeremyb looks up -6 [04:21:44] I Googled and read somewhere to use kill -6 for a core dump. [04:21:57] 6 ABRT (abort) [04:21:59] ABRT 6 core [04:22:34] Simetrical: well can you repro? [04:22:43] I did the same thing for two processes. [04:22:55] Simetrical: you can attach gdb also but i'm not sure how [04:23:10] Simetrical: so that's a yes? [04:23:20] Yes. [04:23:49] so, http://developer.pidgin.im/wiki/GetABacktrace [04:24:03] . . . you know, I honestly don't care much. [04:24:29] does anyone know how reflist works? trying to put references in a wiki im doing [04:24:48] *Simetrical rm's the files, whatever they are, and goes back to what he was doing [04:25:10] For some reason, my wiki wont import the testwiki dump [04:25:19] It keeps complaining "Unknown import source type" [04:25:22] Is there something im stuffing up? [04:26:48] ugh, for some reason viewvc's viewvc instance has a *lot* of repetitive styling (not css) i.e. every row @ annotate [04:28:51] TheFearow: what exactly are you doing? [04:28:58] command line? [04:29:35] No, Special:Import [04:29:45] I'm looking through the code, think I found a bug [04:29:56] TheFearow: exactly what file type and file extension? [04:30:02] Nevermind, I hit "a" on my keyboard [04:30:15] brion: The .xml, decompressed from a download [04:30:21] It's not regognising the upload type [04:30:50] 1) is it in fact decompressed (plain raw xml) [04:30:57] I checked in TextEdit [04:30:59] 2) is it named with .xml extension (no other extensions) [04:31:04] It's not the file, I believe whats happening: [04:31:04] $source = new WikiErrorMsg( "importunknownsource" ); [04:31:10] 3) is it uploading properly (eg not over the maximum post size or upload size) [04:31:26] That's what I can find in SpecialImport thats causing the error, and the source var should be sent [04:31:27] the default upload maximum is something really small iirc [04:32:07] Ahh, but wouldnt the hidden box "source" still be there? [04:32:23] perhaps not if you overflowed the post_max_size [04:32:35] Is there an easier way to import without using HTTP? It's just on my local machine [04:32:53] php maintenance/importDump.php somefile.xml [04:33:39] thanks! [04:35:51] *jeremyb stabs viewvc. the raw file is 130k. the annotated one in html (not even highlighted!) is 2.6MB [04:36:03] hehe [04:36:43] *jeremyb chuckles at google thinking mb= millibars [04:36:49] (2.6 millibars) / (130 kilobits) = 0.015625 m-1 kg s-2 Bytes-1 [04:37:32] brion: Do I just wait, or is it supposed to say something? [04:38:06] TheFearow: it should be outputting status information [04:38:13] this is assuming that you did, in fact, give it input [04:38:22] if you just ran it without giving it an input file, it'll try to read from stdin [04:38:30] That's the problem then [04:38:40] welcome... to unix :) [04:38:46] and that will be quite unproductive [04:38:47] See anything wrong with /Applications/MAMP/bin/php5/bin/php /Applications/MAMP/htdocs/testwiki/maintenance/importDump.php /Applications/MAMP/htdocs/testwiki/maintenance/testwiki.xml [04:39:03] I hate long commands [04:39:21] looks good to me [04:39:37] ought to work [04:39:53] It just likes stdin. This is why I used to use windows [04:39:54] *brion stabs apple for shipping php 4 still :) [04:39:54] TheFearow: you know you can drag files/packages from finder to terminal and it will give you the path? [04:40:20] jeremyb: No, I do know. Ill try that [04:40:34] s/do/didn't/ :) [04:41:19] (that was *supposed* to be a question btw) [04:41:21] Oops, I forgot -f [04:42:14] Nevermind [04:43:20] This is why I dont normally use terminal [04:43:46] *jeremyb hands brion http://viewvc.tigris.org/source/browse/viewvc/branches/1.0.x/lib/viewvc.py?annotate=1696#id62 and http://viewvc.tigris.org/source/browse/viewvc/branches/1.0.x/lib/viewvc.py?annotate=1696#id359 [04:45:50] O_O [04:45:54] ewwwwwwww [04:46:05] and i thought the class names on every cell were bad in the default template [04:47:02] oh, you see what i mean now? [04:47:15] *jeremyb chuckles [04:48:02] 03mikeb * r24371 10/branches/mikeb/phase3/ (9 files in 4 dirs): (log message trimmed) [04:48:04] * small interface change to MimeMagic::guessMimeType: added parameter to more [04:48:06] explicitly control whether the file extension should be trusted. This was [04:48:08] necessary as I needed to pass the file extension in situations where it is not [04:48:10] acceptable to guess mime type based on extension alone. Updated files calling [04:48:12] guessMimeType as necessary. [04:48:14] * changed UploadComplete hook, which used to pass an undefined variable called $img by ref for undocumented reasons beyond me. Now passes the File. [04:49:11] *nickj stabs the sidebar [04:49:13] you can't put any logic in the sidebar - e.g. can't do {{#IFEXIST: page|page|http://site/index.php?title=page&action=edit&preload=Template:page}} [04:49:27] It wouldnt be too hard to implement [04:49:32] nickj: use case? [04:50:32] jeremyb: as per above: E.g. "** page|page" would become "** {{#IFEXIST: page|page|http://site/index.php?title=page&action=edit&preload=Template:page}}|page" (or something like that). [04:51:17] nickj: i don't follow. what what the link in the sidebar say? would it be there on all pages? [04:51:55] bye [04:53:27] jeremyb: it would say the word "page", but if [[page]] existed, then it would have "page" be a link to [[page]], otherwise it would have a link to open [[page]] in edit mode, with some preloaded text. An no, it probably would not appear on all pages (it would appear on a lot, but not all). [04:54:33] nickj: we're rehashing. i understood that a while ago. i just can't see a use case for the sidebar [04:55:26] jeremyb: you don't think it should be in the sidebar? I.e. think it should be in the main article text instead? [04:56:00] *jeremyb is now extremely confused... [04:56:11] *nickj is confused too [04:56:24] hand me a use case? [04:56:57] (i thought you were talking about main art text at the beginning, no?) [04:57:21] and that use case i understand [04:57:26] but not the sidebar one [05:01:10] Well there's going to be a long list of possible links on many pages (around 100), repeating using a similar or identical pattern. One possibility was to put that long list of links into the sidebar area, to get it out of the way and de-clutter the article text. However at first there won't be content on many of the pages, so it would be nice if it could have a mechanism to preload a skeleton to get people started, if there wasn't any cont [05:02:02] hey everybody, I've just set up mediawiki for the first time and I'm trying to upload files(movies and various things), is there a file size limit? BTW I'm running it on a Ubuntu server version 7.04 [05:08:12] kyled185: there is a size limit that's kinda small but i'm not sure what it applies to [05:08:38] nickj: chopped at preload a skeleton to get people started, if there wasn't any cont [05:09:35] nickj: i still don't understand how it would be used. especially since it's targeted at noobs [05:09:47] 03(NEW) Bot edits should be hidden from Special:Newpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10689 15enhancement; normal; MediaWiki: Special pages; (Prodego) [05:10:50] 14(DUP) Bot edits should be hidden from Special:Newpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10689 +comment (10Prodego) [05:10:51] 03(mod) Allow hiding logged-in users, bots and patrolled pages on Special:Newpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1401 +comment (10Prodego) [05:15:27] jeremyb: (sorry, don't know why it chops text sometimes, very annoying) - ... " to get people started, if there wasn't any content there already." I'll try modifying SkinTemplate.php quickly first though, to what it looks like and whether it's actually usable. [05:15:55] <_mary_kate_> nickj: IRC has a length limit of 510 chars per line (including all the protocol data) [05:18:50] nickj: the irc protocol limits message length (for all kinda of messages not just in the ones you see aiui) to 512 bytes including protocol overhead. (pretty sure it's 512 not 510 and bytes not chars) on top of that many IRCds have a built in configurable limit for specific types of messages/commands. for example public messages on channel and topic lengths. don't remember if freenode has one [05:19:03] <_mary_kate_> it's 510 once you take away the \r\n [05:19:30] <_mary_kate_> and char = byte as far as irc cares :) [05:19:34] ohh. well that could be protocol overhead [05:19:51] And usually 5-10 bytes for the message name itself [05:19:56] jeremyb / _mary_kate_ : Okay, but my client should know this, and be smart enough to split into multiple messages, instead of letting me keep typing, and then throwing away the end bit of what I typed **grr** [05:19:58] _mary_kate_: i thought it supported multibyte [05:20:07] <_mary_kate_> jeremyb: clients do, but the protocol doesn't care [05:20:21] <_mary_kate_> although i probably should have said "octets" to be pedantic :) [05:21:04] a good protocol is one that you hardly notice, and which you don't have to learn obscure details about. [05:21:16] nickj: it's *old*! [05:21:37] <_mary_kate_> irc has basically not changed at all in the last.. 16 years? [05:21:47] <_mary_kate_> except for some superficial details, the protocol is the same [05:22:19] well there are extensions but i think so [05:22:33] In that case, bring on IRC version 1.1 ;-) [05:22:49] nickj: that would take an RFC... :P [05:22:50] <_mary_kate_> so many people tried to redo IRC i think we're up to IRC 37.0 for the next one [05:24:23] <_mary_kate_> i guess IETF wants us to start using XMPP instead [05:25:04] nickj: well as far as the configurable limits server side afaik it doesn't tell the client how much was chopped so it would have to learn how to parse the server config info which might (not sure) be specific to each server. [05:25:05] nickj: in addition if it misinterprets that info or it's not available then if it does split it, it would prolly have gaps that were chopped and never made it. i think a single truncation is better than gaps. just learn to write a little shorter (i know it's hard :P) [05:25:59] jeremyb: Learn to _not_ waffle?! Never! [05:26:08] <_mary_kate_> nickj: u cn typ lyk ths [05:26:15] <_mary_kate_> nickj: svs bw 2 [05:26:24] svs bw 2??? [05:26:39] <_mary_kate_> (saves bandwidth, too) [05:26:46] ugh [05:27:18] i don't think it would save bandwidth [05:27:30] If you have ask what the message meant, somehow I think the bandwidth savings may be reduced... [05:32:40] *amidaniel debates _mary_kate_'s assertion that leet speak saves bandwidth [05:32:51] <_mary_kate_> amidaniel: ur wrong huhu [05:33:00] <_mary_kate_> see? my debate is clearly much more efficient [05:33:09] Typing like that requires the person with whom you're conversing to send even more characters to try to understand what you're saying [05:33:16] Thus consuming even more bandwidth :) [05:33:41] <_mary_kate_> people will learn to understand it. AOL users did :) [05:33:51] Bletch [05:34:12] Anyone wanna take my exam for me tomorrow? :) [05:34:17] *amidaniel doesn't feel like studying :( [05:34:24] <_mary_kate_> what subject? [05:34:31] math for cs [05:34:32] _mary_kate_: i don't think that had anything to do with saving bw [05:34:44] amidaniel: discrete? [05:34:51] jeremyb: indeed [05:34:58] <_mary_kate_> math for cs? like algorithms? [05:35:16] _mary_kate_: Like, really really easy math :) [05:35:17] _mary_kate_: discrete [05:35:51] (note i'm not even sure i remember what discrete math is :P) [05:35:58] haha [05:36:04] wikipedia to the rescue! [05:36:05] <_mary_kate_> i seem to remember "discrete maths" being another word for 'logic' [05:36:18] <_mary_kate_> i remember taking it at high school but i dropped out before we started it :) [05:36:18] http://en.wikipedia.org/wiki/Discrete_mathematics [05:37:04] You never had to take it in college? [05:37:13] <_mary_kate_> me? [05:37:20] yes [05:37:25] <_mary_kate_> i didn't go to college [05:37:27] would time complexity computation be discrete math? [05:37:36] O Rly? Hmm .. thought you had :) [05:37:57] jeremyb: Yeah, that's bundled in there. [05:38:13] We're doing really, really simple efficiency calcs though -- just big-oh and all that jazz [05:48:35] Can anyone see what's obviously wrong with this line:for($row = mysql_fetch_array($result)){ [05:48:45] <_mary_kate_> TheFearow: i think you mean 'while' [05:48:55] Ahh yes [05:49:01] I get languages mixed up in my head [05:49:16] <_mary_kate_> in what language does for work like that? :) [05:49:36] Java its for(Variable : Array) [05:49:47] maybe foreach? [05:49:48] amidaniel: discrete maths was semi-kind of fun. I wouldn't get someone else to take your test though. My partner is a uni lecturer, and they caught someone doing that, ended very badly for them. [05:49:49] Actually it was a boyfriend sitting an exam for his girlfriend. They didn't even try to get the gender right :-) [05:50:08] <_mary_kate_> TheFearow: but in this case you'd use while in java, too [05:50:19] hah! [05:50:22] <_mary_kate_> yeah, the equivalent of for (v: collection) in php is foreach [05:50:54] but it might be an online test in which case gender doesn't matter [05:51:18] well, the one I'm talking about was a real sit-down exam. Dunno about amidaniel's one though. [05:57:30] nickj: Haha ... it's a summer school class of about 20 ppl, so I think the prof would probably notice if someone else took the test for me :D [05:59:25] Woohoo! I made my goal :D [05:59:38] *amidaniel has now gone 7hrs without a cigarette :) [06:00:26] If you can do 2 months without, then you might have a chance to come clean. [06:06:43] amidaniel: morgen =) [06:06:58] hello people [06:21:52] Hi all, got a question about internal wikimedia variables/obj's for an extension i'm working on. Anyone know how i can get the current page's name? [06:22:15] er sorry mediawiki not wikimedia (still a little new at this :P ) [06:24:19] *jeremyb wonders if {{PAGENAME}} is a clue (and how that works since it doesn't seem to be a real template) [06:25:48] that sounds about right, i'll try and find wherever {{PAGENAME}}'s implemented, thnx [06:26:32] diploid: You're probably looking for $wgTitle->getPrefixedText() and its siblings [06:26:45] Read through Title.php for a collection of methods to get a page's title [06:26:58] hello daniel [06:27:04] Perthro: Morgen :) wie gehts? [06:27:13] sehr gut und dir? [06:27:45] nicht schlecht .. hab aber morgen eine prufüng und muss lernen :( [06:27:58] uiii wasn fŸr ne prŸfung? [06:28:04] amidaniel: Awsome, thanks for the help :) [06:28:10] mathe für informatik [06:28:25] diploid: Np. Let us know if you need any other help :) [06:28:45] holla dann wŸnsch ich dir schonmal ganz viel glŸck =) [06:28:59] danke :) [06:29:04] klappt alles mit deinem wiki? [06:29:14] Ÿbrigends dein code ar gut nu kann ich die user einteilen, allerdings funzt das noch nich so ganz die kšnnen sich immer noch sehen [06:29:22] *jeremyb sees http://en.wikipedia.org/wiki/Help:Variable [06:29:33] muss ich irgendwo noch was einstellen?? [06:29:43] amidaniel: deutche? [06:30:06] yes ^^ [06:30:14] deutsch [06:30:18] Perhro: ne .. die gruppe Apple kann ne seite vie [[Apple:Foobar]] erstellen .. und das können die in aasp nicht sehen [06:30:37] Es wird aber nicht so funktionieren dass alles was apple schreibt aasp nicht lesen kann [06:30:59] wenn ich als user ( apple) ne seite suche/editiere und abspeichere, kann aasp die immernoch sehen [06:31:05] *jeremyb chuckles at his butchering of deutsch [06:31:42] *jeremyb now thinks he knows someone with that last name (and just never realized that's how the language is spelled) [06:31:43] Perthro: Wie gesagt kann aasp alle seiten außerhalb des Apple namensraumens lesen [06:32:02] definiere apple namensraum? nur die eigenen diuskussionen und user-pages? [06:32:20] Perthro: Nein! Die die mit Apple: anfangen [06:32:26] achsoo [06:32:33] also erstelle ich meinetwegen apple_boot [06:32:33] Und auch Apple talk: [06:32:44] apple_boot? [06:32:45] und das kann aasp dann nicht sehen [06:32:50] ^^als seite [06:33:08] oder soll ne seite mit apple anfangen [06:33:12] *wie [06:33:13] aso .. ne, aber Apple:Boot kann asp nicht segen [06:33:36] ahh es dŠmmert mir ^^ [06:33:46] das muss ich gleich mal ausprobieren [06:33:47] Lese mal http://meta.wikimedia.org/wiki/Help:Namespaces :) [06:34:14] danke dir =) in wieviel stunden hasten prŸfung? [06:34:17] Oder besser http://meta.wikimedia.org/wiki/Hilfe:Namensraum [06:34:36] Perthro: 12 stunden oder so .. also muss ich ja lernen :) [06:34:58] ich will dich gar nicht abhalten =) ich drŸck dir um 20 uhr die daumen ;D [06:35:07] lol :) [06:35:19] wenn du fertig bist geh ich schlafen hehe [06:35:20] Eigentlich hab ich übermorgen auch ne prüfung :D [06:35:36] bleth [06:35:37] ich hab nur 2 daumen vergiss das nicht ^^ [06:35:50] na dann machs gut [06:36:23] danke :) [06:46:28] hi again, having trouble using getPrefexedText() from within my extenion's main class (required from LocalSettings) here's how i'm calling getprefixed: global $wgTitle; [06:46:28] $wgTitle->getPrefixedText(); [06:46:53] this is probably a silly php problem, i'm still a little new to the language [06:47:04] maaaan [06:47:09] my wiki is looking so sexy [06:47:15] is there a place to show them off? [06:50:35] is there any way to get "responseXML" instead of "responseText" when I use the MediaWiki Ajax framework? [06:51:22] 03yurik * r24372 10/trunk/phase3/includes/api/ (ApiQueryExtLinksUsage.php ApiQueryImageInfo.php): API: Fix for bug 10662 imageinfo is not cleared for each page [06:51:53] it still needs some work but tell me this is not one sexy mediawiki theme [06:52:02] ive been working on it for two days [06:52:36] 03(FIXED) imageinfo is not cleared for each page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10662 +comment (10yuriastrakhan) [06:53:22] http://6toe.com/wp-content/uploads/2007/07/screenshot-5.png [06:53:24] booyow [06:53:29] but as you can see [06:53:42] a lot of the text is garbled and fucked up [06:53:58] note: I am in the process of making a full mirror [06:54:05] as i took that shot [06:55:25] dmb062082: that is a nice looking skin [06:55:43] yu [06:55:46] ty [06:56:05] it used to be monobook [06:56:32] im more of a dark on lite fan [06:57:31] it looks very good for some sort of gaming-type wiki [06:57:49] a bit too dark for a bussiness or company [06:57:57] (unless the company deals with gaming) [06:58:24] yesir well its going to be for 6toe.com [06:58:30] right now its just gaming/news [06:58:40] nothing is live its all local [06:59:18] ok [06:59:20] cool [07:04:02] does anyone know if there is any way to get "responseXML" instead of "responseText" when using the MediaWiki Ajax framework? [07:08:03] nvm, stupid question [07:11:12] hello, what's the best way to set up a Wiki for several languages on one Website? [07:11:29] it would be good if the languages could be separated somehow [07:11:53] 03(mod) Special:Import: "XML import parse failure" and wrong number of imported revisions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9911 (10wikt.3.connelm) [07:13:28] the wiki already sets up with multiple languages [07:13:36] just like wikipedia does [07:14:01] <_wooz> lo [07:15:16] I mean, I want seperated sections for every language [07:15:21] some pages translated to german [07:15:25] some to english, etc. [07:15:43] Wikipedia has a completely own Wiki for every language [07:15:59] but as all these Wikis should be on one Website, isn't there an easier way to achieve this? [07:18:40] sites like meta use 1 wiki for multiple languages [07:19:16] I love our wiki name - mediawikiwiki_p [07:20:29] morning [07:20:43] when was the last scap? [07:20:59] ThomasV: last week [07:21:27] I think there's a webpage for that but I can't find the url [07:21:43] ok [07:21:51] [[Special:version]] [07:22:08] no, I mean a wnf log [07:22:11] wmf [07:22:32] dunno such a log [07:23:16] sometimes brion mention a scap on https://wikitech.leuksman.com/view/Server_admin_log but only sometimes [07:24:06] yep, that's it [07:24:58] since when is pywikipedia merged in svn ? [07:24:59] Shardsofmetal: hmm, but Meta isn't such an important Wiki as well. I mean, using one Wiki for multiple languages would never work with Wikipedia [07:25:25] are there pywikipedia devs around ? [07:25:49] ThomasV: see above log :) [07:26:17] thanks :-) [07:27:24] Colin_Finck: yeah, i don't really know, but i thought maybe you could get some ideas from Meta or something [07:28:05] Shardsofmetal: In our project ReactOS, we already do it this way, but this also makes the Wiki quite unorganized :-/ [07:28:22] if somebody clicks on "Main Page", he always gets to the english page [07:28:44] if somebody searches for something, which is equal in all languages, he will also get to the english page [07:29:10] dmb062082: in your screenshot (which looks nice) if you enable ParserExtensions and the Cite extension, the text will look less, as you say "garbled and fucked up". [07:29:30] ok thanks! =) [07:30:24] Colin_Finck: yeah, i can see the problem...but i can't think of a better way to do it [07:36:56] apparently my username is already taken on mediawiki.org; I can't remember having created an account there... the user has zero edits [07:46:19] ThomasV: Try a password reset [07:46:29] ThomasV: Or someone might have already taken that name [08:15:24] how can i change the links at the top header menu ? [08:41:27] 03(NEW) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10690 15enhancement; normal; Wikimedia: General/Unknown; (triyork) [08:43:08] THIS IS GOING TO BE a very stupid question but I am not seeing any options to enable various extentions [08:45:17] also I am still dumping: 2,001,000 pages (30.272/sec), 2,001,000 revs (30.272/sec) [08:45:38] when does it end!!! =) [08:49:10] 03(mod) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10690 (10triyork) [08:51:40] 03(NEW) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10691 15enhancement; normal; Wikimedia: General/Unknown; (triyork) [08:52:00] is there any way to get list of annon contributors? [08:52:49] 03(mod) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10690 +shell (10raimond.spekking) [08:53:00] 03(NEW) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10692 15enhancement; normal; Wikimedia: General/Unknown; (triyork) [08:53:17] 03(NEW) Database dumps, smaller - pages-articles. xml should be avalaible in .7z as well - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10693 15enhancement; normal; Wikimedia: Downloads; (adam1213) [08:53:59] 14(DUP) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10692 +comment (10shinjiman) [08:54:01] 03(mod) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10690 (10shinjiman) [08:54:17] 14(DUP) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10691 +comment (10shinjiman) [08:54:18] 03(mod) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10690 (10shinjiman) [08:55:22] 04(REOPENED) Closing of Sardinian Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10692 +shell; summary; +comment (10raimond.spekking) [08:55:39] dmb062082: loading a dump is potentially a very slow operation. :-( [08:56:01] NICKJ YEAH...Oh NM with the extentions I think I am all set [08:56:31] I cant find the ParserExtensions though [08:56:35] cite works well [08:56:41] 04(REOPENED) Closing of Zhuang Wikiquote - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10691 +shell; summary; +comment (10raimond.spekking) [08:57:31] nm, IVE found 99 of them [08:57:43] dmb062082: Parserfunctions: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ParserFunctions/ [08:57:53] how do I find a list of extentions that wikipedia uses? [08:58:20] http://en.wikipedia.org/wiki/Special:Version [08:58:22] dmb062082: on Special:Version [08:58:57] so If I AM MAKING a mirror of wikipedia it would be smart to use every extention they use right? [08:59:04] caps key is acting up [08:59:29] dmb062082: yes [09:00:04] dmb062082: also read the GFDL carefully, and the policy pages regarding forks and mirrors. [09:00:23] Ive touched down on it before [09:00:35] dmb062082: although you could probably get away with just some of them - e.g. Cite [09:00:42] it needs to give all the same rights as the current wiki in terms of edits [09:00:56] you'd need all parser hooks and parser functions [09:00:56] no pictures even though I want an image dump [09:01:10] you don't need extensions that just provide extra special pages, etc [09:01:17] + ParserFunctions + ImageMap + CategoryTree [09:01:48] + texvc + geshi syntax + ... [09:02:16] you also need most of the custom css and js [09:02:32] that'll get you most of the stuff, and if you encounter anything that didn't work you could enable those as needed. But the systematic approach would be to just do the same extensions. [09:03:27] hm... perhaps it would be nice to include information about the relevant rextension in xml dumps [09:04:00] thanks [09:05:27] Duesentrieb: Yeah that could work - and importDump could say "hey, you don't have extension X, Y, and Z, which are recommended for this dump". [09:05:42] That would be nifty [09:06:01] yes. only works though if all extensions provide meta-info. which not all do [09:06:10] and texvc is not really an extension... [09:07:05] also, if you import just a simple page, the warning would be misleading if the page doesn't actually use such extensions [09:07:20] finding out which are actually used would be very tricky. [09:13:05] how can i change the links at the top header menu ? [09:13:51] can you make the wgDBadminuser the same as the db user the mediawiki installer used/created? [09:14:11] hmmm, I want to modify a global variable inside a Special Page and then have that effect usable outside the special page.... [09:14:14] but whenever I do it [09:14:17] it completely fails [09:14:22] any ideas? [09:15:18] there seems to be some sort of scoping issue. I am trying to create an extensions which adds a new Special Page. The Special Page is stored in CCM_body.php and its ajax-abilities are stored in CCM_Ajax.php [09:15:20] DFRussia: that's not possible. changes made to any variable are gone with the next request. [09:15:29] Hi. [09:15:42] how would I work around that Duesentrieb? [09:15:49] Does someone know how is the LiquidThreads development progressing? [09:16:03] DFRussia: all info you need must be in the request you send to the server. [09:16:28] hmmm? I think we are talking about different things.... [09:16:48] possibly [09:16:49] it is not a matter of what info the JavaScript sends [09:17:03] in process of the SpecialPage rendering [09:17:16] a couple of global variables are set in PHP [09:17:19] hello, if i had installed MW and it works, does i have to delet files for more security? [09:17:30] *delete [09:17:44] Perthro: (re)move the config directory. [09:17:51] then I try to access them from my CCM_Ajax.php, but the changes by CCM_body.php (where special page exists) are no longer there [09:17:58] or make it unreadable for the webserver [09:18:31] DFRussia: within the same request? [09:18:41] what do you mean same request? [09:19:06] thx, and if i will set userright like no one whos registerd can see anything..can i take changes in defaultsettings or does i have to copy the code into local setting? [09:19:23] DFRussia: same http request. [09:19:36] anyway, make sure you actually decalre the variable to be clobal everywhere you use it. [09:19:46] that I do [09:19:54] I've been checking that for a long time now.... [09:19:59] Perthro: never change defaultsettings [09:20:40] I think it is the fact that SpecialPages only load when they are requested [09:20:42] i know but the part with user-permission is important to change different userright like read, show, create [09:20:43] and same with their code [09:21:09] sure [09:21:21] I am very much confused... [09:21:23] hmm [09:21:36] I would paste the code.... but it is rather extensive, and I do not think anyone wants to read it [09:24:07] I think I have an idea for a work around [09:24:13] grrr... but so much more recoding [09:25:49] DFRussia: generally, you have one minimal php file for setting up the extension - defining globals, registering hooks and special pages, etc. [09:26:01] where can i find a manual for modifing mediawiki ? [09:26:03] Duesentrieb: can i copy the userright-part from defaultsetting to localsettings? [09:26:12] Perthro: yes# [09:26:17] ok thx [09:26:25] PHPadam: all over the place. start on mediawiki.org [09:26:47] thanks Duesentrieb, I think I found a way around my issue. [09:26:50] GeSHi = no good [09:27:01] it turns my entire wiki into some sort of trunk view [09:27:12] huh? [09:27:17] that's... odd. [09:27:26] it makes everything render very very odly [09:27:34] oddly [09:27:46] you are doing something wrong then (tm). [09:28:40] dont know what it could have been [09:28:40] how can i let users get RSS feeds of their watch list? (RSS readers cant remember the user/pass ! ) [09:28:40] followed http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Installation [09:29:12] PHPadam: that's exactly why this feature does not exist. [09:29:56] Duesentrieb, how about the RSS url contains the username? [09:30:37] PHPadam: nd password? very insecure. and would need some changes in how mediawiki handles authentication. [09:30:54] PHPadam: watchlists are not public, and shoudn't be [09:32:00] also giving Warning: Cannot modify header information - headers already sent by (output started at /var/www/wiki/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php:12) in /var/www/wiki/includes/WebResponse.php on line 10 [09:36:00] okay... now I am just getting mean errors [09:37:39] how do i tell the wiki to use my own .css file for the standard monobook skin? [09:37:44] (and disable all other skins) [09:38:04] i could change main.css but the faq says, this is not the proper way [09:38:23] aton i think thats in local settings [09:38:30] think* [09:38:40] aton`: Edit MediaWiki:monobook.css I believe [09:38:50] I am getting an error in http://mediawiki.pastey.net/71300 that reads "Call to undefined function wfGetDB()" I highlighted the line [09:39:01] I have never before had issues with wfGetDB() [09:39:12] is there any obvious mistake in my code? [09:39:17] TheFearow, where will the css be saved? this file is nearly empty... [09:39:32] aton`: That's on-wiki, its saved in the database [09:39:34] dmb062082, local settings? [09:39:53] TheFearow, oh okay, thats probably a good way then [09:39:56] yes [09:39:58] $wgDefaultSkin = 'monobook'; [09:40:03] change it to what ever [09:40:18] and can i disable all other skins? [09:40:19] around line 111 heheheh [09:40:21] idk [09:40:25] prollty [09:40:27] prolly [09:41:06] is template: an extension or am i still waiting on data from my current dump [09:41:18] Template:Cite book [09:41:31] and template: what ever [09:41:42] its all over the place [09:41:57] hm its hard to see what files belong to a certain skin and which not [09:42:04] there is so much stuff in the skins directory [09:42:12] yah [09:42:25] they have directories per skin for the most part [09:42:38] can i just copy a dir and make my own? [09:42:43] is it possible to set a default category for an editor ? which means, if he creates a page, if theres no category, it will use his default one [09:42:44] like copy all files from monobook and adjust them [09:42:55] dmb062082: could I ask you to take a look at a code snippet of mine? [09:42:57] or well i think i will just edit monobook [09:43:07] DFRussia sure but I am a noobie [09:43:08] hahaha [09:43:24] You are probably asking the wrong person but I will take a look [09:43:51] http://mediawiki.pastey.net/71300 <<< around the highlighted line, I am having issue with the scoping of wfGetDB() [09:44:11] ok I will try and take a look [09:44:13] I end up with a "Call to undefined function wfGetDB()" [09:45:21] DFRussia: Where is that getting included from? [09:45:36] from LocalSettings.php [09:45:50] Ahh, it wont have setup yet [09:46:01] oh? [09:46:08] where should I include it from then? [09:46:17] The bottom of setup.php is probably good [09:46:35] but if I am making an extension.... I don't want people to have to modify setup.php [09:46:53] Ahh, then i believe you use a certain hook [09:47:05] should I just include the file that defined wfGetDB? [09:47:13] No [09:47:13] hmm [09:47:15] okay [09:47:23] any ideas on the proper hook? [09:47:25] Theres a loaded hook or something, near the bottom of setup.php [09:47:27] You can use that [09:48:11] ok [09:48:14] thankies [09:48:22] Anytime :) [09:49:15] hey theFearow! I have lots of errors that print out # Template:Cite news # Template:Cite web [09:49:28] so on and so forth, am I missing an extension for that? [09:49:36] Do you have template Cite news and Cite web? [09:49:40] template: you name it =) [09:49:54] these are extensions? [09:50:15] and no I do not think so [09:50:44] dmb062082, when i enter my css text into the MediaWiki:Monobook page, it gets formatted like it was wiki content :( [09:51:12] 03(mod) Create 4 namespaces on Italian Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10509 +comment (10fearow00) [09:51:25] aton url? [09:51:29] dmb062082: Go to Template:Cite web and see if anything is there [09:51:41] aton`: It does, but it doesnt afffect anything [09:51:51] okay cool [09:52:06] hm now the background image is gone, i think .png is not possible [09:52:12] ahh the page has not been created yet [09:52:19] this is why I think [09:54:13] oh god my wiki db is already up to 9.3 GiB [09:54:18] I wonder when it will stop [09:56:54] last question [09:57:02] how do I remove index.php from the url [09:57:13] of the wiki that is... do I need to edit .htaccess? [09:57:51] gosh poop it [09:58:37] dmb062082, how many ppl are using your wiki? [09:58:42] 0 [09:58:47] its on my local server [09:58:54] and its 9.3 gb? [09:58:54] !simpleurl | dmb062082 [09:58:54] dmb062082: To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at http://www.mediawiki.org/wiki/Manual:Short_URL. There are instructions for most different webserver setups. [09:59:27] aton I am making a mirror of the english wikipedia, im betting around 20 gigs or so when its done [09:59:34] then Ill make it public or maybe not [09:59:37] who knows [09:59:48] I might just keep it for myself [09:59:58] thefearow thanks [10:00:03] Anytime :) [10:00:06] TheFearow: do you know any other ways around the loading issue with wfGetDB other than using setup.php hooks? [10:00:19] Using hooks in things after setup.php [10:01:52] thefearow how does wikipedia do it? [10:01:56] grr, because I was doing the whole thing to avoid some other scoping restrictions [10:01:59] if you know that is [10:02:07] and using hooks again brings all the scoping issues back again [10:02:52] dmb062082: In a similair way to that page [10:03:54] 03(mod) Create 4 namespaces on Italian Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10509 (10fearow00) [10:09:22] Are there any detailed instructions anywhere about moving a MediaWiki installation from one server to another using phpMyAdmin? [10:09:29] 03(mod) Create 4 namespaces on Italian Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10509 (10chemicalbit) [10:10:02] Anyone? [10:12:15] when is GlobalFunctions.php loaded? [10:14:34] 03(mod) New magic words to display number of redirects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10678 +comment (10dungodung) [10:14:57] how to edit the top menu links ? [10:16:16] also how do i edit the side menu ? [10:16:50] 03(mod) Add portal namespace to Malay Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9907 (10N/A) [10:17:37] 03(mod) Create 4 namespaces on Italian Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10509 (10ipork) [10:25:33] 03(NEW) Add new namespace to Malay Wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10694 15enhancement; normal; Wikimedia: General/Unknown; (aurorae123) [10:36:47] hello [10:37:02] somebody speak french here please ? [10:52:06] so, I just want to change the theme to have a dark background on a fresh install, can anyone help? [10:53:01] How can I show latest articles on a page ? [10:53:23] I tried just compying the monobook files and put in a directory called black [10:53:59] and edited LocalSettings and changed the main.css but everything looks the same [10:54:35] isn't there a recent changes page? [10:55:10] yes but I would include the latest article on a page directly it's possible ? [10:55:36] with the mediawiki syntax for example [10:56:34] i'd imagine so [10:56:39] dump still going: 2,159,000 pages (29.202/sec), 2,159,000 revs (29.202/sec) [10:56:53] over 2 million pages.... jeesh when is it going to ned? [10:56:55] end [10:57:21] outside of the internet archive is there an online database bigger than the wikipedia? [10:57:49] google [10:58:11] oh yeah hehe heh [10:58:25] they cache pages [10:58:32] der [10:58:47] and index everything [11:01:02] hi ... how can i display the box "Contents" like on the mediawiki page .. for example http://www.mediawiki.org/wiki/Help:Editing_pages [11:08:33] all I see are some blank spaces between the text where that content box is. some kind of wiki magic [11:10:46] but how can i display it on a page ... Contents cotain the topics in the text ... [11:11:23] if i installed mediawiki and insert the ip of the server i see wiki and after klick the wiki-folder i come to my wiki..can i change it? [11:11:42] Perthro, configure your server to redirect to /wiki/ [11:13:01] Pethro redirect with modrewrite or alias in the httpd.conf ... or simle an index.php with [11:13:01] thank you it works [11:13:46] where i have to change the wiki-symbol [11:13:55] i will insert my own logo [11:14:16] http://www.mediawiki.org/wiki/Manual:%24wgFavicon [11:14:48] or you mean the logo on top ? [11:14:55] pong. guys, where can I find the script that handles http://meta.wikimedia.org/wiki/Interwiki_map ? [11:15:14] i mean the logo on top [11:15:20] Perthro, http://www.mediawiki.org/wiki/Manual:%24wgLogo [11:15:25] but that link is nice,too ^^ [11:15:30] :) [11:15:56] can i put the pic in a folder to change the picture on top? [11:17:52] maybe you replace the wiki.png [11:20:36] okay, time for a dumb question... [11:21:31] what exactly are categories and namespaces? [11:22:06] I'd expect that namespaces are like in programming, you can use direct links to other articles in the same namespace without any weird prefixes [11:22:20] it doesn work ut2k3..i had renamed another pic and replace it [11:22:27] but it doesnt work [11:22:47] lch: namespace is NameSpace:Article name [11:23:05] lch: category is [[Category:Some category]] [11:23:30] categories are maybe best viewed as a flagging mechanism [11:23:39] they do overlap in most uses though [11:24:04] mhm Perthro wiki/skins/common/images/wiki.png < [11:24:08] this ? [11:24:19] after that refreshed browser ? with strg+r [11:24:31] yes..wait i reboot [11:24:46] lch: no, you must prefix namespaces with the name of the namespace followed by a colon and article name [11:24:51] kunsole, if I create a custom namespace Whatever, should I then create a category Whatever, too? [11:24:51] Perthro, no reboot [11:24:54] its useless [11:25:08] just strg+r or f [11:25:10] f5 [11:25:12] lch: that seems redundant in my view [11:25:15] for refresh [11:25:32] yes, that doesnt worked.. [11:26:14] so, a category seems like a container, and you can attach articles to it [11:26:25] fu*** i destroyed my wiki ^^ [11:26:31] namespaces can be searched... but what are they? [11:26:40] they [11:26:43] oops [11:27:49] after i changed the rootfolder because i would insert the ip and than i would see my startpage [11:28:03] lch: categories provide for collation of related articles automatically. namespaces provide for differentation or something [11:28:24] ok thanks [11:29:51] another question, I created a category Whatever, and then Whatever:Article... in the Whatever category page, the Article doesn't get sorted into the letter A, but W, for Whatever:Article... is that supposed to be this way? [11:30:22] I guess you could even use articles without the Whatever: prefix and assign it to the category, yes? [11:30:32] that would make sense [11:32:05] I really should read a book about this :P [11:34:02] *Werdna stabs his domain registrar [11:34:04] repeatedly. [11:34:06] in the face. [11:34:12] with a large hunting knife [11:36:00] Werdna: 1 & 1? [11:37:06] ? [11:41:52] how i change the MW logo to my own logo [11:42:05] on the left-top side of MW [11:42:12] only rename doesnt work [11:42:18] In the LocalSettings set $wgLogo [11:42:25] to the url of the image you want to use [11:42:27] Please, please, please read the FAQ. [11:42:40] thx [11:42:45] I thought you could just use the filesystem path [11:42:52] but that don't seem to work [11:43:02] http://www.mediawiki.org/wiki/FAQ#How_do_I_change_the_logo.3F [11:43:29] i'm confused about skins [11:43:49] how? [11:44:02] this page isn't helping http://www.mediawiki.org/wiki/Manual:Skinning [11:44:12] well, what are you trying to do? [11:44:19] Well I want to change the background to black for starters [11:44:32] now i see this wikistandard.css [11:44:33] edit the CSS files [11:44:49] what about all this stuff about monobook? [11:44:59] it's the standard skin of MediaWiki [11:45:42] I just don't understand how the styles are applied, the one that is being used in wikistandard, and not main.css in the monobook directory [11:46:33] i tried copying MonoBook and MonoBook.deps to Black and Black.deps, and copied the monobook directory [11:46:33] they are applied like usual for CSS regarding multiple CSS files [11:47:10] just make a backup of the Monobook directory and edit the CSS files in it directly [11:47:10] then in LocalSettings I changed the skin to Black, and in the files I copied I changed some things [11:47:15] saves you the headache [11:47:27] how can I add an image to my page with such a nice frame (like with thumb) but at it's original size? [11:48:00] oh yeah [11:48:12] when trying to isntall mediawiki on a different server i get this: http://6toe.com/wiki/config/index.php [11:48:16] heh heh hehehh [11:48:28] It just shows my home index [11:48:35] so i figured htacess [11:48:47] after deleting that file i just get 404 errors [11:48:51] little lost [11:49:11] floydwilde ahh [11:49:15] yeah [11:49:20] I was stumped on that as well [11:49:22] for some site [11:49:25] time [11:49:37] no matter what i tried to edit [11:49:50] there was no changing the main bg color to anything other than white [11:50:02] i edited every piece of css color code there was [11:50:19] hard coded some where [11:51:07] i found a hack on some star trek wiki [11:51:19] ill check my browsing history for the url [11:51:53] got it now, seems like you have to register your skin, or maybe you can use this myskin dir [11:52:14] o ok [11:52:38] do you have any idea about http://6toe.com/wiki/config/index.php [11:53:07] Im trying to install on a different server and I am having some problems [11:53:17] in "got it" meaning I'm just chaning monobook, still not certain what the correct procedure is [11:53:30] ah okay [11:53:32] floydwilde: copy & modify [11:54:03] dmb062082: well, the url does not seem to go where you want it to, right? so, that's an apache configuration issue. rewriting, aliases, fallbacks, whatever. [11:54:14] might be in htaccess, or httpd.conf, or... [11:54:41] well I already copied all the monobook files, and tried to cahnge the names but somehow it went back to standard, instead of using the new skin [11:54:47] *Werdna pokes Duesentrieb with a special swedish-made luxury poking stick. [11:55:03] Yes [11:55:06] RewriteRule . /index.php [L] [11:55:10] *Duesentrieb falls over [11:55:18] dmb062082: uh.... [11:55:20] I thought that was the problem but with out that I just get 404 errors [11:55:48] try going to /wiki [11:55:51] what comes up, then? [11:55:53] which means the url is not mapped to the directory you think it is [11:55:58] it points me to the install [11:56:06] dmb062082: note that some host have "config" mapped to something special, per force. [11:56:24] no it doesn't point you to the install. if it did, you would not get a 404 [11:56:51] 6toe.com/wiki/ points me to the set up link, from there i get my home page or an error [11:59:36] hello, any pywikipedia dev here? [12:03:19] im just going to run off of the deep end [12:03:42] where i have to insert my copyright...that everybody can see that i am the author [12:03:58] impressium ? [12:04:00] valhallasw`gone: ping [12:04:14] ^^ [12:21:12] how i can wiki make more secure? [12:24:01] could someone recommend me a guide to get better performance of my wiki?, is too slow on my server, thanks. [12:25:17] gf: you do have PHP-accelerator? if not, get one [12:27:15] kunsole: PHP-accelerator? i will look for it, thank you very much! [12:27:18] 03(NEW) Log edits not shown in Special:Watchlist and Special: Recentchangeslinked - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10695 15enhancement; normal; MediaWiki: Special pages; (meno25bugzilla) [12:28:20] gf: http://en.wikipedia.org/wiki/PHP_accelerator [12:28:29] Are there any detailed instructions anywhere about moving a MediaWiki installation from one server to another using phpMyAdmin? [12:29:48] arun: you don't have shell access? If you had you could use mysqldump [12:29:59] kunsole: thanks again :) [12:30:34] kunsole: i'm on a shared server. i haven't been able to find any proper tutorials anywhere.. [12:32:14] arun: don't know much about phpMyAdmin but what you need to do is export/dump all tables in the db and then just reload em into another db. don't know if that's any helpful to you [12:33:38] kunsole: what settings do i use to export the tables? [12:33:59] what if the mysql versions are different on the two servers? [12:34:09] just export all tables in the database you've set up for MW [12:34:34] arun: can you get shell access? then it'd be a breee [12:35:18] what about the structure of the database? IF NOT EXISTS etc [12:35:25] arun: If you export into "INSERT INTO TABLE..." sql dump format then it should load just nicely [12:36:03] kunsole: how do i do it from a console [12:36:05] arun: normal mysqldump command will recreate the tables and insert all data [12:36:21] can you please tell me what exactly i should enter in the console? [12:36:35] arun: mysqldump --opt -uusername -ppassword databasename > my-mw-dump.sql [12:36:54] what's --opt do? [12:36:56] replace username and password nat'lly [12:37:16] arun: It dumps in batch mode (I thinks) making it dump and load faster [12:37:46] arun: It's (--opt) not necessary, it's just what brion told me to do in the day [12:37:48] alright.. [12:38:09] ok, so i backup the database.. what next? how do i move it to a new mediawiki installation? [12:38:16] Hi everyone, I am checking out various wiki platforms. I am from a university and we want to make a wiki server available to our students. My question is does mediawiki allow for seperate "sub wikis" so that one faculty's wiki is not intermixed with another faculty's ? [12:38:21] should i even install mediawiki again, or just move the files? [12:38:41] mysql -uuser -ppasswd databasename < my-mw-dump.sql [12:39:26] and then give the MW installation script the same database name and It'll recognize that a db exists and is populated and acts accordingly [12:39:54] but wont it replace the tables [12:40:06] arun: dunno about moving files vs. reinstalling [12:40:19] arun: It'll recognize there is a db and keep it [13:06:31] Hi there [13:06:41] I am checking out various wiki platforms. [13:06:48] I am from a university and we want to make a wiki server available to our students. My question is does mediawiki allow for seperate "sub wikis" so that one faculty's wiki is not intermixed with another faculty's ? [13:10:27] <_Danny_B_> Step4tac: not mixed at all? [13:11:06] <_Danny_B_> Step4tac: can you use subdomains? like faculty.university.org/wiki? [13:11:24] 03(mod) Allow preventing blocked users from editing their talk pages ( case-by-case basis when $wgBlockAllowsUTEdit = true) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8440 +comment (10spambox) [13:13:07] _Danny_B_ - we are keen to setup the system so that everything works on the same domain [13:14:26] _Danny_B_ sort of like running university.org/wiki/department [13:14:30] is that possible ? [13:17:27] <_Danny_B_> Step4tac: rather university.org/department/wiki. however you'd have multiple wikis for this. did you consider using custom namespaces for each dept? [13:18:30] we can do it either way.. [13:18:42] my concern is just how we would easily manage this. [13:19:00] Each department would want to be able to create a wiki on the fly without major IT involvement. [13:19:18] Is there an "Easy" way to automate this without having to roll out 100's of media wiki installations ? [13:20:28] <_Danny_B_> Step4tac: that's beyond my knowledge. i've solved similar thing for smaller school using custom namespaces - each dept had its own [13:21:00] <_Danny_B_> all depends on if they want to have it completely independent on each other [13:23:58] Step4tac: mediawiki is supports "families" (like de.wikipedia, en.wikipedia, etc). On-they-fly, web-based wiki creation is not supported (at least not out of the box), setting up a wiki family/farm can be done easily with a small script though, once you have set up the necessary infrastructure (requires some php codeing). There's also the "Farmer" extension that is supposed to help with that, but i have never looked at this. [13:25:07] Step4tac: the question is really how tighly the different wikis should be integrated. For example, sharing a user base is not (yet) easily possible - but work for single login has been "nearly finished" for a while now, and tehre are also plugins for ldap based authentication [13:26:36] DavidHKMrPowers: the user login issue is not that important.. I am more worried about search. When someone in department1 searches for a topic.. it shouldn't return topics from department2.. other than that I am not really fussed with how the urls display [13:27:47] <_Danny_B_> this can be done by small extending of search form [13:30:08] ok.. sounds like it could work. [13:30:27] now I just need to make an install and give it a try. [13:30:45] _Danny_B_ & Duesentrieb - thanks for your advice. [13:30:56] Step4tac: if you have separate wikis, you have separate logins, and separate search [13:31:09] look at the farmer extension [13:31:14] Step4tac ok [13:31:51] thanks ! [13:32:11] http://www.mediawiki.org/wiki/Extension%3AFarmer [13:34:21] hm... from the docs that extension actually looks pretty good... [13:43:43] I'm attempting to lock out anonymous users from reading and editing my wiki (version 1.6.10), following these directions: http://www.mediawiki.org/wiki/Manual:Preventing_access#1.5_upwards_3 but I'm still able to browse and edit anonymously. What am I missing? [13:47:20] hi [13:47:23] hi [13:47:40] <^demon> hi [13:50:11] salve a tutti! [13:50:19] c'è qualcuno italiano? [13:51:44] <^demon> GibO: Non parlo italiano (ho fatto questo via Google). Parlate inglese o francese? [13:51:52] how do i enable special:export and special:import [13:52:18] ^demon: I speak very little english [13:52:36] <^demon> GibO: Well, we'll do our best to bridge the gap. What can I help you with? [13:53:16] akahn: in default settings you find a part userpermission[*]read=true..copy all permissionparts [*] [user] in localsettings.php and change [*] to false [13:53:48] ? [13:54:07] I try to configure javascript extension to add js on page or monobook.js [13:54:27] <^demon> Ok. [13:54:27] i follow the guide on mediawiki.org but i don't have results [13:54:46] <^demon> Can I get a link to the page on MediaWiki.org? I can't remember the URL. [13:54:49] I add extension/Javascript/Javascript.php [13:54:56] oh wow.. the special:export and import works great [13:55:04] no need to move databases if i am switching servers [13:55:08] ok.. only a moment [13:55:09] excellent [13:55:21] http://www.mediawiki.org/wiki/Extension:Javascript [13:55:59] 03(mod) Create 4 namespaces on Italian Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10509 (10robchur) [13:56:31] and i add AddScriptCss and AddSCript with her's dependency [13:57:22] i add also the $wg* variables on LocalSettings.php with no results [13:57:33] Perthro: do i need to remove those lines from DefaultSettings.php? [13:57:35] 03(WONTFIX) Database dumps, smaller - pages-articles. xml should be avalaible in .7z as well - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10693 +comment (10brion) [13:57:41] no! [13:57:43] <^demon> Hmmm. And your problem is you aren't getting results? Have you tried clearing your browser cache or doing a hard refresh? Javascript is cached, so you might want to try pressing Ctrl+F5 to get the new page. [13:57:55] never change defaultsettings [13:58:09] it's not actually a config file, it was copied to localsettings during install, right? [13:58:12] yes i try it [13:58:16] but nothing [13:58:36] right by updating all changes where lost [13:58:55] I see the Javascript extension on SpecialPages:Version [13:59:06] but don't work... [13:59:22] <^demon> Hmmm. Without seeing your LocalSettings, I'm not sure what's going on. Perthro, akahn, any thoughts? [13:59:37] no i dont know [13:59:54] Perthro: yeah, i think i did it right: $wgGroupPermissions['*']['read'] = false; but it's not taking effect [14:00:31] akahn: are you logged out by wiki? [14:00:47] did du saved the file [14:00:48] Perthro: yeah, i'm logged out [14:00:52] yes [14:00:57] hmm [14:01:50] trying to commit something, svn not responding... [14:02:14] if you reinstall wiki and editing a second time? [14:02:19] <^demon> GibO: I'm sorry, but I'm not familiar with that particular extension, and I'm not too sure what's going on. If you hang out in the channel some more, I'm sure someone will come by who can help you. brion, TimStarling, Simetrical or robchurch would be your best bets, but there's a lot of other people too. Just wait a bit and ask your question again. [14:03:12] ok ^demon thank's [14:03:21] <^demon> No problem, sorry I couldn't be of more help. [14:03:22] now i go to work [14:03:40] Perthro: reinstall the wiki? [14:03:46] wait [14:04:18] hav you insert $wgGroupPermissions = arry (); ? [14:04:50] *array [14:05:09] Perthro: are you speaking with me? [14:05:15] no ;D [14:05:18] oh no... [14:05:21] ok [14:05:24] hehe [14:05:32] but we can also talk ^^ [14:06:03] you have an idea to Javascript extension? [14:06:13] no, sry [14:06:17] ko [14:06:19] ok [14:06:21] :P [14:06:45] if you have it query me :) [14:07:04] bye bye [14:07:27] cya [14:07:59] ^demon: can you see what i ve written? [14:08:09] 03thomasv * r24373 10/trunk/extensions/ProofreadPage/proofread.js: customizable setup [14:08:15] <^demon> Back to me? [14:08:19] right [14:08:21] <^demon> Nope. [14:08:29] hmm [14:08:35] i have to register me ^^ [14:09:00] what i have to insert to register my name? [14:09:49] <^demon> type /msg chanserv register password [14:09:50] Perthro: thank you, that did it... none of the help mentioned needing to set up that line. i guess if i knew php i would have known, but i have very limited programming knowledge. [14:09:57] <^demon> *nickserv [14:10:49] no problem nice that it works akahn [14:12:23] register doesnt work =/ [14:13:14] Odd...just worked for me.... [14:13:17] What did it say back? [14:13:31] assword identification is required for [REGISTER] [14:13:45] <^demon> You replace "password" with your desired password. [14:13:57] <^demon> For example, /msg nickserv register password1234 [14:14:24] -NickServ- The nickname [Perthro] is already registered [14:14:26] hš?? [14:14:35] why [14:14:45] <^demon> Someone else already registered it I guess. [14:15:01] hmm [14:16:11] Perthro: you did read Freenode FAQ, didn't you? [14:16:22] never ^^ [14:16:39] i know i have to read XD [14:17:21] *Perthro is away [14:18:32] Perthro: looks like you already registered it 5 days ago [14:21:52] but i can whisper other user [14:22:15] i know that i had register me before [14:22:27] but i nerver know my pw [14:22:29] ^^ [14:23:08] amidaniel had given me a code which i had insert and register me [14:28:46] bye all [14:30:15] hey does any one has a copy of "MediaWiki Administrators’ Tutorial Guide [14:30:15] " by Mizanur Rahman [14:34:09] how can I figure out if a user is a bot [14:34:22] or in the "bot" usergroup [14:34:40] 03greg * r24374 10/trunk/extensions/ConfirmAccount/ConfirmAccount.pg.sql: Add primary key, fix errant commas [14:39:20] or how can I figure out what group someone is in [14:41:32] imownbey: in_array($group, $wgUser->getEffectiveGroups()) where $group is the group to test [14:41:49] okay cool [14:41:49] thanks [14:47:28] and there when is the debug? [14:54:09] 03mark * r24375 10/trunk/routing/: Mark's Twisted BGP implementation, initial import. [14:54:11] 03mark * r24376 10/trunk/routing/twistedbgp/: Mark's Twisted BGP implementation, initial import. [14:54:40] 03mark * r24377 10/trunk/routing/twistedbgp/ (6 files in 4 dirs): Mark's Twisted BGP implementation, initial import. [14:57:32] 03(mod) Allow hiding logged-in users, bots and patrolled pages on Special:Newpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1401 +comment (10innocentkiller) [14:57:49] 03(NEW) Problem logging in - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10696 normal; high; MediaWiki: General/Unknown; (willekens) [15:10:36] where can i get list of annon contributors [15:13:42] 03(mod) Closing of Herero Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10690 (10triyork) [15:13:49] 03greg * r24378 10/trunk/extensions/ConfirmAccount/ConfirmAccount.pg.sql: Wrong column name. [15:20:02] <^demon> Job queue updates categories when templates are updated, right? [15:21:07] What are the different classes of users called? I'm trying to set $wgGroupPermissions, and i see that * is "everyone else" and sysop is sysops, what's the word for registered users? [15:21:16] <^demon> user. [15:21:57] <^demon> *, user, sysop, bureaucrat are the 4 normal ones. [15:22:19] autoconfirmed, too [15:22:24] and emailconfirmed [15:22:44] and werdna [15:22:49] but don't tell anyone about that one [15:22:54] <^demon> Can Ibe in the werdna group? [15:23:00] NO [15:23:05] *Werdna slaps ^demon [15:23:11] THERE IS NO WERDNA GROUP [15:23:14] *^demon cries a little bit [15:23:59] *Werdna threatens ^demon [15:24:22] *^demon obeys [15:24:32] *Nikerabbit offers candy [15:24:58] *Werdna takes candy and threatens Nikerabbit for more [15:25:15] no more candy for you! baaaaaad Werdna [15:25:31] *Werdna nukes Nikerabbit [15:25:34] Is there any way for an administrator or bureaucrat to create a user? [15:25:48] Special:Userlogin [15:26:10] ^demon: thanks [15:26:15] <^demon> No worries. [15:26:42] Werdna: Thanks. I didn't think to look there; I thought it would be some special page... [15:27:01] the reason i ask is because i'm trying to deny access to nonregistered users but it's keeping even wikisysop out, so it seems i need to explicitly grant access to the admin group in LocalSettings.php. But it's not supposed to work like that, I thought. [15:28:40] yep [15:28:42] that's right [15:29:46] it's supposed to work like that? [15:30:11] yep [15:30:20] oh, okay [15:30:34] the help page made it seem like doing it for * would only restrict non-registered users [15:30:51] i mean non-logged-in [15:31:11] nope [15:31:15] you need to grant it to users [15:31:17] or sysops [15:31:18] or whoever [15:31:23] okay, cool. [15:32:42] i want only admins to be able to create accounts, but on special:userlogin there's no link to create an account 'by email' ... this is version 1.6.10, is this possible in this version? [15:34:12] lol, php5 [15:34:14] uh, I dunno [15:35:19] it may only be possible in later versions? [15:35:30] I think so.. I'm not sure [15:35:47] *Werdna looks [15:36:49] creating an account "by email" means emailing an admin, who can create the account for you. [15:36:50] i need at least a way for the admin to confirm or deny accounts that are requested to be made [15:37:07] Werdna: yeah, i would like thaht functionality, but i don't see the link that the help page refers to [15:37:23] Special:Emailuser? [15:37:54] Werdna: only works with registed users [15:38:20] meh, I think there's a confirmaccount extension someplace [15:38:55] i'm pretty sure that requires a higher version than i can use [15:39:15] <^demon> akahn: Why not upgrade? [15:39:35] ^demon: the shared host uses uses php4, mysql4 [15:39:44] <^demon> Gotcha. [15:39:48] lol [15:39:59] why's that funny? [15:41:00] <^demon> I honestly don't see why everyone hasn't upgraded to php5 in the hosting community. The issues with cPanel were resolved *ages* ago. [15:41:36] i don't know what cPanel is [15:42:03] i'm not sure if our web site would continue workign if they just upgraded to php5 though [15:42:24] <^demon> It's the most widely used shared hosting control panel. It along with WebHostManager (WHM) are the flagship products in host reselling. [15:42:24] should do.. it's back-compat, n'est-ce pas? [15:42:50] ^demon: i see [15:43:05] i guess i could email them and ask. this is pair.com btw [15:43:07] <^demon> Werdna: Couple of issues with register globals and I think magic quotes, but other than that, yes. Then again, you shouldn't write PHP assuming register globals is on anyway, it's bad practice. [15:43:20] <^demon> register globals sucks. [15:43:25] since when did that stop anyone? [15:44:18] does the newer version depend on newer mysql or no? [15:44:22] <^demon> Not afaik. [15:44:32] <^demon> Wedna: True...but that was part of the initial reluctance to switch from 4 to 5...but most have made the switch by now. [15:50:07] 03mark * r24379 10/trunk/routing/twistedbgp/src/twisted/protocols/bgp.py: [15:50:09] Fix bug in IPPrefix [15:50:11] Add note to fix mandatory well known attribute checking later [15:50:29] Hi, I have a question: I set up virtual hosts on my apache 2.2 FreeBSD server. I also have the latest version of media wiki running. Right now it can be accessed via http://www.straylightrun.org/wiki/ I have a virtual host set up so that http://wiki.straylightrun.org/ should work. However, it doesn't. I get the following message: Not Found The requested URL /wiki/index.php/Main_Page was not found on this server. [15:51:12] re [15:51:23] *Sundance_Raphael puts tea and cake in the chat [15:51:31] Werdna: yeah, there's no Special:Emailuser on here [15:52:22] 03(mod) More flexible reports, dynamic arguments, template awareness ... - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9203 (10the0sandmane) [15:54:54] hi [15:55:18] I'm trying to install wikipedia in English, French and Spanish [15:55:30] and I'm experiencing some problems... [15:56:30] I was wondering whether there is a specific order in tables importation [16:00:43] adelinao: don't import tables. import xml dumps. [16:06:18] no help? [16:07:42] freakyp: you'd need to edit $wgScript path and $wgArticlePath. But putting the wiki directly into the document root is a bad idea. read the manual page on short URLs, and all the fat warning boxes that page has about this. [16:08:40] that's what I did [16:08:49] pages-articles.xml.bz2 [16:09:16] is this the only dump necessary ? [16:09:37] Duesentrieb: Alright, thanks, I'll give'r a read. [16:09:58] adelinao: yes, only the dump. [16:10:08] because it seems wikipedia is incomplete when I import only this one [16:10:37] adelinao: well, it doesn't contain user pages, or policy pages, etc. just articles (hence the name), and templates i think. [16:11:31] many articles are missing [16:11:57] then the import didn't finish, perhaps [16:12:55] ah maybe [16:13:11] cause I got this message during the import [16:13:15] 576200 (3.5629369283051 pages/sec 3.5629369283051 revs/sec)576300 (3.5626537443485 pages/sec 3.5626537443485 revs/sec)Integer overflow in memory_limit check detected [16:13:38] >_< [16:13:46] could it be a problem of configuration in php ? [16:13:51] it could [16:14:00] try to use mwdumper, it's much faster [16:14:02] but needs java [16:14:14] mm [16:14:50] does it need something special ? [16:15:23] I've tried but it didn't go well, if I remember well [16:15:36] should just work [16:15:57] mmm alright thanks, I'll try again :) [16:17:00] 03(NEW) Fix Chinese Translation - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10697 15enhancement; normal; MediaWiki extensions: Oversight; (alexsh) [16:17:11] O_O [16:25:28] howdy. is there a way to auto shorten long URL's? like when i write http://www.mediawiki.org/wiki/Special:Search?search=auto+shorten+long+urls&go=Go it displays http://www.mediawiki.org/...&go=Go [16:32:04] Monk33: http://www.mediawiki.org/wiki/Manual:Short_URL might help you. [16:34:32] oi. cheers! [16:38:45] no wait. that's the pretty URL [16:38:55] i mean as text on wiki pages [16:41:38] 03nikerabbit * r24380 10/trunk/phase3/languages/messages/MessagesSk.php: * Updates to Slovak (sk) by Helix84 [16:49:04] Can someone tell me what includes/UserMailer.php:304 looks like on your system? [16:49:09] It's messed up on mine for some reason. [16:49:23] Mine looks like this: if ( $wgShowUpu^VtedMarker || $wgEnotifWatchlist ) { [16:49:45] $this->composeCommonMailtext($editor); [16:49:56] obviously it's going to be different depending on what version you've got [16:50:01] and whether you've got a corrupted file ;) [16:50:09] Yeah, I downloaded 1.10 yesterday. [16:50:19] And I think I may have a corrupted file somehow. [16:50:33] yep. [16:51:00] Hrmm [16:51:36] CydeWeys, http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/UserMailer.php?view=markup [16:54:07] Platonides: Thanks [16:54:14] I just fixed up that line in my file and everything else seems okay. [16:54:19] What was this, a one bit error? [16:54:20] Strange [17:00:46] What does OAIRepository extension do? [17:14:50] Special:Popularpages: is it possible to get the category views listed besides article pages? they are counted as well [17:16:38] cu [17:17:41] hi all, just a little question, i need a plugin to load a flash video ? [17:23:25] 03raymond * r24381 10/trunk/extensions/Oversight/HideRevision.i18n.php: * (bug 10697) fix after chat with Shinjiman on IRC [17:24:06] 03(FIXED) Fix Chinese Translation - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10697 15enhancement->normal; +comment (10raimond.spekking) [17:40:28] how can I up the file size limit? [17:56:43] TimStarling, I see Zend hasn't gathered up the courage to mark 42064 BOGUS yet. :D [18:17:16] 14(DUP) Log edits not shown in Special:Watchlist and Special: Recentchangeslinked - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10695 +comment (10Simetrical+wikibugs) [18:17:17] 03(mod) Logs about watched pages should appear in the watchlist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5546 +comment (10Simetrical+wikibugs) [18:19:17] 03brion * r24382 10/trunk/extensions/CentralAuth/ (6 files): (log message trimmed) [18:19:19] Some refactoring, and pretty much got the opt-in merge interface working. [18:19:24] * Dumped the migrateuser table and use of id-based matching; that was too weird and fragile. [18:19:26] * Tweaked various localized text; still not done with this! Don't bother translating yet please. [18:19:28] * Opt-in (not-automatic) merging now allows you to do a dry run before applying the merges. This should be nicer for easing things in as a beta period. [18:19:31] Todo: [18:19:33] * Finish moving i18n stuff around everywhere :) [18:21:23] 03(mod) Allow preventing blocked users from editing their talk pages ( case-by-case basis when $wgBlockAllowsUTEdit = true) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8440 (10Simetrical+wikibugs) [18:29:24] 03(mod) Problem logging in - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10696 high->normal; +comment (10Simetrical+wikibugs) [18:29:36] New formatting questions for the collective. I want to add the nowrap tag to a couple columns in a table. I see how it is done for a new row, but I can't seem to get it to work with cell. I tried ||-nowrap Text here|| and it shows up in the output, not in the HTML. [18:30:26] "nowrap tag"? [18:31:09] Maybe you want: || style="white-space: no-wrap;" | Text here [18:31:22] I can't recall if that property is widely supported, though. [18:32:13] Do I need an ! front of the style specifier? [18:32:26] <_Danny_B_> can be workarounded by white-space: pre; [18:32:54] LionsMane, only if you want a header cell. [18:33:09] _Danny_B_, that preserves all whitespace. Not necessarily wanted. [18:33:22] ooohhh [18:33:51] Man, I don't get media wiki formatting. I have been using Trac... it is just different (not better, just different) [18:33:54] LionsMane, maybe you should look at the documentation? www.mediawiki.org/wiki/Help:Editing [18:33:55] <_Danny_B_> Simetrical: i know - depends on what's intended. sometimes it's good enough to do inteded stuff [18:34:27] I was looking at the tables page and trying to figure out how to embed stuff like that in the page. [18:34:56] <_Danny_B_> LionsMane: in the worst cas you can use html tags for tabs [18:35:01] <_Danny_B_> *case [18:37:29] can anyone help, experiencing a strange problem where a page is an old version until you login then its the up-to-date page [18:37:32] any ideas? [18:40:31] <_Danny_B_> jsn: did you clear your browser's cache? [18:40:36] yep [18:40:44] and restarting apache / mysql [18:40:46] and the box [18:40:51] not sure what the problem is [18:40:59] old page until you login [18:46:27] Is there a tag like
 that preserves newline formatting, but also does word wrapping?
[18:46:37] 	Basically, I'm looking for a way to copy emails into wiki pages.
[18:47:16] 	style="white-space: pre-wrap;", in theory.
[18:47:30] 	It doesn't work in practice?
[18:47:31] 	Except that of course that's not widely supported.
[18:47:59] 	Hrmmm, what's a way this is widely supported?
[18:48:13] 	Is the page different depending if you are logged in?
[18:48:14] 	Replacing all line breaks with 
. [18:48:36] jsn, yes. Typically anons will use the parser cache more often than registered users. [18:48:46] Wheee,
[18:48:48] Because registered users may have settings that change the rendering. [18:48:50] I'll try that [18:49:14] can i refresh that parser cache? [18:49:29] jsn, you can clear the parser cache for a page by editing it, or by viewing it with action=purge (adding ?action=purge or &action=purge to the end of the URL). [18:49:58] You can clear the parser cache for all pages by editing LocalSettings.php (you don't have to change anything, just open and save). [18:51:04] hmm that didn't help [18:52:25] I wasn't sure if this was the reason but when i moved mediawiki to a new box, the new box had a date in the future [18:52:31] a few pages were edited etc [18:52:52] Was this new box bigger on the inside? [18:53:13] when i realised the date was wrong, i changed it back [18:53:19] lol [18:54:03] maybe this is the reason anon users see an accident page [18:54:19] i mean out of date page ;) [18:56:01] As Simetrical says, you can cause the parser cache to be updated by touching the LocalSettings.php file, provided that the file was generated by MediaWiki 1.7.0 or greater. [19:01:13] Doesn't help if it's getting confused by pages that were generated in the future, though. [19:01:34] Dunno how it would handle that. [19:08:48] re [19:08:59] fwd [19:09:01] cc [19:09:33] Simetrical? [19:09:43] Sundance_Raphael? [19:10:27] re [19:10:27] fwd [19:10:27] cc [19:11:31] what mean the short cut [19:13:32] hi jimbojw [19:13:56] hello Sundance_Raphael [19:14:24] heh - that was quite a pounce considering that conference mode is enabled in this channel :) [19:16:05] jimbojw, what conference mode? [19:16:45] Have i missed somethink? [19:17:07] jimbojw: thats in setting in chatzilla [19:17:24] oh i see - whoops - I thought that was a chan setting [19:20:32] hi, i can't find out how to add Page into TreeView :-( [19:21:33] 03(mod) Category history should show past subcategories - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4366 (10N/A) [19:23:16] 03(NEW) Update error page for Wikimedia squids - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10698 15enhancement; normal; Wikimedia: General/Unknown; (vasilievvv) [19:32:48] 03(NEW) full text search phrases - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10699 15enhancement; normal; MediaWiki: Search; (blentz) [19:36:56] 03simetrical * r24383 10/trunk/debs/squid/debian/errors/error.html: (bug 10698) Russian translation for Squid error message, needs a shell to sync it. [19:38:13] 03(mod) Update error page for Wikimedia squids - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10698 (10Simetrical+wikibugs) [19:44:43] 03(mod) full text search phrases - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10699 (10Simetrical+wikibugs) [19:44:59] robchurch, does the patch on http://bugzilla.wikimedia.org/show_bug.cgi?id=10699 look okay to you? [19:58:23] he? [20:05:54] ... what is magic name of navigation "page" ? it's not in special pages .... [20:07:13] wb dungodung [20:07:22] thx, raph [20:07:42] no problem [20:08:04] is there a way to have line breaks in the source text that belongs to a bullet point paragraph? [20:08:43] <_Danny_B_> Thinkling: bullet point paragraph = * foo in wikitext? [20:09:20] (In other words, I want to create a README formatting in wiki markup so it can be posted verbatim into a wiki page. I want to keep the content of the readme to a reasonable line length so it's legible without word wrap. But putting in CRs breaks up paragraphs formatted by * foo and the second line becomes its own paragraph [20:09:35] <_Danny_B_> Thinkling: then * first line
second line [20:09:46] it's a .txt tho [20:10:33] <_Danny_B_> then i don't have idea what exactly you need, got link? [20:11:05] gimme a sec, I'll make something on pasty [20:15:19] _Danny_B_: hmm, I don't know if this is a ton clearer, but here it is: http://mediawiki.pastey.net/71322 [20:17:56] i got the irc bot extension setup [20:18:43] <_Danny_B_> Thinkling: how about trying to wrap the entire readme in
 tag. would it fit your needs?
[20:20:09] 	hmm, that might be a good compromise
[20:20:19] 	thanks
[20:28:16] 	Hi all
[20:28:31] 	i speak little englisg
[20:28:34] 	*english
[20:29:26] 	who can help me with javascript extension?
[20:30:20] 	nobody
[20:32:04] 	what do you speak?
[20:32:20] 	ciao a tutti?
[20:32:32] 	(i have no idea what i just said :)
[20:35:54] 	GibO: are you alive?
[20:36:03] 	how easy is it to customise the look of mediawiki
[20:36:13] 	are there themes, etc available?
[20:36:16] 	yes
[20:36:28] 	see the ones at wikipedia for example
[20:36:30] 	where do you get those
[20:36:46] 	and can i force one theme for all users
[20:38:18] 	you can choose a default i'm sure.  why would you want to force it?
[20:38:29] 	Set the default skin, and then set $wgSkipSkins to disable all the others.
[20:40:03] 	http://en.wikipedia.org/w/index.php?title=Main_Page&useskin=foo where foo is chick, nostalgia, monobook, myskin, standard, cologne blue, or simple
[20:43:35] 	arunkale--yes, you can restrict the available themes and force yourusers to all use the same
[20:43:56] 	(oh, yeah, what Rob said.)
[20:44:06] 	there are so many awsome extensions for mediawiki
[20:44:32] 	yeah, i meant a default
[20:44:38] 	thanks guys
[20:44:46] 	what kind of extensions
[20:52:12] 	Hey guys, anyone successfully configured mediawiki to email users with gmail?
[20:53:05] 	er... "PRIMARY and INDEX keys should not both be set for column `rev_page`"
[20:53:09] 	I'm getting that warning from mysql
[20:56:23] 	Hi, is there some documentation that explains how to move ( using myslql sql ) wikipages from one namespace to another ?
[20:57:43] 	hi, do you have any idea how to edit this http://85.207.247.12/this.png  ?
[20:59:07] 	jeremyb: I here now
[20:59:24] 	ok...
[21:00:04] 	pheeror: do you know how it got there to begin with?
[21:00:29] 	no, i didn't make it
[21:01:10] 	can you halp me to configure js on page of mediawiki?
[21:01:38] 	I add the Javascript.php and all dependencies
[21:01:53] 	I follow mediawiki.org's guide
[21:02:08] 	jeremyb: but nice hint .. i'm gonna check last changes
[21:02:20] 	i got it man
[21:02:26] 	jeremyb: thanks a lot :-)
[21:03:22] 	i see the extension on Specialpages:Version
[21:03:30] 	but dont work...
[21:03:48] 	I would like to set my wiki to email confirmation emails and other announcements through gmail... Has anyone done this successfully? 
[21:04:06] 	03simetrical * r24384 10/trunk/debs/squid/debian/errors/error.html: This is an atrocity that needs to be rewritten from top to bottom, but until that happy day, at least use some linebreaks so we can get readable diffs when languages are added.
[21:05:11] 	Cypher- you mean for the emails to originate from a gmail account?
[21:06:02] 	Thinkling: Yes, like my phpBB2 board sends all its emails through admin@straylightrun.org which is actually routed through gmail
[21:06:15] 	GibO: i am now.  i was away
[21:06:24] 	so it logs into gmail and sends the emails it needs to
[21:06:34] 	ok
[21:07:20] 	cypher- I don't know if that's been done; I would do a search on mediawiki.org for gmail and see what comes up, and then possibly also on the mediawiki-l mailing list, though there you'll have to be clever to avoid a lot of noise getting search hits based on posters whose address is on gmail.
[21:07:41] 	GibO: but i don't know too much about them.  just stick around (and look for answers on the web) and someone see your question (hopefully :)
[21:08:26] 	mmm...
[21:08:29] 	thinkling: I found this http://www.mediawiki.org/wiki/Project:Support_desk Theres a mention of the SSL and port 465 that gmail uses, but no solution... :(
[21:09:11] 	i turn around google but i don't found anything...
[21:09:15] 	;°
[21:09:33] 	Cypher- I'm not familiar enough to help you out, sorry. What's the advantage of using Gmail rather than your own smtp?
[21:11:36] 	it keeps me from having to configure my own smtp. I'm currently running a http server, 2 MOO servers, php, and mysql all on the same one, when it came time for email it was easier to just use google apps for your domain (http:/www.google.com/a) By putting the mail on a seperate server, we also never have email down time if the other server goes down. and it keeps my diskspace uncluttered
[21:15:04] 	cypher- have you looked at this? http://www.mediawiki.org/wiki/Manual:%24wgSMTP
[21:15:57] 	don't know if that supports the right kind of authentication
[21:16:19] 	havent found that one yet :) I'll see what I can do
[21:18:18] 	I have a question about the upload confirmation page: I recently upgraded to 1.10, and it seems that this page (the one that uses the 'fileuploaded' message) no longer shows up after uploading, unless I upload a file that already exists and am asked to confirm the overwrite.
[21:18:33] 	Cypher- someone else was looking for the same info here, you might follow up and ask if he got it to work. http://www.pear-forum.org/viewtopic.php?p=1602#1602
[21:18:35] 	Anyone else run into this?
[21:19:01] 	03aaron * r24385 10/trunk/extensions/ConfirmAccount/ (3 files): 
[21:19:03] 	* Fix email parsing
[21:19:05] 	* Add option to greet users
[21:19:06] 	Thinkling- Alright. thanks for the help. :)
[21:19:07] 	* Fix title on confirmation
[21:20:14] 	krohnk: that's the intended behavior now, afaik. makes a lot more sense imho.
[21:21:23] 	Is there a knob to twiddle to make it act like the old way?
[21:21:55] 	don't know. probably not. why would you want that?
[21:22:33] 	Some of our users need to be reminded of the syntax to place a media file after they upload.
[21:22:50] 	Cypher- found a resolved bug that suggests it should work, but it doesn't give config info. http://pear.php.net/bugs/bug.php?id=4583&edit=1
[21:22:54] *Thinkling 	goes back to work
[21:23:09] 	thinkling No trubbs, thanks for the help! have a good one.
[21:23:14] 	The fallback is to change the file information page to include this information, but I don't want to change too many things if I don't have to.
[21:23:32] 	If you get it to work in the next hour, give a shout on here, I'd be curious.
[21:23:59] 	will do!
[21:24:15] 	Why would somebody want to move a page but not the associated talkpage?
[21:24:20] 	And is it alright if that feature goes away?
[21:25:02] 	davidmccabe: just because your imagination is limited...
[21:25:34] 	No, just because it'd take time to implement :)
[21:26:52] 	davidmccabe: when archiving a page like the village pump, for instance
[21:27:10] 	Duesentrieb: That particular use-case is going away.
[21:27:13] 	Any others?
[21:27:36] 	davidmccabe: again, Wikipedia is not the only mediawiki installation out there
[21:27:37] 	probably
[21:27:41] 	ok.
[21:27:44] 	and just because your imagination is so limited that you can't think of a use for it
[21:27:47] 	doesn't mean there's not one
[21:27:52] 	that's really really horrible thinking
[21:27:58] 	Schroeder: Well, that's why I came to ask if anyone here was using it.
[21:27:59] 	davidmccabe: it might be ok just to be able to move the talk page back, if needed
[21:28:07] 	Schroeder: You are acting like I personally insulted you.
[21:28:24] 	kthxbyedudes
[21:28:28] 	davidmccabe: no, it's just that you're making a rather horrendous argument for eliminating that functionality
[21:28:34] 	I'm not making an argument.
[21:28:38] 	I'm asking what it's used for.
[21:28:57] 	if you're not arguing to eliminate it, then why did you ask, " And is it alright if that feature goes away?"
[21:29:01] 	?
[21:29:15] 	That's asking if it's alright.
[21:29:19] 	Not arguing it should be so.
[21:30:02] 	So, does anybody else here use this feature, or know of a use for it?
[21:30:38] 	ok, I view the version page of wikipedia and dont have the js extension
[21:30:56] 	but, if i paste js code in a page 
[21:31:00] 	it work
[21:31:07] 	for example:
[21:31:07] 	
[21:31:08] 	
[21:31:08] 	
[21:31:15] 	Print Hello World
[21:31:35] 	I want it on my wiki...
[21:31:55] 	who can help me?
[21:33:15] 	davidmccabe: it's appropriateness would depend upon the purpose of the wiki in question, and the reason for the move
[21:34:56] 	davidmccabe, I can't think of a reason either.  Ask Brion if it's okay, I guess, but I don't see why we need to keep it.  Maybe someone with shell or toolserver access could figure out how many moves have been made without that option.
[21:35:15] 	that would be interesting to see.
[21:35:56] 	hopefully it's logged.
[21:36:40] 	Schroeder: The hope with my project (reimplementing talkpages) is always to figure out what people actually use features for, and then try to design the program to act exactly as desired.
[21:36:59] 	davidmccabe, you just have to do a bit of analysis on the move log.
[21:37:19] 	So for example, if people are moving pages without moving the talk page. That's a little odd. I'd be interested to know what is really going on, what they're doing it for, and if we can write a feature that supports their end goal even better.
[21:38:19] 	A general feature allowing discussions to be delinked from their original page and linked up to another page should be available, I suppose.
[21:38:28] 	So it doesn't have to just be copy-pasted.
[21:38:28] 	It is.
[21:38:31] 	That would make this moot, then.
[21:38:55] 	Well, the only way it would not be moot is that we don't yet have a good UI for making mass moves.
[21:39:19] 	Although I think a sort of pseudo-SQL that's cleaned up for wikiadmin use would be really great.
[21:40:03] 	davidmccabe: i don't think there would be anything that would be a) useful and b) safe at the same time
[21:40:08] 	davidmccabe: what's the current state of the LQT demo? there were a couple of issues when I tried, like not being able to actually see any threads:-X
[21:40:39] 	NotACat: pretty close to beta status.
[21:40:52] 	we actually have thread history now, SVN-style, one revision per entire tree.
[21:40:57] 	davidmccabe, you might want to do that kind of mass operation if two pages are merged or one is split.
[21:41:11] 	ah good one.
[21:42:05] 	Duesentrieb: why don't you ask Schroeder about imagination? :)
[21:45:16] 	davidmccabe, by the way, random question: isn't 'children.thread_path LIKE CONCAT(thread.thread_path, "%")' a table scan?
[21:45:57] 	could be; if you know something about making sql schemas and query fast, please help me out :)
[21:46:19] 	at the moment I have a known-horrible schema that I put together really quickly.
[21:46:28] 	Because of scheduling concerns.
[21:46:38] 	It'll need to be redone before it's deployed on a large wiki.
[21:46:42] 	INSTR() definitely is, always.
[21:46:49] 	A table scan, that is.
[21:46:59] 	I don't actually see any LIKE CONCAT here.
[21:47:08] 	oh there it is.
[21:47:28] 	Simetrical: as you can see, the buildThread algorithm is quadratic anyways. so, very horrible.
[21:47:33] 	:)
[21:49:14] 	:(
[21:57:06] 	hihi
[21:57:10] 	can someone note http://en.wikipedia.org/wiki/Chief_Justice_of_the_United_States
[21:57:22] 	see the menu/table on the right hand side
[21:57:29] 	its a standard element
[21:57:36] 	what the heck is it called... in terms of css
[21:57:51] 	Ive been looking everywhere in terms of trying to edit it
[21:57:55] 	I think it's just done in wikitext, dmb062082.
[21:58:01] 	ive located its hex code and cant even search it
[21:58:20] 	but there must be a way to axs its style right?
[21:59:15] 	dmb062082: http://en.wikipedia.org/w/index.php?title=Template:SCOTUS&action=edit
[21:59:21] 	the style info is all inline.
[21:59:57] 	dmb062082, it's an infobox.
[22:00:07] 	infobox
[22:00:08] 	Look up Wikipedia help pages on infoboxes.
[22:02:00] 	ty
[22:03:42] 	I guess posting code for an extension to mediawiki.org in a tar ball isn't really supported behavior, eh? given that uploading .tar or .tgz is "unwanted"
[22:06:28] 	Thinkling, it may be appropriate for your wiki.  For most wikis, it's not, because then anyone can upload executables, point people to them using the authenticity of your site, and possibly get people to download them.
[22:06:35] 	And run them.
[22:07:24] 	Sim- yah, understood. So given that I maintain an extension that's posted on mediawiki.org and it comes as 6 files that I'd rather not post in-line in wiki pages, what's suggested? That I host a tarball offsite, or that I put the extension in the SVN tree?
[22:07:44] 	I believe there is an 'extensions' directory in the SVN trunk.
[22:07:53] 	 /mediawiki/trunk/extensions or something.
[22:08:34] 	yes, there is. I'm still pretty new to SVN. do I need repository access privs?
[22:09:12] 	Thinkling: yes.
[22:09:26] *Thinkling 	is looking on mediawiki.org for that info but not seeing it
[22:09:27] 	Thinkling: if you don't have them, you could try to get somebody who does to commit it for you, or you could just host your tarball somewhere.
[22:09:41] 	mkay, we'll go the expedient way
[22:23:53] 	03(NEW) Special:Protectedpages not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700 minor; low; MediaWiki: Special pages; (jidanni)
[22:28:20] 	HELLLLLLLP please note: http://6toe.com/Screenshot-6.png
[22:28:23] 	HELLLLLLLP please note: http://6toe.com/Screenshot-8.png
[22:28:30] 	I can not find those colors in any of the css
[22:28:42] 	Ive checked everything twice
[22:29:15] 	the colors that dont fit in
[22:30:12] 	dmb062082, calm down.
[22:30:16] 	Give a link to your site.
[22:30:17] 	dmb062082: firebug is your friend
[22:30:25] 	It's probably inline style.
[22:30:42] 	inline style as in direct edit from user?
[22:30:47] 	its just on my localhost
[22:30:55] 	You copied it from Wikipedia.
[22:31:01] 	well i have one uploaded but no data there
[22:31:01] 	Someone on Wikipedia used inline style.
[22:31:11] 	You copied the inline style along with the rest of the template.
[22:31:22] 	how do you change inline style?
[22:31:33] 	by understanding the code of the template.
[22:31:44] 	see, this is why copying stuff you don't undertand is bad.
[22:31:44] 	globally
[22:31:49] 	make your own templates
[22:32:00] 	because like 1 in 2 pages on mediawiki is inline then
[22:32:06] 	btw: you have to give full credit when copying templates from wikipedia
[22:32:16] 	with backlink to page history, link to gfdl, all that
[22:32:52] 	arg @ netsplit
[22:34:45] 	well ive edited every bit of the theme and no luck so I understand now that it is inline
[22:35:06] 	how do i change this inline style globally across my  wiki
[22:35:37] 	03(NEW) Special:Statistics should link Special:Listusers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10701 trivial; lowest; MediaWiki: Special pages; (jidanni)
[22:37:00] 	dmb062082, edit the template.  In particular cases, you may be able to just use CSS rules with !important.
[22:37:34] 	o0h
[22:37:53] 	there are so many templates to edit then.. I could never even think about doing that
[22:38:09] 	so this !important tag sounds nicw
[22:38:12] 	how does it work
[22:39:12] 	lets say class="infobox"  is all over inline how do i globally control it from css
[22:39:42] 	03(mod) Special:Protectedpages not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  +comment (10robchur)
[22:41:23] 	03(mod) Special:Statistics should link Special:Listusers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10701   +easy; +comment (10robchur)
[22:42:00] 	dmb062082, I suggest you read some tutorials on CSS.
[22:42:05] 	class="infobox" is not inline style.
[22:42:22] 	style="color: red; background: #FF88FF;" is inline style.
[22:43:09] 	There is no way to do anything about it via stylesheets except on a case-by-case basis.
[22:43:24] 	So you'll have to go through every template anyway so that you can make proper selectors.
[22:43:31] 	Inline style sucks and should not be used, but it is, there we have it.
[22:43:49] 	must be a way tyo control it globally
[22:44:25] 	google here I come
[22:44:30] 	03(mod) Special:Protectedpages not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  (10jidanni)
[22:44:48] 	That's the whole point.  There's not.  Inline style is written inline, in the code itself.  It's totally decentralized.
[22:44:51] 	But good luck.
[22:45:11] 	that is just horrible
[22:45:18] 	what a nasty thing to do
[22:45:20] 	03(mod) Special:Statistics should link Special:Listusers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10701  trivial->15enhancement (10Simetrical+wikibugs)
[22:45:27] 	dmb062082, it is indeed.
[22:45:40] 	dmb062082, the issue is this: anyone on Wikipedia can add inline style.  Only sysops can edit the stylesheets.
[22:45:58] 	It really does suck, but it's hard to get around.
[22:46:14] 	and there is no style sheet option to rule over any inline style adjustments?
[22:46:41] 	How would the style sheet know what elements you're trying to change?  The only thing it knows is that they have a style attribute.
[22:47:18] 	03robchurch * r24386 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesEn.php): (bug 10701) Link to Special:Listusers in default Special:Statistics messages
[22:47:47] 	hey hey hey
[22:48:13] 	03(FIXED) Special:Statistics should link Special:Listusers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10701  +comment (10robchur)
[22:48:32] 	dmb062082: !important
[22:48:44] 	random yes?
[22:48:50] 	!important is how you override inline styles
[22:48:56] 	ahh
[22:49:01] 	as in selector { property: value !important; }
[22:49:24] 	what specifically are you trying to do?
[22:49:24] 	but *why*?
[22:49:32] 	if the style is in the template, sijmply edit the template
[22:49:54] <_Danny_B_>	robchurch: you're hella fast
[22:50:11] 	It was a trivial update.
[22:50:18] 	duesen because when making a mirror of wikipedia there are 10,000,000 templates
[22:50:25] 	why or how could i edit them all
[22:50:40] 	04(REOPENED) updateRestrictions.php not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  summary; +comment (10Simetrical+wikibugs)
[22:50:44] 	dmb062082: what all templates are using inline styles?
[22:50:50] 	03(mod) updateRestrictions.php not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  (10Simetrical+wikibugs)
[22:50:53] 	not all but a lot
[22:50:56] 	Random, most of them.
[22:50:58] 	and which ones do you care about
[22:51:05] 	i care about every one
[22:51:07] 	hehhehe
[22:51:18] 	Simetrical: article tags, in my experience use a few classes, and maybe set a background
[22:51:24] 	Ugh, caring.
[22:51:26] 	I've fought to have stuff like {{fact}} use classes
[22:51:38] 	but a lot of the inline styles carry tags like {| class="infobox" style
[22:51:47] 	Yep.
[22:51:51] 	this infobox class is used over and over again in a lot of templates
[22:51:53] 	style=what?
[22:52:00] 	People want different colors for all their infoboxes.
[22:52:02] 	you could just set styles on .infobox if you want to change all infoboxes
[22:52:22] 	They're not going to ask a sysop to put the style rules in every time their WikiProject wants to change their infobox.
[22:52:37] 	eh
[22:52:39] 	dmb062082, you could just make all infoboxes look the same by adding !important to all the infobox rules.
[22:52:44] 	Simetrical: I have a Seventh Amendment *right* to lurid pink and green population boxes, and I'll be damned if you're taking it away from me.
[22:52:54] 	which amendment's the seventh again?
[22:53:00] 	Seventh Amendment is . . . damn . . .
[22:53:03] 	Not a clue, do I look like an American?
[22:53:06] 	Is it civil cases?
[22:53:12] 	Or is that the Sixth?  I think that's the Sixth.
[22:53:13] 	i don't know, you're the one talking about seventh amendment
[22:53:20] 	random none of the css files with my themes have any .infobox attributes
[22:53:27] 	dmb062082: so add one.
[22:53:27] 	Who said I was talking about the US Constitution? ;)
[22:53:29] 	infact none of the themes at all do
[22:53:33] 	robchurch: you did.
[22:53:38] 	dmb062082, did you look at MediaWiki:Common.css and MediaWiki:Monobook.css?
[22:53:39] 	Damn, foiled.
[22:53:43] 	sim yes
[22:53:49] 	you're the one assuming i was asking about the american one when all i did was say "what's the seventh amendment say" basicall
[22:53:49] 	y
[22:53:53] 	Aha, I was right
[22:53:55] 	!
[22:53:55] 	who says _i_ was talking about the US constitution
[22:53:57] 	It was about civil cases.
[22:54:01] *robchurch 	claps Simetrical
[22:54:09] 	In Suits at common law, where the value in controversy shall exceed twenty dollars, the right of trial by jury shall be preserved, and no fact tried by a jury, shall be otherwise re-examined in any Court of the United States, than according to the rules of the common law.
[22:54:19] 	The Seventh Amendment of the Constitution of Ireland, the founding legal document of the Republic of Ireland, provided that the procedure for the election of six members of the Senate by university graduates could be altered by law. It was effected by the Seventh Amendment of the Constitution Act, 1979 which was approved by referendum on 5 July 1979 and signed into law on the 3 August of the same year.
[22:55:11] 	does any jurisdiction actually follow the twenty dollars rule anymore?
[22:55:19] 	I mean, aren't court costs more than twenty bucks these days?
[22:55:26] 	a speeding ticket certainly is, can I demand a jury trial for that?
[22:55:38] 	Apparently so.
[22:55:52] 	03(mod) updateRestrictions.php not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  (10jidanni)
[22:55:59] 	Is a speeding ticket considered a matter of civil law?
[22:56:09] 	it says common law, not civil law
[22:56:12] 	For all I know, speeding is terrorism in the US these days. :P
[22:56:18] 	Random, speeding tickets are criminal offenses.
[22:56:28] 	They aren't suits.
[22:56:37] 	That only affects lawsuits.
[22:56:40] 	eh
[22:56:53] 	i don't think they're criminal either - i think it's their own type of law
[22:57:02] 	Ah, the Speeding Ticket Law.
[22:57:03] 	the one that says the cop's always right so if he shows up you have no chance to survive
[22:57:11] 	Not civil, not criminal...bureaucratic!
[22:57:33] 	You do technically have the right to a jury for your speeding ticket, I think.
[22:57:42] 	But they use some dodge to make it difficult for you.
[22:57:48] 	anyway, if it's a criminal offense, ""The trial of all crimes, except in cases of impeachment, shall be by jury...," - that's not even an amendment, that's the genuine article (article III, to be specific)
[22:57:54] 	Or at least undesirable.
[22:58:03] 	Yes, as I say.
[22:58:14] 	But you can waive your right to trial by jury.
[22:58:20] 	If I ever get a speeding ticket, I'll offer to pay $19, and if they refuse, I get a jury trial
[22:58:30] 	i'll even be generous. $19.99.
[22:59:54] 	" The second front on this issue is in the hands of my Assemblyperson, Doug LaMalfa. I have pleaded for 9 months to have this public servant make a commitment in writing to introduce legislation to repeal the California Vehicle Code and Penal Code wherein is is repugnant to our 7th Amendment. " - people who fight for their constitutional rights always come off as a bit crazy
[23:00:05] 	I think that's part of the Government's strategy
[23:00:16] 	Of course it's part of their strategy.
[23:00:32] 	Ah, under common law juries aren't needed for "petty" offenses.
[23:00:32] 	At least, assuming the US Government has one. I'm not sure.
[23:00:33] 	Apparently.
[23:01:07] 	Simetrical: I believe the constitution defines petty offenses as "twenty dollars or less", if that's the case.
[23:01:12] *robchurch 	sniggers
[23:01:14] 	http://www.law.cornell.edu/supct/html/95-6465.ZS.html
[23:01:19] 	Random, no, that's just for lawsuits.
[23:01:28] 	And it says "except according to the common law" or somesuch.
[23:01:31] 	right. but there are NO exceptions for "crimes"
[23:01:41] 	This is all according to common law, though.
[23:01:54] 	I assume this proviso dates back to common law and therefore was omitted from the Constitution.
[23:01:57] 	http://www.law.cornell.edu/supct/html/95-6465.ZS.html
[23:02:08] 	"In affirming, the Court of Appeals noted that the Sixth Amendment jury trial right pertains only to those offenses for which the legislature has authorized a maximum penalty of over six months' imprisonment"
[23:02:36] 	right, but i'm not talking about the sixth amendment jury trial right. i'm talking about the third article one.
[23:02:39] 	Better: http://www.law.cornell.edu/supct/html/historics/USSC_CR_0391_0145_ZS.html
[23:02:46] *robchurch 	points to Simetrical and Random and orders the channel at large to take note and watch the news; we will soon come to hear of two US citizens who had the audacity to challenge their speeding tickets in front of a court of law.
[23:02:46] 	so i guess they don't have to give me a speedy and public trial - but it does have to be by jury
[23:02:48] 	"The penalty authorized for a particular crime is of major relevance in determining whether it is a serious one subject to the mandates of the Sixth Amendment, and it is sufficient here, without defining the boundary between petty offenses and serious crimes, to hold that a crime punishable by two years in prison is a serious crime, and that appellant was entitled to a jury trial"
[23:03:09] 	I haven't even _mentioned_ the sixth amendment
[23:03:16] 	Well, they did.
[23:03:30] 	well, then the rights set out in the sixth amendment don't apply.
[23:03:38] 	that doesn't mean that the requirement in article 3 doesn't
[23:03:42] 	Speeding tickets, ladies and gentlemen, but what next? Dangerous driving?
[23:03:57] 	so I don't have to have a _speedy and public_ trial by an _impartial_ jury
[23:04:01] 	i just have to have a trial by a jury
[23:04:06] *robchurch 	sniggers again
[23:04:17] 	All of this is implicitly based on common-law definitions and usage of a jury.
[23:04:18] 	Where were you hoping to find an impartial jury in the US?
[23:04:37] 	Juries were never used for petty offenses, and the Constitution never said to change that, so it's assumed to stand.
[23:04:47] 	Law doesn't work via the principle of sola scriptura.  ;)
[23:05:01] 	the US constitution does. It says "all crimes".
[23:05:13] 	 Law doesn't work via the principle of sola scriptura.
[23:05:38] 	the constitution declares itself the supreme law of the land, and that trumps everything - federal law, state constitutions, state law, common law, etc, etc, etc
[23:05:45] 	Yes, except, it doesn't.
[23:05:58] 	It was never intended to trump common law except where it says so.
[23:06:03] 	can you do conditional if statements in a template?
[23:06:10] 	ntwaddell, use ParserFunctions.
[23:06:26] 	b8
[23:06:30] 	n8
[23:06:30] 	k
[23:06:37] *Simetrical 	uses Sundance_Raphael as b8
[23:07:15] 	do you have to enable anything for parserfunctions to work?
[23:07:15] 	Simetrical, chess?
[23:07:23] 	No, fishing.
[23:07:30] 	ntwaddell, you have to install the extension.
[23:07:36] 	thanks
[23:08:29] 	hi
[23:12:22] 	that was the problem, thanks again Simetrical !
[23:15:09] 	is it possible to create a new group similiar to $wgGroupPermissions['groupnamehere'][.. which exclusively edits a customnamespace?
[23:15:30] 	Yes.
[23:15:42] 	$wgGroupPermissions and $wgNamespaceRestrictions
[23:15:51] 	which rights do i have to put there?
[23:17:01] 	for the group definition
[23:18:49] 	it must be something like this i think: $wgGroupPermissions['Erstsemester']['..here..'] = true; $wgNamespaceProtection[NS_erstsemester] = array ('..here..');
[23:22:02] 	03david * r24387 10/branches/liquidthreads/extensions/ (LqtExtension.php LqtModel.php): threads move with the talkpage
[23:23:19] 	w00t.
[23:26:35] 	03(NEW) messages: unify Project: and {{ns:project}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10702 trivial; lowest; MediaWiki: Internationalization; (jidanni)
[23:26:42] 	03david * r24388 10/branches/liquidthreads/ (16 files in 5 dirs): (log message trimmed)
[23:26:44] 	Merged revisions 24346-24387 via svnmerge from
[23:26:54] 	svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
[23:26:54] 	........
[23:26:55] 	 r24347 | aaron | 2007-07-23 16:46:53 -0700 (Mon, 23 Jul 2007) | 1 line
[23:26:57] 	 *Look only at unique keys. If a file has versions that have the same key, this can otherwise through errors trying to delete non-existent files during cleanup.
[23:27:00] 	........
[23:27:03] 	ill just try read rights hopefully all others are as user or closed
[23:34:04] 	03(mod) updateRestrictions.php not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  +comment (10JSchulz_4587)
[23:36:26] 	I have an installation of mw 1.10, set up for multiple sites, using the drupal-like configuration.  I've imported a database from a version 1.6 (I think it was) site.  I finally ofund the php5 binary, but it throws errors, presumably looking for a single LocalSettings.php and its database?  Any clues how to tell it where to look when I run the maintenance/update.php script?
[23:43:59] 	Hello
[23:44:04] 	Technical enquiry
[23:44:25] 	How do I get White on black as the color scheme in a personalised monobook?
[23:45:04] 	change the css
[23:45:08] 	03(mod) updateRestrictions.php not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10700  (10jidanni)
[23:45:40] 	Duesentried: How do I do that?
[23:46:30] 	edit the css file, or put your styles into MediaWiki:yourskinname.css
[23:46:50] 	the css files four your sking should be in skins/yourskinname/ - if you did it right
[23:46:58] 	Dueentriedb: I can't find my personal monbook.css
[23:47:01] 	:(
[23:47:17] 	what type of "personal" are you talking about?
[23:47:39] 	made your own skin? wanting to modify monobook for the site? or just for your user?
[23:47:45] 	As In I want a personal skin in which certain colors are inverted
[23:47:55] 	Just for me to start with so that i can test stuff
[23:48:14] 	User:Yourusername/monobook.css
[23:48:20] 	it does not exist per default
[23:48:22] 	create it
[23:48:26] 	I looked and it wasn't there
[23:48:30] 	yea
[23:48:37] 	it's not there until you create it
[23:48:42] 	what would you expect to be there?
[23:48:44] 	What does it need as minimum 
[23:48:49] 	nothing
[23:49:37] 	it doesn't replace the normal monobook. it's loaded in addition to the normal styles
[23:49:59] 	OK..
[23:50:20] 	Now to know which elements to overide to get white on black background...
[23:50:42] 	Wheres the default monobook?
[23:53:45] 	/skins/monobook/main.css
[23:54:02] 	Thanks
[23:54:04] 	ShakespeareFan00: try body { color:white; background-color:black; }
[23:54:40] 	Nothing happened
[23:55:13] 	It's still white on black :(
[23:55:28] 	you need to do a forced reload. ctrl-r in firefox.
[23:55:48] 	Nothing
[23:55:51] 	No change :(
[23:55:55] 	also, setting the color for body alone doesn't seem to work. you will need a few more things, like #content, .pBody, and maybe others
[23:56:10] 	OK will look into it
[23:58:21] 	Thanks