[00:23:17] hello [00:23:42] Can anyone help with an upgrade [00:26:22] I need to go from wiki 1.10.1 on mysql 4 to latest version of wiki on latest version of mysql [00:26:34] what is the best way to do this [00:36:07] zak: just back up your db and files, i don't think a move from 1.10 to 1.11 will be very painful [00:44:51] ok great thansk [00:46:07] hello [00:46:41] exit [00:46:42] quit [00:46:46] haha [00:46:55] umm [00:46:58] goodbye [00:47:00] chau [00:47:02] leave [00:47:03] walk out [00:47:12] closing door [00:47:14]  [00:56:20] 03(NEW) Component for Wiktionary JS within Bugzilla - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11497 normal; normal; Wikimedia: Site requests; (wikt.3.connelm) [00:56:25] *hippietrail waits for connel's amazing feats... [00:57:24] 03(mod) Component for Wiktionary within Bugzilla - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11497 summary (10wikt.3.connelm) [00:57:42] phew (-: [00:57:47] :-) [00:58:06] how do you move a wiki from one server to another? I can't find this in the documentation on mediawiki.org. [01:01:16] 03(mod) Component for Wiktionary within Bugzilla - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11497 (10hippytrail) [01:03:27] where is the part of making directories when upload images? [01:04:18] pac1: I'd back up the old server, and restore onto the new server. Or do you mean changing domain name? Or do you mean just copying the contents of /var/lib/mysql/ ? [01:13:06] hm wfImageThumbDir seems do it [01:21:22] mm.. [01:23:33] where is it.. [01:23:35] I'm trying to enable the HttpAuth extension. I installed, and a copied the 5 lines I see in the doc. Added session_start(); at the top of LocalSettings.php (this part is unclear in the doc - it says "top of the page"). [01:24:00] I get an Internal Error. Even with $wgShowExceptionDetails = true, all I get is the "generic error". [01:34:43] 03(mod) Wiktionary Bugzilla component requested - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8935 (10hippytrail) [01:35:39] 03(mod) Component for Wiktionary within Bugzilla - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11497 +comment (10hippytrail) [01:38:14] 03(mod) Wiktionary Bugzilla component requested - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8935 +comment (10robchur) [01:38:15] 14(DUP) Component for Wiktionary within Bugzilla - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11497 +comment (10robchur) [01:38:42] 04(REOPENED) Wiktionary Bugzilla component requested - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8935 +comment (10robchur) [01:40:23] So what's the word on wiki-editing botnets? I've got one that posts no spam, just nonsense words like "vitrocletoou". [01:41:14] Connel, I'm not on a domain. I'm just moving from one server on my internal net to another. [01:41:55] I'm not even sure what all the pieces are that need to be moved. [01:43:46] pac1: take an SQL dump and copy the file structure? [01:57:43] can anyone tell me where i can access the latest successful historical dump of all the articles, it's failed the last two times and i can't find the link to anything before that [01:57:48] 03(mod) Wiktionary Bugzilla component requested - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8935 (10wikt.3.connelm) [02:08:41] a question: I have mediawiki installed to a www.domain.net/wiki at dreamhost, I found this document: http://wiki.dreamhost.com/MediaWiki#Beautifying_URLs but my situation is that my wiki is *already* installed. How can I move the wiki or get around this? [02:09:52] mv wiki w :D [02:11:41] eh? just login shell and do it? [02:11:53] what of all the internal links? [02:12:09] it's based on $IP, [02:12:20] see top of the localsettings.php [02:12:55] $wgArticlePath, isn't it? [02:14:07] erm, ok I don't know what those last two posts from you two mean [02:14:13] I get the shell mv part [02:14:33] then you'd have to change $wgArticlePath to "$IP/w/" or the like [02:14:41] in LocalSettings.php [02:15:13] what if I don't like 'w' can it be anything other than 'wiki' and if so what's the odity with /wiki to begin with [02:15:23] anything you want [02:15:38] is 'w' visible in the url/ [02:15:52] (will I want to choose something polite) [02:15:56] ;) [02:16:05] yeah, it's what links will point to [02:16:59] ok, so say for example my wiki is called foowiki, I'd eventually have www.domain.net/foowiki/wiki ? [02:17:16] or www.domain.net/foowiki/whateverpage [02:17:20] yep [02:17:32] ok [02:17:45] should I change the localsettings.php prior to or after the mv [02:17:49] doesn't matter [02:17:52] and thanks for all this help by the way [02:18:00] no problem [02:18:02] alxndr: I ask because I have people reading it right now [02:18:49] it doesn't matter what happens first, but the wiki will be unreadable when the wiki pages aren't where wgArticlePath says they should be [02:18:53] so you'll want to do it quickly [02:20:20] ok I am about to, just making really sure here before I do. I have www.domain.net/wiki/everything-in-it (as seen from my dreamhost panel). I will be doing basically: mv /wiki/ /foowiki/ or mv /wiki/* /foowiki/ [02:20:44] I assume /* since I don't want /foowiki/wiki/ [02:24:39] Any devs about? http://en.wikipedia.org/wiki/Special:Unusedcategories keeps throwing up SQL errors every few refreshes [02:27:07] alxndr: ? am I thinking right on that? mv /wiki/* /foowiki/ ...and not: mv /wiki/ /foowiki/ ? [02:27:39] i'd cd into the main directory and just mv ./wiki ./foowiki [02:35:25] what's the . for [02:45:03] "./" means current directory; ie, "/wiki/" in the current directory. [02:52:06] 03(NEW) Whitespace should be fixed automatically - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11498 15enhancement; normal; MediaWiki: Page editing; (l8qjvx002) [02:53:34] ok, thanks [02:55:58] is this the line to edit in localsettings.php? [02:56:01] $wgScriptPath = "/wiki/"; [02:57:14] "$IP/wiki/", and also $wgArticlePath = "$IP/wiki/"; [02:57:40] and $wgScript = "$IP/wiki/index.php"; [03:00:35] i don't have an $wgArticlePath [03:00:56] it defaults to wpScript [03:01:07] er, wgScript [03:01:21] ok, I did a word search, 'article' not in that file of mine [03:01:26] so wgScript it is :) [03:01:38] case sensitive search? [03:07:03] yes [03:07:09] I searched for both [03:07:30] it's moving now [03:07:36] I see a filetree so far at the newdir [03:07:42] still in progress [03:08:00] ah crap [03:08:16] it worked, but my urls are still uglified, just in a new path [03:08:38] :/ hrm [03:09:44] any ideas? [03:13:21] I made the .htaccess from the first block of this page http://wiki.dreamhost.com/Mod_rewrite [03:13:34] and moved my wiki from /wiki/ to /mywiki/ [03:14:00] and edited localsettings.php to reflect $wgSript to /mywiki/ [03:14:23] Are pre tags not allowed in templates? [03:15:24] on this page, it instructs to edit certain entries in localsetting.php that do not appear in my own localsetting.php http://wiki.dreamhost.com/MediaWiki#Alternate_simpler_method [03:19:00] briareus: Add new ones [03:19:18] TheFearow: ok [03:19:33] All but a few entries do not exist in localsettings.php by default - if you want to change them, you add them to that file and set a new value [03:20:26] 03yurik * r26234 10/branches/ApiEdit_Vodafone/ (108 files in 12 dirs): Merged with trunk: 25838-26096 [03:21:25] TheFearow: well I did it, and now my wiki is not found :/ [03:22:09] actually it goes to the root [03:22:19] Weird [03:22:25] Thats a problem with the setting value then [03:22:50] after adding those lines and saving, when I refresh www.mydomain.net/mywiki it leaps up to www.domain.net but still shows a url of www.domain.net//mywiki [03:23:19] (shows home page not wiki, is what I mean) [03:24:09] I edited to these lines: http://wiki.dreamhost.com/MediaWiki#Alternate_simpler_method (the top block) [03:24:15] then I refreshed, had a 404 [03:24:41] so I then added $wgScriptPath = ""; to $wgScriptPath = "/mywiki/"; [03:24:48] and it goes to homepage [03:25:35] when I had that exact line before (just a solo $wgScriptPath = "/mywiki/"; it worked but with uglified urls [03:25:40] so the others must be the problem [03:26:44] You still need to set $wgScriptPath to something [03:26:50] 03yurik * r26235 10/branches/ApiEdit_Vodafone/ (76 files in 13 dirs): Merged with trunk: 26097-26234 [03:27:01] Did you set wgArticlePath? [03:27:33] $wgScriptPath = "/titanowiki/"; [03:27:34] $wgScript = "$wgScriptPath"; [03:27:34] $wgRedirectScript = "$wgScriptPath/redirect.php"; [03:27:34] $wgArticlePath = "$wgScript/$1"; [03:27:51] this alone workw with ugly urls: $wgScriptPath = "/titanowiki/"; [03:27:59] but with the other three, not [03:28:42] the file originally had only $wgScriptPath ="/wiki/"; before my mv [03:29:01] Ok, let me see [03:29:15] Ahh I found the problem. [03:29:28] Wait, did you follow the Simple URL instructions? [03:29:41] You've changed the values around strangely [03:29:47] following this http://wiki.dreamhost.com/MediaWiki#Alternate_simpler_method [03:29:53] it shows exactly what I pasted above [03:29:58] !simpleurl @ briareus [03:29:58] You don't have permission to do that. [03:30:03] except for a "" instead of my "/titanowiki" [03:30:08] !simpleurl [03:30:08] To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at http://www.mediawiki.org/wiki/Manual:Short_URL. There are instructions for most different webserver setups. [03:30:30] Try re-following those instructions, especially the bits on changing settings [03:31:16] I tried this once, I can't find the files it says to mention [03:31:27] I searched the whole dir for public_html and found it not [03:32:08] I have an .htaccess in the root of the dir [03:32:38] Just follow its instructiosn on how to set wgScript and wgScriptPath and wgArticlePath [03:32:47] ... [03:32:51] in what? [03:34:01] when I code my .htaccess like the short_url states, I get 404 again [03:34:19] but I don't have or can't find another .htaccess in any public_html [03:35:35] http://www.mediawiki.org/wiki/Manual:Short_URL#Subdomain_with_Subdirectory_in_Article_URL might help [03:35:55] If you dont have a .htaccess file where it is needed, make anew one [03:36:57] I just tried that one too, 404 [03:37:17] Weird [03:37:42] must it be in a public_html dir? I don't have one, and don't know where in the path to put one if I need to [03:37:54] the installtion did come with an .htaccess, but in the main /wiki/ root [03:39:33] public_nhtml is just the normal name for the folder where your site is stored - put it in the main folder of your site/subdomain [03:42:20] its no longer 404, but its back to going to www.mydomain.net but showing www.mydomain.net/titanowiki in the address [03:42:40] Weird [03:43:37] crap, its been down a half hour [03:45:30] that subdomain part you linked to, it says # Use one of the methods above to reduce "/wiki/index.php?title=foo" to "/wiki/foo". [03:45:37] but I can't get any of them to work [03:46:48] I tried to just reset it back to the default, 404 [03:47:55] now when i try what worked but with ugly urls, just homepage [03:49:34] PHEW, got back to ugly urls [03:50:04] ok, so other than moving my /wiki/ to a /mywiki/, all back to starting position. It seems deuglification is not possible from here [03:50:16] I just went through all those options posted [03:50:28] even the dreamhost-specific ones posted by dreamhost [03:53:26] 03(mod) Interwiki code for mzn wikipedia is wrong - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11457 (10N/A) [04:00:39] this is crazy, I have a line that says "uncomment this if you want it to do so and so" and I have it commented, but it does so-and-so anyway [04:00:58] # uncomment this rule if you want Apache to redirect from www.mysite.com/ to www.mysite.com/wiki/Main_Page [04:01:01] # RewriteRule ^$ /wiki/Main_Page [R] [04:01:04] but it's doing exactly that [04:01:55] Do you have anything else in the file? [04:03:02] yes, all commented out [04:03:12] I've tried every variation of instructions [04:03:25] and now I can't get back to a functioning wiki at all [04:03:33] :/ [04:04:07] I have a correct url that should be to my mainpage, but its showing the root website page [04:06:50] when I follow these instructions exactly, I get 404 [04:06:52] 1. Install MediaWiki in www.yourdomain.com/w and not in www.yourdomain.com or www.yourdomain.com/wiki using the Dreamhost control panel [04:06:56] 2. Configure your wiki as normal with ugly URLs [04:06:58] 3. Modify the following options in LocalSettings.php [04:07:01] $wgScriptPath = "/w"; [04:07:03] $wgArticlePath = "/wiki/$1"; [04:07:08] where I am subbing /w for '/mywiki' [04:07:44] if I also switch the ArticlePath to /mywiki I dont get 404 but I get a correct url for wiki mainpage but showing www.mydomain.net homepage [04:08:24] (so I guess saying correct url is wrong, I mean a pretty url. I get a pretty url, showing me the wrong page ) [04:15:23] crap [04:16:03] I've restored the edited files back, I can't regain the wiki, it just keeps going back to the homepage of the website, is there something else at work? [04:16:21] something other than localsettings.php and the .htaccess? [04:16:46] I've put them back to when it was working, but no wiki [04:25:12] this is tragic, I've followed the howtos exactly, several times. I've restored the edited files back to their initial state. I have no wiki. [04:29:37] any help please [04:36:10] aw c'mon guys I was following what you said, i did it, now I have 404, and you're gone [04:36:19] please...? [04:38:06] I've done exactly what it says to here under REWRITE: [04:38:09] http://www.mediawiki.org/wiki/Manual:Short_URL [04:38:43] since I had moved it all over to /mywiki/ as directed on the other link, I edited where it shows here to put wiki to mywiki [04:38:54] either way, whether I make the edits or not, 404 [04:43:00] The requested URL /titanowiki/w/index.php was not found on this server. [04:43:11] I have no clue what that /w is or where its coming from [04:44:41] 03(mod) Update for Minnan localisation and its extension messages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11494 +comment (10shinjiman) [04:47:10] briareus: have you defined $wgScript? [04:47:27] that was the very first thing I did [04:47:38] but now I don't know what it should be [04:48:28] about an hour ago you mentioned setting it to $wgScriptPath but it needs to be "$wgScriptPath/index.php" [04:49:16] it is [04:49:35] $wgScript = "$wgScriptPath/index.php"; [04:50:18] is wgArticlePath still "$wgScript/$1"? [04:50:20] I think when that other chatter told me to stop and go instead through the short_url thing, things went awry and then he left [04:50:28] no [04:50:33] let me try that, thanks [04:50:38] no, don't [04:50:41] ok [04:50:48] $wgScript = "$wgScriptPath/index.php"; [04:50:48] $wgScriptPath = "/titanowiki/"; [04:50:49] $wgArticlePath = "/titanowiki/$1"; [04:51:04] (I've mv'd all /wiki to /titanowiki) [04:51:09] in that order? ScriptPath needs to be defined before Script [04:51:40] ok done, still 404 [04:51:59] $wgScriptPath = "/titanowiki/"; [04:51:59] $wgScript = "$wgScriptPath/index.php"; [04:51:59] $wgArticlePath = "/titanowiki/$1"; [04:52:30] but then this is different from the .htaccess that howto had me do [04:52:56] take the last slash off ScriptPath [04:53:28] done, same [04:54:12] could it be the .htaccess? [04:54:26] could be anything, i guess. [04:54:40] those are the only two I've touched [04:54:44] *briareus crosses fingers [04:54:52] what did you change in .htaccess? [04:55:39] just like this under REWRITE a short bit down the page, minus the ReqriteBase [04:55:41] http://www.mediawiki.org/wiki/Manual:Short_URL [04:55:51] and I changed the wiki's to titanowiki [04:56:13] can I paste that much here? [04:56:49] it's six lines, won't get kicked for flooding? [04:57:08] i'm not gonna get mad, but i don't make the rules [04:57:14] ok [04:57:17] RewriteEngine On [04:57:17] RewriteCond %{REQUEST_FILENAME} !-f [04:57:17] RewriteCond %{REQUEST_FILENAME} !-d [04:57:17] RewriteRule ^titanowiki/(.*)$ w/index.php?title=$1 [PT,L,QSA] [04:57:17] RewriteRule ^titanowiki/*$ titanowiki/ [L,QSA] [04:57:19] RewriteRule ^/*$ titanowiki/ [L,QSA] [04:57:38] ...tried to follow that instruction, minus the RewriteBase, plus titano [04:58:07] my main wiki page is titled TitanoWiki [04:58:12] my error is: The requested URL /titanowiki/TitanoWiki was not found on this server. [04:58:26] which would be the correct url [04:58:31] you tried going to w/index.php?title=TitanoWiki ? [04:58:51] to "w/" no [04:58:53] I'll try [04:59:12] The requested URL /w/index.php was not found on this server. [04:59:32] wait a minute, where is your index.php? titanowiki/ or w/ ? [04:59:50] titanowiki, I have no idea where the w/ thing even came from [05:00:02] aha [05:00:05] it just showed up in an error on the browser [05:00:10] aha? [05:00:14] *briareus gets hopeful [05:00:22] the first rewriterule is redirecting everything to w/ [05:00:42] change that w/ to titanowiki/ [05:00:45] !! I didn't notice that x/index [05:00:45] You don't have permission to do that. [05:00:58] hee you annoyed mwbot [05:01:34] ok, error has now chenged to "internal server error" [05:01:38] much better [05:01:41] The server encountered an internal error or misconfiguration and was unable to complete your request. [05:01:45] interesting [05:01:53] so now I have: [05:01:55] RewriteEngine On [05:01:55] RewriteCond %{REQUEST_FILENAME} !-f [05:01:55] RewriteCond %{REQUEST_FILENAME} !-d [05:01:55] RewriteRule ^titanowiki/(.*)$ titanowiki/index.php?title=$1 [PT,L,QSA] [05:01:55] RewriteRule ^titanowiki/*$ titanowiki/ [L,QSA] [05:01:58] RewriteRule ^/*$ titanowiki/ [L,QSA] [05:02:59] and my lines in .localsettings.php are: [05:03:00] $wgScriptPath = "/titanowiki"; [05:03:00] $wgScript = "$wgScriptPath/index.php"; [05:03:00] $wgArticlePath = "/titanowiki/$1"; [05:09:54] this is where i become less helpful [05:10:07] :) I appreciate the help [05:10:22] my emails are stacking, haha [05:10:47] I had just sent a flash invite to many just before I embarked on this url beautification, I won't do that again [05:10:57] "dude your site doesn't even work" [05:11:04] haha [05:13:19] i guess it might be infinitely rewriting, try adding another RewriteCond [05:13:50] of what form [05:13:59] RewriteCond %{REQUEST_URI} !^titanowiki/index.php [05:14:02] ...i think [05:15:09] er, !^/titanowiki [05:15:43] :) I appreciate it, I really do, but still 404 [05:15:50] sorry, I mean internal server error [05:16:26] change the rewriterules with ^titanowiki to ^/titanowiki too [05:16:53] actually yeah, just toss / before all the titanowiki in .htaccess [05:17:39] oh, that changed it back to 404 [05:17:57] ... [05:17:59] crap [05:18:13] whoops. [05:18:16] phew [05:18:20] I thought you'd buggered [05:18:23] :) [05:18:45] nope, crashed my IRC client. [05:18:49] anyway. [05:19:10] ok, the error changed with that / change, to: The requested URL /titanowiki/titanowiki/ was not found on this server. [05:19:14] which looks recursive [05:19:23] should be /titanowiki/TitanoWiki [05:19:39] i think mediawiki takes care of the capitalization [05:20:05] well the error before had the caps [05:21:09] 03yurik * r26236 10/branches/ApiEdit_Vodafone/includes/SpecialUpload.php: Synced with the root. This is the version that is being merged with the trunk. [05:21:11] how about this, take out all the rewriterules except for this: RewriteRule ^(.+)$ /titanowiki/index.php?title=$1 [L,QSA] [05:22:16] might need a slash in that first bit [05:22:31] YOU ARE A GOLDEN GOD [05:22:34] YOU ARE A GOLDEN GOD [05:22:34] hot shit [05:22:35] YOU ARE A GOLDEN GOD [05:22:54] http://www.titanomachy.net/titanowiki/TitanoWiki [05:22:59] whoops [05:23:25] seriously, you are a golden GOD [05:23:52] so, perhaps I should edit that wiki since it caused me so many troubles "a third way to do this without all the cruft is..." [05:24:30] yeah i keep meaning to post the setup i have [05:24:45] ...which took me like three days of fiddling with .htaccess [05:25:10] alxndr: you have no idea [05:25:18] I wish I could pour you a drink [05:25:19] oh i bet i do [05:25:26] or a coffee or something [05:25:33] hehe [05:25:36] i could go for either [05:25:41] me too [05:25:48] and even a cigarette, though I wuit [05:25:52] quit, but sheesh [05:25:55] anyway yeah post the setup you have, maybe it'll help someone else [05:26:10] thanks, I will, since here's the funny bit about what you just helped me do: [05:26:22] there is a short_url howto, and a beautification howto [05:26:26] you just helped me do both [05:26:36] with less code than either of the other howtos [05:26:41] aw shucks [05:26:45] put that in your pipe and smoke it [05:26:53] i've got my wiki down to domain.net/Article [05:27:14] despite the prophetic warnings against it [05:28:59] interesting [05:32:51] 03yurik * r26237 10/trunk/phase3/includes/SpecialUpload.php: [05:32:51] Merged from apiedit_vodafone branch, r26236. [05:32:51] The functionality must not have changed - this commit separates the file upload into internalProcessUpload(), while leaving processUpload() to handle web-UI only. [05:33:19] thanks again alxndr [05:33:24] no problem [05:46:59] How could I make the footnote float not so high? [05:49:26] For example in Wikipedia the notes float so high that they destroy the flow of the text. [05:50:05] I quickly tried to find an example: http://en.wikipedia.org/wiki/Evolution#Mutation [05:50:22] So the notes make the line break too big. [05:50:42] Hnhg, hard to explain. Hope that you understand what I mean. [05:51:40] what breaks what? [05:53:54] *micaelzer sees nothing destroied [05:54:17] *amidaniel destroies micaelzer [05:54:26] lol [05:55:05] heh [05:55:22] fixme up! [05:55:40] 03yurik * r26238 10/branches/ApiEdit_Vodafone/includes/ (4 files in 2 dirs): bug fixes and reorg for api edit. [05:55:45] Erkkimon, something like sup.reference { line-height: 0.9em; } ? [05:56:00] *amidaniel meows in yurikny's direction [05:56:23] vodafone has gone from asia area [05:57:36] yurikny: What all are you mergind? I see you brought Special:Upload over [05:57:50] yep [05:57:52] merging* [05:58:03] nothing much - just the file upload thing [05:58:03] Anything else? [05:58:07] Ah, alright [05:58:10] edit is too broken yet [05:58:17] Indeed :D [05:58:27] *amidaniel is however excited to see the day of apiedit approaching [05:58:29] biggest problem - extensions [05:58:40] will need some clean rewriting [05:59:13] I hope not the extensions themselves, right? [05:59:22] unfortunately - yes [05:59:34] if extension can change the output, the api will break [06:00:14] actually no - i can capture everything that goes to the output, -- php has this [06:00:25] erum ... there's no way to merge in edit while preserving current ext accessors? [06:00:32] but it will be very unhelpful to the client [06:00:51] alxndr: thanks again [06:00:53] think how extensions work [06:01:14] example: edit-save: if the captcha fails [06:01:16] my two cents would be that anything that might break extensions not be merged in until it can be fixed to not do that [06:02:03] Yeah .. what are we doing about confirm edit? [06:02:09] captcha would modify the output by injecting html [06:02:36] That assumes the client reads the output :) [06:02:52] in our case, we need to return much more useful info, like "get image from ..., and send the text in the next commit" [06:03:17] Okay [06:03:26] So we're not going to allow html injection into the output then? [06:03:27] in other words -- extension will return "fail, and here are the extra params" [06:03:43] also, extension will return a callback function -- call it when rendering html [06:04:02] hm okay [06:04:36] thus the form will see that extension failed, and will ask it to render itself (if in html), or simply return the raw data the extension gave back to the client [06:05:34] Wow, that could get messy for clients though -- the whole pt of the api was to get away from html interfaces :D [06:06:05] how would that be messy? [06:06:11] no html will be sent to the client [06:07:02] Then how are we going to transmit the "rendering" of the extension? [06:07:35] For the one case of confirmedit, we can obiously just cheat and hand back an img url, but that won't apply in all cases [06:09:43] easy -- each extension returns an array of extra stuff when it fails: [06:10:42] the captcha would return { 'imageurl' : 'image\path.png', 'status' : 'failed', 'callback' : php-callback } [06:11:06] the edit page would use the 'callback' element to ask the extension to render itself [06:11:20] oh oh i c [06:11:25] whereas api would simply remove 'callback' from the results and send everything else to the client [06:11:56] so extensions kinda have to know about api [06:22:22] alxndr: Oh yeah, that's what I meant. Thank you so much. :) [06:22:42] 03(NEW) Talk namespaces filters - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11499 15enhancement; normal; Wikimedia: General/Unknown; (jc37_friends) [06:26:42] 03david * r26239 10/branches/liquidthreads/ (3 files in 2 dirs): Paged thread history -- not thoroughly tested as yet, but seems to work. [06:45:15] no problem Erkkimon [06:46:11] *sigh* generics in java are so absolutely fabulous .. private E touchCache(E cache) [06:46:17] if only php could do such niftiness :) [07:22:31] hello [08:11:20] How do you include a page (as a tile) from a Skin? [08:17:39] <_wooz> lo [09:22:39] How can you initialise a new (but editable) page from a Skin? [09:23:57] hello people ! [09:24:28] i've a problem with templates [09:24:47] {{mytemplate| hello world}} works well [09:25:23] but when i do {{mytemplate| hello = world}}, I've the result of {{mytemplate}} [09:25:36] as if '=' was a forbibdden character [09:26:08] I can't use nowiki because it's in an url [09:26:42] {{mytemplate| see this bug http://bugzilla?id_bug=1234 }} [09:28:27] leo037: foo=bar makes a named parameter. [09:28:44] leo037: {{mytemplate|1= hello = world}} will work [09:28:53] thanks a lot ! [09:28:59] leo037: or use {{{url}}} instead of {{{1}}} in the template [09:29:27] because {{mytemplate| url=http://bugzilla?id_bug=1234 }} makes more sense [09:29:31] and as I'm here : thanks for mediawiki [09:29:41] leo037: also, you could use html-entities to encode the = in the url. that should also work. [09:29:48] it's a good piece of software :) [09:29:53] \o/ [09:30:03] it's also a piece of shit :) [09:30:10] strangely, that's not a contradiction :) [09:30:27] :) [10:03:22] Hello! I've got a question concerning MediaWiki configuration. [10:03:49] I cannot find a fitting FAQ entry. [10:04:37] when submitting a edit page that contains äöü, my browser just receives an empty page [10:04:49] submitting a page without umlaut characters works [10:04:55] any ideas? [10:23:59] I get an Internal Error. Even with $wgShowExceptionDetails = true, all I get is the "generic error". [10:23:59] I'm trying to enable the HttpAuth extension. I installed, and a copied the 5 lines I see in the doc. Added session_start(); at the top of LocalSettings.php (this part is unclear in the doc - it says "top of the page"). [10:34:30] Is it possible to embed an image inside a link in Wikitext? [10:35:42] I thought I might be able to write a parser function to do it, but apparently parser functions output wikitext anyway... [10:37:18] ahah! return array($output, 'noparse' => true, 'isHTML' => true); [11:17:40] Hi all [12:59:45] help [13:08:21] 03(mod) Add [[Special:History/Page]] and [[Special:Edit/Page]] as functional internal wiki links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11456 +comment (10dungodung) [13:08:30] thx [13:11:54] I'm trying to Wiki-ize this page: http://58.96.34.198/transitcamp/goldcoast/wiki/skins/transitcamp/transitcamp_index.html but I'm having trouble embedding a page fragment: http://58.96.34.198/transitcamp/goldcoast/wiki/index.php?title=Home [13:13:50] I'm getting "UNIQ6c33959d50f279b4-" showing up in the embedded fragment (I've tried it several different ways) [13:17:54] anyone using Extension:WikiArticleFeeds with 1.11.0 ? [13:18:06] I have an error in the generated XML I think ... [13:18:14] http://biodatabase.org/index.php/Sandbox/feed [13:18:24] seems like a leading white space causes the error [13:19:17] In the last days I had a closer look for the extension: LabeledSectionTransclusion. What I want to do now, is to replace the transcluded "template" with the text itself, so it is possible to edit it (like {{subst:template}}). Afterwards I want to save it in the "template"-article. You think this would be possible? [13:20:24] demagggus, transclude into a template and subst that template? [13:22:38] ug [13:23:21] faceface: but this wouldn't solve the problem of changing also the origin article!?! am I right? [13:34:40] nobody any further ideas? [13:36:30] demagggus: sure. use one template for each piece of info you want to transclude [13:40:46] duesentrieb: the idea is, that the users, who read the text don't need to change the article the text is transcluded from. but if I just transclude templates I have to make modifications in the templates itself!?! [13:48:25] This is the best I've been able to do - neither approach works: http://58.96.34.198/transitcamp/goldcoast/wiki/index.php?title=Home [15:10:18] Question for anyone more clever than I: For some reason, I can only see edits on my front page when logged in. When I'm not logged in, the page reverts to what it looked like before I made the changes. When logged in, it looks right. Any ideas? [15:13:43] wyth: something is stuck in some cache. [15:14:02] action=purge purghe cachees t [15:14:19] err. action=purge purges that cache for that page [15:14:26] *Duesentrieb shakes first at touchpad [15:14:32] fist even [15:14:49] the interesting bit it: why does it get stuck in which cache? [15:14:55] usually, caches are purged on edit [15:16:31] I tried this from the browser last night: http://...?action=purge, but that didn't change anything. I just restarted the server -- I'll try again [15:17:05] 03(mod) Automatically changing Wikipedia logo - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10075 (10servien) [15:17:11] Just tried it again -- didn't take [15:17:31] It's only happening on one page, so it's a little odd [15:18:06] http://wc.engl.virginia.edu -- I edited the top menu, and the only page it's not showing up on is the front page [15:24:45] so why would a page get stuck in cache? [15:26:53] hi all, is it possible to do something like this in wikitext:
[15:27:02] wyth: i don't know. uh, what should i be seeing there, instead of what? [15:27:25] Wiredtape: no. background images are explicitely disabled, because they can easily be abused. [15:27:53] heh. I added a menu entry to the top menu, and cleaned up those boxed in the bottom. But they're only showing in the other pages I edited. [15:28:11] Wiredtape: it would probably be simple enough though to write a tag hook or parser function to do something like that. maybe it already exists. [15:28:35] Duesentrieb: hmm.... ok thanx [15:28:36] wyth: *what* did you add? i'm trying to see your problem. [15:28:56] ENWR Assignments [15:29:10] at the top-right of the top menu, next to ENWR 105/106 [15:29:24] Also added a close date under Athletics [15:29:40] wyth: i see ENWR 105/106 on the main page [15:29:48] Don't tell me you're seeing them, because I've not seen them on three computers [15:30:06] ah, ok i see. i see that i don't see. [15:30:30] this page shows the top menu as it should look http://wc.engl.virginia.edu/wiki/ENWR_105/106_Appointments [15:30:49] it's not a browser problem, I believe [15:31:21] nope, not a browser problem; I just vnc'd into a remote machine and tried it. [15:31:24] same result [15:32:00] wyth: it's quite odd, i must admit. are you using the file cache? [15:32:03] server side, i mean [15:32:17] $wgUseFileCache... [15:32:37] ach, which file is that in... [15:33:17] wyth: there's only one config file. [15:34:06] I was just thinking outloud. I'm running xampp -- checking now [15:34:36] got nothing to do with xampp. it's a mediawiki options [15:35:46] right, just getting to my file [15:36:36] Duesentrieb, it would be easier to define a class or id tag in main.css for the specific thing I need wouldn't it? (could I do this to common.css?) [15:36:40] in LocalSettings.php, right? I don't see it in there [15:37:28] Wiredtape: yes and yes, if you only need it for a couple of images [15:37:34] great :) [15:37:51] wyth: then it's using the default, which is "false". [15:39:08] wyth: http://wc.engl.virginia.edu/w/index.php?oldid=2426 [15:39:23] wyth: so, it's somehow cache related... must be... [15:40:08] latest rev: http://wc.engl.virginia.edu/w/index.php?title=Main_Page&direction=next&oldid=2438 [15:40:25] interesting [15:40:34] Duesentrieb: sorry for the badgering.. supposedly background-image:[[Media:blbl.jpg]] should work? or should it be url([[Media:blbl.jpg) or url(file_path)? [15:40:37] I wonder if it'll come up if I add that [15:41:12] Wiredtape: no. wiki links con't work in common.css. you must use a full url to the image [15:41:21] k [15:41:34] wyth: if you ask for a specific revision id, no caching applies [15:42:30] y'know, I have eaccelerator enabled in php.ini. I wonder if that has something to do with it [15:42:41] yep - that caches pages [15:43:02] wyth: it's possible - i think mediawiki uses it for page caching. [15:43:21] well, it can, anyway. not sure if it automatically does so if it's there. [15:43:56] the fact that it looks ok when you are logged in implies that it must be a page cache, not the parser cache [15:44:25] I'm going to disable eaccelerator, restart the server, and see if that makes a difference [15:45:31] you can try that [15:45:45] keep in mind though that restarting apache generally does not purge mediawiki's cache [15:45:59] well, it probably will if it's in eaccell. but per default, the cache is in the database and/or files [15:46:17] is there a way to clear the cache through phpmyadmin? [15:46:19] wyth: try touching LocalSettings.php - that should purge all caches. [15:46:26] however, so should action=purge ... [15:46:41] wyth: in phpmyadmin, you can simply truncate the objectcache table. [15:46:41] server's rebooting [15:47:27] rebooting? man, it's not windows :) you don't solve problems be rebooting. [15:47:48] (had a print job stuck in my printserver earlier. after rebooting, it happily resumed printing) [15:47:54] heh. the server is on a windows machine. it's at my university -- I didn't have a choice. [15:48:11] that *must* be the cause of your problem! [15:48:14] And whenever I try to restart apache, it just hanges [15:49:03] I *KNOW* that's the root of most of my torture. I'm the director of the center and manage all the tech. The one good thing is I've learned a lot more than I ever expected to. I teach people how to write, not manage servers [15:50:55] Duesnetrieb, does the template namespace use common.css? if so, then for some reason my div doesn't inherit from commmon.css... [15:59:02] Wiredtape: common.css is used for everything. clear your browser's cache. if it still doesn't work, you misspelled something. get firebug [16:00:18] I cleared, tried firebug, ill try some more.. [16:12:41] the reboot of server didn't take, and neither did clearing the objectcache table -- which isn't truncating it, I believe. I did that from phomyadmin [16:12:47] phPmyadmin [16:13:10] maybe... [16:14:25] 03(mod) Whitespace should be fixed automatically - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11498 +comment (10oq9pscb02) [16:15:51] jeez... I just took everything out of the page, emptied it, and when I logged out and went to the page, that same page is back again. dagnabbit... [16:17:58] wyth: this may be irrelevant, but I'm guessing you use explorer. Try to clear browser cache using ctrl-f5 [16:19:25] nope, using firefox [16:19:49] I did just check it on explorer, with the same result [16:21:20] ok, have you tried disabling cache using $wgEnableParserCache = false; [16:22:32] (that would go in the localsettings.php, and will really slow down your system if you leave it in production) [16:26:59] I'll try that right now [16:29:23] wyth: btw, here's what I see on both pages - logged in or not: Writing Center Info • Making Appointments • Walk-In Appointments • ENWR 105/106 • ENWR Assignments On Arguments • Five Parts of Argument • Problem Statements [16:30:27] Really? You're seeing the ENWR Assignments link? On both pages... why can't I? I'm looking on three different machines on three browsers (firefox, epiphany, explorer) [16:30:38] i got a little question... i need do add some fields in registration form of my mediawiki... cansomebody help me? [16:31:30] uh, that's what you get for shutting down easters? [16:32:17] any chance you're using a caching proxy there? [16:32:50] not using a proxy [16:32:53] anybody hear me [16:33:01] ? [16:35:07] wow. it's working now [16:35:19] I just rebooted the server again and it's working [16:35:36] maybe I needed to flush the objectcache and reboot for it to take [16:36:13] Dusentrieb, jdpond, I appreciate your help with this. [17:16:37] WikiSysop? [17:16:39] hehe [17:26:02] VoiceOfAll, hi. How's revisiondelete coming along for 1.12? :) [17:26:20] just waiting till log_id is added [17:26:51] though, I may just disable it so I can commit sooner [17:28:02] cool :) [17:29:17] 03(NEW) Rearranging gallerys - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11500 15enhancement; normal; MediaWiki: User interface; (slowpoke) [17:36:51] hello guys ! [17:37:06] I try to do a template that make a link to wikipedia [17:37:40] such as : [http://fr.wikipedia.org/wiki/{{{1}}} {{{1}}}] [17:37:53] this works well for single word [17:38:09] for example, {{wp|Mandriva}} [17:38:33] becomes [http://fr.wikipedia.org/wiki/Mandriva Mandriva] which is good [17:38:45] but it doesn't work with several word [17:38:59] such as {{wp|Mandriva Linux}} [17:39:14] that becames [http://fr.wikipedia.org/wiki/Mandriva Linux Mandriva Linux] [17:39:33] i tried {{{1}}} [17:39:38] with no success [17:45:56] how can i edit the toolbox in mediawiki? [17:46:23] you don't...unless you want to hack the skin, that is [17:46:50] ah, that's what i thought. thanks [17:47:31] nobody knows for my template ? [17:50:16] {{{1}}} [17:50:21] (if I understood you right) [17:52:14] enhydra: you can also create a interwiki [17:52:26] if you have access to database [17:53:26] enhydra: this makes Mandriva+Linux [17:53:41] enhydra: do you know how to do Mandriva%20Linux ? [17:54:32] Mandriva+Linux works fine with http://fr.wikipedia.org/w/index.php?title=Mandriva+Linux [17:54:50] [http://fr.wikipedia.org/w/index.php?title={{urlencode:{{{1}}}}} {{{1}}}] [17:54:51] ho thanks [17:55:12] I was trying http://fr.wikipedia.org/wiki/Mandriva+Linux [17:55:41] thanks a lot enydra [17:56:38] Hi [17:56:51] my articles are created with a uppercase first letter. [17:57:06] by default, yes [17:57:10] how can I make the article name all lowercase? [17:59:05] set $wgCapitalLinks = false; in LocalSettings.php [18:00:21] Thanks. [18:00:43] leo037, no problem :) [18:01:23] «Many Wikimedia users consider me a template guru. If you need help with templates, feel free to contact me.» (from my metawiki userpage) [18:07:54] 03(mod) Parameter names in templates should be case-insensitive - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4964 (10N/A) [18:10:44] hehe, the new Microsoft way to implement a captcha asks humans to identify cats among pictures of dogs and cats [18:10:51] http://www.asirra.com/examples/ExampleService.html [18:11:27] Asirra is Animal Species Image Recognition for Restricting Access [18:14:48] 03(mod) Case insensitivity in section anchors - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10721 (10N/A) [18:14:49] 03(mod) case sensitive issues (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3950 (10N/A) [18:20:15] 03(mod) Usernames with initial-lowercase letters need to be cleaned up across Wikimedia projects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5230 (10N/A) [18:20:15] 03(mod) Disallow lowercase-initial titles in User and User_talk namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5134 (10N/A) [18:23:33] is it possible to change the displayed name on a page to something else than the page name? [18:24:20] khatahn: no. or rather yes, but unly in a very limited way [18:25:02] that is, the normalized form has to be the same. this is to avoid confusion [18:25:08] why do you need this anyway? [18:25:10] ok, good. i wouldn't really have wanted to do it anyway, but i was ordered to find out. thanks :) [18:25:13] wouldn't a redirect be nough [18:38:57] 03(NEW) Pages differing only in case sensitivity are overridden - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11501 normal; normal; MediaWiki: General/Unknown; (stux) [18:38:58] 03(mod) case sensitive issues (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3950 (10N/A) [18:44:30] 03(mod) Pages differing only in case sensitivity are overridden - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11501 +comment (10daniel) [18:44:57] 03(mod) Make page titles case-insensitive ( but preserve case-sensitivity for display) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=453 (10N/A) [19:17:25] anyone know http://www.cultureset.com ? that site seems down, and I wonder where another version may be. [19:18:55] mutante, very cool! [19:24:18] 03cosoleto * r26240 10/USERINFO/cosoleto: + me [19:40:18] 03mkroetzsch * r26241 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Types.php: Fixed bug with in-wiki display of nary datatypes. [19:41:30] last stupid question from me today: is it possible to hide the left hand menubar/toolbox from users who have not logged in? i have been able to disable viewing the wiki itself, but the menubar is still visible [19:41:32] 03mkroetzsch * r26242 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php: Respect $useAlias parameter [19:41:32] how would i go about adding another "action=" type to mediawiki, that is just like action=raw but only with a different MIME type [19:42:01] khatahn: You could do it with JavaScript. [19:42:08] 03mkroetzsch * r26243 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php: Removed deprecated properties [19:42:28] khatahn: or you can hack the skin and add a check for $wgUser->isAnon() [19:42:37] mutante: there's a hook for that. [19:42:43] mutante: UnknownAction or some such [19:42:57] !hooks | mutante [19:43:01] awww... [19:43:04] Pathoschild: ah, so it's apparently not trivial to do it. damn. [19:43:32] !hooks is http://www.mediawiki.org/wiki/Manual:Hooks [19:43:32] Successfully added keyword: hooks [19:43:45] there we go [19:44:08] It's pretty easy with JavaScript, if you know how to code that. Just check if "user" is in wgUserName, and add a "style" attribute to the box with 'display:none;'. [19:44:11] thank you Daniel [19:44:43] It won't work for users without JavaScript, though, and it will be visible until the page finishes loading. [19:44:45] http://www.mediawiki.org/wiki/Manual:Hooks/UnknownAction [19:45:08] Pathoschild: it's even simpler & nicer in php :) [19:45:32] Yep, but then you need to do it all over again when you upgrade. :p [19:47:45] well, the wiki is full of programmers, so i guess someone should be able to do it, if i'm too lazy to get into it myself :) [19:47:53] but thanks a lot for this information =) [19:48:40] Pathoschild: not if you copy&rename first :) [19:49:48] Yes, but then things break if that file was changed in the update. :) [19:52:20] hm? why would they? [19:53:43] i guess one (small?) hack wouldn't be too much to redo with every update. but then again i suppose mediawiki isn't necessarily the best choise for a highly secretive wiki anyway. [19:54:42] khatahn: no it's not. see the red box here for example: http://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions [19:54:55] and read that: http://www.mediawiki.org/wiki/Security_issues_with_authorization_extensions [19:56:09] Hi there, [19:56:12] yeah, it's just that mediawiki is the best :) [19:56:34] Duesentrieb: wow, http://www.mediawiki.org/wiki/Extension:UnknownActionHandler sounds even better ;) cu later [19:57:45] I tried to install Check-User on a mediawiki wiki one month ago, and didn't manage... would you help me ? [20:00:23] I think that it's something with the revision version that are not made for my version, or about writing right on the database [20:01:01] I'm french, and not a very good technician in computer... [20:06:54] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 (10brion) [20:09:49] 14(WFM) Search button not returning anything - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11495 +comment (10brion) [20:11:37] 03(mod) Sysops can put raw HTML in some MediaWiki:-messages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11496 (10brion) [20:13:45] 03(WONTFIX) Whitespace should be fixed automatically - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11498 +comment (10brion) [20:15:54] 14(WFM) Pages differing only in case sensitivity are overridden - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11501 +comment (10brion) [20:16:30] Astirmays: what version of MediaWiki? [20:16:59] I'll have a look... [20:17:49] VoiceOfAll: 1.8.2 [20:18:20] Was installed last november [20:19:11] Should I take revisions of Check-User files former to this date ? [20:20:54] And it seems that files like cu_changes.pg.sql are onle 5 month old... Do I need it ? [20:22:01] Astirmays: actually, upgrading the wiki would be a better idea... [20:22:24] yes, just upgrade [20:22:47] Well yes, I've never done that... I didn't install it myself... [20:23:29] SVN up, run update.php [20:24:05] *if* it was installed from svn [20:24:48] SVN... ? [20:25:33] the version page : http://fr.vikidia.org/index.php/Special:Version [20:26:11] That's the "wikikids" in french [20:27:23] *VoiceOfAll gives up [20:27:24] use http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/CheckUser/?sortby=date&pathrev=18793 [20:27:26] whatever [20:28:38] Ok, thanks [20:32:27] hello [20:35:15] I put the file in the "extensions" directory Do I need to put them in a extensions/check-user directory ? [20:43:07] hello all, I was trying to move my wiki. I installed my new wiki to shared host successfully, and I imported the old database, but I'm unable to see my old pages [20:43:37] link : osl.encs-birzeit.net/wiki/ [20:51:14] Hi, I just have a ''AdminSettings.sample'' file, but no AdminSettings.php file, should I ? [20:51:50] (it's asked here : http://www.mediawiki.org/wiki/Extension:CheckUser#Basic) [20:52:05] copy the contents from AdminSettings.sample to a file called AdminSettings.php and change the values to the correct username and password [20:52:41] Ok, thanks [20:52:55] guys... [20:53:09] The same username and password as in LocalSetting I guess ? [20:54:58] I'm trying to move my old wiki to shared host. I installed the media wiki there. and I imported the dumped database. and I configured it . but I'm unable to see old pages [20:55:20] Astirmays: yep [21:00:06] hmm, there is no geshi syntax for wikicode... [21:08:59] anyone here using WikiArticleFeeds ? I have a problem with the latest release on my Wiki (0.6.3 & 1.11.0) [21:09:34] it produces invalid XML when it generates the feed, but its just a single leading white space that causes all the trouble. [21:09:50] http://biodatabase.org/index.php/Sandbox/feed [21:18:42] Just another abaut CheckUser : in the file CheckUser.php : http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/CheckUser/CheckUser.php?revision=15704&view=markup&sortby=date&pathrev=18793 [21:18:53] Ther is $wgCheckUserLog = '/home/wikipedia/logs/checkuser.log'; [21:19:13] But my wiki is not Wikipedia [21:19:33] should I change something ? [21:20:09] obviously, that needs to be changed [21:20:44] make a writable path [21:21:51] (I have to know if and how a path is writable) [21:22:54] 03(NEW) New messages translated in French language - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11502 15enhancement; normal; MediaWiki: Internationalization; (bertrand.grondin) [21:23:35] $wgCheckUserLog = '/home/subdomains/fr/httpdocs/logs/checkuser.log'; soething like that ? [21:24:10] if it works when you check a user/ip, then it is fine [21:24:16] so you could brute test it that way [21:28:21] There is a lot of detail missing for the more recent hooks in particular, as their purpose/usage has not yet been documented by the developers. :( [21:35:28] hello [21:35:50] 03(mod) Pages differing only in case sensitivity are overridden - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11501 (10N/A) [21:36:21] anyone have installed this externsion in his wiki? [21:36:23] http://www.mediawiki.org/wiki/Extension:News [21:37:06] Soshen|NIHAO, not me [21:37:43] are you just curious? [21:37:46] cose i need modify the rss [21:37:59] no i need make a rss [21:38:07] don't it have rss? [21:38:09] with only title and pagelink [21:38:26] lets ask Duesentrieb [21:38:56] yeah it have a rss but with all page preview it's too long [21:39:26] To define your own format for the generated list, you can provide a pattern that will be used for each entry: ... Doesn't that affect RSS too? [21:39:50] define... where in mediawiki? [21:40:17] Soshen|NIHAO, I am looking at the extension page on MW [21:40:22] http://www.mediawiki.org/wiki/Extension:News [21:45:03] yeah but dont work with 1.6 [21:45:13] output a class error [21:45:45] is 1.6 for PHP 4? [21:46:27] I think you've had your chips [21:48:35] ^^ [21:48:41] yeah [21:48:56] PHP upgrade? [21:56:02] i can do it [21:58:26] some of these hooks are a little difficult to understand... [[/ArticleViewHeader]] - Called after an articleheader is shown. What does that even mean? Shown where? Is this happening during the stream of HTML to the client? [21:59:02] Called from: 1.6+ - Article.php: Article::doEdit() ... does that help anyone to understand? [21:59:45] Pinky, we missed you [22:02:13] I guess these events are happening as HTML is being constructed - The term 'displayed' is confusing though. [22:03:18] mmmm [22:03:43] Hmm? [22:05:38] 03(NEW) Alphabetical order in tr.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11503 15enhancement; normal; Wikimedia: Language setup; (wikipedia.kawaii.neko) [22:09:16] dupe! [22:17:42] Astirmays, ? [22:17:53] i'm upgrading to 1.11 [22:17:55] nm - I didn't mean you. [22:17:56] Yes [22:18:36] It nearly works for me [22:18:48] (Special:CheckUser) [22:19:51] Soshen|NIHAO, cool [22:19:58] Astirmays, sorry, I got confused [22:20:21] Ok no problem [22:20:45] But I still have a question ! [22:20:53] go ahead :D [22:21:02] But I can't change an user to the checkuser group [22:21:39] the group appears, I am a bureaucrat, but it's not saved... [22:22:03] when I am on Special:Userrights [22:22:23] Strange [22:23:16] Do I need $wgGroupPermissions['CheckUser']['CheckUser'] = true; in LocalSetting.php ? [22:24:01] sorry, I know nothing about user rights / action permission stuff. [22:24:13] There is already $wgGroupPermissions['checkuser']['checkuser'] = true; in CheckUser.php [22:25:17] Anybody-else on this issue ? [22:25:29] Anybody-else on this channel? [22:25:52] Anyone here using WikiArticleFeeds ? I have a problem with the latest release on my Wiki (0.6.3 & 1.11.0) [22:25:55] Astirmays: well, that gives the right to the "checkuser" group. if you are not in that group... [22:25:57] it produces invalid XML when it generates the feed, but its just a single leading white space that causes all the trouble. [22:26:34] Astirmays: as a b'crat, you can add yourself to that group. or you can add the rights to the bureaucrat group. [22:26:44] Duesentrieb: it's not saved when I do it... [22:27:12] *shrug* [22:27:26] $wgGroupPermissions['bureaucrat']['checkuser'] = true; [22:27:50] In Loca Setting or checkUser?php ? [22:28:17] CheckUser.php I guess. [22:28:48] I'll try it [22:31:30] no. [22:31:37] all settings go into LocalSettings [22:31:46] do not change any otehr file. [22:31:57] unless you plan on seriously programming mediawiki [22:32:59] we are much closer today to a "semantic Wikipedia" than to a semantic WWW in general. [22:33:07] night all [22:37:01] Duesentrieb: they were already $wgGroupPermissions['checkuser']['checkuser'] = true; in CheckUser.php, so... ? [22:37:51] Astirmays: so? the extension defines the defaults. you local settings go into LocalSettings. that's why it's called local settings. [22:38:48] Ok, that's the point ! [22:39:29] But Anyway the trouble now is just the path to the log file [22:40:27] log file?... [22:41:31] Can I write $wgCheckUserLog = '$IP/logs/checkuser.log'; instead of $wgCheckUserLog = '/home/subdomains/fr/httpdocs/logs/checkuser.log'; ? [22:42:10] you can write whatever you want... make sure the path exists, is writable, and can not be read from the web. [22:42:25] and make the change in localsettings, not in the extension. [22:42:54] ugh... why does it have '/home/wikipedia/logs/checkuser.log' hardcoded? that's stupid.# [22:45:07] Ok I think I understand, anything you write in LocalSetting cancel what is written in the other files (extension) if it's about the same thing ? [22:45:19] 03(FIXED) Wiktionary Bugzilla component requested - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8935 +comment (10brion) [22:47:23] Astirmays: yes - if you put it *after* including the extension. [22:48:50] OK... well I will be an expert in a few months... ;-) [22:52:04] Soshen|NIHAO: I'm using Extension:News [23:18:58] Hi again, [[Special:CheckUser]] now gives the messages : "No log file" is there something missing ? [23:20:44] a log file, maybe? [23:21:35] Maybe I should find $wgPutIPinRC , it is not in LocalSetting... [23:22:28] Astirmays: add it if it's not there. [23:22:48] Ok thanks, I'll try [23:22:52] Astirmays: it seems like CheckUser wants an *existing* log file. so, create an empty (and writable) file in the location you specified. [23:23:17] if( $wgCheckUserLog === false || !file_exists( $wgCheckUserLog ) ) $wgOut->addHTML("

".wfMsgHtml("checkuser-nolog")."

"); [23:23:45] yeah [23:23:51] it really should write it [23:23:57] Do I past it in LocalSetting ? [23:24:13] the code? [23:24:18] yes [23:24:26] no. thatÄS just the line that checks if the file exists, and outputs an error if it doesn [23:24:39] i was quoting it, because it seems odd. [23:25:42] http://en.wikipedia.org/wiki/Bj%C3%B6rk [23:25:52] she is awesome <3 [23:27:53] 03siebrand * r26244 10/trunk/phase3/ (13 files in 2 dirs): [23:27:53] Localisation updates from Betawiki. [23:27:53] * am, bcl, cs, cy, dsb, hr, ja, ko, nds, pt, ro, sei. [23:28:00] VoiceOfAll... [23:28:24] *VoiceOfAll hears Hunter in his head [23:28:30] VoiceOfAll can you adress the malaylam wiki problem with invisible chars? [23:28:41] VoiceOfAll no thats me [23:28:43] *VoiceOfAll wants a cat to feast on [23:28:59] *White_Cat points at ST47 [23:35:44] I'm having trouble with Extensions:HttpAuth. I follow the instructions here: http://www.mediawiki.org/wiki/Extension:HttpAuth but get an "internal error". [23:36:26] There is one point of confusion I have in those instructions. it refers to "the top of the page", which I'm not sure about. [23:38:11] Duesentrieb: The CheckUser seems to work, thank, and time to go to bed, it's half past one AM here ! [23:38:38] same here [23:38:40] gn8 [23:39:10] 03(NEW) External links with & in them break - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11504 normal; normal; MediaWiki extensions: ImageMap; (Prodego) [23:42:33] Astirmays: though its cooler when upgraded ;) [23:42:46] 03(NEW) List of rights that can be granted/ revoked broken in Special:Userrights - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11505 minor; normal; MediaWiki: Special pages; (Prodego) [23:43:08] Yes sure, that will be the next step ! [23:43:50] 03(mod) External links with & in them break in an imagemap - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11504 summary (10Prodego) [23:56:09] I get an internal error that says: Set $wgShowExceptionDetails = true; in LocalSettings.php to show detailed debugging information. [23:56:29] I do this, but it has no effect, and I cannot find that 'variable' documented. [23:56:43] Do I have some type of version mismatch?