[00:10:54] qubodup: there should be a mediawiki message that controls that... lemme find it [00:12:41] qubodup: edit MediaWiki:Tagline on your wiki and make it blank [00:20:29] i'm not sure that'll work, blank messages use the default iirc [00:20:39] you could try #siteSub { display: none; } in MediaWiki:Common.css [00:22:32] flyingparchment: I think '-' means default. [00:22:35] *Werdna shrugs. [00:26:23] i think that depends on the message too.. or at least it used to [00:26:30] some stuff had special handling for - [00:34:20] 04(REOPENED) Update the SiteMatrix to show all existing wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11241 +comment (10danny_b) [00:35:51] flyingparchment, Skizzerz: https://bugzilla.wikimedia.org/show_bug.cgi?id=12647 :'( [00:36:04] It doesn't work on all messages - some it is impossible to blank [00:36:46] Mike_lifeguard: did you try setting it to "-"? (w/o the quotes) [00:37:04] yes. I think I listed all the things I tried on the bug [00:37:25] I came here, and nobody could figure out something that would work [00:38:08] and where is this message used so I know where to look? [00:41:29] oh, that's nice. it says "This code is UGLY UGLY UGLY. [00:41:29] Somebody PLEASE come up with a more elegant way to do it." right in the comment for the autosummary function [00:41:51] wtf... it did NOT show the linebreak character in my input bar [00:41:55] *Mike_lifeguard lold [00:43:23] hmm... so apparantly that function is only for editing autosummaries, not for deletions & stuff [00:43:59] excontent is only ever used for deletion summaries [00:44:10] yeah, I know [00:44:18] I thought that function would handle every type [00:44:58] oh, ok [00:50:56] A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: [00:50:58] SELECT page_title, page_namespace FROM page JOIN redirect ON page_id = rd_from WHERE rd_title = 'Commons-logo-31px.png' AND rd_namespace = 6 [00:51:27] *AaronSchulz looks at getRedirectsHere() [00:51:41] *AaronSchulz sighs [00:53:07] I cannot see why that is happening, it seems to be called like every other normal message... [00:53:26] 03aaron * r33664 10/trunk/phase3/includes/Title.php: Lets include the prefix folks [00:54:37] AaronSchulz: how do we add a new magic word, again? [00:54:56] Notice: Use of Image::newFromTitle is deprecated in C:\Server\xampp\htdocs\MW\includes\GlobalFunctions.php on line 2480
[00:54:59] goddamnit shit [00:55:06] were does this stuff come from? [00:55:23] oh bother [00:55:38] Mike_lifeguard: yeah, did you try creating the page with nothing in it? (like a blank page) [00:56:03] presumably, yes. I'll try again if you like [00:56:12] magicword.php? [00:56:21] Wernda: haven't fiddled with them in a long time [00:56:26] *Skizzerz tests on his own wiki [00:58:20] Skizzerz: blank -> uses the default [00:58:35] Mike_lifeguard: does the page exist though? [00:58:37] Mike_lifeguard, what you want is , i think [00:58:58] hmm, yeah, that's odd [00:59:00] Yes, it exists [00:59:23] zocky: that will put '' into wpReason as a literal string [00:59:35] so will HTML [00:59:49] ah, it's one of those that doesn't get parsed [00:59:53] apparently there's something special in php about __END__, but even that is treated as a literal [01:00:03] can you lieve with   ? [01:00:07] *live [01:00:10] a single space uses the default;   is treated literally [01:00:34] Mike_lifeguard: does setting $wgForceUIMsgAsContentMsg = true; in localsettings change anything? [01:00:36] Mike_lifeguard, try pasting in a tab character, or something else that's non-printable [01:00:45] oh, I am testing on en.wikibooks [01:00:48] ah [01:00:56] *Mike_lifeguard fires up his localhost... [01:01:24] !wg ForceUIMsgAsContentMsg [01:01:24] --mwbot-- http://www.mediawiki.org/wiki/Manual:%24wgForceUIMsgAsContentMsg [01:01:32] *Skizzerz is too lazy to type in the URL :P [01:02:02] ah, that wouldn't help anyway [01:02:16] Mike_lifeguard: nvm, that var does something completely different than I thought [01:02:22] k [01:11:51] yeah, /me is stumped >_> [01:13:27] lucky there is js then [01:15:03] 03aaron * r33665 10/trunk/extensions/ImageMap/ImageMap_body.php: Remove redundant line [01:15:33] 03(mod) Provide some method to blank messages like MediaWiki:Excontent - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12647 +comment (10skizzerz) [01:22:15] Skizzerz, why are you updating messages instead of finishing the extension? :) [01:22:29] netmafia: huh? [01:22:57] The EditSubpages extension... [01:23:14] yeah... I don't do those [01:23:24] other people w/ commit access update translations [01:23:55] oh, wrong nick. [01:23:58] Skizzerz: thanks for the hint! [01:24:31] I was referring to this: Provide some method to blank messages like MediaWiki:Excontent - https://bugzilla.wikimedia.org/show_bug.cgi?id=12647 +comment (skizzerz) [01:24:44] that's for something entirely different [01:24:56] 'cause, you know, I'm anxiously awaiting the completion of the much anticipated EditSubpages. [01:25:20] *Skizzerz is working on at least 10 extensions simultaneously -- give him a break -_- [01:25:30] no no no. 9 are not important. 1 is. [01:25:37] ... [01:25:40] heh [01:25:53] EditSubpages is actually near the bottom of the importance scale for all of them :P [01:26:33] not to mention it's proving to be hell to get everything to work [01:27:36] maybe it'll be done in a month... maybe [01:43:08] 03(NEW) Create a special page to handle additions/ removals and logging of entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13805 normal; normal; MediaWiki extensions: Spam Blacklist; (mike.lifeguard) [01:52:57] I am working on a small wiki system at work and I am wondering how to validate user input to protect against sql injections since a lot of complicated signs are allowed. How does mediawiki do that? [01:55:55] can someone help me, I've spent hours trying different extensions to no avail [01:56:17] nickcammarata_ whats the problem? [01:56:34] I need an extension to allow better editing, like fckeditor, but i need it to work with 1.6.10 [02:00:42] anything? [02:34:00] hi everyone, is it possible to hide the WikiSysop login when showing the currently logged in users? [02:35:58] actually, different question: is there any way to export the users from mediawiki to phpbb? [02:56:42] hi guys, i have freebsd and php5-xml but still get the error of it not installed as per http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_FreeBSD#Some_problems_and_workarounds [03:02:25] is there a way to hide the link to the talk page ? [03:03:17] i.e. on a page, disable the tab for the talk page, especially for non-logged in users [03:09:20] jayvdb: Yes, look FAQ about tabs and remove. [03:13:09] tale: that doesnt appear to be doing the trick [03:16:14] jayvdb: What things did you do to remove the tabs? I got them to not display following the instructions in the FAQ. [03:18:15] tale: I modified MediaWiki:Monobook.css (and Common.css first), adding "#ca-talk { display: none; }" [03:20:22] 03aaron * r33666 10/trunk/phase3/includes/ChangesList.php: Add rcid for new unpatrolled pages [03:20:42] had to reinstall port all good now [03:20:49] jayvdb: The FAQ suggests writing #ca-talk { display:none!important; } [03:20:56] 03(FIXED) Update the SiteMatrix to show all existing wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11241 +comment (10vasilvv) [03:20:57] to Monobook.css. [03:21:42] which mediawiki version is most supported by lots of extentions right now [03:21:47] extensions* [03:22:18] tale: thank you! [03:59:39] - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13452 (10ksamudra) [04:00:58] 03(mod) request for New Namespace at Marathi language wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13046 (10ksamudra) [04:37:31] dungodung: ping [04:37:44] yes? [04:38:01] can you protect the page above ? [04:38:24] oh, woops. wrong channel :-) [04:38:26] heh [04:40:53] 03aaron * r33667 10/trunk/phase3/includes/Title.php: Better variable name [06:39:27] 03siebrand * r33668 10/trunk/phase3/languages/messages/ (28 files): Localisation updates for extension messages from Betawiki (2008-04-21 08:31 CEST) [06:44:14] 03siebrand * r33669 10/trunk/extensions/ (58 files in 57 dirs): Localisation updates for extension messages from Betawiki (2008-04-21 08:31 CEST) [06:54:33] 03mkroetzsch * r33670 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_QP_List.php SMW_QP_Template.php): + fallbacks to get title if $wgParser has only NULL title [07:22:29] *Nikerabbit wants a bug day :o [08:04:41] Nikerabbit .. please do not ask for a swarm of locusts [08:07:08] http://www.google.com/search?q=addportletlink&btnG=Google+Search [08:07:22] *Splarka hates searching for help on something and seeing his name in some of the first results, haha [08:20:01] LoL [09:04:49] 03(mod) Diff misses certain changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10511 +comment (10low.sea) [09:25:10] 03(mod) Diffs overinclusive - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9112 +comment (10low.sea) [09:25:20] 03(mod) Erratic corrupted diff (repeated lines, etc.) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9533 +comment (10low.sea) [09:52:42] salut [09:53:20] can someone help me [09:53:54] i can't install extensions [09:56:37] Frol, what is problem ? [09:59:54] Sasa^Stefanovic: i have found [10:00:10] Right, question...is it possible to somehow automaticially generate a list of ALL the pages in a wiki, and display them in a list? It's only a small site, so it'd be about 50 pages max, but that's the main reason why I want to know if it's possible. Is it? [10:00:10] i wrote the requires before the first require [10:01:01] WilliamTM, maybe with API [10:01:48] eek. [10:02:56] WilliamTM, www.mediawiki.org/wiki/API [10:06:44] so there's basically no "built in" way to do it, I'd have to use an extension or the API or something? [10:08:49] Special:Allpages (one namespace at a time)... [10:09:30] ah, that's just what I wanted, thanks. :) [10:11:45] hi [10:32:10] hi does anyone know how I can determine from within an extension if the current skin is SkinTemplate.php based? [10:36:06] hi [10:36:07] 03jojo * r33671 10/trunk/extensions/Collection/Collection.body.php: add logfile option for call to mw-zip [10:36:13] what's wpAutoSummary on the edit form for? [10:37:37] sebmol: you mean an Id? [10:37:48] it's a hidden input field [10:37:51] called wpAutoSummary [10:37:59] it contains some value that I cannot explain [10:39:49] I am not sure but this could be some session id thing [10:40:49] sometimes you get an error "session ID lost, please submit again" or something like this... [10:41:08] no it's not that [10:41:20] that's the problem my bots are having [10:41:32] it used to occur infrequently and was fixed by logging in again [10:41:40] but now they always get a lost session error [10:42:13] Nikerabbit: What is it? [10:42:31] it's something about detecting autosummaries and warning about missing summaries [10:43:29] is it mandatory that the value is sent back with the value that comes in? [10:44:09] I don't think so [10:44:10] wpAutoSummary [10:44:10] contains the MD5-hashing of the edit summary field as initially presented to the user in the edit form; this field is used to check if the user has modified that field before submitting: if the MD5 hashing of the value of wpEditSummary is the same as this field, the edit summary has not been modified; [10:44:47] can you tell what happens when that field is posted without a value? [10:45:06] hmm [10:45:36] I think it relies on 'forceeditsummary' [10:45:54] Splarka: where dif you find that? [10:45:59] [10:46:13] and in the code: [10:46:18] # Handle the user preference to force summaries here, but not for null edits [10:46:23] if( $this->section != 'new' && !$this->allowBlankSummary && $wgUser->getOption( 'forceeditsummary') [10:46:24] ... [10:46:31] ok [10:46:33] if( md5( $this->summary ) == $this->autoSumm ) { ... return self::AS_SUMMARY_NEEDED; [10:46:39] Nikerabbit: which part? [10:46:44] so that probably doesn't explain the lost session errors [10:46:48] Splarka: that documentation? [10:46:51] oh [10:46:57] http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Optional_additional_data [10:47:03] hmm [10:47:06] there's nothing in the code [10:47:17] yah, looks like it is only active if you choose that option in the prefs [10:47:57] "Prompt me when entering a blank edit summary" + non-edited summary (default, rather than blank) + !null edit = fail [10:48:13] hmm [10:48:15] also, if section is not new, and blank summaries are allowed [10:48:24] or something [10:48:28] Splarka: maybe you also know how to determinefrom within an extension if a skin is SkinTemplate.php based? ;-) [10:48:28] php is greek to me [10:48:37] so i wonder what has been making the bots fail since friday [10:48:56] Arnomane: well, probably just check the skin title? [10:49:05] php is geek to me [10:49:10] how? [10:49:12] I couldn't help myself :P [10:49:20] standard/nostalgia/cologneblue are not template based [10:49:38] *Splarka bites mike [10:50:01] *Mike_lifeguard get rabies [10:50:02] if ($skin instanceof SkinTemplate) ? [10:50:33] $skin is global? [10:51:13] or do I have to find the current skin of a user somewhere else? I didn't find anything in the docs [10:51:27] Mike: http://en.wikipedia.org/wiki/Geek (old origin of the word) [10:52:03] Arnomane: wgUser->getskin [10:52:45] Niker: would that be accurate with &useskin ? [10:53:26] yes [10:53:43] please read the code yourself too :< [10:55:22] Nikerabbit: thanks I will have a look [10:56:48] only if you read the documentation ^_^ [10:57:00] *Splarka hides [10:58:05] 03siebrand * r33672 10/trunk/phase3/maintenance/language/checkLanguage.inc: No plural warnings for Mongolian [11:06:37] huh [11:12:02] hm doesn't seem to work: [11:12:04] if ( $wgUser->getSkin instanceof SkinTemplate) { [11:12:09] what do I do wrong? [11:12:25] $wgUser is global in my function [11:14:17] 03(mod) Rename the "Wikipedia" namespace to " =?UTF-8?Q?=E0=A4=B5=E0=A4=BF=E0=A4=95=E0=A4=BF=E0=A4=AA=E0=A5=80=E0=A4=A1?= =?UTF-8?Q?=E0=A4=BF=E0=A4=AF=E0=A4=BE?=" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13300 (10ksamudra) [11:22:53] any idea? [11:23:49] a I missed the () [11:23:52] 03(NEW) Interwiki map not updated since 2008-02-10 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13806 normal; normal; Wikimedia: Interwiki links; (dgerard) [11:28:04] thanks a lot it works :-) [11:30:43] i found my problem too [11:30:55] it seems, the session cookie is not always sent back to the client [11:31:57] so i changed the code to record the cookie when it gets it and send it in all subsequent requests [11:32:02] whether the response has that cookie set or not [11:49:38] 'not always'? [11:49:50] cookie has to be sent to client only at login [11:50:17] stingy with cookies! [11:50:24] that's not what used to be happening [11:50:49] hello! new to mediawiki. just installed it on my ubuntu personal box. works. problem is i want now to use mail functions. just installed postfix and it works too , but i am not familiar with it. now how to re-configure mediawiki so it uses my localhost postfix for localmail? [11:53:24] or rather, the cookie xxwiki_session was sent on more occasions than sign on [11:53:34] now it only is sent once it seems [12:21:57] 03mkroetzsch * r33673 10/trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialICalendar.php: Fixed base entries in iCal [12:30:21] 03(mod) Create a special page to handle additions/ removals and logging of entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13805 (10erwin85) [12:34:29] Hi i have the version 1.12.0 and have problem installa exstesion poem... Who are help me? [12:35:57] snowolf: ping [12:36:11] Vito: pong [12:36:30] snowolf: can you help (or find someone to help) pasqualino ? [12:36:45] Never tried that extension [12:36:53] What's the problem? [12:40:31] pasqualino, i can contact autor now [12:40:37] tell us what is the problem [12:45:14] pasqualino ? [12:48:57] snowolf: seems to be missed in action XD [12:50:46] sorry now ero online [12:51:19] pasqualino: so what's the issue? [12:56:22] Sasa^Stefanovic: flood :) [12:56:26] hi Raymond_! [12:56:30] Vito, :) [12:56:36] *Sasa^Stefanovic off [12:57:23] hi Vito [13:01:57] Hi i have the version 1.12.0 and have problem installa exstesion poem and lyric... help me? [13:02:10] 14(DUP) Interwiki map not updated since 2008-02-10 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13806 +comment (10jeluf) [13:02:11] 03(mod) Interwiki map update - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12763 +comment (10jeluf) [13:06:17] how to get mediwiki to install/use no file extensions for browsing eg. mywiki.domain.com/Title_of_article ? [13:07:10] instead of PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title) [13:08:14] flaccid: http://www.mediawiki.org/wiki/Manual:Short_URL [13:08:32] thanks mate [13:09:46] Nikerabbit: i can do this after install / any time right? [13:09:52] 03(mod) Interwiki map update - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12763 (10dgerard) [13:10:25] flaccid: yes [13:10:33] thanks muchly Nikerabbit [13:34:18] i am having a problem with printing pages from mediawiki. it is dropping the formatting of
  • elements. instead of 1,2,a,b,3 it is just numbering everything [13:36:01] you need to add them to the print css probably :o [13:36:14] =) [13:36:31] but see when i click the printable version it looks fine [13:36:36] but print preview drops the formatting [13:38:00] printable version should be exactly same as what your browser does automatically in print preview [13:39:02] something weird is happening here then [13:39:10] here is an url that shows the problem: http://boardpolicy.flaglerschools.com/index.php?title=217_-_Prohibiting_Discrimination%2C_Including_Sexual_and_Other_Forms_of_Harassment [13:39:14] the link is there only for people who don't know that printing directly works too :o [13:39:27] well its the same results either way [13:39:39] i understand about the link [13:39:49] when i view the print preview formatting is gone. [13:40:01] so im checking the commonPrint.css now for incorrect
      styles [13:41:02] same in firefox and konqueror, so probably something about the styles [13:41:12] hmm [13:41:14] think i found it [13:41:22] #content ol ol li {} [13:41:27] is not in commonPrint [13:41:35] but is in monobook\main.css [13:42:04] the weird thing about that is that the style should cascade [13:42:05] 03(NEW) Failing importe all history with [[Special:Import]] on French Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13807 major; normal; MediaWiki: General/Unknown; (bertrand.grondin) [13:42:16] unless something in commonPrint.css is overriding which doesnt seem to be the case [13:42:33] is the media="screen,project" used for printing at all? [13:42:41] or is that media ignored when doing print preview [13:43:05] got it [13:43:35] had to add these styles to common\commonPrint.css: #content ol ol ol ol li, #content ol ol ol li and #content ol ol li [13:47:28] hi [13:48:00] I might be dumb but I find that the info about mediawiki-installation on windows is a bit poor [13:48:39] I installed xampp and downloaded the latest version and placed it in the htdoc dir [13:48:59] why wont it simply work as the guide says? [13:49:41] most certainly because the guide is incorrect [13:49:56] /win 48 [13:50:24] Hi i have the version 1.12.0 and have problem installa exstesion poem and lyric... help me? [13:50:32] hum ok, so is there a more correct guide? [13:51:32] R-mus: I think the idea is, that since the guide is a Wiki, you edit it yourself if you find it is incorrect. [13:51:56] hehe true but I need to know whats correct to change it [13:52:38] hi, how can i create coloured boxes like the gentoo wiki has. [13:52:39] {{Box_Note|This is a note}} [13:52:45] {{Box_Warning|This is a warning}} [13:52:56] Then it turns green and red [13:53:05] i am at a loss here [13:53:31] i cant find anywhere to alter code so it works [13:53:32] ovis: You give them style that says what color they should be. [13:54:10] how can i define a style in the first place ? [13:54:34] ovis: For example like this:
      box text here
      [13:55:30] but in the gentoo wiki you only can use {{Box_Note|This is a note}} and it turns green [13:55:34] !templates | ovis [13:55:34] --mwbot-- ovis: For more information about templates, see . The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and enabling HTML Tidy . [13:55:58] aha! [13:55:59] ovis: The first link should help (ignore the rest). [13:56:02] I found the problem [13:56:07] *Pathoschild runs off. [13:56:53] oke iv been reading this document for and hour right now it seems to me that i dont know the head and the tale of my problem [13:57:43] ovis: The Box_Note on the other wiki is a template. You can make similar template in your own wiki. [13:58:06] Look how gentoo wiki does it, or use the style snipet I gave you. [13:58:17] i cant see what suppose to be in the template [13:59:02] ovis: Gentoo wiki does not let you edit pages? Or show the "source"? [13:59:13] oohhh COIN DROP [13:59:22] http://gentoo-wiki.com/index.php?title=Template:Box_Note&action=edit [13:59:29] ovis: That it! [13:59:32] i finally get it [13:59:37] Thanks [13:59:40] ovis: Finally, indeed. [13:59:42] xD [14:01:05] Does mediawiki run right off a windows server machine? [14:01:13] no [14:01:14] yes [14:01:18] :D [14:01:20] well no [14:01:24] oh right, I thought you meant wikimedia [14:01:29] you have to install apache and mysql [14:01:37] well, it can run on windows, if you have php, mysql, apache [14:01:56] thanks [14:01:59] that's what i needed to know ;) [14:02:07] np [14:03:59] Hello. I know there is an special page that replicates itself in every webpage at the top but I am unable to find it in mediawiki - FAQ... Does anyone remember its name ? Thank you. [14:08:54] Found it: http://www.mediawiki.org/wiki/MediaWiki:Sitenotice [14:15:09] sweet [14:47:34] Is there a way to check whether a template parameter is a number or a string? [14:50:13] yes [14:50:32] {{#ifeq:{{#expr:{{{0|0}}}*0}}|0|number|text}} [14:51:50] will print "number" if it's a number and "text" if it's not [14:51:57] if the parameter is empty, result will be "number" [14:52:51] Okay, thanks a lot! :) [14:53:44] keine ursache [14:53:48] ;-) [14:55:12] is there an easy way to get a count of how many pages a template is included on? [14:58:49] what do you want to do with the result? [14:59:19] Hi, the present side bar don't match http://ml.wikipedia.org/wiki/Mediawiki:Sidebar [15:01:18] sebmol: just want a number [15:01:52] 03minuteelectron * r33674 10/trunk/extensions/Babel/ (Babel.i18n.php Babel.php): [15:01:52] * Add code to parse and tags when including a template. [15:01:52] * Remove the default category prefix. [15:16:16] 03(NEW) Double redirects not being marked as fixed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13808 minor; normal; MediaWiki: Special pages; (russblau) [15:18:07] 03minuteelectron * r33675 10/trunk/extensions/Babel/Babel.php: * Perform proper check on whether the template title is valid or not. [15:35:28] 03(NEW) The nature of some edits is almost impossible to see. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13809 normal; normal; MediaWiki: History/Diffs; (hardy) [15:37:16] 03(mod) Add __PANORAMA__ magic word, to specify category contains very wide images - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13802 (10pcpurecore) [15:37:32] quick question, is it possible to have mediawiki not to replace < and > with < and > ? [15:37:37] in a template [15:38:34] PierreW: that would be bad! [15:38:43] only admins can edit :) [15:38:56] its just for cascading table templates [15:45:06] I'm installing mediawiki 1.12.0 and I am using the .php5 extension, I just got the "everything in the install went well, move config/LocalSettings.php to the parent directory", but in the config file, there is no LocalSettings.php [15:45:41] config directory? [15:47:45] http://nationofmen.net/mediawiki-1.12.0/index.php5 [15:49:01] nevermind, my ftp client was wacko, i fixed it [15:58:07] mornin! [15:58:20] 03(mod) The nature of some edits is almost impossible to see. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13809 +comment (10minuteelectron) [15:59:08] are there any known problems that could occur when i set some values in my php.ini: http://rafb.net/p/4vmExK11.html [15:59:13] = [15:59:18] ? [16:04:33] Hey guys, what do I need to do to 1) Change the mediawiki language to hebrew? 2) to download all of the wiki database to my local mediawiki? [16:05:48] Techdeck-: LocalSettings.php: $wgLanguageCode = "he"; [16:06:24] Techdeck-: download a dump of hewiki_p and import it. [16:06:48] where do I download the dump? [16:06:52] what is a captcha that is easy to install for mediawiki that probably supports 1.12.0 [16:07:22] and is it possible to both have the english and hebrew terms? [16:09:08] nickcammarata: http://www.mediawiki.org/wiki/Extension:ConfirmEdit [16:09:16] thanks [16:12:31] thanks a lot siebrand, I'll look into it [16:15:37] is there a method one can use to disable the Contents listing on a per page basis? [16:16:29] mogra: Yes, it is in the FAQ. [16:17:00] thanks, must have missed that part [16:22:41] tale: __NOTOC__ isn't working on the Main_Page, where it's wanted. [16:23:57] has anyone seen an error like this [16:23:58] http://nationofmen.net/mediawiki-1.12.0/index.php?title=Main_Page [16:27:13] mogra: Works on my wiki main page. I run MV 1.12. [16:27:25] tale: I'm on MW 1.12 as well [16:27:35] 03(NEW) Allow bureaucrats to administrate SUL - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13810 15enhancement; normal; Wikimedia: Site requests; (vasilvv) [16:27:47] mogra: Did you change the skin to something other than monobook? [16:28:10] It's a monobook based skin that I created [16:28:56] mogra: Check if NOTOC works in Monobook, then you know the problem is in your modifications. [16:30:43] tale: still there in monobook [16:31:41] 03(mod) Allow bureaucrats to administrate SUL - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13810 (10vasilvv) [16:33:21] mogra: You are sure you wrote that notoc exactly as it says in FAQ and it really is in the page now? [16:33:43] __NOTOC__ is solo on the first line [16:34:26] mogra: Then I don't know why it does not work. And you say it works in other pages, just not on the main page? [16:34:39] haven't tried on others yet [16:35:33] just did, yes, works on other pages [16:35:59] http://pastebin.com/m3d55c4fe <- Main Page wikicode [16:37:01] siebrand, http://download.wikimedia.org/hewiki/20080406/ [16:37:10] Is this the dump I want? and if so, how do I use it? [16:37:30] How can get the contents of template recursively parsed from the Parser? [16:37:32] Techdeck-: probably. Do not know the answer to your last question. [16:37:39] :( [16:37:44] thanks anyway, I'll look it up [16:38:37] 5% [====> ] 24,872,008 2.12M/s ETA 03:21 [16:38:40] hehe, this is pure fun [16:38:52] tale: joy, seems to work if I remove DPL, I'll post a bug on the Extension's discussion page. [17:01:23] 03minuteelectron * r33676 10/trunk/extensions/Babel/Babel.php: (log message trimmed) [17:01:23] * Transclude the template using the parser, rather than manually, so it is [17:01:23] recursively parsed; this currently uses a function marked as private -- in the [17:01:23] future this could be changed if a proper one is found. [17:01:23] * Code only parameters (e.g. en) are now recognised and are treated as the [17:01:26] native levels for that language (e.g. en-N). [17:01:28] * Now depends on CLDR extension, available from the subversion repository. [17:01:43] * Support for all ISO 639-1 and ISO 639-3 codes (via CLDR extension). [17:17:00] does anyone know how to download all of wiki's database? I tried to do as siebrand suggested but I'm stuck [17:17:04] did anyone ever do this? [17:26:40] *Jack_Phoenix waves to ialex :-) [17:26:55] hey Jack_Phoenix :) [17:27:00] rar [17:35:37] how do you put your own logo? [17:35:48] where do you set $wgLogo [17:36:02] in LocalSettings.php [17:36:09] thanks [17:36:30] define it, such as: $wgLogo = "http://mydomain.tld/wiki/path/to/the/image/filename.png"; [17:36:55] mui gola_ [17:37:01] whats the image size of the default image? [17:37:13] 135x135 px [17:40:06] 03mark * r33677 10/trunk/ubuntu/autoinstall/ (knams.cfg yaseo.cfg): Update resolver IPs [17:41:00] 03mark * r33678 10/trunk/ubuntu/autoinstall/pmtpa-internal.cfg: Update DNS resolver IPs for internal subnet [17:43:18] Hi all. I'm upgrading a really old (1.3.9) mediawiki installation. From the docs on mediawiki.org it looks like my database will likely undergo some pretty serious changes. Anyone have suggestions/experience in this department? Specifically I was wondering if I would be better of moving to 1.4 or 1.5 before moving to 1.12.x. [17:43:42] I'm most scared about the Latin-1 conversion that I think happened with 1.4 [17:44:22] If you do decide to upgrade (which you should), be sure to backup, incase it fails [17:44:37] yeah, that was step 0/. [17:45:23] *yawn* [17:45:26] ahhh, coffeeeeeeeeeee [17:45:33] how y'all kids doing this fine monday? [17:45:41] fine [17:45:43] :o [17:45:48] inside :< [17:45:54] notpeter: in theory, you should be able to upgrade straight to 1.12 [17:45:58] *VasilievVV just cleand up crosswiki vandlism [17:46:15] I got good grade from russian exam :o [17:46:31] notpeter: what language is your wiki in? [17:47:14] en [17:47:41] ok, was your old wiki utf-8 or latin1? [17:48:10] (check the $wgUseLatin1 or the meta content-type on the wiki, not the database's collation) [17:50:13] brion: $wgUseLatin1 = false; [17:51:37] 03minuteelectron * r33679 10/trunk/extensions/Babel/ (Babel.php LanguageCodes.php): [17:51:37] * Removed CLDR extension dependency. [17:51:37] * Added and uses full list of all ISO 639-1 and ISO 639-3 codes. [17:51:37] * Incomplete start of Multi-language message cache. [17:51:37] good, that simplifies things :) [17:52:11] notpeter: in _theory_, it should be a simple matter of dropping in the new code and running 'php maintenance/update.php' [17:52:13] 03minuteelectron * r33680 10/trunk/extensions/Babel/LanguageCodes.php: Whoops, forgot to change this. [17:52:25] i would recommend backing up your database first [17:56:02] 03raymond * r33681 10/trunk/ (5 files in 4 dirs): Localisation updates German [18:00:53] 03(NEW) Install SpamRegex for en.wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13811 15enhancement; normal; Wikimedia: Site requests; (happy_melon) [18:01:33] is there any way for the text of an article to be displayed in another article? [18:01:54] gongoputch: include the article [18:02:06] like a template [18:02:12] ah, I guess I don't know the syntax for that [18:02:34] {{:Article}} [18:02:49] I am documenting some scripts and I wanted to be able to download them separately, like with curl [18:02:52] 03raymond * r33682 10/trunk/extensions/SpecialFileList/SpecialFilelist.i18n.php: Fix language code en->de. Thanks to Siebrand. [18:03:00] I will use that, thank you [18:03:43] 03minuteelectron * r33683 10/trunk/extensions/Babel/Babel.php: [18:03:43] * Use in_array() instead of isset(). [18:03:43] * Fix wfMsg() argument. [18:09:33] ialex: that works, but the included shell script includes all the html to formet it, I am trying to get just the shell script [18:09:57] something like this : http://bsdtips.utcorp.net/mediawiki/index.php/Add_key_to_remote_machine [18:11:11] gongoputch: you can use for section you don't want to include [18:11:22] ah [18:11:45] how would I mask out all the html then ... [18:12:03] can I noinclude the headers and footers? [18:13:10] This won't be included This will be included This won't be included [18:13:11] I suppose I could have 2 copies, one being a link to "file.sh" on a web server, but that is not 'tidy' [18:14:03] ah, so only text I input [18:14:15] I am trying to inhibit all the L: [18:14:18] [18:14:26] and so on [18:15:12] and just send the text like it would appear as if what was on the screen was puut into a text file [18:15:20] with a .sh on the end [18:15:40] I'll keep googling I guess [18:17:34] 03(NEW) Upload errors display pseudo-paths with 'public', confuse users - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13812 minor; normal; MediaWiki: Uploading; (brion) [18:19:51] is there a way to have only the text of the article, no html of any kind? [18:21:39] &action=raw returns the wikisyntax [18:21:51] else c&p [18:22:36] so, tack that on the end of the URL? [18:23:35] hmmm, it didn't change anything [18:23:45] edit a page and change "edit" to "raw" in the url [18:25:02] 03(mod) Interwiki map update - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12763 (10brion) [18:27:31] brion: when are you gonna add new svn accounts? ;-> [18:28:09] when i get to it :) [18:28:36] soon? :) [18:28:39] Luxo: W00T !!!! thanks! [18:30:54] this is the most helpful freenode channel! [18:31:11] I don't know if *I* would put up with me .... [18:31:20] 03(FIXED) Rename the "Wikipedia" namespace to " =?UTF-8?Q?=E0=A4=B5=E0=A4=BF=E0=A4=95=E0=A4=BF=E0=A4=AA=E0=A5=80=E0=A4=A1?= =?UTF-8?Q?=E0=A4=BF=E0=A4=AF=E0=A4=BE?=" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13300 +comment (10brion) [18:33:55] 04(REOPENED) Strange Display-Error for stable version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13470 +comment (10brion) [18:37:04] 03ialex * r33684 10/trunk/phase3/includes/SpecialUserrights.php: Fixed HTML error when there isn't any unsettable right (XML Parsing Error: mismatched tag. Expected: . Line Number 109, Column 3.) [18:41:20] 03(WONTFIX) No new section link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13794 +comment (10brion) [18:42:45] 03(mod) Parser function on Korean Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13712 +comment (10kjoonlee) [18:43:55] having issue configuring apache/php/mediawiki to work. works fine on one machine. 2nd machine just serves up a blank page [18:44:08] there a way to debug to fine the reason its serving a blank page [18:45:03] hello? [18:45:14] see apache error log, there's should be an entry for the error [18:46:28] 03(mod) Cortado Ogg player control bar covers some of the video - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13795 summary; +comment (10brion) [18:47:54] 14(INVALID) Imported edits can be incorrectly attributed to whoever creates that account - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 (10brion) [18:48:05] Fatal error: Class 'DOMDocument' not found in /home/projects/getgsc.com/www2.getgsc.com/web/wiki/includes/Preprocessor_DOM.php on line 566 [18:49:19] 03(mod) mediawiki connects to centralauth database for logged in users - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13801 (10brion) [18:50:57] stops in a function preprocessToObj on a line $dom = new DOMDocument [18:51:19] ! DOMDocument [18:51:25] hmm [18:51:28] !DOMDocument [18:51:28] --mwbot-- If the DOM_Document class is missing, install PHP's XML module (and restart Apache) or set $wgParserConf['preprocessorClass'] = 'Preprocessor_Hash' (see for details) [18:52:04] tyvm [18:53:36] 03(mod) Parser function on Korean Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13712 (10kjoonlee) [18:55:49] hey , any idea why www.brainoverload.com/wikihow is giving me all sorts of broken links? im using "wikihow" which is an off shoot of media wiki [18:56:46] 03(WONTFIX) Provide some method to blank messages like MediaWiki:Excontent - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12647 +comment (10brion) [18:58:26] 03(mod) Create a special page to handle additions/ removals and logging of spam blacklist entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13805 summary (10brion) [19:01:27] 03(mod) The nature of some edits is almost impossible to see. ( diff whitespace) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13809 summary (10brion) [19:06:57] how come class='not-patrolled' is not displayed anymore for non-patrollers ? [19:08:02] Ugh. [19:08:08] Why the hell is the Interwiki URL binary now? [19:08:15] How do I insert an URL then? [19:09:58] we have to use binary everywhere because mysql sucks and doesn't support utf-8 [19:10:06] even when it claims to support utf-8, it's lying [19:10:11] it actually supports only a subset of utf-8 [19:10:13] Tell me about it. [19:10:44] But how do I insert interwiki links then? [19:10:57] well, i just do an INSERT from mysql command line usually :) [19:11:06] never had any trouble [19:11:43] the binary charset markers should only affect the way it stores and encodes data, not how you work with it [19:12:01] (if you're using phpmyadmin, it may be giving you a shitty ui though) [19:12:11] True. [19:12:12] 03(mod) Parser function on Korean Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13712 (10kjoonlee) [19:12:26] But phpMyAdmin does have a SQL terminal, brion. [19:12:31] Which is how I did it. [19:12:32] Rawr. [19:12:36] :D [19:20:02] any ideas? =( [19:22:09] :( [19:22:18] brion, http://wiki.sviip.dk/Streamline << Here is what I needed it for. [19:22:43] :) [19:29:34] 03brion * r33685 10/trunk/extensions/SiteMatrix/ (4 files): [19:29:34] Revert r33618 -- added {{#ifsiteexists}} and {{#siteurl}} parser functions. [19:29:34] These generally skeeze me out; among other things, they would fail utterly at [19:29:34] any source-based mirror site, which means they're functionally an active problem [19:29:34] in mirroring and distributing data (which is like our core mission). [19:30:44] 03(mod) Provide parser functions for site matrix data - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10419 +comment (10brion) [19:34:03] 03ialex * r33686 10/trunk/extensions/Configure/ (4 files): [19:34:03] * Now support $wgGroupPermissions, $wgAddGroups, $wgRemoveGroups, $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf [19:34:03] * Fixed some typo in README (thanks to Tbleher) [19:34:56] ialex \o/ [19:35:14] :) [19:35:35] Configure has to be one of the best extensions released so far ;-) [19:35:59] but still not finished ;) [19:37:29] What does Configure do? [19:38:02] see http://www.mediawiki.org/wiki/Extension:Configure [19:38:10] *svip looks. [19:40:05] Neat. [19:40:16] ialex, ouch - Configure is spitting quite a lot of errors under 1.11 :| [19:40:22] I'll wait till it is further in development. [19:40:28] Warning: array_diff() [function.array-diff]: Argument #2 is not an array in /hermes/web05/b290/pow.nadvah/ginga/htdocs/wiki/extensions/Configure/Configure.body.php on line 621 [19:40:29] Warning: Invalid argument supplied for foreach() in /hermes/web05/b290/pow.nadvah/ginga/htdocs/wiki/extensions/Configure/Configure.body.php on line 626 [19:41:16] well, the said wiki is using wgDBprefix though...that could cause it...maybe [19:41:30] oops [19:41:46] $wgImplicitGroups doesn't exist on 1.11 [19:41:59] *ialex fixing that [19:42:04] cool :D [19:42:15] Hm, does mediawiki have a tut to create MediaWiki extensions? [19:44:25] http://www.mediawiki.org/wiki/Manual:Extensions#Writing_Extensions [19:44:31] hm, I should just upgrade the wiki...but I have absolutely no clue how to do 1.11->1.12 upgrade /without/ shell access... :/ [19:44:49] re-run the installer ;) [19:44:57] hmm, suppose that could work :-D [19:45:21] *ialex *really* fixes that bug [19:47:54] 03siebrand * r33687 10/trunk/extensions/Translate/ (5 files in 3 dirs): Add support for Word2MediaWikiPlus [19:53:03] 03siebrand * r33688 10/trunk/extensions/Translate/MessageGroups.php: Long live case sensitivity. [19:53:20] 03(NEW) Bug on watchlisting a page while on edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13813 minor; normal; MediaWiki: General/Unknown; (andrewcleung) [19:56:48] !lighttpd [19:56:48] --mwbot-- I don't know anything about "lighttpd". [19:56:52] Hmm [19:59:12] 14(DUP) Bug on watchlisting a page while on edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13813 +comment (10brion) [19:59:15] 03(mod) Watching when editing does not work - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12395 +comment (10brion) [19:59:26] 03ialex * r33690 10/trunk/extensions/Configure/ (Configure.body.php Configure.settings.php): [19:59:26] * $wgImplicitGroups does *not* exist in MW < 1.12, thanks to Jack_Phoenix for reporting it [19:59:26] * $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf were also introduced in 1.12 [19:59:26] * $wgImplicitGroups was missing, now added [19:59:28] 03(mod) Watching when editing does not work - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12395 15enhancement->minor; low->normal (10brion) [19:59:37] whee :D [19:59:50] anybody feel like taking https://bugzilla.wikimedia.org/show_bug.cgi?id=12395 ? might be a fun little project :) [20:00:45] brion: Just thought I'd let you know my migration from 1.3.9 went smoothly. Worst part was migrating the old LocalSettings.php and getting rid of all the settings which no longer exist. Thanks for your time. [20:02:08] brion !! I'm a bit surprised, GSoC result mails got sent. I thought that since I was submitting a duplicate idea, with what seemed to me to be not-so-good implementation ideas, I would not be part of it ! [20:02:57] :) [20:03:03] Jack_Phoenix: you can also add Manual:$wgImplicitGroups to Manual:Configuration_settings ? :) [20:03:25] NicDumZ: the fact that you're involved in the community already was a big help. also some of the dupes got dupes to other projects ;) [20:03:27] *ialex now knows why he missed that setting [20:03:34] notpeter: congrats! :) [20:03:36] 03(mod) The nature of some edits is almost impossible to see. ( diff whitespace) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13809 (10AlexSm) [20:04:06] ialex, sure thing, just a moment please :-) [20:04:15] awwwww ! :) [20:05:55] ialex, done \o/ [20:06:02] Jack_Phoenix: thanks ! [20:06:07] np :) [20:09:18] *AaronSchulz has no clue how to fix bug 13470 [20:09:38] hmm, my local tidying seems to prevent it [20:10:05] anyways, without it, it's hard to prevent garbage HTML from being garbagey [20:11:01] AaronSchulz: iirc there's some setting for not using tidy on UI bits, which we use for extra performance (to avoid re-tidying every dang ui message) [20:11:08] !b 13470 [20:11:08] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=13470 [20:11:37] but if it's $wgAlwaysUseTidy, that seems to be set to defaults.............. so weeeeird :D [20:12:11] Is there a way to restrict users from being able to change their passwords? I'm using an external auth extension...but it still displays the change password settings under the user preferences [20:12:54] function allowPasswordChange() { return false; } [20:13:21] in your version of AuthPlugin [20:13:48] brion: actually, my tidy seems to be off [20:13:53] must be something else [20:15:08] ahhh [20:15:17] brion: enabled tidy is what makes it look ugly;) [20:16:10] o_O [20:16:41] well at least I can reproduce easily now :) [20:17:24] *now* the html *is* invalid [20:17:27] failing W3c [20:19:04] 03minuteelectron * r33691 10/trunk/extensions/Babel/ (Babel.i18n.php Babel.php): [20:19:04] * Ensure level is numeric before performing checks on it. [20:19:04] * Ensure code is lower-case before performing validity check. [20:19:04] * Remove uneeded upper-casing code. [20:19:04] * Remove obselete messages from message file. [20:19:05] * Add second babel-* message series babel-*-r. [20:19:09] * Change $3 in all babel-* messages to the native language name. [20:19:37] 03(mod) Strange Display-Error for stable version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13470 (10JSchulz_4587) [20:21:37] damnit, upgrading through the web-based installer is /hard/ [20:28:38] brion: http://rafb.net/p/jCKbZQ78.html [20:28:42] 03(mod) Enable patrolled edits on Italian Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12826 (10federicoleva) [20:28:43] can you test that? [20:29:44] what do i need to test it with? [20:29:58] use it as wikitext for page [20:30:04] with tidy on and off [20:30:42] Hey, I have a bot running with the API, using cmcategory. [20:31:04] sec [20:31:07] The problem is that it stops after 500 members [20:31:15] How can you make it continue? [20:33:28] Soxred93: if you mean query=categorymembers, what's wrong with using "query-continue" value ? [20:33:58] AaronSchulz: doesn't seem to make a difference on my end [20:34:01] There's a parameter that uses that? [20:34:14] brion: it looks terrible with tidy on [20:34:31] are you using custom tidy? [20:36:17] How does the cmcontinue parameter work? [20:36:34] AaronSchulz: only difference for me is a little extra spacing at the bottom [20:36:45] HTML Tidy for Mac OS X released on 31 October 2006 - Apple Inc. build 13 [20:36:51] stock apple build i guess [20:37:10] I'm using the one in defaultsettings [20:37:14] pear or something [20:37:45] bah, brb [20:43:22] 03(mod) Change xml:lang and lang from "gem-alsatian" to "gsw" for the Alemannic Wikipedia, etc. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4793 +comment (10Gerard.meijssen) [20:45:18] "The configuration has been saved" -- woohoo \o/ [20:45:34] 03(mod) Add "beta" or "mul" interwiki link prefix for beta.wikiversity. org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13334 +comment (10justinkoavf) [20:46:31] hmmm [20:46:34] Warning: fopen(/messages-gingapedia-gingapedia) [function.fopen]: failed to open stream: Permission denied in /hermes/web05/b290/pow.nadvah/ginga/htdocs/wiki/includes/MessageCache.php on line 115
      [20:46:56] the line is $file = fopen( $filename, 'w' ); and I'm using 1.12...suggestions? [20:48:10] what is $filename [20:48:31] $filename = "$wgLocalMessageCache/messages-" . wfWikiID(); [20:48:49] what is $wgLocalMessageCache? [20:49:01] seems to be empty [20:49:08] there's your problem [20:49:15] needs to be set to something writable by the current user [20:49:18] *webuser [20:49:21] serveruser [20:49:22] w/e [20:51:31] MinuteElectron, thank you very much -- works now :) [20:52:36] :) [20:56:19] hey, anyone hve an idea as to why www.brainoverload.com/wikihow has totally broken links? =( [20:56:36] yah - you're using wikiHow's icky version of MediaWiki [20:56:52] is it known to be bugged? [20:57:03] i used what they emailed me [20:57:12] it took some messing with the php to even get it to that stage [20:59:06] 03raymond * r33693 10/trunk/extensions/Babel/ (Babel.i18n.php Babel.php): [20:59:06] Fix typo in extensionCredits [20:59:06] Add desc message to i18n [21:01:01] ?? =( [21:12:56] 03(NEW) Add Balochi language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13814 15enhancement; normal; MediaWiki: Internationalization; (mostafa) [21:14:34] 03siebrand * r33694 10/trunk/phase3/languages/messages/ (29 files): Localisation updates for core messages from Betawiki (2008-04-21 23:06 CEST) [21:16:40] back [21:17:12] 03siebrand * r33692 10/trunk/extensions/Translate/external/Word2MediaWikiPlus/Word2MediaWikiPlus.i18n.php: Lower case first character of message ID [21:17:20] 03aaron * r33695 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Tidy [21:17:30] *siebrand kicks CIA-50 [21:17:30] ow [21:25:45] 03(NEW) Add a nbsp before colon in the comment of page move - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13815 15enhancement; normal; MediaWiki: Page rendering; (seb.beyou) [21:28:21] 03siebrand * r33696 10/trunk/extensions/ (78 files in 76 dirs): Localisation updates for extensions messages from Betawiki (2008-04-21 23:06 CEST) [21:57:35] i was able to install mediawiki just fine, but somehow wikihow is broken =( [22:05:05] 03(mod) Change vo.wp wiki logo to the one in Commons - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13757 (10malafaya) [22:08:34] Hey, how does the cmcontinue parameter work in the API? [22:12:47] 03(mod) Strange Display-Error for stable version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13470 (10JSchulz_4587) [22:21:27] 03(FIXED) Strange Display-Error for stable version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13470 (10JSchulz_4587) [22:24:32] hi [22:24:57] how can set our wiki direction in editor, from ltr to rtl [22:24:59] ? [22:34:38] hello [22:38:42] 03(mod) Change xml:lang and lang from "gem-alsatian" to "gsw" for the Alemannic Wikipedia, etc. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4793 (10Wiki.Melancholie) [22:54:22] 04(REOPENED) log events in IRC RC feed not backward compatible/broke bots - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13662 +comment (10Platonides) [23:00:09] 03aaron * r33697 10/trunk/phase3/includes/RecentChange.php: Use prefixedText(), rather than IRC clean text for replace call on comment to make blue color (bug 13662) [23:00:16] 03(FIXED) log events in IRC RC feed not backward compatible/broke bots - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13662 +comment (10JSchulz_4587) [23:10:32] 03aaron * r33698 10/trunk/phase3/includes/RecentChange.php: Clean this up a bit [23:15:29] 03aaron * r33699 10/trunk/phase3/includes/RecentChange.php: Actually color replace on the right prefixed text