[00:11:05] hi. is it possible to modify a source page from a mediawiki to sort each bunch delimited by the titles : == foo == ? example : http://rafb.net/p/tj4cPE61.html ( sort the page by alphabetic titles order ) [00:11:38] sputnick: only with javascript trickery [00:11:39] with sed/awk or vi [00:13:28] Duesentrieb: is there any javascript already coded or need to be coded ? [00:13:50] someone somewhere might have writte it... [00:13:57] per default, sthere is code to sort tables [00:14:00] but not sections [00:14:43] I think awk or perl can do it [00:14:43] 1. Does anyone know how to force email input during registration. 2 run email confirmation upon account creation. and 3. force users to type in scrambled letters during account creation (to avoid spammers) ? [00:15:28] !captcha | Kuba_ [00:15:28] --mwbot-- Kuba_: For more information about CAPTCHAs and MediaWiki, see . [00:15:41] And for your first two, you need to look at the emailconfirmed right [00:17:50] I set $wgEmailConfirmToEdit = true; $wgEmailAuthentication = true; but that does not do anything [00:30:02] Does anyone know how this can be used once set true? $wgEnableUserEmail = true; ? [00:30:13] says "#Set to true to enable user-to-user e-mail." [00:32:31] what mean you? [00:32:45] if a user has a confirmed email address when viewing a user page there's a link in the portlet that says "Email this user" [00:33:08] Kuba_: try doing it as in the second example here http://www.mediawiki.org/wiki/Help:User_rights [00:33:19] with $wgGroupPermissions [00:33:50] cool. thanks [00:35:01] and of course the question the newbies always ask. is there a clear way to remove user accounts? [00:35:36] in general it's recommended not to delete user accounts [00:36:26] maybe this http://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete [00:36:41] yea i read that ... will check it out [00:36:46] thanks [00:37:21] oh and one more thing. has anyone found a REALY simple way of listing the top 5,10 pages which have been recently modified? [00:37:35] (without all the garbage of course) [00:43:53] 03(mod) Blocked users can still use oversight - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13036 +comment (10artificial) [00:49:38] $wgGroupPermissions['emailconfirmed']['edit'] = true; is still allowing new user account to not enter an email address :( [00:57:16] Kuba_: that's edit permission, guess you have to do the same for 'createaccount' permission [00:57:46] but err, not sure how that would work [00:58:42] ok [00:59:08] yes. that might be tricky. maybe i'll just modify the create account page to reflect why someone should type in their email [00:59:46] Astro76, and would you know how to display top 10 recently modified pages in a simple way on the front page? [01:00:11] just the page names in descending order by most recent being at the top [01:00:19] I vaguely remember seeing something like that... I've been looking unsuccessfully since the last time you asked ;) [01:01:44] ive seen "newest pages" but that lists newly ADDED pages [01:02:54] thank you for the effort and the help [01:03:06] I need to get some rest [01:03:19] gnite [01:21:32] hi, I just installed mediawiki and the PageRestrictions extension.. the extension however does not seem to work... the Protect page is changed so the new protection settings are there.. but I can view the page with an unregistered user even if I have set it to "block unregistered users" or "sysops only".. any tips ? [01:23:34] usually, protection applies to *editing*. does this extension allow restricting viewing of pages? [01:23:44] anyway... [01:23:46] !access [01:23:46] --mwbot-- For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [01:23:57] !lockdown [01:23:57] --mwbot-- Lockdown is an extension for preventing read or write access by namespace and limiting access to special pages. For more information, see < http://mediawiki.org/wiki/Extension:Lockdown >. For general information on preventing access to your wiki, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [01:24:01] !secrets [01:24:01] --mwbot-- MediaWiki was not designed with read-restrictions in mind, and may not provide air-tight protection against unauthorized access. We will not be held responsible should private information, such as a password or bank details, be leaked, leading to loss of funds or one's job. [01:24:39] oh, and this: [01:24:42] !cms [01:24:42] --mwbot-- You are advised to install an appropriate content management package if you want per-page access control and similar restrictions. See if you really want too. [01:24:52] I already noted the secrets part.. but just some pages for admins.. keeping notes and stuff.. nothing majorly secret, just a bit.. ugly [01:25:32] yes, i understand. i wanted that too, that's why i wrote lockdown :) [01:25:36] it might be easier to make an entirely new namespace that's admin-only, using lockdown to restrict it [01:25:51] imho, yes... [01:35:07] Duesentrieb: lockdown not updated for 1.11 ? [01:36:23] *Simetrical is reading http://www.youtube.com/watch?v=4XpnKHJAok8 [01:36:26] Er, watching. [01:36:43] It's such a shame git barely works on Windows. :( [01:42:00] so.... why does http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/FlaggedRevs/README.txt tell me to upgrade to medawiki 1.12 when i can't find such a thing? [01:43:47] well, at least i can't find it in tags or branches. [01:49:13] tjohnson: 1.12 is the latest trunk, found at http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 [01:50:05] It's supposedly going to be branched soon. [01:50:13] "supposedly" ;) [01:58:12] Simetrical: http://www.theness.com/neurologicablog/index.php?p=153 [01:58:14] I love that title [01:59:14] 03aaron * r31041 10/trunk/extensions/FlaggedRevs/README.txt: Do this ahead of time :) [02:04:12] Skizzerz: so after i did svn switch http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3, it still shows as 1.11.1 (r31041) [02:04:26] o.0 [02:04:38] clear your browser cache [02:04:41] That's . . . irregular. [02:04:52] It would give the revision if it were really 1.11.1, would it? [02:05:02] Certainly not r31041, which is current. [02:05:10] Kind of weird. [02:05:14] ahh, wait. [02:07:21] yeah. i did svn checkout ... && svn switch ... , then went to the special:version page and still get the same thing [02:07:50] even after clearing browser cache, and checking on another browser(whose cache i also cleared) [02:16:28] 03(NEW) Have a Special:Randombook, or similar, that only returns top-level pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13051 15enhancement; normal; MediaWiki: Special pages; (wknight8111) [02:17:57] Hey there [02:18:04] i am really confused now [02:18:33] i added my extension to the localsettings.php with an include as it says on the manual extensions page... [02:19:00] and then i used $wgExtensionFunction for the setup function [02:19:16] and now my setup functions seems to be called 5 times! [02:19:43] Asga: make sure that you are using include_once or require_once [02:19:44] Hi, I wrote two classes that extend AuthPlugin , if I want to use both of them can I just specify $wgAuth as an array with two objects that are the two authentication plugins? [02:21:10] i use [02:21:11] require_once("extensions/SemEdit/SemEdit.php"); [02:21:15] (or how else can I use both authentication plugins?) [02:21:53] and then [02:21:54] $wgExtensionFunctions[] = 'efaddAnnotateAction'; [02:24:34] because i had some strange things going on [02:25:32] so i added some code which just writes "i am the setup function" to a file... and i ended up with 5 times "i am ..." [02:29:57] anyone?!? [02:31:58] Because your code is wrong? [02:34:56] well [02:35:35] that could be it.. but i checked and this function is only called by wiki internals (over $wgExtensionFunctions ) [02:35:46] and i included it using require_once [02:35:57] so im really confused now [02:40:03] ok its not wiki internals [02:40:37] it seems to be just "call_user_func()" (called for every entry in $wgExtensionFunctions) [02:40:53] but why should it be called 5 times? [02:42:56] what's the URL for the public archives of the mailing lists? [02:49:06] http://rafb.net/p/2ECdIX24.html <- amidaniel you can check out yourself if you like [02:49:18] this is all whats there [02:50:13] and in localsettings.php is "require_once("extensions/SemEdit/SemEdit.php");" [02:51:16] (i know its a bit crappy but i think its not wrong...) [02:56:57] 03(NEW) Create new mailing list for Urdu wiki's - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13052 15enhancement; normal; Wikimedia: Mailing lists; (wisesabre) [02:57:36] hm [02:59:44] hi all. why #if maybe don't parsed: print like "{{#if: John Doe| John Doe }}" [03:00:01] php5+extensions are installed of course [03:17:49] hi guys, I'm contemplating setting up mediawiki on a server but I need to know a few things first [03:17:58] I only have FTP and MySQL access [03:18:00] no shell access [03:18:09] is it still possible? [03:19:17] I set one mediawiki box up but I used shell access, and I haven't really tried doing maintenance [03:23:45] a user account on a MySQL database should suffice, i think [03:30:45] hmm so which scenarios would I need exclusive shell access though? Everything breaks? =D [03:46:12] 03(mod) Create new mailing list for Urdu wiki's - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13052 +comment (10cbrown1023) [03:49:27] hi\ [03:52:21] rabar: I'm not sure if what you are doing will work properly [03:52:43] rabar: actually, I'm sure it wont [03:53:00] .... of course the person i'm talking to isn't here [03:53:08] *Ryan_Lane hangs his head in shame [04:05:43] Ryan_Lane: happens. [04:05:58] tjohnson: it unfortunately does :) [04:06:42] funny enough. i've been thinking about writing a plugin for his exact problem [04:09:41] 03(mod) Create new mailing list for Urdu wiki's - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13052 (10wisesabre) [04:09:56] a plugin that watches for people starting their lines with (signedoffuser): what's up dawg? and tells them (signed off user) isn't available? [04:10:56] heh. no. a plugin that allows you to use multiple auth plugins [04:11:20] kind of like a PAM for mediawiki [04:11:50] then I think "that is kind of overkill, and probably only a handful of people would use it" [04:11:59] ooh. can i sign up for your newsletter? haha [04:12:17] lol [04:20:42] that sounds like a job for the core [04:21:02] TimStarling: it could be [04:21:14] TimStarling: but it would definately be overkill [04:22:38] TimStarling: it could be done as an extension to AuthPlugin for the handful of people that needed it. each function could act as a wrapper, and pass the call off to whichever plugin should be used [04:24:20] Something that is probably more needed is a set of functions for auto-auth plugins, or even a default one that has a set of hooks that auto-auth plugins can use [04:24:48] pretty much every auto-auth plugin creates users in different ways [04:25:25] my plugin apparently broke at some point between 1.6 and 1.11 because of the way I was adding users [04:25:39] how much of a pain is the LDAP setup? i have started it a couple times but never quite got through it [04:25:52] tjohnson: depends on your infrastructure [04:25:59] tjohnson: and what you want the plugin to do [04:26:06] it takes a while to read about the 3,000 different options, but it's quite easy [04:26:09] (at least that's what i found) [04:26:26] i use crowdauthentication with an ldap backend though, much easier ;) [04:26:29] tjohnson: if you want to restrict by group, and do group sync, and use SSL authentication it can get difficult :) [04:26:45] yeah.... that's sorta what i expected. usually something else caught fire before i could finish it, and by the time i got back around to it, i basically needed to start again. [04:27:47] flyingparchment: crowdauthentication? [04:28:03] ryan: an authplugin for Crowd, some SUL middleware [04:28:26] it talks to ldap (or SQL, or its internal database) on the backend and provides a SOAP interface to clients... it's pretty neat [04:28:31] flyingparchment: oh, it isn't a plugin available at mediawiki.org? [04:28:44] ryan: http://www.mediawiki.org/wiki/Extension:CrowdAuthentication [04:29:27] flyingparchment: ah cool. couldn't find it through the search [04:29:58] flyingparchment: is that similar to SAML? [04:30:06] *flyingparchment reads about SAML [04:30:15] it has about a million names [04:30:28] aka federation, aka web SSO [04:30:50] ryan: hmm.. i suppose so. but it's not a standard protocol [04:30:55] i believe shibboleth is something similar [04:31:08] ah ok [04:31:45] i'd imagine that works through proxies right? [04:31:49] it's similar to sun identity manager... i might write an authplugin for that too [04:31:57] shibboleth.... huh. i'd always seen that in my university sign-on stuff. never occured to me it was some sort of standard [04:32:03] i think sun identity manager uses SAML [04:32:10] ryan: crowd can, and its bundled java client can, but my extension can't (i didn't add the functionality, but it shouldn't be hard) [04:32:13] or is that access manager? [04:32:53] tjohnson: I /think/ that is federation, but i'm not sure [04:33:25] tjohnson: I know you can use shibboleth for SAML auth, but it may just be a compatibility thing [04:33:48] our article on saml is kind of crappy, but i suspect a saml front-end for crowd could be written.. wonder if that's on the todo list [04:33:54] flyingparchment:that particular issue is starting to come up where I work, but thankfully not on my project :) [04:35:14] PKI/SSL authentication through a reverse proxy isn't possible as far as I can tell, but things like SAML, and shibboleth can. Looks like crowd auth can too. I'm keeping my ears open for solutions :) [04:35:43] flyingparchment: SAML has a very large government push [04:36:47] right, if you wanted secure crowd through a proxy you'd need ssl, i.e. CONNECT method.. it doesn't have security built into the protocol [04:37:03] 03dale * r31042 10/trunk/extensions/MetavidWiki/ (13 files in 4 dirs): [04:37:03] * updates for metadata export based on http://wiki.annodex.net/wiki/MovieDescriptionLanguage [04:37:03] * enables apis for remote embedding with access to all stream metdata [04:37:11] ah [04:38:04] one of the things i like about it is it uses standard ldap schema, so other things can use the same auth db via ldap [04:38:44] flyingparchment: is it onl;y able to do authentication, or can it also pull information from the backend, such as groups and such? [04:39:31] ryan: it can retrieve group membership and information on the principle... i think there's an rfe to allow storing/retrieving arbitrary data in the backend, but it's not implemented yet [04:41:01] flyingparchment: this is from the same company that makes confluence right? [04:41:19] yes [04:42:24] ah, yeah. looking at it, it does look very much like sun identity manager [04:47:39] my smoothgallery plugin seems to be killing my server when I use a large category of images inside of it. I think it is because the plugin creates the thumbnails all at one time. Is there any way to have the images created in the background, or maybe through the job queue? [04:48:36] and when I say thumbnails, the thumbnails could be any random size... (specified by the user) [05:04:45] 03dale * r31043 10/trunk/extensions/MetavidWiki/includes/ (MV_Index.php specials/MV_SpecialExport.php): bug in xml export of previous commit [05:16:13] 03(mod) Please add some entries to robots.txt for ja.wikipedia. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12993 (10myanwiki-misc894) [06:24:05] 03(NEW) Deleting transcluded pages doesn' t remove transcluding pages from categories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13053 normal; normal; MediaWiki: Database; (falkeli) [06:27:04] I thought that was how it always worked... category updates happen on save, not on render.... [06:30:17] it's done with the job queue [06:30:34] well, it is when you change a template anyway [06:30:38] maybe not when you delete one [06:34:10] 14(DUP) Deleting transcluded pages doesn' t remove transcluding pages from categories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13053 +comment (10achuggard) [06:34:11] 03(mod) Category listings are not updated when deletion of or edits to a template change the category membership of transcluding pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5382 +comment (10achuggard) [06:36:29] Do we have a big blinking warning that says "HAVE YOU LOOKED FOR DUPES YET?"? [06:37:57] apparently not big enough [06:41:20] 03(NEW) ref tag doesnt work in Farsi version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13054 15enhancement; normal; MediaWiki: Internationalization; (mnrz57) [06:43:37] can anyone guess why Special:Userlist shows correctly a list of all users (1 admin, two normal users) but the amount of users in Special:Statistics shows "Registered users 1 of which 1 (100%) admins" ? [06:44:07] i've gotta sit in on a meeting tomorrow where some people are going to pitch doing a Wiki in Sharepoint vs using Mediawiki . anyone ever found a comparison? [06:44:28] i'd like to encourage them to go MW but "it's free / open source / or even works" won't be enough [06:47:24] mediawiki and sharepoint are not really comparable, i think their aims are different [06:47:35] as i understand sharepoint, it's more like a document repository [06:48:23] SP 2007 has wiki features though, but I haven't had the opportunity to use them [06:50:18] someone at a London Wiki Wednesday gave a talk comparing sharepoint and mediawiki [06:50:34] he obviously thought the two were comparable [06:50:54] i thought you said you found the talk a bit strange because of how different they were [06:51:02] I may have done [06:51:18] They can be, to a point. The choice between SP & Mediawiki will depend alot on your proposed audience, purpose of the site, already available hardware/software, etc. [06:51:19] but obviously some people see them as competing [06:51:19] it's the wiki features i'm curious about [06:51:28] we already use sharepoint [06:51:32] it's plaguing everything [06:52:02] but our business developers want to set up a wiki for them to use ... and they're gonna get directed towards using a sharepoint site [06:52:27] with the wiki featuers set up or turned on or whatever [06:52:32] and "I don't like it" isn't going to be a valid argument [06:53:02] well, if you already use sharepoint, that seems like the easiest choice by far [06:53:39] the main reason to deploy mediawiki (other than the features) is that a lot of people are already familiar with it [06:59:41] yea, i suspect i'll lose this fight [06:59:46] Extensibility would be a neat feature of Mediawiki over Sharepoint though. This SP 2007 wiki stuff seems pretty monolithic [07:00:04] could you point me at what you're reading Charlie? [07:00:24] I'm not reading, I'm playing with one that I have access to [07:00:40] ah [07:01:56] At the place where I interned, we setup a developers mediawiki, and we use a combination of SemanticMediawiki plus a number of in house developed extensions to bring things together like project status, updates, integrating bugzilla info, source links, etc. [07:02:36] Active Directory integration is there as well, but admittedly is not quite as fine tuned as you can get with Sharepoint. [07:02:39] rdg: if you can't argue for mediawiki, you might consider this instead: http://www.atlassian.com/sharepoint/ [07:02:58] AD support in MW is fine [07:03:04] or at least, it works for my implementation [07:03:14] especially since apache 2.2.8 came and fixed the one bug I noticed [07:03:40] flyingparchment, i'm not going to argue for anything involving sharepoint [07:03:45] i want mediawiki installed [07:04:13] in the end, my opinion most likely won't matter since i won't be remotely responsible for the project [07:13:37] hi, i am trying to figure out how to get to the special pae that allows me to cahnge the css for the entire wiki [07:14:06] !css | newrkv [07:14:06] --mwbot-- newrkv: To change styles for your wiki, go to one of the MediaWiki:xxx.css wiki page and put your custom styles there (sysop/admin rights required). MediaWiki:common.css is for all skins and should be used for content styles. MediaWiki:monobook.css is for the MonoBook skin (default), etc. For more information, see !skins and [07:14:44] that would be more useful if it explained what 'xxx' was meant to be [07:14:55] lol [07:15:19] it still didnt make much since, does anyone have an example url they can show me on how to get directly there [07:15:31] yeah... maybe someone who has edit permissions to mwbot can do it [07:15:56] lol [07:16:13] 03(mod) {{REVISIONID}} is broken just after page save - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12694 (10sco_scam) [07:16:48] newrkv: /path/to/wiki/MediaWiki:Common.css [07:25:58] 03tstarling * r31044 10/trunk/phase3/ (197 files in 3 dirs): (log message trimmed) [07:25:58] * Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers. [07:25:58] * Used the new functions in the relevant places throughout the core. Where this was not possible, used wfMsgNoTrans() to avoid double-parsing. [07:25:58] * Calling wfEscapeWikiText() on a title before passing it to a message is [07:26:01] unnecessary and causes bugs. The best idea is to let the message do its own [07:26:03] escaping. Removed wfEscapeWikiText() from the caller of addedwatchtext, [07:26:05] removedwatchtext, deletedtext, protect-text, nosuchusershort and movepage-moved. [07:31:46] TimStarling: wee. Huge commit ;) [07:32:26] yay [07:33:33] TimStarling: which MessagesEn.php entries were changed that were not updated in other languages? [07:34:18] 03rotem * r31045 10/trunk/phase3/languages/messages/MessagesHe.php: Update. [07:34:34] 03tstarling * r31046 10/trunk/extensions/EditMessages/ (4 files): [07:34:34] Extension for web-based editing of large numbers of Messages*.php files. [07:34:34] This extension is insecure. Do not enable it on a public wiki. It provides unauthenticated write access to the PHP files in your MediaWiki installation. [07:34:36] only the ones listed in the commit notice were changed in the other languages [07:34:55] anything else that was changed in MessagesEn.php was only changed there [07:36:13] addedwatchtext, removedwatchtext, deletedtext, protect-text, nosuchusershort and movepage-moved [07:36:22] TimStarling: ok, then I've got a little sorting out to do. [07:36:48] TimStarling: OK, just to make sure: the ones listed above were changed, but not updated in other languages? [07:36:57] those were updated in all languages [07:37:04] ok. [07:37:07] I went through that exact list and changed those messages in all languages [07:37:18] tough job... [07:37:21] but I didn't make a list for the ones I only changed in MessagesEn.php, so you have to use the diff for that [07:37:34] *siebrand nods. [07:37:37] it would have been tougher if i didn't write that EditMessages extension [07:38:22] you tell it what message you want to edit, and it puts a textarea on the page for every language that has that message, prefilled with the message text [07:38:34] then you change them on the page, press submit, and it generates a unified diff for you [07:38:44] then you click "apply patch", and it edits all the files [07:39:06] easier than editing them all in vim, I can tell you [07:39:32] and there's the possibility for writing javascript macros to automate it even further [07:42:46] TimStarling: hmm, if this is going to be done a lot, that'll mean a lot of work on Betawiki. Are there particular types of issues that need to be fixed? [07:43:15] hmm [07:43:18] + $fol = wfMsgNoTrans( 'shareddescriptionfollows' ); [07:43:27] + $wgOut->addWikiMsg( $fol ); [07:43:31] 03(mod) Support Microsoft SQL Server - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9767 +comment (10cxcxcxcx) [07:43:36] is that ok? [07:43:56] assuming there's a -wfMsg(... there somewhere, yes [07:43:59] that's the main point of the change [07:44:22] oh, except that it's not [07:44:25] fair enough [07:45:01] nice to have a second pair of eyes on these things, you can stare at a diff all day and not see something like that [07:45:56] 03tstarling * r31047 10/trunk/phase3/includes/ (Preprocessor.php Preprocessor_DOM.php Preprocessor_Hash.php): Documentation. [07:48:00] 03tstarling * r31048 10/trunk/phase3/includes/ImagePage.php: Bug in r31044, thanks Nikerabbit [07:53:24] hi all. why #if maybe don't parsed: just print on page like "{{#if: John Doe| John Doe }}"? [07:54:14] !parserfunctions | Scriptkiller [07:54:14] --mwbot-- Scriptkiller: "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [07:54:28] #if is a parser function [07:55:50] the 'classic' skin is really the result of the various parts of the skin underlying logic, right? [07:57:35] starshine: yes, which is why everywhere else it's called 'standard' (i don't know why the prefs form calls it classic) [07:58:42] ok. I think it's a integrated in MediaWiki. thx [07:59:52] i [07:59:54] Hu [08:00:04] Anyone awake? [08:00:14] nope [08:00:18] xD [08:00:46] flyingparchment: is there a good way for me to create an *extra* skin based on classic without ruining access to the original one? [08:01:00] ;) [08:01:07] starshine: derive from Skin [08:01:07] 03tstarling * r31049 10/trunk/phase3/RELEASE-NOTES: Updated the parser section. [08:01:10] WeZZZ: of course not, the world codes in its zzzleep. [08:03:50] I have a few questions, I have defined bunch of templates, now I want to export those templates all in one time to export them into another mediawiki, one template for example is DC Templates: bleh, but i want all the templates in one time. [08:03:55] What is the best way to do this ? [08:14:26] TimStarling: we've been contemplating backporting localisations to the latest stable from 1.12 on. Depending on how automated that can be done, we're thinking of a frequency of once/week or month. [08:14:47] TimStarling: any thoughts on that? [08:15:59] 1.12 will be released soon [08:16:08] TimStarling: *nod* [08:16:10] so there's probably not much point [08:16:48] ^_^ Yay... [08:16:48] is there a way to link images to wiki images? [08:16:55] TimStarling: let me clarify: 1.12.0 is released. After x weeks there will be a 1.12.0.1 containing only L10n updates [08:16:55] like the gallery-tag [08:17:05] but with the full image as link [08:17:16] right... [08:17:38] well, you ask brion about that [08:17:52] TimStarling: will do. [08:20:43] are there enough people doing translations to check which message changes need to be backported? [08:21:44] TimStarling: somebody asked about this earlier and it got me curious and I couldn't find anything on the wikitech wiki, but is logmsgbot's msg about when people sync files echoed anywhere else? [08:21:48] how do you change the title of the "main page" [08:21:56] OverlordQ: no [08:22:34] mkay [08:22:51] *OverlordQ goes back to the wonderful world of wiki-tables [08:23:15] are you mighty ones with SVN access busy? think I could con one of you into looking at / fixing bug 12837 ? [08:23:46] newrkv: MediaWiki:Mainpage [08:25:44] what is extension parse this -> " style="text-align: center;" colspan="2" "? [08:26:03] thanks, that worked! [08:27:00] ok, now another question [08:27:15] how do you get all the options that wikipedia has on their edit pages? [08:27:17] CharlieHuggard: you want to add an exclamation mark? [08:27:23] yep [08:28:06] доброе [08:28:22] because otherwise a match needs to return true (and thus run all the other hooks and overwriten by other hooks) [08:28:34] and you submitted a bug report and wrote two screenfuls of text about that exclamation mark, and then waited 3 weeks? [08:29:56] newrkv: which options? the buttons at the top or the links at the bottom? [08:30:49] actually, both [08:31:06] i would like to provide as many options that people are used to already with wikipedia [08:31:13] the top is native to newer versions of mediawiki, and adjustable via mwCustomEditButtons [08:31:33] it is modifable via user javascript or site-wide javascript [08:31:46] CharlieHuggard: I'm looking at the annotation... [08:32:32] the bottom links are an extension called charinsert [08:32:34] how do i add java script to the site, via site wide java [08:32:37] !charinsert [08:32:37] --mwbot-- CharInsert is an extension that enables the creation of JavaScript links which, when clicked, insert predefined text into the text box. These links are usually used in the "MediaWiki:Edittools" interface message. For more information, see < http://www.mediawiki.org/wiki/Extension:CharInsert >; for example usage, see < http://en.wikipedia.org/wiki/MediaWiki:Edittools >. [08:33:03] CharlieHuggard: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/Parser.php?annotate=30052&pathrev=30284 [08:33:22] it was introduced in r11782 by avar [08:33:41] for the other, see: http://www.wikia.com/wiki/Help:Custom_edit_buttons (I can't find a good help page on mediawiki.org) [08:33:50] hm... probably have to keep it that way then [08:34:07] is there a way to link to a article with full image? [08:34:10] but it seems like hooks on that point are going to be backwards you know? [08:34:32] newrkv: what version of mediawiki? [08:35:19] the obvious solution is to change the hook name [08:35:30] (also, make sure $wgUseSiteJs = true and $wgAllowUserJs = true in your settings) [08:35:33] how can i tell? probably a really dumb question, but it came bundled [08:35:37] it's a terrible name anyway [08:35:53] marvxx1: there are at least 3 ways, none perfect... [08:36:30] add Imagemape extension, allow external images, or javascript/css tomfoolery [08:36:57] newrkv: go to Special:Version [08:36:59] external images? [08:37:23] $wgAllowExternalImages in your settings [08:37:44] and how i add them? [08:38:05] if enabled, you can paste the full URI of an image in the internet and the wiki will generate an of it, you can link it via [http://link http://image] [08:38:06] its 1.11.0 [08:38:10] 03siebrand * r31050 10/trunk/extensions/EditMessages/ (EditMessages.i18n.php EditMessages.php EditMessages_body.php): [08:38:10] * update i18n file format [08:38:10] * add ExtensionCredits and descriptionmsg [08:38:10] * remove EOL whitespace [08:38:11] how old is that? [08:38:34] pretty new, charinsert and mwCustomEditButtons should work fine (unless the bundling was funky) [08:39:02] i am at the charinset, but where is mwcustomeditbuttons? [08:39:11] Splarka: oje ;-) [08:39:16] TimStarling: Ok, Thanks. [08:39:25] marvxx1: but then anyone (that can edit) can embed any external image they want. also, you must externally link (via full URL) the page, so it doesn't register in Whatlinkshere [08:39:38] newrkv: 1.11.0 was released 2007-09-10 [08:39:42] is a better solution overall, but requires the extension [08:39:48] Splarka: maybe i should better look at imagemap [08:39:55] i have the extension installed anyway [08:40:00] newrkv: http://www.wikia.com/wiki/Help:Custom_edit_buttons is the best help page I've seen on it (since I wrote it) [08:40:12] lol [08:40:22] what is the newest version of wiki? [08:40:33] marvxx1: the 3rd solution is to create a global css class, to give a specific type of link a background image, this is more useful if you only wanna do it once [08:41:06] i think imagemap is the way to go for me...but i have to see how i can do that [08:41:13] !imagemap [08:41:13] --mwbot-- ImageMap is an extension that allows you to override the default linking behavior of images. See for more information. [08:42:09] Tim: is {{subst:REVISIONID}} (broken apparently) a possible fix at some future date? or is that an extreme case of parse priorities at polar perplexity [08:42:29] Splarka: thank you..i will try it out [08:43:05] does mediawiki update the {{numberofusers}} only when user has made a certain amount of edits? [08:44:00] or should the value update as soon as new user has registered? [08:44:12] has that ever worked? [08:44:23] doubtful [08:44:27] and yet people expect it to [08:44:31] hm? [08:44:49] (they also expect {{urlencode:}} to work, heh) [08:45:28] I am just wondering if it is even possible to assign a revisionID before the subst parsing portion? [08:45:29] I think {{REVISIONID}} should never have been added in the first place [08:45:43] and so if I had my way, it wouldn't be broken, it'd be missing [08:46:31] it seems the skin i have, has disabled the buttons all together that usually show up right above the edit box. any idea on how i would go about changing this? [08:46:39] it's possible, anything's possible [08:46:56] so do it? who is gonna argue with you? ^_^ [08:47:13] *Splarka just read an article about 180,000 muslims fighting wikipedia and losing [08:47:31] (remove it or fix it, that is) [08:47:44] 03dale * r31051 10/trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js: minnor fix for IE DOM Ready issue [08:48:17] newrkv: perhaps you have it disabled in your user settings? [08:49:03] let me check that... [08:49:32] the question is whether you'd want such a great deal of code bloat for such a minor feature [08:50:28] *Splarka shrugs [08:50:40] I was just wondering why it worked at all (but didn't with subst)... [08:50:48] magic [08:50:50] (someone was asking about it on VP/T) [08:51:05] you can tell them "tough." [08:51:06] ok, it is on, it has to be the skin, i switched over to monobook, and it showed up just fine..... i just need to figure out this skin thing now, lol [08:51:07] from me [08:51:32] lol [08:51:59] newrkv: is it a custom skin, bundled skin, or core skin? (what is the name of the skin?) [08:52:05] we have a website which has so many glaring usability flaws that it's a wonder anyone manages to use it at all [08:52:07] bluwiki [08:52:14] i got it from mediawiki [08:52:40] http://meta.wikimedia.org/wiki/Gallery_of_user_styles#BluWiki.27s_Simple_Skin [08:52:51] red links that tell you you're blocked, captchas that tell you your password is wrong when you leave the box blank [08:53:21] thousands of articles that start with a screenful of crap, apparently put there to ward off non-technical users [08:53:29] (in the wikitext) [08:53:56] you get what ya pay (or donate 1 yen) for [08:53:57] an upload process that met a whole lot of criticism for usability at wikimania 2006, and remains virtually identical today [08:54:51] newrkv: it is /based/ on monobook at least... (which is where the buttons work) [08:54:54] lack of SUL despite the triviality of that feature [08:55:13] time machine and cluebat [08:55:27] lack of the ability to write skins for mediawiki without knowing PHP [08:55:48] so what does that mean for the buttons? [08:55:54] Hi Splarka! [08:55:56] the raw monobook was a noble attempt [08:56:01] rar gangleri [08:56:19] where's the skin selector on install? [08:56:22] 03erik * r31052 10/trunk/extensions/LiquidThreads/LqtModel.php: check for an error condition triggered by latest svn [08:56:23] newrkv: view an edit page source and look for addButton [08:56:27] where's the "upload skin" button? [08:56:55] "edit page source"? [08:57:02] just start editing a page? [08:57:28] newrkv: can you link to your site or is it internal? [08:58:21] i can link to it, http://www.nautf.com [08:58:28] click on wiki on the top left menu box [08:58:29] we've got a video player that doesn't buffer properly and so doesn't work if you have less network bandwidth than the bitrate [08:59:16] i got char inset working!!! yea [08:59:20] oh and by the way, it only works with a format which nobody has ever heard of [08:59:21] just working on buttons now, lol [08:59:48] right now i have default monobok skin, do you want me to put back in bluwiki? [09:01:13] *Splarka has given up on internet video until one damned format wins out (and not quicktime or anything by microsoft, or stupid flash) [09:01:59] newrkv: I see the edit buttons at http://www.nautf.com/mkportal/modules/mediawiki/index.php5?title=NAUTF_Wiki&action=edit [09:02:24] ahh, that skin is 'monobook' [09:02:38] lol, let me put back in bluwiki real quick, hang on [09:02:41] *Splarka switches to bluwiki [09:02:50] nah, I can use &useskin [09:02:59] hundreds, maybe thousands of users ask themselves every day, looking at an article, "who added that sentence and why?" [09:03:21] and to find out, they have to manually bisect the article history until they narrow down to the revision where the change was made [09:03:36] or load hundreds of diffs [09:03:38] mmm, annotation would be... drastic to support? [09:03:51] TimStarling: thinking of implementing WikiBlame? ;) [09:03:53] it's mostly written already [09:03:58] expensive though? [09:04:00] Luca de Alfaro wrote it [09:04:09] no, linear time, linear storage space [09:04:16] updates a blame map on save [09:04:29] 'blame map' heh [09:04:58] Tim: so, what do you do, instead of all these worthy projects? [09:05:08] optimise parser performance [09:05:27] the public likes their pp [09:06:18] but I'm getting to the stage where I'm going to leave it for a few months and go on a usability drive [09:06:21] newrkv: the addButton() functions are in there [09:06:28] because the usability of the site is really getting to me [09:06:32] or lack thereof [09:07:02] hmm.... i wonder where they are then.... [09:07:36] getting some JS errors [09:07:42] ahh [09:07:53] looks like that skin isn't loading the JS globals [09:08:07] how would i code that in? [09:08:42] well, it looks like that skin was forked from monobook a while ago [09:08:46] 03(mod) Please add some entries to robots.txt for ja.wikipedia. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12993 (10Aphaia) [09:09:04] *Splarka doesn't know how you'd update it, icky php [09:09:30] hmm.... that sucks.... [09:09:34] thanks for all the help though [09:09:40] i have come far with this other stuff [09:09:43] ;) [09:09:46] maybe contact the author? [09:10:00] i think i will do that [09:13:10] ok, sent an email, now its just a waiting game.... lol [09:13:24] i have time though, my site probably has a good week befre it opens again [09:15:06] ok, well i am off to bed, it is way past my bedtime. its 3:15 am here [09:15:10] woooo.... sleepy [09:15:17] night everyone, thanks splarky [09:20:29] <_wooz> lo [09:31:52] can someone tell me the correct permissions to give to images dir in the mediawiki root ? [09:32:00] is this mediawiki:apachegroup [09:32:05] or apache:apache ? [09:33:42] WeZZZ: that depends a lot on your setup [09:33:51] however, i'm surprised ther eshould be a mediawiki user. [09:34:08] 03(NEW) Make newpage patrolling available to autoconfirmed users on jawp - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13055 trivial; high; Wikimedia: General/Unknown; (aotakexxx) [09:34:15] WeZZZ: is this a dedicated server, or shared hosting? using mod_php or suphp (or cgi)? [09:34:34] WeZZZ: basically, the user that php runs under needs to be able to write there,# [09:34:51] in case you have safemode enabled, there are further complications [09:36:43] Duesentrieb: dedicated [09:37:33] ...and? [09:37:39] Duesentrieb: I will explain you my problem :) [09:37:49] I took a complete dump of another mediawiki [09:37:53] using mod_php or suphp? [09:37:59] with the scripts in the maintenance dir [09:38:09] I reimported this on another machine [09:38:13] and copied all the images [09:38:24] the images have the same permissions as before [09:38:29] "compete dump" as in "mysql dumkp" or "xml dump"? [09:38:35] xml dump [09:38:37] so [09:38:40] ah. [09:38:42] the patch to those images [09:38:47] is that stored in database? [09:38:50] you need to re-import the images separatly [09:38:55] darn [09:38:57] the xml dump does not contoain image metadata [09:39:00] only pages [09:39:01] ah ok [09:39:05] use this: [09:39:12] maintenance/rebuildImages.php --missing [09:39:14] Can i automate this? :) [09:39:15] that should do the trick [09:39:16] ah [09:39:20] thanks man ! [09:39:45] the question if the permissions (and ownership!) are right is still open, and again, it depends on your setup [09:40:08] fpr mod_php, use apache:whatever. for su_php with a dedicated user called "mediawiki", use mediawiki:whatever [09:40:41] that'S ownership of course. permissions must be set so php can read everything, and write to the image dir [09:43:33] oh, for future reference: [09:43:39] !backup | WeZZZ [09:43:39] --mwbot-- WeZZZ: http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [09:49:38] Duesentrieb: I have one more question [09:50:49] Duesentrieb: the purpose of this wiki is to store all information I have in one place. I have a bunch of info on diffrent locations and i want to centralize this into mediawiki. I created a bunch of templates and stuff. Now I have access to all my information, but I am planning to write a script to import everything into wiki. [09:51:09] Now what would be the best way to go, create xml's wich I can import and are there any perl/php modules for it [09:51:18] or I can import it directly into mysql [09:51:32] what is the _clean_ way to import data in bulk via scripting [09:52:50] WeZZZ: the clean way is to generate xml dumps, and import them. [09:53:01] don't mess with the database [09:53:34] mediawiki has of yourse an import facility for this (you used it just now, didn't you?) [09:54:14] don't know if tehre are modules for writing mediawiki's xml dump format from perl, etc, but the format is pretty trivial. it's juist a light wrapper around the wiki text. [09:55:20] Duesentrieb: so I should make a dump / page [09:55:28] or 1 xml with everything [09:55:44] and I should use importDump.php for this? [09:55:58] importDump.php, yes [09:56:18] the format is designed for multiple pages (millions, if you like) [09:56:28] and things like timestamps/id's [09:56:32] I just keep them empty? [09:56:34] if that is convenient for your purpose is up to you [09:56:41] no, timestamps are needed [09:56:58] set them to your current time i guess. or the mod time of whaatever you generate from [09:57:18] the ids are probably ignored, but i'd try to keep them unique inside each dump [09:58:01] the timestamps are needed so mediawiki knows which revision is the *current* one when showing you a page. keep in mind you are importing *revisions*, really, not pages. [09:58:07] and revisions get soreted by date/time [09:59:35] ok [09:59:45] Duesentrieb: thank you for you good input. [10:00:00] np, have fun :) [10:02:27] I'm working on an extension for a Wikimedia project and am having difficulty with namespaces and Title::getPrefixedText(). My debugging outputs state clearly that getPrefixedText() is failing to return the namespaces, although the namespaces exist. [10:02:39] Anyone any idea? [10:09:07] 03rainman * r31053 10/branches/lucene-search-2.1/ (44 files in 18 dirs): (log message trimmed) [10:09:07] Scoring: [10:09:07] * incorporate rank in PositionalQuery (uses alttitle meta) [10:09:07] * custom begin-boost table, fixed problem with first section gap [10:09:07] Suggest: [10:09:08] * follow redirects, suggest titles on better rank than numhits [10:09:10] * fix various incontext cases [10:10:21] *McCormack would really like to find someone who can help with namespaces and Title::getPrefixedText(). [10:15:26] hi there, is there a way to rename categories? [10:16:15] Duesentrieb: u know where to find info on how a xml dump looks like, the wrapper thingie... [10:16:42] WeZZZ: the simples way is to simply export some page from your wiki, using Special:Export [10:17:28] WeZZZ: the spec is here: http://meta.wikimedia.org/wiki/Help:Export [10:17:44] *McCormack tries to begin to answer his own question, in the hope that someone can point the rest of the way. [10:18:11] The problem is probably in how the Title object was set up in the first place - the namespace was not correctly given to the Title object. [10:18:28] McCormack: that would be a problem :) [10:18:36] So I need to go back to the database call which retrieved the page name, and find out how to get the namespace as well. [10:18:36] 03(ASSIGNED) ref tag doesnt work in Farsi version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13054 +comment (10huji.huji) [10:18:57] McCormack: the namespace of an image page is always the sane: NS_IMAGE [10:19:00] *same [10:19:00] That means knowing how "rows" work - i.e. which fields are available. [10:19:23] huh? fields? well, that would depend on the query... [10:19:31] Duesentrieb: this isn't an images problem. Any namespace - template, user, etc. [10:19:32] but again, for image pages, the namespace is always teh same [10:19:47] well, then, look at the namespace field [10:19:55] Duesentrieb: in the extension I'm writing, the namespace can vary. [10:19:58] page_namespace, or xxx_namespace in one of the link tables [10:20:29] So $row->namespace does the trick? [10:20:37] What is the object type of $row? [10:21:06] no type [10:21:13] Does anyone know if and how categories can be renamed? [10:21:22] it's either an array, or an "anonymous type" [10:21:28] depending on how it is fetched [10:21:35] BjornW_: they can't. [10:21:48] BjornW_: opr rather, renanimg them involves editing every article that uses them [10:21:53] It's fetched using fetchObject. [10:22:22] McCormack: then it's an object. a synthetic object. it has exactly the fields that correspond to the fields returned by the sql query [10:22:39] Duesentrieb: thanks, I feared that renaming all articles would be the only option. I presume there is no extension available which would make renaming possible? [10:22:45] so, if you select a, b from... it will have $row->a and $row->b [10:23:17] BjornW_: renaming the article? no... editing them. and an extension, no. but bots. renaming categories is a common bot job [10:23:18] !bots [10:23:18] --mwbot-- I don't know anything about "bots". [10:23:21] huh? [10:23:33] heh, no factoid. [10:23:39] It appears to be a class of type stdClass [10:23:43] Duesentrieb: enlight me, please ;) [10:23:44] look for pywikipediabot, it's the most commonly used framework [10:25:07] 03(mod) Invalid language codes should fallback to default wiki language not English - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13010 (10huji.huji) [10:27:15] 03(mod) Have a Special:Randombook, or similar, that only returns top-level pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13051 +comment (10huji.huji) [10:28:23] *McCormack notes that the answer to his question is probably $row->page_namespace. [10:29:52] that would be what duesentrieb told you, yes [10:31:14] Flyingparchment: thanks. I'm a bit new to this kind of thing, so I didn't quite understand Duesentrieb. Anyway, I think I'm happy now! [10:32:10] *McCormack looks back up the chat and notices that he missed a post by Duesentrieb - ooops! [10:32:24] Duesentrieb: thanks! [10:58:23] When I run php initStats.php --update in maintenance, i get Counting number of users...5 but still {{NUMBEROFUSERS}} shows 3 [10:58:52] and also the special:statistics and special:listofusers are inconclusive (first one shows 3, latter lists 5) [11:01:18] and now the special:statistics updated it to 5 but {{numberofusers}} still lists 3. [11:01:48] mediawiki 1.11.1 with stable 1.1 of confirmaccount - of which both seem to work perfectly except for this inconsistency [11:16:03] Hi. My question is, first by my installation I pick a IP as the address. Now I have a domain, so the skin for the wiki is now away. How can I change this, that the skin work with the domain and not with the IP? [11:17:14] I hope someone can help me. [11:20:34] Tolsome, sounds like you need to learn dns, or clarify your question or dunno [11:20:38] Tolsome: What do you mean by skin? I think you need to edit the LocalSettings.php in the MW and replace the IP by a domain. [11:21:20] The Nameserver need to resolve your domain to the IP. [11:21:45] the problem is in the LocalSettings I find nothing with IP [11:23:48] now: IP/Wiki/index.php and the skin work [11:24:07] but I want www.domain.de/wiki/index.php an the skin work [11:24:41] 03(NEW) Missing message in SpecialForm extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13056 minor; normal; MediaWiki extensions: General/Unknown; (lejonel) [11:24:43] skin = same like monobook, etc. [11:26:32] Tolsome: well. $IP in the LocalSettings is obviously not what you think it is. [11:27:17] Tolsome: and in addition it's not easy to find out what your problem it. [11:27:19] there is no $IP [11:27:56] I want to change the domain for my wiki [11:28:17] because the skin work only with my old domain/IP [11:28:50] what does 'work' mean? [11:29:49] look here: http://78.47.159.196/wiki/index.php/Hauptseite WORK [11:29:57] if you may access your wiki with the other domain then the skin should work properly. [11:30:01] and: http://simpire.preblue.com/wiki/index.php/Hauptseite [11:30:07] don't work^^ [11:30:28] Tolsome: Deutsch? [11:30:32] ja [11:31:16] var wgServer = "http://78.47.159.196"; [11:31:37] is the same at both... (though probably not the bug with the skin) [11:31:50] Tolsome: sind das ein und dieselben wikis? [11:31:56] ja [11:31:58] ganz genau [11:32:03] und auch der gleiche Skin [11:32:19] but the path /wiki/skins/sgumax/gumax_main.css?97 works on the Ip and not the name [11:32:42] and so fails to load the style portion of your skin [11:32:43] yes, that's the problem [11:32:53] looks like. [11:33:03] so you probably have no rewrite rules for the domain for a shorter URL?> [11:33:38] yes, I have, but why? [11:34:04] I want that the skin with this address http://simpire.preblue.com/wiki/index.php/Hauptseite work [11:34:21] subst/shorter URL/skins folder I mean [11:34:39] so you said [11:34:56] in order to do that, you need http://simpire.preblue.com/wiki/skins/ to work [11:35:12] the location of your skins folder is http://simpire.preblue.com/skins/sgumax/gumax_main.css?97 on the domain [11:35:42] var stylepath = "/wiki/skins"; [11:35:48] try removing /wiki from your stylepath [11:36:05] which folder? LocalSettings? [11:36:54] yes [11:37:21] and no [11:37:52] .../wiki means here is the wiki installed [11:38:12] in the LocalSettings I put sgumax as the Default Skin [11:38:18] and that work [11:38:40] but only with the IPadress and not with the domainadress [11:39:04] 03huji * r31054 10/trunk/extensions/RandomRootPage/: Adding RandomRootPage extension [11:39:42] 03huji * r31055 10/trunk/extensions/RandomRootPage/Randomrootpage.i18n.php: Adding RandomRootPage extension files [11:39:59] I suggest trying $wgStylePath without /wiki, as that seems the correct stylepath URL for your domain version. It is up to you to try it or not [11:42:52] I am trying to categorize items by year, and then have them listed by month - easy way to switch the default "one character" breakdown of category pages into two characters? [11:43:01] look: http://78.47.159.196/wiki/skins/index.php/ [11:43:13] 03(FIXED) Have a Special:Randombook, or similar, that only returns top-level pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13051 +comment (10huji.huji) [11:43:33] Tolsome? [11:43:45] -> http://simpire.preblue.com/index.php/Hauptseite [11:43:48] the same problem [11:44:05] yes? [11:44:06] my problem or yours ? -) [11:44:48] when your problem is shorter, I was first^^ [11:45:36] Tolsome: Well i think you faced the problem rewriteproelem mentioned in the following [11:45:43] !rewriteproblem | Tolsome [11:45:43] --mwbot-- Tolsome: 1) Try as a fail-safe method; 2) Do not put the files into the document root; 3) Do not map the pages into the document root; 4) Use different paths for real files and virtual pages; 5) Do not set a RewriteBase; 6) Put all rules into the .htaccess file in the document root. [11:46:15] You want to use document root. that is not recommended. [11:47:23] Yes, on wikipedia I see also always the IP^^ [11:49:37] *Hojjat stares at CIA-6 [11:59:38] hi all [12:01:29] hi [12:02:18] I'd like to change the skin of my madiawiki. Could you suggest me where I can download some? [12:02:28] not madiawiki [12:02:31] but mediawiki [12:02:32] sorry [12:16:43] 03vasilievvv * r31057 10/trunk/phase3/ (4 files in 2 dirs): [12:16:43] * (bug 12999) introduce ipb_by_text colomn [12:16:43] N.B.: this is schema change (obviously) [12:17:23] ipb? [12:18:40] 03vasilievvv * r31058 10/trunk/phase3/maintenance/archives/patch-ipb_by_text.sql: Patch itself [12:18:52] puzzlet: ipblock [12:19:11] ah [12:20:57] !skins | wikiuser [12:20:57] --mwbot-- wikiuser: Overview: . Skin usage: . Gallery of CSS styles: . Writing your own: [12:21:34] thank you very much [12:23:17] exist the prosilver skin for mediawiki? [12:27:12] how do i get such a colum-based layout like on the mainpage of mediawiki.org? [12:30:18] 03siebrand * r31059 10/trunk/extensions/RandomRootPage/ (3 files): [12:30:19] * add class in seperate file [12:30:19] * remove description from ExtensionCredits (no longer needed), add version [12:30:19] * add Dutch translation and update i18n header [12:30:19] * rework adding of special page [12:32:32] 03siebrand * r31060 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Support RandomRootpage [12:33:42] 03siebrand * r31061 10/trunk/extensions/Translate/MessageGroups.php: Fix typo in path [12:39:32] can you integrate mediawiki with phpbb 3.0.0? [13:07:41] hi, i'm having some problems migrating a mediawiki from one server to another [13:08:06] background: the original server has debian sarge and php4, the new one has debian etch and php5 [13:08:31] here is the old: http://wiki.gleducar.org.ar , here is the new http://72.249.105.94/ [13:08:56] wikiuser: the closest thing is 'liquidthreads' i think [13:09:08] wikiuser: else let me know! [13:09:15] I am trying to categorize items by year, and then have them listed by month - easy way to switch the default "one character" breakdown of category pages into two characters? [13:09:32] the problem appears on the links with tilde or accent in the first letter, notice tildes in the midle of the link are rendered correctly [13:09:38] i.e. 01 / 02 .. / 10 / 11 / 12 [13:09:41] what problem? [13:10:03] zoid_: then you have to disable 'user alias' in apache [13:10:08] seems like bad enconding [13:10:14] something like user alias dirs... [13:10:22] oh, lets see... [13:10:35] unless its an issue with MW trying to uppercase ~'s - but sounds like 'user dirs' to me [13:11:13] it's not "~", its " ' ", sorry if my explanation wasn't clear [13:11:26] tilde in spanish it's " ' " [13:11:28] tildie or an accent ... I see [13:11:31] OK [13:11:35] zoid_: which version of mediawiki (on each machine)? how did you transfer the content? which version of mysql? [13:12:07] i copied the files and did mysqldump and restore [13:12:12] so the version of mw it's the same [13:12:20] which version [13:12:32] donde estas una linker de eso... ? me espanol es una caca [13:12:34] zoid_: mysqldump has problems with character sets, sometimes [13:13:00] however, i wouldn't have expected it to have problems only for the "first char in a link"... [13:13:16] yes, thats weird :S [13:13:34] so does http://serve/' have any special meaning? [13:13:35] where can i see an example? [13:14:12] the version is 1.6.8 (i know it's old and need to upgrade) [13:14:37] the color squares in the front page are links with an accent capitalized A at the beginning [13:14:59] yea, never do that later. anyway... i can't see an example of your problem [13:15:05] please provide a link to a simple test case [13:16:01] http://72.249.105.94/w/index.php?title=Categor3%ADa:%3Frea_Ciencias_Naturales&action=edit [13:16:28] IRC easts the % stuff from urls.. [13:16:33] try tinyurl please [13:17:36] ok, going tinyurl [13:18:32] http://tinyurl.com/ywoma2 [13:19:06] http://tinyurl.com/22rqcm [13:19:21] look on both, at the bottom, for example the name of those categories [13:20:14] i see Área Capacitación Docente (1 enlaces) [13:20:28] i can follow the link fine, too [13:20:35] in both? [13:20:49] category is shown fine on the article page: Categoría: Área Derecho [13:21:06] both? i only see acents on the first char in the second line [13:21:11] err, link [13:21:52] the srolling sidebar is annoying, btw, because it "scrolls up" every time you load a page. [13:22:07] will tell the designer ;) [13:22:24] it'S your page, no?` [13:22:39] anyway, i don't see any problem. [13:22:58] maybe a problem with your browser? [13:23:03] it's a page from an non profit org promoting free soft in education, im' helping them [13:23:08] i see �?rea Derecho [13:23:38] do you see exactly the same in both links (servers)??? [13:23:48] 14(INVALID) ref tag doesnt work in Farsi version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13054 +comment (10mnrz57) [13:24:29] zoid_: ah, no, sorry - the page at the new server was cut off after 50, so i didn't see the broken stuff at the bottom [13:24:45] my bad, now you see it? [13:26:21] re [13:26:35] zoid_: as far as i see, it also got messed up in the page source that uses the categories. [13:27:13] zoid_: can you see such upüpercase characters *outside* LINKS ANYWHERE? WHERE THEY DAMAGED TOO? [13:27:19] sry, capslock [13:27:37] also... when you edit and fix the links manuially, does it work? [13:27:50] let me try [13:28:14] zoid_: can cal alwayws use an xml dump to cleanly transfer content. but it *is* odd. as i said, mysqldump is a bit stupid about charset, but i would have expected it to mess up *all* [13:28:55] hm... or maybe... it messes only qwith characters that do not exits in latin-1? but that doesn't make sense for utf-8. only for utf-16. [13:30:15] zoid_: also, have you looked at the database? it would be interesting to see what the entries in the page table look like, compared to the categorylinks table [13:31:45] they look the same [13:32:25] i did, for example select * from categorylinks where cl_sortkey=2; [13:33:01] wait [13:33:03] they don't [13:33:13] it's a mysql issue [13:33:33] the entries in the db look like "?rea Derecho" [13:33:59] that can also be related to the encoding you have set four your console, or the database connection, or... [13:34:06] charsets in mysql are a bitch [13:34:10] but ia have to go, sorry [13:34:22] thanks for your help :) [13:37:50] does special export need any settings setting? [13:38:12] does I need the manual reading? [13:39:08] http://en.wikipedia.org/wiki/Help:Export#Using_.27Special:Export.27 dosn't help... I am trying to export all pages in a category from my home wiki [13:39:41] hrm... works on mediawiki [14:02:58] 03(mod) Please add some entries to robots.txt for ja.wikipedia. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12993 (10myanwiki-misc894) [14:11:58] forgetit, I got it [14:15:30] 03(mod) Please add some entries to robots.txt for ja.wikipedia. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12993 (10myanwiki-misc894) [14:17:42] I have a question about uploading code for a new extension to SVN. As I'm new, should I attempt to submit the code via Bugzilla? If so, which "component" do I choose in the extensions combo box? Or should I try to follow [[commit access]] guidelines? [14:22:11] hello [14:23:42] *McCormack is still hoping someone can help him with his SVN upload question. [14:25:18] McCormack: which? [14:25:57] I have a question about uploading code for a new extension to SVN. As I'm new, should I attempt to submit the code via Bugzilla? If so, which "component" do I choose in the extensions combo box? Or should I try to follow [[commit access]] guidelines? [14:26:55] You don't have commit access, do you? [14:27:24] No. [14:27:41] Nor am I ambitious, I'll just be an occasional submitter. [14:28:01] so you should submit your patch to bugzilla [14:28:33] OK - so which "component" do I choose - e.g. "general/unknown" or "extension request"? [14:28:55] What change are you going to submit? [14:29:07] A new extension. [14:29:32] http://www.mediawiki.org/wiki/Extension:SubPageList3 [14:29:58] Oh. And you want to submit it to Wikimedia subversion? [14:30:18] 03(mod) {{REVISIONID}} is broken just after page save - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12694 +comment (10roan.kattouw) [14:30:23] Well, where else would I upload it? It's supposed to be for Wikiversity - specifically requested. [14:30:38] But I'm not really sure. Is an external link OK? [14:31:20] McCormack: http://www.mediawiki.org/wiki/Extension:SubPageList3/SPL3Code - that code? [14:31:29] Yes. [14:31:56] Or is my subpage already sufficient ??! [14:32:17] you probably should request for commit access [14:32:49] OK. I have to go now, so I'll look into this later. Many thanks, VasilievVV. [14:33:02] okay [14:33:05] bye [14:34:04] the indentation on that code is all over the place [14:35:23] and the use of REGEXP is bizarre (and unacceptable, i'm pretty sure mysql can't use an index for that) [14:38:56] 03(mod) {{REVISIONID}} is broken just after page save - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12694 (10kalan.001) [14:40:59] 04(REOPENED) Blocked users can still use oversight - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13036 +comment (10vasilvv) [14:42:09] 03(mod) {{REVISIONID}} is broken just after page save - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12694 (10roan.kattouw) [14:44:36] 03(mod) Blocked users can still use oversight - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13036 +comment (10kalan.001) [14:45:26] 03(mod) Blocked users can still use oversight - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13036 (10vasilvv) [14:47:43] 04(REOPENED) Some namespaces are not translated in LanguageTa.php (Tamil) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2753 +comment (10sundarbecse) [14:48:41] hello [14:48:43] hi [14:50:33] 03(mod) Some namespaces are not translated in LanguageTa.php (Tamil) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2753 (10sundarbecse) [14:54:40] 03(mod) Some namespaces are not translated in LanguageTa.php (Tamil) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2753 +comment (10siebrand) [15:03:36] 03(WONTFIX) Please add some entries to robots.txt for ja.wikipedia. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12993 +comment (10Aphaia) [15:11:23] uhm.. useful >> http://www.mediawiki.org/wiki/How_to_create_chroot_jail ? [15:32:55] by default pages in a category are broken down by the first letter of the page. To change that behaviour, shoudl I, A) Add a magic word to the cateogry page, B) tweek a global parameter setting somewhere, C) install an extension, D) hack the source code, E) all of the above? [15:33:19] Hello. Why are images not imagemaps with the symbols pointing to individual pages? [15:33:39] trevarthan: why should they be? [15:33:55] I'm frequently reading a page about physics and see an equation, but can't make sense out of it because I don't know what the symbols REPRESENT. [15:34:16] in other words... why shouldn't they be? [15:34:24] I see your point, but I would suggest that the page is badly written. [15:34:45] isn't it easier to just click on the symbol though? [15:35:14] if the symbol can mean different things in different places, then show a disambiguation page. seems simple. [15:37:56] trevarthan: well, basically, the answer is: it would be cool if it was possible to link individual symbols, but it's extremely difficult to do. [15:38:17] a) because of the syntax (you would have to fiddle wiki links into tex markup) [15:38:22] because we're not sure where the symbol shows up in the image? [15:38:33] and b) because of the rendering: tex spits back an image. how would you find out which areas to link? [15:38:48] it's not a matter of "not sure". [15:38:54] it's more like "not the faintest idea" [15:39:13] I was going to say that the same symbol can mean different things in different equations [15:39:24] ok, just catching up [15:39:32] well, the syntax (a) isn't an issue. You just make up some automatic link like Math_Symbol:B or whatever, where B is the symbol. [15:39:38] well, of course. itwould only make sense if you could link parts of equations just like you link parts of text [15:40:11] trevarthan: and the extract it, generate real tex... and then do what with the link info you extracted? [15:40:16] any text describing an equation should define the symbols [15:40:20] (besides it being ugly) [15:40:25] any text that don't do that is bad text. [15:40:39] I know I just defined much of wikipedias maths articles as bad [15:40:47] too bad - they should be written better [15:40:54] most textbooks, too :) [15:40:58] heh [15:41:02] tru that yo [15:41:22] yeah. I'm just trying to make it easier for things to be understandable without having to clean up every math page. [15:41:31] ;-) [15:41:36] start one page at a time [15:41:37] so, (a) isn't a huge problem. thinking about (b) [15:42:34] trevarthan: the only chance is see would be to write a tex module to acually output imagemaps directly [15:42:37] for (b) I would have to understand how the tags work, I think. I doubt it's as difficult as it seems, but maybe it is. [15:42:48] right. [15:42:58] trevarthan: they are processed by an external program. several in turn, actually [15:43:11] an external rendering pipeline. texvc -> text -> dvipng [15:43:17] err, tex [15:43:35] dvipng.... researching [15:43:42] with the option to generate html or mathml for *some* (simple) formulas [15:44:19] trevarthan: i doubt dvipng can help you. i don'Ät think the dvi contains enough info to find your symbols again [15:44:45] what is a DVI file? [15:45:05] http://en.wikipedia.org/wiki/Device_independent_file_format [15:45:24] old school graphics format. kind of like postscript. [15:45:27] 03(mod) Have a Special:Randombook, or similar, that only returns top-level pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13051 (10wknight8111) [15:46:38] mmmmm... so it's basically a bunch of lines and curves. no grouping? [15:47:07] no. don't think so. and even if, i doubt it would eb meaningful. [15:47:23] it's rather low-level [15:47:46] yeah, that's rough. so you can't really do the imagemap after the fact either because a later version of dvipng might change the output or something. [15:48:50] TeX uses DVI [15:49:22] i don't know any program expect TeX which uses DVI :) [15:49:32] trevarthan: this is why i said that the only chance to get the coordinates for an imagemap is from tex itself. [15:49:54] 03(mod) Have a Special:Randombook, or similar, that only returns top-level pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13051 (10huji.huji) [15:55:12] 03raymond * r31062 10/trunk/phase3/languages/messages/MessagesLo.php: [15:55:12] Localisation updates Lao [15:55:12] (bug 12848) Add namespace translations - 2 more [15:56:34] 03(mod) Namespace translations for Laos - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12848 (10raimond.spekking) [15:57:34] 14(INVALID) Some namespaces are not translated in LanguageTa.php (Tamil) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2753 +comment (10sundarbecse) [16:03:36] 03raymond * r31063 10/trunk/ (11 files in 10 dirs): Localisation updates German [16:05:16] how do i change the sitewide java? [16:07:45] you can add to it. [16:07:50] you wouldnt' be able to change it without modifying core code. [16:08:19] how can i add to it? [16:12:05] heres my problem. my skin isnt loading global java. i need tofigure out how to do this in the skin because it is not loading the little buttons above hte edit box when people edit stuff [16:14:32] 03siebrand * r31064 10/trunk/phase3/languages/messages/MessagesRu.php: (bug 12320) Female forms for namespaces TALK and USER_TALK as alias [16:16:58] ok, i think i found an article that helps. [16:17:33] i am not using the monobook skin, but is the monobook.js file the one the site loads for cusotmized user java [16:29:57] is anyone here? [16:38:19] hi there... [16:38:43] i'll repeat my question from yesterday, maybe the time is better now ;) [16:39:27] Somehow my LocalSettings.php and therefore the setup function of my extension is called 5 times... [16:39:46] does anybody know something about that? [16:39:50] i think it shouldnt [16:40:18] newrkv: "monobook.js" name depends on the skin, see http://en.wikipedia.org/wiki/Wikipedia:Skin ; and its "JavaScript", not "Java" [16:47:24] hey [16:47:35] I've got mediawiki installed using a postgresql database [16:47:47] i need to have points in groupnames. because i get the from ldap that way. but mediwiki refuses to but users in groups which have a point in the name. [16:47:51] now however it doesn't seem to have access to the time [16:48:01] point==period [16:48:09] everything I do is done at "1 january 1970" (or unix timestamp = 0) [16:48:39] anyone know what could be wrong [16:48:40] ? [16:55:12] siebrand: thanks for updating the extension code. I'm new in that field indeed [16:56:03] Hi, anyone knows if there's a tool to convert a wiki file to a plain text file ? [16:56:18] what do you mean by a wiki "file"? [16:56:32] isnt there a special page about raw data for that? [16:57:13] wiki file -> a file with wiki info, for example [[]] for links [16:57:32] you mean wiki text [16:57:46] yes [16:57:47] so you want [[blah]] {{blah}} to become blah blah? [16:57:57] or do you want {{blah}} to be substituted with its result? [16:58:02] lol [16:58:21] [[blah]] should become blah [16:59:22] if that is the only thing you want to do, you can do it with regular expressions [16:59:27] most of the modern text editors can do that [16:59:37] 03(NEW) Length of title can only be 255 chars - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13057 minor; lowest; MediaWiki: Database; (saibot834) [16:59:40] simple find and replace can even help [17:00:08] Hojjat: np. You probably just took the wrong extension as an example ;) [17:00:49] yeah, I wrote a perl script to do it [17:03:05] but it's not working with some articles, so I thought that maybe there's already a script that does it [17:03:18] 03aaron * r31065 10/trunk/extensions/ConfirmAccount/ConfirmAccount_body.php: Update user stats [17:07:53] hi all - is there an easy way to make titles in MediaWiki behave in a case-insensitive manner? I suspect this'll require altering the `page` table, but I was wondering what else it might take. Thanks in advance if anyone knows offhand [17:13:50] Flyingparchment: you made some comments which I think were directed at some of my code - but you made them while I was away. Am I correct you were looking at my code? [17:13:57] yes [17:15:04] Indentations: I know. I never care much about indentations, but I can make them better if you like. [17:15:42] REGEXP: I was working over someone else's code, and simply left that bit in as it didn't seem to be hurting anyone. But perhaps you have some other recommendation. [17:17:55] hi all. how extension parse that: "| class="odd" | SomeText"? i can't find :( [17:18:11] use LIKE 'page/%', so mysql can use an index for the query. a version that can't use an index will never be installed on wikimedia [17:18:19] (remember to escape _ and % in the page name) [17:23:32] !e RandomRootPage [17:23:32] --mwbot-- http://www.mediawiki.org/wiki/Extension:RandomRootPage [17:27:13] Flyingparchment: I'm looking at that now. [17:28:20] i need parse for example http://en.wikipedia.org/w/index.php?title=Template:Infobox_actor&action=edit , but "colspan="2" style="text-align:center;" not convert to tags in my wiki [17:28:52] I've been searching everywhere but is there a way to block unregistered users from editing articles on 1.6.10? [17:30:20] mgrinshpon: http://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_prevent_editing_by_anonymous_users.3F [17:31:54] 03(NEW) "Permission error" nasty language for innocent red link clicker - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13058 trivial; lowest; MediaWiki: User login/settings; (jidanni) [17:32:57] how do i upload images? is there a certain page i go to? im very new to mediawiki [17:32:58] Thank you, flyingparchment. [17:33:34] 3 internets to you. [17:37:09] ? [17:37:12] Flyingparchment: is escapeLike() the thing I should be using to make the pagename safe for LIKE? i.e. addQuotes + escapeLike - or is there more I need to do? [17:40:09] http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_section_edit_links_for_users_who_are_not_logged_in.3F <- uh... isn't that the default behaviour? [17:42:25] 03raymond * r31066 10/trunk/extensions/CharInsert/CharInsert.i18n.php: Add Add link to MediaWiki message in description message [17:46:30] hello hello, we are using the LDAP_Authentication Extension to handle the user login. That way, we check which group a user belongs to and match the Wiki user rights with the LDAP user rights. It works. But Wiki doesn't deal with group names from LDAP with a '.' like 'groupname.part' . adding a backslash 'groupname\.part' doesn't do the trick. does anyone know how to work around this? [17:47:17] flyingparchment: If anonymous users can't edit it is. If they can edit, then you wind up with the edit section links. [17:55:06] 03(mod) Modify some settings of Russian Wikibooks - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12856 +comment (10jeluf) [17:58:27] Flyingparchment: I changed the line to $conditions[] = '`page_title` LIKE ' . $dbr->addQuotes( $dbr->escapeLike($parent) . '/%' ); and it still seems to work...! Are you happy with that line now? [18:00:08] 03(mod) Modify some settings of Russian Wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12856 (10vasilvv) [18:03:11] 03(FIXED) MediaWiki: Licenses message corresponding to purpose-specific upload forms - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12699 +comment (10jeluf) [18:08:08] anyone know list of extensions on wikipedia.org? :) [18:08:56] http://en.wikipedia.org/wiki/Special:Version [18:09:00] 03(FIXED) Wikinews: namespace alias for sv.wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12711 +comment (10jeluf) [18:09:36] Jack_Phoenix: thanks. that's it [18:09:44] np :-) [18:10:39] 03raymond * r31067 10/trunk/extensions/DoubleWiki/ (DoubleWiki.i18n.php DoubleWiki.php): [18:10:39] * Add description message for [[Special:Version]] [18:10:39] * Fix indention [18:35:44] 03(FIXED) Import sources on el.wikibooks - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12812 +comment (10jeluf) [18:40:26] didn't see this in the faq just now...is there a way to password-protect certain pages in mediawiki? [18:40:36] or restrict access by user? [18:42:25] ok nm i found it [18:42:25] http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_viewing_of_certain_specific_pages [18:42:33] 03raymond * r31068 10/trunk/extensions/Poem/ (Poem.i18n.php Poem.php): [18:42:33] * Add description message for [[Special:Version]] [18:42:33] * Fix indention [18:43:34] 03(FIXED) Change in Malayalam Wikibooks {{SITENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12819 +comment (10jeluf) [18:47:13] 03(FIXED) Change in Malayalam Wikisource {{SITENAME}} - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12820 +comment (10jeluf) [18:49:20] 03(FIXED) Add wikis to Special:Import on no.wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12825 +comment (10jeluf) [18:52:46] 03(FIXED) Enable patrolled edits on Italian Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12826 +comment (10jeluf) [18:55:54] 03(WONTFIX) Add Special:Whatlinkshere and Special: Recentchangeslinked to robots.txt - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12841 +comment (10jeluf) [18:56:51] 03raymond * r31069 10/trunk/extensions/wikihiero/ (wikihiero.i18n.php wikihiero.php): Add description message for [[Special:Version]] [19:06:32] 03(FIXED) Custom namespaces for Laos Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12847 +comment (10jeluf) [19:10:22] Whats the namespace ID of the Main space? 0 or 1? or neither? [19:10:38] 03(FIXED) Search author namespace by default at sv.wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12867 +comment (10jeluf) [19:10:42] skenmy: 0 [19:10:48] thanks :) [19:12:41] 03dale * r31070 10/trunk/extensions/MetavidWiki/ (10 files in 5 dirs): [19:12:41] fixes to sequencer (updated export format) [19:12:41] some fixes for MediaSearch using IE [19:15:34] hey brion :-) [19:16:34] ok can i ask a question in here? [19:17:36] !ask | trandism [19:17:36] --mwbot-- trandism: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [19:18:16] right.. I wasn't sure of the nature of the channel since lurking here for a while and haven't seen any questions asked [19:18:22] I have a lot of edits on my wiki done by anonymous users, so I have only their IPs availables.. I have made them accounts at some point... Is there an easy way to merge wiki edits from say IP 10.0.0.1 to user1? [19:19:32] no way [19:19:59] you may try to edit database directly [19:20:09] or there may be an extension to do it [19:20:20] !e User Merge and Delete [19:20:20] --mwbot-- http://www.mediawiki.org/wiki/Extension:User [19:20:33] !e User_Merge_and_Delete [19:20:33] --mwbot-- http://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete [19:20:40] aha [19:20:49] thanks gonna try that extension [19:23:09] 03(mod) Make technical updates to srwiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12949 +comment (10jeluf) [19:26:32] 03(FIXED) Portal Namespace for Telugu mediawiki projects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12982 +comment (10jeluf) [19:34:38] 03(mod) Items not numbered correctly in several special pages in Arabic (ar) wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13001 +comment (10jeluf) [19:38:07] 03(FIXED) Create the "=?UTF-8?Q?=CE=A3=CF=87=CE=BF=CE=BB=CE=AE?=:" and " =?UTF-8?Q?=CE=A4=CE=BC=CE=AE=CE=BC=CE=B1?=:" namespaces for el.wv - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13007 +comment (10jeluf) [19:38:44] hey there, hi there, ho there... I am looking at the page table, the page_touched field. i can see that it is a char 14, and I can understand the first 8 characters YYYYMMDD but cannot figure out that characters page that [19:39:16] is there someplace that it expalains hoe the date is stored. I believe it might be in ISO format, but any help would be appreciated [19:40:10] there even seems to be a fnTimestampToIso used in the code,. I would imagine there is also a fnIsoToTimestamp [19:40:17] any idea whre I might find these functions? [19:59:20] Ricco: yymmddhhmmss [19:59:32] to convert between timestamp formats, use wfTimestamp [19:59:40] 03siebrand * r31071 10/trunk/extensions/ (5 files in 4 dirs): [19:59:40] * Add support for Poem, DoubleWiki, and wikihiero in Translate [19:59:40] * remove a few newlines from i18n files [20:00:01] flyingparchment, ok, will give that a shot [20:00:11] flo__, perhaps my server time is messed up [20:00:29] I was getting 192555 for 2.25PM [20:00:46] 03(mod) Activating "patrol" on Italian Wiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13035 high->highest (10grandepuffoo) [20:00:52] ah, that is looking more close than I thought [20:00:57] flyingparchment, thanks [20:01:04] 03siebrand * r31072 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): [20:01:04] * fix copy/paste typo [20:01:04] * bump version [20:04:00] 03(FIXED) dsb: interwiki prefix missing on srv60 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13017 +comment (10jeluf) [20:04:32] flyingparchment, a followup [20:04:37] i see wfTimestamp [20:04:46] it's giving me back; 1203365018 [20:05:02] what do I use to convert that the the yymmddhhmmss you wre talking about? [20:08:37] wfTimestamp( TS_MW, $blah ); [20:09:31] and blah is? [20:09:57] i wasn't reading anything above, so... whatever value you have, presumably :D [20:10:21] brion, for the time? [20:10:34] and is TS_MW a constant? [20:10:37] for current time? you can leave out the second param [20:10:39] yes [20:10:46] there's several different timestamp formats [20:10:56] is there any program which converts EXCEL tables into wiki tables without any unneccessary HTML code? [20:11:00] Do you need javascript for browsing a basic wiki installation without any extensions ? [20:11:18] Asga: no [20:11:36] brion, ok, i see fnTimestampToIso gives me the iso with a log of crap, is there a function that gives as YYYYMMXXHHMMSS ? [20:11:39] js is used for some extras (editing toolbar, some niceties in various forms) but nothing required [20:12:03] Ricco: wfTimestamp( TS_MW ); [20:12:19] brion: do personally like the java rc? [20:12:56] I have png upload enabled through $wgFileExtensions, but every time I try to upload a png it complains about corrupt or wrong extension. What else can I do? [20:12:57] brion, bingo... thanks [20:13:25] anybody? [20:13:28] :( [20:13:54] brion: is adding support for embedding uploaded videos on the to-do list for MediaWiki? [20:13:55] 03(mod) A CSS class for 'blue' links. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7284 (10brion) [20:14:13] barak4u: i'm whipping something up but not touching excel at all [20:14:22] Skizzerz: see OggHandler extension fo rthe one we use (supporting Ogg Theora) [20:14:33] there's some other extensions out there for flash etc, that w edon't and won't use [20:14:52] yeah, I meant for the core code though ;) [20:15:05] in core? no need i think [20:15:15] i'd rather keep such things in extensions, though we might start bundling some in the default distribution [20:15:34] kk [20:22:52] I even tried to upload the wiki logo, but it still complains about corrupt or wrong extension... [20:26:37] 03(mod) A CSS class for 'blue' links. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7284 (10skizzerz) [20:29:59] 03raymond * r31073 10/trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php: Add links to MediaWiki messages in description message [20:33:52] How do I change th timeout for user session? [20:33:56] seems to be REAL short [20:40:07] 03(mod) Items not numbered correctly in several special pages in Arabic (ar) wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13001 -shell (10jeluf) [20:43:48] 03raymond * r31074 10/trunk/extensions/TitleBlacklist/ (TitleBlacklist.i18n.php TitleBlacklist.php): Add description message for [[Special:Version]] [20:44:47] hello anyone here have a ps3 [20:45:09] caxpo: this is for mediawiki support, you might want to find a social channel [20:45:11] hmm... would it be a good idea if $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf were defined by group (like $wgGroupsAddToSelf['autoconfirmed'] = array('rollback'); would only allow autoconfirmed users to give themselves +rollback, instead of any user) [20:46:43] Anyone know how I can change the timeout for user sessions, it's very short. I don't see anything in the LocalSettings or in the web list of settings either [20:49:43] i guess if you're trying to run mediawiki on a ps3 :) [20:50:25] whats mediawiki [20:51:20] !mediawiki | caxpo [20:51:20] --mwbot-- caxpo: MediaWiki is a free software wiki package originally written for Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis. You can find out more about it at http://www.mediawiki.org [20:53:46] Wanderer: session timeout is a php setting, afaik. so it would be in php.ini [20:56:03] 03(mod) Portal Namespace for Telugu mediawiki projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12982 (10vyzasatya) [21:03:29] hmm, I'm not seeing anything about session timeout in my php.ini [21:05:20] brion: so... mind if I change $wgGroupsAddToSelf/$wgGroupsRemoveFromSelf to make it concious of existing group membership (such as $wgGroupsAddToSelf['autoconfirmed'] = array('rollback') which would only allow autoconfirmed users to set themselves +rollback)? [21:11:27] presumably [21:11:37] um, in default? hell no, don't do anything like that [21:11:43] on your wiki feel free [21:19:36] 03siebrand * r31075 10/trunk/phase3/languages/messages/ (30 files): Localisation updates for core messages from Betawiki (2008-02-18 21:13 CET) [21:27:47] 03(NEW) Guarani wikipedia namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13059 15enhancement; normal; MediaWiki: Internationalization; (hugo_a_saavedra) [21:30:13] 03dale * r31076 10/trunk/extensions/MetavidWiki/ (6 files in 3 dirs): [21:30:13] * fixed search display video bug [21:30:13] * fixed more search interface IE issues [21:30:13] * added wikibuttons for ajax edit [21:35:25] 03(NEW) Set Guarani wikipedia namespace name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13060 15enhancement; normal; Wikimedia: Site requests; (raimond.spekking) [21:35:27] 03(mod) Guarani wikipedia namespaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13059 (10raimond.spekking) [21:36:18] 03(mod) Set Guarani wikipedia namespace name - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13060 (10raimond.spekking) [21:37:14] 03siebrand * r31077 10/trunk/extensions/ (89 files in 88 dirs): Localisation updates for extension messages from Betawiki (2008-02-18 21:13 CET) [21:44:17] hello everyone. Can I ask a question regarding the LDAP_Authentication extension? [21:45:15] !ldap | bu5hm4nn [21:45:15] --mwbot-- bu5hm4nn: http://www.mediawiki.org/wiki/Extension:LDAP_Authentication [21:45:44] thanks, thats where I got the IRC channel link :-) [21:45:57] ah, well ask your question [21:46:56] since I set up LDAP (one can log in correctly) some variables get concatenated: for example in the email verification: {{SIT [21:46:56] AME [21:46:56] {{ {{fullu}}:{{{ediawiki{{ainpage}}}}}}}} [21:47:17] any ideas as to why? [21:47:21] hi, I want to change the points in my interface [21:47:29] how can I do that? [21:48:13] that's strange, never seen it do that [21:48:43] 03raymond * r31078 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesGn.php): [21:48:43] Localisation updates Guarani [21:48:43] (bug 13059) Add namespace translations [21:48:53] in wikipedia there a other points, too and not the default from the mediawiki [21:49:39] Charitwo: I use 1_11 from svn freshly set up - no content yet [21:52:22] hmmm [21:52:26] no one? [21:52:29] 03(FIXED) Guarani wikipedia namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13059 +comment (10raimond.spekking) [21:57:37] Tolsome: what points do you mean? The ones for the bullet list? [21:57:50] /what/which/ [21:58:24] that is maybe the defaults: * Main Page [21:58:25] * Goings-on [21:58:27] * Wikimedia News [21:58:28] * Translations [21:58:30] * Recent changes [21:58:32] * Random page [21:58:34] * Help [21:58:36] but i want rename that all to: [21:58:36] Tolsome: STOP [21:59:12] * Funland [21:59:14] * Hopeland [21:59:16] * Newsland [21:59:18] * Point [21:59:22] !pastebin | Tolsome [21:59:22] --mwbot-- Tolsome: Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. Instead please use a pastebin such as and post a link to your paste in the channel. [21:59:35] rename the points in the navigation [21:59:41] !sidebar | Tolsome [21:59:41] --mwbot-- Tolsome: To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [21:59:53] i am off. [22:01:04] thank you [22:10:14] 03(NEW) dumpHTML output have wrong relative paths to math, images, etc. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13061 normal; normal; MediaWiki: Maintenance scripts; (gomyhr) [22:10:52] is there anyway to easily replace the "Create an Account" link on the login page to with a static HTML link? [22:11:18] i set $wgMainCacheType = CACHE_ANYTHING; in my LocalSettings.php, and now I get "Fatal error: Call to a member function getConnection() on a non-object in .../GlobalFunctions.php on line 2136" [22:11:38] i really just want $wgMemc to use CACHE_DB - do I need to do something else to make this work? [22:11:52] $messageMemc seems to have no trouble writing to the `objectcache` table [22:11:57] thanks in advance for any help [22:12:49] 03(mod) Make technical updates to srwiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12949 +comment (10genuinekale) [22:20:00] aBSDaemon: I believe this would do what you want: http://rafb.net/p/7NKubl63.html [22:20:28] you'd have to either add that to your LocalSettings.php file at the bottom, or make a new extension file and require_once() it at the bottom of your LocalSettings.php [22:20:45] brillant [22:20:46] note that I haven't tested said code - just seems like it would do what you want [22:20:58] That's gets me closer. [22:21:07] np [22:23:38] Still learning all the ropes of MW. [22:24:51] yeah [22:25:09] aBSDaemon: here are some tips: [22:25:42] 1) If you see text somewhere in the site that's not part of a page, it's probably a system message - going to [[Special:Allmessages]] and searching there is a good start [22:26:00] if the text /is/ in in one of those, you can click the red article link and just change it as though it were an article [22:26:34] 2) If it's something like an auto-generated URL, use the Special:Allmessages check to find the key - in your previous example, it was 'userlogin' [22:26:42] then you can grep through the codebase for instances of that [22:26:50] in this case it was in SkinTemplate.php [22:27:07] and 3) when in doubt, look through the code for instances of wfRunHooks() [22:27:17] those represent extension points where you can change various aspects [22:27:32] that makes a lot more sense now [22:27:35] in this case it gives you the ability to change the data used to render the links up there [22:27:52] yeah - that's basically the thought process that lead me to create the extension I pasted [22:31:26] is there a user script that hides all "talk" tabs? [22:31:38] aBSDaemon: if you can master the skill of decyphering wfRunHooks(), and determining how to create a function from that based on your needs - you're like 90% of the way to being an awesome MW extension dev [22:31:40] *Hojjat waves to alnokta [22:31:56] hello Hojjat :) [22:33:00] hi there [22:33:49] Hojjat) do you have ice there? [22:34:01] ice? you mean snow? [22:36:28] Hojjat) yep [22:36:52] in our alley, yes. in the streets, no [22:37:58] *alnokta never seen snow :( [22:38:29] you can have some of ours :) [22:40:59] alnokta: it snowed a lot here this year. Never have been like this in the past 40 years [22:41:04] although I'm not that old! [22:41:43] alnokta: to hide all the talk tabs, just add this to your user CSS: li#ca-talk { display: none; } [22:42:15] Hojjat) but you are 82 already :P [22:42:26] pardon? [22:42:39] *alnokta fetches some snow from Skizzerz [22:42:44] Hojjat) jk [22:43:00] jimbojw) thx , i will try that [22:43:13] np [22:46:43] jimbojw) not working , see http://tinyurl.com/2asdjj [23:02:03] jimbojw) ? [23:04:07] are you logged in? [23:04:29] alnokta: oh, you have to hard-refresh to see the changes take effect [23:04:59] also, this may be better: li#ca-talk { display: none !important; } [23:05:02] jimbojw) yes, i try spec:rand [23:05:36] *alnokta tries [23:07:04] jimbojw) yep.. works.. thx :) [23:07:12] Hey jimbojw: looking at your CACHE_ANYTHING issue, I was able to get a stack trace to that point of your error. http://rafb.net/p/DJgl1027.html it seems that in Setup.php, the wfIncrStats('without session') call is invoking the Load balancer stubbed several lines later... Inverting the -SetupSession and -globals sections seems to "make it work", but that's a pretty scary thing to do. [23:07:55] thanks CharlieHuggard [23:08:32] hi all - google isn't helping me find out how/if mediawiki can append multiple topics together - i.e. view all pages from one category as one page. [23:08:48] I knew how to twiki ;-) [23:09:16] CharlieHuggard: my use case may just be way out there - i suspect that most times people set wgMainCacheType to CACHE_MEMCACHED [23:09:53] TylerM: that isn't built into MediaWiki itself, but the Dynamic Page List extension can concatenate page contents based different criteria [23:10:12] sounds like what I need thank you [23:10:17] np [23:10:22] Figuring out the right search terms to describe this wasn't easy ;) [23:10:38] thx jimbojw [23:10:52] TylerM: yeah - MediaWiki has something called transclusion where one page can "include" the contents of another [23:11:04] that may also be what you're looking for - I'm not sure [23:11:05] jimbojw: could be :) but off the wall use cases for mediawiki are fun remember xD [23:11:14] 03dale * r31079 10/trunk/extensions/MetavidWiki/ (3 files in 2 dirs): remove page script and mwEditButtons support in ajax edit [23:11:15] :( [23:11:21] any api expert around? [23:11:38] jimbojw: that's how twiki does it .. so you have a page with a whack of [include PageName] in it... [23:11:51] that's pretty much what I need right now.. though more flexible, automated ways may be needed in the future [23:11:59] *TylerM scribes down "transclusion" [23:12:33] yeah - the syntax is like this: in Page A, [[Page B]] is a link to Page B, and {{:Page B}} transcludes Page B's content in to Page A [23:12:50] *TylerM goes to read http://en.wikipedia.org/wiki/Wikipedia:Transclusion [23:13:08] TylerM: or if the page is from the Template: namespace you don't need the colon [23:13:44] ya - note that the and tags can be used to demarcate which pieces of an article are fit for transclusion and which aren't [23:13:58] cool [23:14:19] right - per starshine, {{Some Template}} pulls in [[Template:Some Template]] whereas {{:Some Template}} pulls in [[Some Template]] [23:14:24] the colon makes the difference [23:14:44] *TylerM tries to not think about templates... he might need to learn yet something more ;) [23:14:56] none of mine are templates.. got it [23:15:00] re: api, I've been asked if there have been changes in the handling of categorymembers ordering on the last few days and I'd appreciate a quick check from someone familiar with the intended behavior [23:27:56] thanks again.. keep up the great support :) [23:27:57] adios [23:48:19] 03(mod) MediaWiki:Sidebar regularly falls back to an obsolete version, due to server cache effect - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5092 +comment (10huji.huji) [23:51:02] 03(mod) Length of title can only be 255 chars - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13057 +schema-change; +comment (10huji.huji)