[00:06:25] is davidmccabe on IRC? [00:06:49] not atm no [00:39:27] anyone ever use wakka? [00:58:09] Hello, I'm not sure if I found a bug or not, but when I put a URL like [http://example.com link] in a template, I get PHP error messages "Warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/html/w/includes/GlobalFunctions.php on line 1964 [00:58:32] Also the same for like 1966, and looking at that line, it's "1964 if ( in_array( $bits['scheme'] . '://' , $wgUrlProtocols ) ) {" [00:58:58] And I believe that $wgUrlProtocols is a regex string, not an array, and this still seems to be the code in svn as far as I can tell [01:00:51] I'll submit a bug report, but I wanted to see if this was a known or common issue, or my own stupidity :P [01:01:27] sorry for abruptly leaving last time [01:01:30] was my question answered? [01:05:09] 03(NEW) External links in templates cause a PHP in_array error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12135 15enhancement; normal; MediaWiki: Templates; (surye80) [01:05:23] There it is :) [01:05:43] phrontist, install poem-extension and wrap the log in . [01:06:34] I'll just track this on the bug then, thanks. [01:06:55] so my question... does David McCabe use IRC? [01:07:43] Messedrocker: Yes, but he's not on right now [01:07:57] add davidmccabe to your /notify [01:09:06] or how about i memo him? [01:11:18] or rather, what's his wikipedia user name [01:11:36] - /msg memoserv [01:12:12] TimLaqua: That works too :) [01:12:16] Messedrocker: Erm .. not usre [01:12:17] sure* [01:12:21] who's dave mccabe? [01:14:08] "davidmccabe" is not registered [01:14:12] TimLaqua: He's working on LiquidThreads [01:14:39] Messedrocker: Not according to nickserv [01:14:52] 18:08 -NickServ(NickServ@services.)- Nickname: davidmccabe [01:14:55] excuse me [01:14:59] i misspelled it [01:15:00] 18:08 -NickServ(NickServ@services.)- Last Seen: 16 hours 52 minutes 12 seconds ago [01:15:04] I figured :) [01:15:15] bai! [01:15:21] O.o [01:35:41] Hi all! [01:47:22] TimStarling: is there any easy way to get Extension:LookupUser to work in 1.10? [01:47:34] there seems to be a problem with wfLoadExtensionMessages ... [01:47:40] 03(mod) Patrolled edits occassionally unlogged - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12129 +comment (10Simetrical+wikibugs) [01:51:23] is there a way to see edits made during a particular time range, or within a range near a particular time, across a mediawiki? [01:51:36] for instance "all edits that occured within two hours of this one" [01:51:58] or "all edits that occured within 5 hours of 2AM on Janurary 24, 2005" [01:59:34] phrontist, not through the normal interface, as far as I'm aware. [02:00:34] hmm... perhaps time for a plugin then [02:00:51] it's possible with DPL [02:00:58] DPL? [02:01:00] but the syntax isn't all that nice [02:01:09] DynamicPageList [02:01:57] http://www.mediawiki.org/wiki/Extension:DynamicPageList [02:06:00] jlerner: yeah, wfLoadExtensionMessages is only 1.11+ [02:06:46] jlerner: did it ever work in 1.10? [02:06:52] it's ok - it looks like if you just grab the missing functions, it works OK [02:06:56] *jlerner crosses fingers [02:07:11] i'll update the talk page [02:07:34] TimLaqua: above [02:07:46] well [02:07:53] lemme see if it was one of Siebrand's changes [02:07:56] i wouldn't recommend it to anyone [02:08:01] but it does seem to be working [02:08:15] we'll upgrade to the latest mediawiki once i pull out all the old hacks we did [02:10:26] hmmm... [02:11:37] i wouldn't recommend what i did, that is [02:12:32] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/LookupUser/?pathrev=23169 [02:12:44] that's the last version that will work in 1.10 [02:12:58] ah ok - cool [02:13:26] 03(NEW) Please, may we use square brackets in JSON callbacks? - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12136 15enhancement; normal; MediaWiki: API; (kent_brewster) [02:13:53] siebrand is updating all the extensions to use wfLoadExtensionMessages - which renders them quite incompatible with anything before 1.11 [02:14:03] thanks for the help TimLaqua [02:14:14] I threw version checks in to all of my extensions, but really, I dunno what the solution for it all is. ;-) [02:14:21] What *is* wfLoadExtensionMessages? [02:14:27] crazy [02:14:28] TimLaqua, extensions are branched. [02:14:28] just crazy [02:14:34] good point [02:14:38] If you use 1.10, use extensions from the 1.10 branch. [02:14:43] I disagree [02:14:52] because I add functionality. [02:15:03] so the 1.10 branch is less functional [02:15:05] sure, it works. [02:15:24] but it's silly to say "we don't worry about backwards compatibility because we branch" [02:15:28] plenty of extensions in HEAD workon many versions... the branch thing isn't used by everyone [02:15:37] I agree [02:15:38] brion just does that because it's nice to know a particular version will work [02:15:42] TimLaqua: that's ok - maybe the extension template could prompt folks to add notes about this sort of thing [02:15:57] well, this will be an issue soon. [02:16:18] I just noticed one of mine get updated (as I tried to install my own extension and it exploded) [02:16:41] then I looked around and noticed that all the extensions are being updated to use wfLoadExtensionMessages [02:16:56] it appears to be a push to standardize, but I really don't know where the push came from [02:17:42] that's probably not a good idea [02:17:58] I added version checks to mine. [02:18:08] but that just made the code even dirtier. [02:18:29] *but* they will be backwards compatible and use wfLoadExtensionMessages when available. [02:18:32] so w/e. [02:18:47] maybe a stub version could go into Extensionfunctions [02:19:03] I hate requiring extensionfunctions though. [02:19:19] but I suppose that'd be a good middle-road. [02:20:45] eh, it'll be a fun conversation. [02:27:52] hello [03:24:44] Simetrical, You asleep yet? [03:25:04] setuid, soon. [03:25:09] Not quite yet. [03:25:46] I pulled the latest dump again, reimported, so far, so good... but something's fishy. It seems the public enwiki does not contain the same data that exists in the dump, even in the same articles. [03:25:58] Compare this: [03:26:04] http://en.wikipedia.org/wiki/Goguryeo#History [03:26:06] with this: [03:26:10] http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Goguryeo#History [03:26:17] Disable stylesheets in both, to get an accurate comparison [03:30:56] Were using version 1.11.0 of mediawiki and we have png enabled in the config files but when we try to upload one we get the following error "Upload warning: The file is corrupt or has an incorrect extension. Please check the file and upload again." [03:31:42] it's up with Template:History_of_Korea precisely [03:32:08] puzzlet, me? [03:32:14] yup [03:32:22] What do you mean "it's up with.."? [03:32:34] setuid, images are missing in one [03:32:42] test34_, I don't do images [03:33:16] "that matters"? [03:33:16] is there any way to do a redirect inside a page like MediaWiki:Welcomecreation ? [03:33:18] so what is the difference besides the top with donations and such [03:33:20] http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Template:History_of_Korea [03:33:45] http://en.wikipedia.org/wiki/Template:History_of_Korea [03:33:53] so that after you create an account, you are redirected to another page [03:34:03] puzzlet, hrm, so I'm missing templates? [03:34:07] Or some extension? [03:34:59] i'm figuring out - but it's the template that is different [03:35:30] seems like a timeline or something though [03:35:36] Right [03:35:52] It's weird how each letter is vertical, and separately linked [03:36:07] http://en.wikipedia.org/w/index.php?title=Template:History_of_Korea&oldid=160481764 [03:36:20] ah-ha! [03:36:41] Now the real question is... how many other thousands of articles will have this too? [03:39:11] puzzlet, I just added the template to my own, and it looks fine on the template page: [03:39:14] http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Template:History_of_Korea [03:39:19] But not on the parent page [03:39:29] http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Goguryeo#History [03:39:53] setuid, just grab the latest version.... [03:40:01] test34_, I just did [03:40:13] It doesn't seem to apply to the pages that call that template [03:40:28] Or, the templates aren't being called at all or something [03:41:12] I dont know how often dumps are dumped but they probably can't do them too often.. [03:41:22] test34_, They're ~every month or so [03:41:36] http://download.wikimedia.org/enwiki/ [03:41:42] Looks like ~every 2 weeks now [03:41:48] ok [03:41:57] Seems to vary [03:42:04] dewiki is > 1 month, enwiki is 18 days [03:45:10] 03(mod) mediawiki eats heading carriage returns - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12130 (10tstarling) [03:46:01] I'll re-init the templates from the original sql and see what happens [03:52:03] how would you set up a debugging log? [03:52:30] p858snake: see http://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [03:54:13] jlerner: is profiling the same as debugging? [03:54:33] in other words, do I have to set up startprofiler.php to debug, or is it for something else? [03:54:34] i don't think so [03:54:42] hm [03:54:49] no, they're unrelated [03:55:03] alright [03:55:16] well, they were in a subsection of debugging :\ [03:55:51] they're both observation tools used during development, so conceptually they are related [03:55:58] but there's no requirement to do both at once [03:56:24] Is there a way to make a template split up it's parameters? [03:56:39] For example, I need to write a template that links to multiple pages [03:57:02] writing [[{{{1}}}]] won't do because in the case of two pages, it becomes [[Page1 Page2]] [03:57:35] Using {{{1}}} and {{{2}}} does work, but then what about three pages? (etc) [03:59:53] use optional parameters using the parser functions [04:00:20] {{#if:{{{1|}}}|...}} {{#if:{{{2|}}}|...}} ... [04:01:11] 03(mod) Lost bug report due to unknown keywords - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12133 summary; +comment (10tstarling) [04:04:59] alright, I have the problem with the PNG files not uploading [04:05:10] it's interpreting them as text-plain [04:05:48] The Rain in Spain Falls Mainly on the text/plain [04:06:09] heh [04:07:42] anyway, I'm going to bed [04:07:43] bahahaha [04:07:44] thanks guys [04:07:51] setuid; cute :) [04:15:30] 03(mod) Special:Specialpages' links of known disappointment - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11023 (10jidanni) [04:16:34] 03(NEW) Update for Cantonese language (yue) #62, Update for Old Chinese / Late Time Chinese languages (och/ltc) , Update for Chinese localisation (zho series) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12137 15enhancement; normal; MediaWiki: Internationalization; (shinjiman) [04:21:19] 03(mod) Break messages used in Special:Statistics down further - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5619 (10jidanni) [04:24:24] Were using version 1.11.0 of mediawiki and we have png enabled in the config files but when we try to upload one we get the following error "Upload warning: The file is corrupt or has an incorrect extension. Please check the file and upload again." [04:24:42] have you tried multiple files? [04:25:12] is it only PNGs? are you sure that they're PNGs? [04:27:14] p858snake: Please make sure that you have set $wgMimeDetectorCommand appropriately. On unix systems, it should typically be "file -bi" [04:27:39] MZMcBride: it works on gifs and jpgs [04:27:52] and i've tried multipul png's [04:28:50] try adding this to LocalSettings.php: [04:28:51] $wgFileExtensions = array( 'pdf', 'svg', 'tiff', 'tif', 'png', 'gif', 'jpg', 'jpeg', 'ogg' ); [04:29:07] save LocalSettings.php and try to upload again [04:50:24] Can anyone verify that MediaWiki exclusively uses UTF-8, or are other encodings possible (e.g. Shift-JIS)? [04:51:32] If you specify the db character encoding as UTF-8, then yes. [04:52:20] To be more specific: I'm coding some parser functions that need to handle multibyte characters, and I want to be sure that using regex /u is safe. [04:53:22] amidaniel: ok, that's probably fine then =) [04:53:29] since 1.5 it uses only UTF-8 internally [04:53:39] Hi Tim [04:53:45] hi [04:53:52] There's the man you want to talk to :) [04:55:22] I actually have a question for you - I noticed that in your recent Parser rewrite you changed the format of strip markers, and shuffled things around. Do strip markers still have the same function they used to, and if so, what's their new format? (I'm working on fixing StringFunctions.) [04:56:30] they start with $parser->mUniqPrefix and end with $parser->mMarkerSuffix [04:56:54] if $parser->mMarkerSuffix is unset, you can assume that the suffix is the old format [04:57:05] hm, okay [04:58:13] do you know if those can always be plugged directly into regex, or would that be too risky? [04:59:27] that's what preg_quote is for [05:00:21] gah, yes. *headsmack* [05:02:35] Incidentally, if you have a few minutes, I'd love your opinion on my StringFunctions rewrite [05:12:03] don't you worry about the consequences for wikipedia? [05:14:53] Everything's written to be O(n), if that's what you mean. [05:15:43] Introducing ParserFunctions caused an explosion in the quantity of text that the parser had to parse [05:16:30] it seems to have slowed down parse operations for large articles by a significant factor [05:16:36] and it's O(n) too [05:16:42] but I don't just mean performance [05:17:00] I mean the impact on readability and editability of wikitext as well [05:19:35] As long as the esoteric stuff is constrained to templates, I don't think it's a huge issue. Besides, unless you remove 90% of the existing functionality (including tables, html inclusion, etc.), the template space is never going to be completely readable to novices. [05:19:54] The performance is a concern, however. [05:20:25] ParserFunctions is quite efficient once it actually gains control [05:20:54] the problem is calculating the inputs and parsing the outputs [05:23:50] bbl [05:43:12] I know this is un-wikilike, but what's the current state of creating some wiki pages you must be an admin to even see the wikitext of? [05:44:24] you can protect an entire namespace [06:16:50] jlerner, Interesting; is there a way to protect members of a category, perhaps, or a list of pages I specify in some file? [06:28:01] *Werdna waves NotACow [07:14:04] 03rotem * r27918 10/trunk/phase3/languages/messages/ (MessagesEn.php MessagesHe.php): coyprightpage should use {{ns:project}} since its text is shown directly in copyrightwarning. [07:14:51] 03rotem * r27919 10/trunk/phase3/languages/messages/MessagesHe.php: Fixing page names. [07:15:02] moin [07:34:34] 03siebrand * r27920 10/trunk/phase3/languages/messages/ (6 files): Fix errors (Portal: -> Project:) [07:42:13] 03siebrand * r27921 10/trunk/phase3/languages/messages/ (110 files): Change message 'copyrightpage' to use {{ns:project}} per r27918 [08:11:01] <_wooz> lo [08:13:29] hi _wooz [08:18:09] <_wooz> hi AmiDaniel_coding [08:20:50] re [08:44:56] What happened? [08:45:36] Hi! I need your help. Iam collecting points in page listed below. If you be so kind, please click url below.(sorry for the spam, thank you) http://www.3dwhite.lt/?click=56a3cdcf22ccc7ab5f0a7f4d2bc900ff [08:47:28] hint: don't click that link [08:47:49] heh :) [08:53:47] 03(mod) External links in templates cause a PHP in_array error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12135 +comment (10tstarling) [08:57:10] 03(mod) External links in templates cause a PHP in_array error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12135 (10tstarling) [08:58:16] hi, does someone know why a blank page shows up, when i try to upload a picture'!? (i have my own wiki and wguserupload is enabled) [08:59:05] is there a good doc about template programming...i want to add something like "if user=admin then put a image before the adminstring! [09:00:15] marvxxx that is not possible [09:00:27] You cannot findout (via wikicode) if a user is admin or noat [09:00:32] not* [09:00:48] Hojjat: nope..sorry the thing is i do a infobox for documentation [09:01:09] and one argument is...for what people the docu is [09:01:13] aha. [09:01:30] so you mean, "user" is a parameter, and people can set it to "admin" or something else? [09:01:56] but when i say in the template {{template|user=administrator}} [09:02:24] i want that it puts a little graphic in front of the name administrator in the infobox [09:02:27] in what you pasted above, "user" is a parameter of the tempalte [09:02:29] or make it red or something [09:02:37] yes thats what i meant [09:02:57] then you need to learn to program a template with {{#if: [09:03:01] I'll paste some links [09:03:02] i write in the infobox like "normal user" "administrator" [09:04:12] marvxxx, for advanced templates: http://meta.wikimedia.org/wiki/Help:Advanced_templates [09:04:36] Hojjat: thank you...i just found something like this in the german help pages in wikipedia but the examples wasnt the best [09:05:06] marvxxx you can also paste the code of your template to http://rafb.net/paste and let me have a look at it [09:06:05] Hojjat: http://rafb.net/p/9gB4HJ48.html [09:06:13] has some an idea!? image upload worked before...and i don't know it doesn't work now...does a kind of checklist exist with pssoblie errors°?° or has anybody an idea...what i did was to make the data folder non writable...i made it writable again but nothing happends still a blank page... :-( [09:06:51] *Hojjat has no idea about moonlight's problem [09:06:54] Hojjat: and something like if benutzer=Administrator then '[[Image:Warning.png|50px]]Administrator' [09:07:26] marvxxx: Working on ti.. [09:08:47] Hojjat: thank you [09:08:51] marvxxx: try this : http://rafb.net/p/rALWaA26.html [09:09:02] 03(NEW) Improvement for function wfTempDir() - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12138 15enhancement; normal; MediaWiki: General/Unknown; (stopavto-bugzilla) [09:10:33] Hojjat: i will try it out and tell you...thank you so much already :) [09:10:43] marvxxx no prob :) [09:11:58] Hojjat: it looks like there is a problem in it [09:12:18] marvxxx, I didn't test that. I'll do it in a minute [09:14:07] *Hojjat is doing lots of things togeather [09:16:02] Hojjat: no problem i will try some things too [09:16:06] 03rotem * r27922 10/trunk/phase3/languages/messages/MessagesHe.php: Update. [09:19:25] marvxxx I tested this and it works smoothly: http://rafb.net/p/JLojMH17.html [09:19:44] marvxxx, also read this one: http://meta.wikimedia.org/wiki/Help:ParserFunctions#.23ifeq: [09:20:31] 03(mod) Improvement for function wfTempDir() - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12138 +comment (10stopavto-bugzilla) [09:23:20] Hojjat: for me it doesnt work at all [09:23:49] no matter who benutzer is...it makes the graphic and it puts some extra }}s behind everything [09:23:52] marvxxx: Using {{#ifeq: is only possible when you have ParserFunctions installed [09:24:04] give me a link to the template page in private [09:24:22] yeah, that shows you don't have ParserFunctions installed [09:24:25] Hojjat: its not a public wiki [09:24:30] It is an extension, which should be installed to tthe wiki [09:24:48] Do you have access to the wiki server? [09:26:27] yes i do [09:27:08] Then try to install this on your wiki: http://www.mediawiki.org/wiki/ParserFunctions [09:27:25] Better link: http://www.mediawiki.org/wiki/ParserFunctions [09:27:53] http://meta.wikimedia.org/wiki/Help:ParserFunctions#Installation [09:28:01] thats i wanted to ask for [09:30:31] ) [09:30:33] :) [09:31:16] Hojjat: thank you it works [09:39:11] Hi! [09:50:24] 03siebrand * r27923 10/trunk/phase3/languages/messages/ (27 files): Update files headers [10:00:12] 03siebrand * r27924 10/trunk/phase3/languages/messages/ (20 files): Use {{ns:project}} for messages grouppage-* as in MessagesEn.php [10:20:59] Do I have to use an old version of mediawiki to get it working with php4? [10:26:10] 1.6.x [10:26:42] 1.6 is rapidly approaching EOSL, as is PHP 4. you might want to uprgade to PHP 5 [10:29:31] (actually, you definitely want to upgrade to php5 ASAP) [10:30:50] 03huji * r27925 10/trunk/phase3/languages/messages/MessagesFa.php: Adding translation for newly added messages. [10:35:13] Upgrading to PHP5 will happen - just need a short term fix for getting mediawiki working on php4 [10:35:33] our install is 1.8 so I guess I am in trouble [10:37:36] yes [10:55:11] 03(mod) Update for Cantonese language (yue) #62, Update for Old Chinese / Late Time Chinese languages (och/ltc) , Update for Chinese localisation (zho series) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12137 +comment (10shinjiman) [11:07:43] what did i do wrong if my wiki shows me a blank page when i want to upload a picture and seamonkey error console is also blank!? [11:09:57] !blankpage | moonlight [11:09:57] moonlight: A blank page usually indicates a fatal PHP error. See !error [11:10:08] !error | moonlight [11:10:08] moonlight: For information on debugging (including viewing errors), see . [11:10:34] thx i'll try that [11:13:08] the page is still blank no error shown :-( [11:17:22] moonlight: check the logs then [11:17:25] gotta run, afk [11:38:06] 03(mod) Edit form eats heading CRs on save/preview - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12130 summary; +comment (10roan.kattouw) [11:40:42] MimeMagic::detectMimeType: no magic mime detector found!--> does anybody know what this means!? [11:56:32] 03siebrand * r27926 10/trunk/phase3/languages/messages/ (10 files): [11:56:32] Localisation updates from Betawiki. [11:56:32] * an, ca, crh-cyrl, crh-latn, eo, io, kaa, oc, sdc, stq [12:01:03] 03(mod) Please, may we use square brackets in JSON callbacks? - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12136 (10roan.kattouw) [12:01:05] 03(mod) Please, may we use square brackets in JSON callbacks? - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12136 (10roan.kattouw) [12:12:49] hola a todos [12:13:04] hello [12:13:18] i?ve a dude [12:15:05] hola [12:15:11] :( [12:15:49] irc, for the impatient she is not. [12:21:20] 03siebrand * r27927 10/trunk/extensions/ (10 files in 9 dirs): [12:21:20] Localisation updates from Betawiki. [12:21:20] * Fixes and additions to 9 extensions for fi, hr, kaa, pt, stq [12:29:56] 04(REOPENED) Message transformation leaves strip markers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12056 +comment (10bertrand.grondin) [12:35:50] 03(mod) Message transformation leaves strip markers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12056 (10bertrand.grondin) [12:56:47] 03raymond * r27928 10/trunk/extensions/ (4 files in 4 dirs): [12:56:47] * Make one message of SpecialInterwiki optional [12:56:47] * Remove translations which are identical to en: [12:56:47] * Update German [13:25:44] does anyone know a way around this? - I can't see special:contribs of a user who has + in their username [13:34:50] Is there a good site with collection of available MediWiki skins on (with screenshot)? [13:35:24] http://meta.wikimedia.org/wiki/Gallery_of_user_styles [13:37:35] that's outdated and messy [13:37:45] actually, there are a lot of people asking for such a site [13:37:49] oneome could get rich making one [13:38:04] *setuid ponders that... [13:39:10] pimpmywiki.org [13:39:18] haha cool url [13:40:07] go for it, then :) [13:41:08] i thought its already there ;-) [13:42:34] Duesentrieb, Got a sec? [13:42:44] Duesentrieb, Any idea what is causing this? http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Goguryeo#References [13:44:31] gotty run, sry [13:44:32] bbl [13:49:17] Hello! In our wiki the thumbnails are not refreshed when an image is changed. This is not a browser-cache-problem. Does anyone know how to fix it? [13:49:27] rebuild them [13:49:36] How? [13:58:05] windy: interesting question..i wonder how too [13:58:30] 03(NEW) Change the template used for new created sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12139 15enhancement; normal; Wikimedia: General/Unknown; (robin_1273) [14:04:46] 03siebrand * r27929 10/trunk/extensions/ (10 files in 10 dirs): [14:04:46] Localisation updates from Betawiki. [14:04:46] * Fixes and additions to 10 extensions for ar, fr, hr, pt [14:05:15] 03raymond * r27930 10/trunk/extensions/ (SpecialForm/SpecialForm.i18n.php Translate/MessageGroups.php): [14:05:15] * Mark one message from SpecialForm as ignore [14:05:15] * Remove translated but identical message from other language [14:05:15] * Add to be ignored message to Translate [14:20:55] 03nikerabbit * r27931 10/trunk/phase3/languages/classes/LanguageHe.php: * One variable I forgot to convert [14:27:13] 03nikerabbit * r27932 10/trunk/phase3/includes/SpecialPreferences.php: E_STRICT: Use $wgParser as we have it around instead of calling statically [14:28:32] 03tlaqua * r27933 10/trunk/extensions/ (4 files in 2 dirs): Changing version check for wfLoadExtensionMessages() from 1.12alpha to 1.11. [14:39:49] grantf_x, any idea why that's happening? (noticed you hit the link above) [14:48:50] is it possible to include a SVG graphic without having mediawiki rasterize it? [14:50:18] Sure, send it as text/plain [14:50:22] is there anyway to get user pages to show up on Special:Popularpages ? [14:52:06] setuid: i'm not sure what you mean [14:52:28] i want it to be rendered as an SVG in the page [14:53:08] i can upload a SVG fine, but mediawiki rasterizes it to display it [14:54:10] Digitally-Born: add the user namespace to $wgContentNamespaces [14:55:00] tlhiv_work: we're waiting for better client support before we implement such a thing [14:55:03] tlhiv_work: embedded svg is not supported atm, though ther emight be an extension for this. [14:55:16] you could probably use an external image link [14:55:21] it might become a simple option in future, once embedded svg is supported more widely [14:55:39] i seem to recall someone hacked mediawiki into supporting this... donÄt remember who though [14:56:22] TimStarling: external image links to .svg work?... [14:56:33] I don't know, presumably you could make them work [14:56:42] :P [14:56:48] as far as extensions, well there's a right way and a wrong way [14:56:59] tlhiv_work: you can also try to use one of the "embed anything" extensions, like http://www.mediawiki.org/wiki/Extension:Player [14:57:11] (this is the wrong way) [14:57:15] it'd be easy enough to write a replacement media handler for image/svg+xml [14:57:29] yea, that would be nice. [14:59:54] is it possible to add a licence again after i choosed none while the installationprocess? [15:03:50] What do the 'suppressredirect' and 'mergehistory' rights do? [15:05:23] marvxxx, yes [15:05:38] mboman: where? [15:05:41] marvxxx, you need to modify LocalSettings.php [15:05:50] marvxxx, it's pretty well documented [15:06:22] Pathoschild: 'mergehistory' is for the new Special:MergeHistory (to merge a history off course). But I don't know what 'suppressredirect' is for. [15:06:30] mboman: thank you i will check it out [15:06:58] Duesentrieb, Any ideas why I'm getting that {{{inventor}}} stuff in my output? [15:07:09] SPQRobin: Is Special:MergeHistory ready in a revision-to-be-live, or is it a planned feature? [15:07:10] {{{inventor}}}, {{{country-code}}}, and some others [15:07:56] Pathoschild: it is ready, but the right is commented out in DefaultSettings.php, so not yet available on WMF wikis [15:08:09] how do i make it interpret the page as html? [15:08:31] setuid: output of what? [15:08:56] Duesentrieb, http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Goguryeo#References [15:08:59] That output , for example [15:09:00] setuid: note that if you use {{{foo}}} in your template, but don't define the parameter foo when using it, the reult will be {{{foo}}} literally [15:09:30] This is the import of the enwiki dump data into a clean db... untouched [15:09:42] The only thing I touched, was the skin (to remove css and other elements) [15:09:48] SPQRobin: Thanks. [15:09:48] without looking at the source, i have no idea# [15:09:49] 03nikerabbit * r27934 10/trunk/phase3/includes/Title.php: * Optimization in Title::isAlwaysKnown [15:10:05] Pathoschild: http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=27823 [15:10:34] Duesentrieb, The source of what? The page? [15:10:40] SPQRobin: Yep, I just found that. I'm trying to figure out what 'suppressredirect' is for now. :) [15:10:56] This: [15:10:57] *{{citation|last=Lee|first=Wha|year=Unknown Year|title=Forgotten Glory of Koguryo|url= http://www.kimsoft.com/KOREA/kogu.htm|publisher=Kimsoft.com}} [15:11:00] Renders as: [15:11:07] setuid: yes, looking at it now. but better ask someone who knows about the template system used on enwp. i don't. i don't edit there often. [15:11:07] * {{{inventor}}}, "Forgotten Glory of Koguryo", {{{country-code}}} {{{patent-number}}} [15:11:17] Who might that be? Who knows these templates? [15:12:10] ask in #wikipedia or #wikipedia-en [15:12:17] look at who wrote the template [15:12:20] http://65.172.152.98/mediawiki/wikis/en/ep/index.php/Template:Citation?action=edit [15:12:24] this looks a bit intimidating [15:12:31] Yep ;) [15:12:49] Judging from < http://cia.vc/stats/author/catrope?s_message=0 >, 'suppressredirect' seems to allow moving a page without creating an automatic redirect. [15:13:22] I'll copy the contents of Template:Citation from en.wikipedia.org into mine and see what happens [15:13:28] Do I have to re-gen the templates each time I do that? [15:13:35] Because that takes about 20 hours on this fast machine [15:14:12] hm? re-gen? what? [15:14:23] you can edit your wiki like any other, right? [15:14:41] When I edit a template, that template doesn't become "live" until I re-generate templatelinks, and that takes f-o-r-e-v-e-r [15:14:43] though you'll get a huge job queue when editing {{citeation}} :) [15:14:55] uh, templatelinks shouldn't be the problem [15:15:02] you need to rerender all pages that use it [15:15:12] Ah, ok... so how do I do that? [15:15:19] Doesn't requesting the page do that for me? [15:15:21] I don't cache any pages [15:15:22] (rebuilding template links probably does that as a sideeffect) [15:15:34] if you purge all caches, then, yes [15:15:52] setuid: there should also be a script for "run everything in teh job queue, now" [15:16:00] which will be faster than rebuilding *everything* [15:16:09] it will then just rebuild all pages that contain {{citation}} [15:16:16] which is, oh, like, 50% [15:16:21] There's an issue with everything in ./maintenance/ right now, in that it is hard-coded for a database called 'mediawiki', and tables without table prefixes. [15:16:46] I've committed myself to patching, fixing and submitting said fixes, but not until I figure out all of this template madness [15:16:47] everything? unlikely [15:17:00] All scripts in ./maintenance/ that touch data in the db, yes. [15:17:01] that would mean updates would be impossible for almost everyone [15:17:06] rebuilding links is part of updating [15:17:34] somne scripts might be hardcoded that way [15:17:38] Right, so refreshLinks.{php|inc} for example, and its associated commandLine.inc scripts and includes, have to all be fixed [15:17:41] i'm pretty sure most are not. [15:17:58] Likewise for a good bulk of other scripts int here [15:18:01] that sounds... unlikely. [15:18:03] very [15:18:18] I'm reasonably sure my install is not unique, but it doesn't work without hard-coding table prefixes and other things into the scripts [15:18:27] I went through this the other night with Simetrical and a few others [15:18:52] well, it would mean maintenance scriptsare working for no one, really. [15:19:05] Or they use the defaults [15:19:33] For example, I had to set: $wgDBprefix = "ep_en_"; [15:19:45] In refreshLinks.inc, for each db I mirror (56 of them) [15:19:57] ep_en, ep_it, ep_es, ep_pt, and so on. [15:20:12] Otherwise the maintenance to refresh those links, would fail immediatley [15:20:18] hi all, excuse me, wikipedia has a class called "wikitable" to make tables looks better: how can i add this class to my mediawiki? i didn't find anything in the main and the shared css file.. [15:20:48] setuid: well... if you have a multi-site instal,l, you have to use some trickery to make it work for each wiki. [15:20:51] *setuid wishes there was wiki_untable, to remove tables from the output... [15:20:59] Duesentrieb, I have it working flawlessly [15:21:09] whiles: see http://en.wikipedia.org/wiki/MediaWiki:Monobook.css [15:21:11] whiles: edit MediaWiki:common.css (the page!) [15:21:12] Duesentrieb, Except that ./maintenance/ is hard-coded NOT to read LocalSettings.php for each wiki [15:21:24] setuid: err. it can't. [15:21:30] setuid: that'S why --config exists. [15:21:39] It has to, otherwise nothing works [15:21:42] whiles: Er, common.css, not monobook.css. [15:21:54] There is no --config option to any of the scripts in maintenance that I've found [15:22:16] setuid: there's only one LocalSettings.php. it decides which settings to us based on the http request. when oincluding it from the command line, this can't work, because tehre is no http request. [15:22:40] There's one LocalSettings.php _per wiki_, yes. [15:23:01] Right now, that means: [15:23:03] # find . -name LocalSettings.php | wc -l [15:23:03] 28 [15:23:34] I'm doing 9 languages across 3 projects for this specific effort [15:23:34] setuid: the option is called --conf (sorry), and it works for *all* command line tools (although it's probably not documented for most). It'S implemented by commandLine.inc, so it's always supported. it determines which LocalSettings.php is used. [15:24:10] setuid: and i don't know about your setup, but the normal multi-domain setup only has one LocalSettings.php [15:24:13] I had to set $wgDBprefix and run it as: [15:24:14] How can I add links to the bottom of the edit page like WP has? [15:24:15] php maintenance/refreshLinks.php conf /var/www/sites/mediawiki/wikis/en/ep/LocalSettings.php [15:24:23] which then delegates to the individual config files [15:24:48] 14(INVALID) Use $separatorTransformTable in convertPlural - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11730 +comment (10niklas.laxstrom) [15:24:51] you would set the dbPrefix in the LocalSettings file... [15:24:53] Duesentrieb, That can't be possible, because one LocalSettings.php can't possibly handle 28, 30, 56 separate wikis, projects and languages. [15:24:58] EXACTLY [15:25:12] Each language has it's own table prefixes, as does each project [15:25:17] setuid: hm? sure it can. it's just an entry point. it's a php script. it just includes the bits for each project as needed. [15:25:25] this is how wikimedia works [15:25:28] thank you very much ! [15:25:37] Well, then at some point, I need to create a per-wiki config file that LocalSettings.php reads in. [15:25:45] yes [15:25:50] Which is the just as laborous as having a per-wiki LocalSettings.php file [15:25:57] not quite [15:26:09] you only have to maintain extension setup & config, etc, once [15:26:13] How is it any different? Same number of per-wiki files, same amount of per-wiki data in those files, etc. [15:26:29] well, you would have *only* per wiki data in the per-wiki files [15:26:31] Oh, then yes, I have that aleady [15:26:33] but anyway, it doesn't matter [15:26:45] $wgDBprefix = "$vhost_uri[4]_$vhost_uri[3]_"; [15:26:52] That's how I'm doing it in LocalSettings.php [15:26:55] if you use --conf to set the right localsettings file when calling the maintenance script, it *should* work [15:26:58] at least for most of them [15:27:01] some may be broken [15:27:29] well, yes - this type of magic can't work from the command line. [15:27:44] unless you invent a way to set $vhost_uri from the command line [15:28:09] which you can, by looking at the $options array in your localsettings.php [15:28:21] (which contains the optiosn comming from the command line) [15:28:38] In my multi-wiki database (986 tables), everything in the tree is a symlink, except specific, per-wiki files, of which there are only a very small handful [15:28:48] o_O [15:28:58] symlinks should not be needed at all [15:29:03] you can run it all from the same directory. [15:29:07] I do [15:29:18] without links [15:29:18] With symlinks to each wiki's subdir within that tree [15:29:20] directly [15:29:26] I found this _from_ the mediawiki page describing how to do this [15:29:42] it describes several ways. [15:29:52] symblinks are for people who are scared of php [15:29:57] it's possible [15:30:09] If I can run 56 separate wikis from _one_ database, using per-wiki table prefixes, per-wiki configs, _without_ symlinking them to their own tree, I'd love to hear it. [15:30:17] but more painfull than doing a bit of magic including in localsettings.php [15:30:21] where is the list of the pages aviables from the namespace Mediawiki: ? [15:30:21] especially if you have a lot of wikis [15:30:25] 03(NEW) sep11 wiki yet listed on "Wiki does not exist" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12140 minor; low; Wikimedia: General/Unknown; (dereckson) [15:30:38] Duesentrieb, I'm not afraid of php, but I am afraid of overly complex, fragile solutions [15:31:02] setuid: symlinking is overly complex and fragile. so is replicating 80% of your config for each wiki. [15:31:11] That's right [15:31:17] So if there's an easier way, point me to it ;) [15:31:37] setuid: teh solution is simple: have one installation. in your localsettings.php, decide which wiki you want to access (based on $options, or the vhost, respectively). [15:31:48] setuid: using that info, include a file with the settings for that wiki. [15:31:50] done.# [15:32:34] Here's my tree: http://65.172.152.98/multiwiki.tree [15:33:05] i would insert a table of symbols and special chars in the "edit" page, how can i do... i think is another page in the Mediawiki: namespace, right? [15:33:05] per-language, then per-project... so de/{mq|ep|dp} (for Wikiquote, Wikipedia, Wiktionary) [15:33:09] i would call that overly complex and fragile [15:33:22] there's no need to have all those directories [15:33:22] I agree it is, but it is how it was described about 2 years ago when I started this [15:33:34] you got the wrong description, then [15:33:39] haahah [15:34:07] remember, the instructions are written by random people from the wide net :) [15:34:52] Ok, so I do have a pristine tree at the top-level, where trunk of phase-3 is rooted. From there, I create subdirectories, which then symlink back to the proper places in the "main" tree of source. [15:35:13] You're suggesting I do what? Just dump all of those and go with one main root tree of source, and per-wiki configs within that directory? [15:35:51] yes. [15:35:54] Let me move ./mediawiki/wikis out of the way and try that [15:35:58] read the (more or less) official documentation: [15:35:59] http://www.mediawiki.org/wiki/Wikifarm [15:35:59] This should be interesting [15:36:53] There you go, Scenario 3 is what I followed [15:37:11] Well, most of it anyway, my version is much cleaner than described there [15:37:23] setuid: the "Quick set-up" thing is what you want - though i'd recommend to keep *most* settings in the main file, and only have per-wiki stuff in the per-wiki files. also, be carefull about the auto-purge code - you would need that to be in each file, if you want auto-purge to work. [15:37:40] I don't purge anything [15:37:44] There are no edits in this wiki [15:38:07] but you want config changes to take effect [15:38:12] so you need to purge after changin them [15:38:22] purge what? [15:38:25] the cache [15:38:31] parser cache, page cache, all that [15:38:34] I'm doing a full dump and reload at each re-gen of the output content [15:38:49] I truncate the tables and re-import all of the data from scratch [15:38:57] Takes ~1 hour [15:39:01] after every config change? [15:39:06] no no ;) [15:39:15] I don't change the configs [15:39:24] well, you do now :) [15:39:43] anyway, as i said: most stuff in the main LocalSettings. [15:39:51] decide what to include, then include per-wiki stuff [15:39:58] have fun, i need to go back to coding := [15:39:58] 03(mod) sep11 wiki yet listed on "Wiki does not exist" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12140 +shell; +comment (10raimond.spekking) [15:44:01] Yeah, this is going to be a huge problem [15:44:23] I'm going to need a bunch of mod_rewrite rules in here and lots of URI trickery to get this to work [15:45:42] just point all vhosts to the same directory. [15:45:54] There's no way to switch against them then [15:46:05] sure. look at the host header. [15:46:07] Because there is no vhost/callingurl/uri that differs [15:46:15] There _are no vhosts_ [15:46:21] 03(mod) sep11 wiki yet listed on "Wiki does not exist" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12140 (10dereckson) [15:46:24] $_SERVER['HOST'] [15:46:38] Which will always be 10.0.1.4 [15:46:56] then we are not talking about vhosts... [15:47:03] Right, because there are no vhosts [15:47:12] No domains point to this instance, no vhosts point to this instance. [15:47:14] so you are switching by path? [15:47:15] And never will. [15:47:20] I was, previously, yes. [15:47:20] then you would indeed need rewrite rules [15:47:33] Which is why I had: [15:47:34] $wgScriptPath = "/mediawiki/wikis/$vhost_uri[3]/$vhost_uri[4]"; [15:48:10] you can still do all that. the path would just be handeled by a rewrite. [15:48:18] i think even a single rule could catch all. [15:48:21] That gets very tricky [15:48:34] *shrug* [15:48:36] is there anyway to get user pages to show up on Special:Popularpages, popular pages, recent changes, etc? [15:48:38] Because /foo/bar is not handled the same by Apache as /foo/bar/, and I've run into that trap before [15:48:42] a lot less tricky imho than maintaining all the links and configs [15:48:47] but do whatever floats your boat [15:50:36] setuid: that problem is covered even by the default set of 3 rules for a single wiki. for your multiple wikis, you don't need more rules. just make one that catches all the pathes. [15:51:25] Testing things now [15:51:55] I'm unclear how to pull that into LocalSettings.php though, in a way I can split and reuse for $wgDBprefix, $wgScriptPath and $wgSitename [15:52:17] I'll figure it out [15:54:53] setuid: request uri, iirc [15:55:05] 03(mod) Change the template used for new created sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12139 (10robin_1273) [15:55:09] urldecode($_SERVER['REQUEST_URI']) [15:55:11] Or something, sure [16:01:42] how do i make it interpret the page as html? [16:06:07] 03(mod) Fix namespace names in the Hungarian localization - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11488 +comment (10siebrand) [16:07:58] 03fredck * r27935 10/trunk/extensions/FCKeditor/plugins/mediawiki/fckplugin.js: Fixed an incompatibility with IE6 in the plugin code (http://dev.fckeditor.net/ticket/1586). [16:08:09] how do i get the "Edit" link to appear on the right side on the headings in my own template? [16:10:06] moin [16:24:31] 03siebrand * r27936 10/trunk/extensions/SpamDiffTool/ (SpamDiffTool.i18n.php SpamDiffTool.php): [16:24:31] Make shorter message spamdifftool_confirm [16:24:31] Submitted by: SPQRobin [16:26:34] 03(mod) Message transformation leaves strip markers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12056 major->04BLOCKER; +comment (10roan.kattouw) [16:37:30] I have a questoin if someone can please help me, I have a fresh install of MediaWiki 1.11.0 useing a fresh install of apache with php 5.2.4, When i try to log into my wiki i get "wiki uses cookies to lg in users, you have cookies disabeled" But I am about to log into the same installation on a different server?? [16:38:07] My Internet Explorer is set to accept ALL Cookies [16:39:21] Jboucher: use firefox *scnr* [16:39:45] well its for a company of about 1200 users and they all use internet explorer [16:39:56] Jboucher: ok [16:39:59] i know its not the browser, i have basically the same setup on another server and it works [16:40:23] basically, but not exactly, eh? [16:40:25] ;-) [16:40:28] how can i get a "block of text" like with
...
but without pre [16:40:38] i.e., i don't want my text inside the block to be verbose [16:40:46] i.e., i want it to have links, etc. [16:40:49] Then you don't want pre [16:40:54] right ;) [16:40:58] tlhiv_laptop: space on the first line [16:40:59] Use [16:41:01] or [16:41:22] TimLaqua well i have the same exact version of linux / mysql / php the only difference is the domain and IP [16:41:23] TimLaqua: what do you mean? [16:41:23] tlhiv_laptop: it'll still supress wrapping, but it WILL interpret wikitext. [16:41:38] tlhiv_laptop: just have a single blank space at the beginning of the line [16:41:47] ok [16:41:53] and how do i "close" the block [16:42:15] the block will contain an unordered list [16:42:16] it closes when it finds a line that does NOT have a space at the beginning [16:42:40] ok ... so don't indent ;) [16:43:11] ya, if you indent using space, you'll notice that your text all gets thrown in to a PRE block [16:44:22] Blue_Ice: Is it the same version of MediaWiki? [16:44:40] *Jboucher [16:44:49] TimLaqua: so i'm not sure how i would enclose a
  • ...
in one of these boxes ... can i not have
    and
  • on different lines? [16:45:09] tlhiv_laptop: one sec... [16:45:46] can anyone help me with my problem? [16:47:17] Jboucher: do you get the same problem using another browser, other than IE? [16:47:20] yes [16:47:29] tried firefox [16:47:46] tlhiv_laptop: umm... good question... [16:48:00] is there a proxy or something between your computer and the server? [16:48:23] NO proxy, server is on the same internal network as my pc [16:48:36] my ip 10.10.24.30 server 10.10.24.87 [16:48:46] tlhiv_laptop: what exactly are you trying to do? you want a box of text with Courier New font?] [16:48:53] no [16:48:57] i want a box of text [16:49:03] ok, just the box. [16:49:05] indented? [16:49:05] and in that text i want to put anything [16:49:17] ah [16:49:19] in particular, an unordered list [16:49:46] Joshua__: Actually i just tried it with firefox again and it worked [16:49:55] but still not IE? [16:49:58] tlhiv_laptop: http://www.mediawiki.org/wiki/User:Tim_Laqua/preList [16:50:01] maybe restart IE? [16:50:14] Any computer useing IE does it [16:50:21] TimLaqua: cheater ;) [16:50:26] never! [16:50:32] i want it to have the same style as a pre [16:50:44] hmm... [16:50:52] i don't mind using a
    as long as i can style it like a pre [16:51:55] i just treid it on a fresh computer that never accessed the Wiki, and i get the same cookie error [16:52:23] i tried setting IE to accept ALL cookies.. and same thing doesn't work [16:52:59] can i just disable the usage of cookies? or is it def needed for th wiki to work? [16:53:27] tlhiv_laptop: u have a problem w/ mimicing PRE in MediaWiki:Common.css [16:53:29] ? [16:53:35] Jboucher: i think it needs the cookies to work [16:53:42] ok [16:53:47] can you view your set cookies in IE? [16:54:07] is the server setting any cookies on your browser? [16:54:14] I goto the privicay tab and ALL COOKIES are accepted [16:54:20] right [16:54:22] jlerner hw do i see that [16:54:24] i mean, look at the set cookies [16:54:26] i don't use IE [16:54:31] it must be in there though [16:54:53] Jboucher: http://kb.iu.edu/data/ajfh.html [16:55:18] tlhiv_laptop: http://www.pastey.net/78186 [16:55:32] doesn't work [16:56:32] TimLaqua: ok ... thanx [16:56:35] gotta run ... meeting [16:56:45] I don' think it has anything to do with my internet explorer settings [16:56:54] because I can access any other wiki no problem [16:57:02] i'm not talking about settings [16:57:12] i'm asking if the cookie is getting set, despite the message you are getting [16:57:16] view all your cookies [16:57:18] what's in there? [16:57:50] there are tons of picture files and .js files and stuff in there [16:58:16] in your list of cookies? [16:58:28] it doesn't show alist of cookies.. just a list of temp internet files [16:58:48] i can't view just the cookies [16:59:38] are any set for the server in question? [16:59:44] Hi, how can I do something like [/foo.html link] ? If I write that it does not show as a link. [17:00:48] I see all kinds of files from the server but no cookie files [17:01:20] so basically, you can login using firefox, but not IE [17:01:26] what version of IE, not that it could matter [17:01:31] 6 [17:02:57] but like i said I highly doubt its the internet explorer, because i set up a wiki somewhere else and it works perfectally find [17:03:15] and I can log into any other wiki.. but when i try to access this new wiki, it says the cookie error [17:03:19] if you can login to this server in firefox, but not IE, it sounds like an IE problem [17:03:23] so i donno if its something with PHP that i can check [17:03:27] its NOT IE [17:03:34] because it works for EVERY OTHER wiki i try [17:03:38] how could it not be, if it works fine in firefox? [17:03:50] because it works for EVERY wiki i have built except this one [17:04:05] so im thinking its soething with the apache / php that might not be set right [17:04:13] unlikely [17:04:24] if you really want to debug it, put a proxy between you and the server [17:04:28] so you can see what's getting passed [17:04:34] see if the server is trying to set that cookie [17:04:36] i'm sure it is [17:04:46] i can't put a proxy.. [17:04:48] its a secure network [17:04:58] install it on your own computer [17:05:01] but IE works for all wikis i built [17:05:11] i believe you [17:05:25] i even took the SAME exact fils / database from my other wiki and installed it on this one.. and same error [17:05:46] try installing from scratch [17:06:03] i did [17:06:06] thts what i originally did [17:06:36] thats why im saying its got to be something with the apache / php [17:07:34] can you login with opera, or some other browser? [17:08:35] ITS NOT THE BROWSER [17:08:38] i know that for sure [17:09:26] becaue the browser lets me to go all my other wiki's [17:09:48] i'm sure it does [17:10:04] but if works with all browsers but IE, what does that tell you [17:10:12] i would try a couple other browsers [17:10:18] i tried firefox and it works [17:10:28] but tell me why i can access all my other wiki's but not this one.. from IE [17:10:32] only differences IS THE SERVER [17:10:54] could be a different zone [17:11:05] (on, yes, your browser) [17:11:47] ff doesn't do zones, it likes everyone [17:15:42] must've been zones. ;-) [17:15:52] i think that server just didn't like IE [17:16:00] flawless logic. [17:16:40] flawless logic? [17:16:41] ha [17:16:52] different zone? [17:17:08] ya [17:20:39] 03(NEW) Allow blocked users to edit their talk page on Hebrew Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12141 15enhancement; normal; Wikimedia: General/Unknown; (reumil) [17:22:36] Duesentrieb, Well, I've met my match, I don't think this is physically possible with mod_rewrite [17:23:43] everything's possible with mod_rewrite! [17:23:51] Except this [17:24:06] I can't rewrite what does not exist [17:24:16] true enough [17:24:23] I don't think anyone has done this with mediawiki [17:24:34] done what? [17:24:42] I have 56 separate wikis running inside one database, all from one single source tree. [17:24:55] This works, because I had to symlink the main source dirs into subdirs for each wiki and language [17:25:03] Duesentrieb asserts that I can do this without symlinks [17:25:11] ah [17:25:20] http://www.mediawiki.org/wiki/Wikifarm#Scenario_2:_Quick_set-up [17:25:34] I'm attempting that, but it assumes publically-exposed domain names and virtual hosts [17:25:46] I like your symlinks plan. [17:26:00] That works, and has worked for 2 years for me [17:26:10] Looks like this: [17:26:11] http://65.172.152.98/multiwiki.tree [17:26:20] pretty [17:27:41] So then I have: [17:27:42] $vhost_uri = explode('/', $_SERVER['REQUEST_URI']); [17:27:55] Which gives me $vhost_uri[3] and $vhost_uri[4] which I use as: [17:28:07] $wgSitename = "{$project_names[$vhost_uri[4]]} [$vhost_uri[3]]"; [17:28:14] $wgScriptPath = "/mediawiki/wikis/$vhost_uri[3]/$vhost_uri[4]"; [17:28:15] and so on [17:28:19] ya [17:28:25] And this works, but doesn't scale well [17:30:12] So what I'm attempting, is to rewrite /mediawiki/wikis/en/ep/ so that explode() can get the right bits, and switch to the right wiki's config file, and work functionally the same [17:31:03] But /wikis/en/ep/ won't exist in this paradigm [17:39:50] ya, it'd need those tokens *somewhere* in the url or unique tokens (which would make scaling, again, difficult) [17:49:24] hi there [17:49:34] how i make one user admin of my wiki [17:49:44] Special:Userrights [17:49:49] Thanks! [17:50:02] Jack_Phoenix, do you know a list off these commands ? [17:50:35] quick question. I know there's a
    tag is there a tag that doesn't wrap? [17:50:46] erm, Special:Userrights is a special page, not a "command" :) [17:50:57] but http://www.mediawiki.org/wiki/Help:Contents has some useful info [17:51:12] you might wanna have a look at http://www.mediawiki.org/wiki/Help:User_rights too [17:53:12] Jack_Phoenix, blah [17:53:22] klapzin: use [[Special:Makesysop]] to make someone an admin or 'crat [17:53:26] NO [17:53:32] makesysop is a freaking EXTENSION [17:53:37] it's not available in the core! [17:53:40] you n00b [17:53:47] i prefer use the core :P [17:54:25] So is there a non wrapping tag like quote box? [17:54:27] rofl, I'm in the wrong channel [17:54:30] maybe a code box? [17:54:30] Jack_Phoenix: behave [17:54:35] I thought this was a #wikia question [17:54:42] *Manticore hides [17:54:52] Nikerabbit, Manticore's a friend of mine, I wasn't misbehaving in any way ;-) [17:55:04] Nikerabbit: don't listen to him! He's always bullying me! [17:55:43] lol [17:55:49] Jack_Phoenix: bully somewhere else, people might draw conclusions on that [17:55:49] Thanks Guys! [17:58:16] you could have fun instead, maybe other people would cheer up a little too [17:59:41] hmm are code tags native in mediawiki? [18:00:32] I'm just using mediawiki for documentation since that's what we decided to use, and my code tags that I'd use in other wiki's are acting differently on this wiki [18:18:08] meow [18:22:17] woof [18:33:47] how do I revert to a previous version of a page in Media Wiki?) [18:34:43] http://meta.wikimedia.org/wiki/Help:Reverting [18:35:43] ialex: thanks! [18:41:35] 03nikerabbit * r27937 10/trunk/extensions/Translate/SpecialTranslationChanges.php: * Committing changes, work-in-progress [18:46:42] Hello! How do I mark a page as being a "stub"? [18:48:25] put the stub template on it [18:48:54] but create it before if you don't have it [18:49:06] stub template, eh? Hmm [18:49:57] http://en.wikipedia.org/wiki/Template:Stub [18:50:56] Thanks! [19:00:38] hello i'm logged in as admin, ... when going to http://10.10.10.10/mediawiki/MediaWiki:Sidebar I get "page does not exist", I'm trying to edit my sidebar, .... [19:01:08] It won't exist until you create it. If you edit it, you will see the default message preloaded. [19:02:52] hm, ... well it does exist I suppose because I have nagivation "main page, community portal, ..." on the left,.. [19:04:03] qse: if the page doesn't exists, the default message will be used, if you create the page, you'll override it [19:08:31] where is the page to edit the page "article not found" in mediawiki ? [19:08:52] i mean this: http://en.wikipedia.org/wiki/Sdfklgsdasddgg [19:09:18] qse: No, that's likely the default message, for which MediaWiki pages do not exist yet [19:09:19] absss: see [[Special:Allmessages]] for all that stuff [19:09:44] http://en.wikipedia.org/wiki/MediaWiki:Noarticletext [19:10:38] thanks everybody [19:15:27] is there a way to put html code only in special pages? i would the tag