[00:08:24] What does the "permanent link" link do? [00:08:38] It seems to be a secret.... [00:11:38] Hello everyone [00:12:29] Steve__, it gives a permanent link to that revision of the page, unless it gets deleted. I.e., the contents of the link won't change in the future, it will always go to a particular (possibly old) revision. [00:12:29] I'm having a problem with a wiki I'm having a hard time describing [00:13:11] Occasionally, it turns up this error: Fatal error: Maximum execution time of 30 seconds exceeded in /home/candeias/public_html/bibliowiki/includes/Parser.php on line 2468 [00:13:15] Simetrical, I don't understand. Where is this link created? Is it a browser bookmark? [00:13:55] when it doesn't, sometimees instead of showing the values of the predefs, it shows the predef itself, with all the {{{}}}'s [00:14:13] Steve__, it's just a URL. You can store it or use it wherever you can use any URL. Go to the link, then copy it from your URL bar or bookmark it or whatever you want. [00:14:21] I've checked the database, and it seems to be fine [00:14:35] Candeias: You're using content copied from the English Wikipedia? [00:14:44] Candeias, you need to either a) increase the max PHP execution time, b) get better server hardware, or c) not use such fancy long elaborate wikitext pages. [00:14:52] and besides, the same page shows up at times and other times not [00:15:09] Pathoschild: no, I'm using my own content [00:15:24] Are you saying it rewrites the address bar in my browser to point to the current page revision, and I can then copy that address and paste it somehere? [00:15:36] Candeias: See Simetrical's suggestions; the server times out while loading the page. [00:15:45] Simetrical: there are no fancy elaborate wikitext pages [00:16:04] Candeias, you presumably use a fair number of templates and so on? [00:16:07] predefs are simple, just one table with some 10 items or so [00:16:13] no [00:16:38] Steve__, it's a link. You can click on it, and it will take you to a new URL, like any link. So yes, that "rewrites the address bar", if you want to put it that way, just like any link does. [00:16:48] Candeias, what's a "predef"? [00:16:54] it's a template [00:16:57] sorry [00:17:05] Do you have a link to your wiki? [00:17:06] OK, I understand now. Thank you. [00:17:12] exit [00:17:14] bye [00:17:16] quit [00:17:18] logout [00:17:24] disconnect [00:17:29] that's how the thing is called in the portuguese translation of mediawiki and I sometimes forget I'm talking to other people :) [00:17:31] Steve__, you need to put / in front of it. /quit [00:17:37] :) [00:17:38] yeah: http://bibliowiki.com.pt [00:17:39] Candeias, ah. [00:18:07] Candeias, what pages are the problem? [00:18:16] All of them and none of them [00:18:21] it seems to be totally random [00:18:49] the same page shows wrongly now, and the next time it's loaded it may show the template or the error message [00:18:55] that's what bugs me the most [00:19:10] I meant "the same page show fine now" [00:19:23] Candeias, it's pretty weird. [00:19:31] tell me about it [00:19:54] I've already went nosing about the database, and it seems fine [00:20:23] Things like {{catstat}} or {{NUMBEROFARTICLES}} are totally ignored on the main page . . . [00:20:39] not always [00:21:01] Can you try increasing the max execution time in php.ini? [00:22:13] I don't think it'll do any good, quite frankly [00:22:39] this thing smells increasingly server problems to me [00:24:38] Candeias, I suspect it will. [00:24:49] Candeias, but I admit I have no real idea. [00:24:52] either that or something wrong with the parsing.php [00:25:52] hm... and where would php.ini be. [00:26:06] it ain't in the main folder [00:26:20] (my mediawiki isn't the most up-to-date version [00:26:58] 1.6.9 [00:28:37] Candeias, upgrading might help, it may be worth trying (if you have PHP 5). php.ini is generally only accessible by the root user. If you don't have root access, you could try adding a line to LocalSettings.php to increase the max execution time. [00:29:20] I do have root access [00:29:35] it ain't there [00:35:38] Does anyone know what Parser.php requests of the server? [00:36:08] Candeias, if you have root access, then you should be able to find php.ini. It's probably in /etc somewhere, hopefully just at /etc/php.ini. [00:36:18] Candeias, the parser is what converts wikitext into HTML. [00:36:40] yeah, I know that [00:36:52] I'm asking what kind of requests it performs [00:36:58] from the server [00:38:19] 03simetrical * r26988 10/trunk/phase3/RELEASE-NOTES: RELEASE-NOTES update for r26978 [00:39:10] Candeias, it just gets the page text, then does a lot of processing on it, in many horribly convoluted passes with tons of questionable logic occupying several thousand lines of PHP code. [00:39:31] Candeias, also it gets templates from the database, of course, if it encounters any template inclusions, and repeats the process. [00:40:16] yeah [00:40:25] that's what seems to be broken [00:40:36] at some point, it stops [00:40:45] stops parsing, I mean [00:41:14] Well, yes, because it times out. [00:41:21] If you increase the timeout, that would hopefully not happen. [00:42:15] You need to set: max_execution_time [00:42:29] Try ini_set( 'max_execution_time', '120' ); in LocalSettings.php. [00:42:33] that's in seconds? [00:42:43] ah, ok [00:43:14] That probably won't work if you have safe mode or whatever enabled, but I think usually it does. [00:43:53] done [00:44:01] and nothing came out of it [00:44:08] Well, it won't right away. [00:44:52] You need to force the pages to be reparsed, and see if it works. You can add action=purge to the URLs, like this: http://bibliowiki.com.pt/index.php?title=P%C3%A1gina_principal&action=purge [00:45:01] Er, http://bibliowiki.com.pt/index.php/P%C3%A1gina_principal?action=purge [00:45:04] But it seems not to work. [00:45:07] At least on that page. [00:45:09] *Simetrical frowns [00:45:14] it doesn't, no [00:46:06] Upgrading shouldn't hurt. But I admit I have no idea what could be going wrong, if not damaged/incorrect PHP files. [00:46:40] Everything is there, though [00:46:49] it just doesn't get parsed properly [00:47:07] and how can a PHP file get damaged just like that? [00:47:18] the wiki was working perfectly till today [00:47:46] (and of course I had to have the original files in another computer) [00:51:09] Candeias, I don't know, bitrot. :P I agree, it's mysterious. [00:53:26] Hello. If you look at http://en.wikipedia.org/w/index.php?title=APA_style&action=edit you'll see the edit box has a lot of icons above it, e.g. subscript, superscript, table, etc. Are these "extra" ones, the ones not part of MediaWiki, available as extensions? I've searched but am not finding anything. [00:54:23] OK, it isn't a damaged parser.php [00:54:40] I've replaced it, and it keeps broken [00:55:05] Steve__, it's just added using MediaWiki:Common.js. Navigate to that wiki page and copy what you want. [00:55:14] (I had the thing on CD, after all) [00:55:19] thank you!! [00:55:35] damn [00:57:35] Is this all that is in MediaWiki:Common.js, or does that page include other stuff that I might not want? Also, where would I get the icon files? [00:57:39] images fiels [00:58:18] Ah - seems to me well commented. [01:00:25] anyone here good with MySQL? [01:00:42] Betacommand, reasonably good. [01:00:49] I need to find all user/usertalk pages of blocked users [01:00:54] Hmm. [01:00:57] 03aaron * r26989 10/trunk/extensions/FlaggedRevs/ (40 files in 2 dirs): *Format/cleanup [01:01:00] *Simetrical brushes up on the schema [01:01:04] what query should I run [01:01:38] that shouldn't be too hard [01:02:28] Say, is there any other channel where I might be able to contact the harcore mediawiki geeks? [01:02:40] (the devs, I mean) [01:02:45] SELECT user_name FROM user JOIN ipblock ON user_id=ipb_user WHERE ipb_expiry > 'YYYYMMDDHHMMSS'; [01:02:54] ugh, "geeks" and "dev" in the same sentence [01:02:55] Candeias, you've been talking to one for half an hour. [01:03:06] Candeias, and another one just popped in. [01:03:17] Simetrical: what would the indef field be? [01:03:20] not in the same sentence, aaron [01:03:24] those are two separate ones [01:03:26] :) [01:03:49] Betacommand, what do you mean, indef field? Really all you're doing is getting a list of blocked users, right? You can get that from Special:Ipblocklist . . . [01:04:00] Betacommand, the query for that should work for you, too. [01:04:02] Simetrical: ops [01:04:13] "infinity" [01:04:40] ipb_expiry = 'infinity' [01:04:42] If one dev gets puzzled at this, I don't think there's much hope for me to solve it [01:04:44] :/ [01:04:49] hey [01:05:03] Candeias, brion would probably have some good ideas, or TimStarling, but neither seems to be around and both are often busy. [01:05:13] Candeias, they're our core devs, and actually get paid for it! [01:05:27] i've uploaded an image in my wiki but i can't see the preview by using the tag. Does anyone have an idea of how to solve the problem' [01:05:29] ? [01:06:00] I'm reading the MediaWiki documentation but i didn't found nothing of interesting, ATM. [01:06:05] yeah, I know about those two [01:06:30] Italked to them several times in my old days as a Portuguese wikipedia admin [01:06:47] didn't know they were now being paid, though [01:07:02] things change [01:07:09] Hello there.. just wanna ask: is this {{PROJECTNAME}}:Nospam page a new feature of Mediawiki just like MediaWiki:Bad image list? [01:07:58] done [01:08:05] i disabled $wgUseImageMagick [01:08:09] Simetrical: please tell me if any of the following stuff I'm going to write is wrong. I'm just trying to get things organized in my head [01:08:09] THX anyway ;) [01:08:44] we knoe it isn't database, because everything it where it should be (I can see that by hitting "edit") [01:08:50] borgx, I don't know what that page does. [01:09:21] the fact that it seems not to like anything with {{'s, seems to hos something broken in the parsing department [01:09:50] but it isn't parser.php, because I've just now replaced it with a new copy, and the wiki keeps behaving strangely [01:10:01] Simetrical: Steward Drini create those pages (ex:http://bug.wikipedia.org/wiki/Wikipedia:Nospam) to prevent pages from being created. [01:10:17] borgx, I'm not sure how they work, offhand. [01:10:34] os, if it isn't the database and it isn't the PHP, what's left? [01:10:39] a server misconfiguration? [01:10:40] Candeias, it could be some other file, or some weird confluence of configuration and bad luck. [01:10:53] Candeias, you might try upgrading and hoping that makes it go away. [01:11:13] I'm kinda afraid of upgrading while things are not working [01:11:38] Reasonable enough, I suppose. [01:11:42] No harm if you have backups, though. [01:12:24] BTW, what files does config.php change? [01:12:43] does it touch the includes folder? [01:13:03] Candeias, is there a config.php? config/index.php creates LocalSettings.php, nothing else. [01:13:12] Or it should touch nothing else, I think. [01:13:15] ah, yes, that's it [01:13:21] ok then [01:13:30] so I can replace everything else without problem, right? [01:17:15] Candeias, the upgrade procedure is to replace all files, then run maintenance/update.php from the shell. [01:17:31] (There's also a somewhat suckier procedure for people without shell access, but you said you were root, I think.) [01:17:34] from the shell? [01:17:46] ah, I see [01:17:51] 03aaron * r26990 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevsPage.php): *Fix regression [01:18:34] you mean being able to run "php whatever.ptp" as command line [01:18:46] I'm afraid I misunderstood you [01:20:02] but yes, I do have ssl access [01:20:42] (I think...) [01:21:42] well, I've contacted my host, let's see what they say [01:21:58] thanks for getting puzzled over this, Simetrical [01:22:25] I'll drop by if I have more questions, but now I'll wait for an answer from them [01:22:45] cya [02:30:24] 03(NEW) Paging for CheckUser results - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11789 15enhancement; normal; MediaWiki extensions: CheckUser; (dmcdevit) [02:54:16] 03(NEW) Redirect http://irc.wikimedia.org to Meta - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11792 15enhancement; normal; Wikimedia: General/Unknown; (wm-thunderhead) [02:54:33] are we 100% unplit? [02:56:48] I need help [02:57:00] the editing redirect to index.php which isn't what I want [03:11:24] hi... [03:12:31] Hi. [03:12:46] i just migrate servers.. and my mediawiki doesnt work: http://www.bsd.cl/index.php/Portada [03:12:51] what is it doing?... [03:12:53] cannot find out.. :S [03:13:52] The URL suggests you're using a short-url method. [03:14:10] Did you remember to update the htaccess rewriting? [03:14:34] hm... [03:15:02] htaccess rewriting.. [03:15:56] where is that set?.. all the .htaccess's just have Deny all... [03:16:31] @search url [03:16:31] Results: [logo, purge, shorturls, simpleurl] [03:16:38] !shorturls [03:16:38] To customize the format of URLs on your wiki, please see . [03:16:56] killfill: See if any of that looks familiar. [03:17:05] Did you set MediaWiki up yourself on the old server? [03:17:54] And which version is it? [03:18:11] yup. but it was some time ago. [03:18:15] letme search the version [03:19:02] $wgVersion = '1.6.8'; [03:19:29] prety old.. :P but i wil migrate ones i make this work. [03:21:31] oh.. ones detail: im using lighttp... [03:21:44] "only Apache supports (out-of-box) rewrites such as Wikipedia's transforming ugly long URLs into simple short" [03:21:47] :( [03:24:50] Well, one think you could try is to install the latest version, hook it into a copy of your database, and run the update scripts. [03:25:18] With regards to this particular problem, did you update any relevant variables in LocalSettings.php? [03:27:10] hm... im not sure what should i change.. dont find anythign that talks abot shor url's.. [03:30:04] aah got it.. (had to put my glasses... :P) [03:30:36] the ugly url, adds a "wiki" before all pages tho.. :S [03:31:13] *Pathoschild shrugs. [03:31:28] I had that problem a long time ago, but I don't remember how I solved it. [03:33:11] anybody help me? [03:33:13] i just make a ln trick.. but looks a little ugly.. :P [03:33:24] the editing link redirect me to index.php [03:33:32] and I can't edit the article [03:33:34] help? [03:33:44] I just upgraded to 1.11.0 [03:34:58] kiba: Is this a public wiki you can link us to? [03:35:06] yes [03:35:15] http://libregamewiki.org/Main_Page [03:36:03] kiba: This is your wiki, right? [03:36:40] duh! [03:37:00] you can even see my username on the main page! [03:37:05] kiba: It's not obvious; some people come by asking how to do something on a wiki they found on the Internet. [03:37:14] And I didn't go to read the main page. :) [03:37:22] The problem is the URL rewriting you're using. [03:37:48] something must be screwed up the URL rewriting then [03:38:11] MediaWiki can't tell the difference between a wiki page named "index.php" or the file "index.php", so when it links to a file the user is redirected to a wiki page. [03:39:05] Using a domain only isn't recommended; for example, Wikipedia uses /wiki/ for wiki pages and /w/ for files. Then there's no ambiguity or conflict. [03:40:07] http://pastie.caboo.se/111633 [03:40:15] well I don't know how to fix it [03:40:21] and the problem is not obvious to me [03:40:33] until I try to edit it [03:42:32] *kiba wants to fix it [03:42:48] kiba: Try taking a look at . [03:45:19] kiba: Notice that you can edit with , which shows that the problem is rewriting rather than the edit feature. [03:48:02] you can access the wiki? [03:49:33] Yes. [03:50:08] I changed the rewrite rule and it is not working [03:50:48] Try using /wiki/ and /w/ paths instead. [03:51:02] pathoschild: no [03:51:18] how could i redirect requests from http to https, not modydfiein the config of the web server? [03:51:25] I dislike redirecting [03:51:44] yes?.. why? [03:51:46] people who come via articles [03:51:52] and googlebot [03:52:04] ooh bots will not enter [03:52:11] excelent point. [03:52:20] (they dont enter https, right?)... [03:57:30] Утро доброе [04:01:39] I assume Google will index HTTPS sites. [04:01:44] Actually, I know it will. [04:05:56] http://www.gossamer-threads.com/lists/wiki/mediawiki/104782 [04:06:07] found a problem similiar to mine [04:07:00] http://www.organicdesign.co.nz/MediaWiki_1.11_title_extraction_bug [04:09:09] hi anyway to make text as quotes? [04:09:59] or cite [04:15:13]
? [04:18:15] MZMcBride: ok so regular HTML no Wiki-tag [04:18:56] there is a tag, but that's also HTML [04:19:25] if you just want to set apart some text,
or a
tag will work fine [04:31:46] 03yaron * r26991 10/trunk/extensions/SemanticForms/specials/SF_EditData.php: Temporary bug fix until new version is released [04:52:13] just wondering if anyone knows if it is possible to change the template if a certain namespace is in use? [04:54:54] madness: You can use ParserFunctions to do {{#switch:{{NAMESPACE}}|Talk=This is the talk page content|Category=This is the category content...}}. [04:55:05] !parserfunctions [04:55:05] "parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see [05:14:37] OH CRAP! [05:15:04] not here please... [05:17:16] http://libregamewiki.org/ [05:17:20] madness: what? [05:17:41] don't worry, what do you say ohcrap? [05:17:58] *kiba is in big trouble with his wiki it seem [05:18:09] http://libregamewiki.org/ [05:18:45] Fatal error: Call to undefined method WebRequest::interpolateTitle() [05:18:52] 03(mod) Paging for CheckUser results - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11789 +comment (10JSchulz_4587) [05:18:58] 03(ASSIGNED) Paging for CheckUser results - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11789 (10JSchulz_4587) [05:19:10] madness: can you check it out? [06:08:09] 03(NEW) Image thumbnails don't preserve EXIF data - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11793 15enhancement; normal; MediaWiki: Images; (brianna.laugher) [06:32:43] 03(NEW) Install DidYouMean extension on the English Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11794 15enhancement; normal; MediaWiki: Installation; (dmcdevit) [08:12:56] <_wooz> lo [09:15:38] sometimes it would be interesting to see all one's own contributions where one is NOT the (top) anymore [09:46:27] 03(NEW) wfGzipHandler HTTP_ACCEPT_ENCODING should have an isset() check - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11795 trivial; normal; MediaWiki: General/Unknown; (jeroen) [09:53:02] 03(mod) Portal namespace for Vietnamese Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11764 +comment (10thanhquang.nguyen) [09:55:51] Is there a way to display/include matematical formulae in MediaWiki articles? [09:56:47] HACK]Gara[: yes, see http://www.mediawiki.org/wiki/Texvc [09:58:15] HACK]Gara[: hm, that page is not too informative, sorry. you have to enable it using wgUseTeX, and first of all, you have to build the texvc executable. see the README file in the MATH directory. [10:14:03] hello [10:14:09] I am having a problem with my wiki [10:14:37] http://libregamewiki.org [10:15:22] Fatal error: Call to undefined method WebRequest::interpolateTitle() in /var/www/sites/libregamewiki/HTML/includes/Setup.php on line 233 [10:18:34] kiba: does this happen with a fresh install? or after an upgrade? or after installing some extension? or... [10:19:24] kiba: it sounds like you have a partial update (new version of Setup.php but old version of WebRequest.php) [10:19:35] does ./includes/WebRequest.php exist ? [10:19:44] re [10:20:13] mutante: if it didn't, i think the error should look different (require would fail, resulting in a blank page) [10:23:32] Duesentrieb: Could it be that you need root-access to your wikiserver in order to build texvc execfiles? [10:23:46] HACK]Gara[: no. [10:23:55] well, it *could* be, but it's rather unlikely. [10:24:01] yo *do* need shell access, of course [10:24:28] which is another problem of mine >.< [10:24:38] I don't [10:24:38] and the prerequisites for building must be istalled (build-essentials, ocaml, etc) [10:24:43] some people without shell access have worked around it by uploading one of those "php shells" via ftp [10:24:50] !shell | HACK]Gara[ [10:24:50] HACK]Gara[ : Shell access (that is, SSH access, see http://en.wikipedia.org/wiki/SSH) is highly recommended if you want to run MediaWiki. You can install without it, and basic operation will work, but even creating backups or upgrading will be painfull without it. Some more involved maintenance tasks may even be impossible. MediaWiki is not designed for minimal environments. [10:26:21] I know what shell acces is, thanks ;) [10:26:21] Problem is, my freehoster only permits access through FTP and his webfrontend [10:26:49] Duesentrieb: I fixed it [10:26:52] Still [10:27:09] I lost traffics and I don't like losing traffic [10:27:44] HACK]Gara[: the point is not what it is, but why you need it. if you want to seriously use mediawiki, you want shell access. [10:27:57] kiba: whot? [10:28:28] the error remaind when I goes to sleep and didn't resolve itself when I wake up [10:28:37] and I lost like hundred of pageviews over a night sleep [10:29:14] tough. so, what was the problem? [10:29:40] some sort of unforseen syntax error [10:30:01] *kiba was trying to restore editing ability [10:30:20] so, you screwed up LocalSettings.php [10:30:35] HACK]Gara[: if you trust me, you can use my copy of texvc (whould work on most linuxes): http://tools.wikimedia.de/~daniel/misc/texvc [10:30:44] 03(mod) correcting bog message and updating french and english translation - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11787 15enhancement->normal; +comment (10bertrand.grondin) [10:30:45] HACK]Gara[: still, you'll want shell access sooner or later. [10:33:25] Duesentrieb: Can I trust you? ;) [10:33:53] you can try... [10:34:13] Well, not as i I had much to lose on a freewebspace ^^ [10:34:24] or, to put it differently: you'll have to if you don't want to review all of mediawiki's php code anyway :) [10:35:51] Is ImageMagick stil a prereq for usage of $wgUseTeX? [10:37:00] 14(WFM) Incorrect or missing documentation regarding logo customization - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11780 +comment (10minuteelectron) [10:38:29] latex, dvips, gs (ghostscript), and convert (ImageMagick) installed <- Sounds like lots of programs that need shell access [10:39:05] programs do not need shell access... [10:39:20] you would need shell access to install those programs, or to manuallycall them [10:39:31] but those have to be installed, yes [10:40:09] they are fairly standard, chances are not bad that they are there, or you can request them to bew installed. [10:40:16] 03(mod) Add "Portal" and "Dyskusja portalu" namespaces to Polish Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11786 +shell (10minuteelectron) [10:40:23] (as opposed to, say, an ocaml compiler to build texvc yourself) [10:41:13] So it is possible they came with the standard MW 1.11 package? [10:42:00] shouldn't their executables be located in the math folder too? [10:42:16] Because they aren't in mine :( [10:43:12] 03(mod) Ability to delete images temporarily - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11709 +comment (10minuteelectron) [10:47:05] HACK]Gara[: no, and no. [10:47:52] HACK]Gara[: the are standalone, standard programe. mediawiki uses them, just like it uses ImageMagick. [10:49:05] which in turn means I won't be able to use them unless i get a precompield package somewhere or shell acces.. [10:50:54] HACK]Gara[: i gave you the precompiled texvc binary. this has nothing to do with *compiling*. texvc uses those programs as *programs*, not as libraries that could be linked in. [10:51:38] HACK]Gara[: you would need shell access only if you want to install them yourself. if you have a host that has them installed, you don't need shell access (though shell is good to have when running mediawiki, or, in fact, any non-trivial web application) [10:52:21] ImageMagick for instance is not installed on my host [10:52:31] I don't know about the other programs [10:53:11] Does that mean that only the TeX output as .gif will fail but still produce html-Output or won't it work at all? [10:55:48] HACK]Gara[: it will not work. [10:56:09] HACK]Gara[: actually, a web host that doesn't have ImageMagick installed is quite odd. that's used by a LOT of web applications. [10:56:19] i'd seriously consider getting a decent host. [10:56:47] does anyone know if it is possible to dynamicly change the sidebar due to a users usergroup? [10:57:58] I do. Migration of the MediaWiki is possible by copying all files, backing up the database -> restoring it on the new host and setting the new values for paths in LocalSettings i presume? [11:01:25] Higdur, not possible but you can write the extension. [11:01:49] Higdur, I wrote a dirty solution for http://neysampad.ir/wiki/ [11:02:37] it shows links like Special:Recentchanges and links for editing page only for logged in users [11:03:01] HACK]Gara[: yes. for good measure, and additionaly XML dump is recommended. but again, that requires shell access. [11:03:08] !backup | HACK]Gara[ [11:03:08] HACK]Gara[ : http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [11:03:30] Duesentrieb, Is mwbot yours? [11:03:39] Soroush81: no [11:03:48] amidaniel maintains it [11:03:57] i like it though :) [11:04:28] Duesentrieb, great. It's nice bot for this channel [11:04:51] @trust wikimedia/Soroush83 [11:04:51] Added wikimedia/Soroush83 to trusted hostnames list. [11:04:58] Soroush81: feed it :) [11:05:39] (i'd say anyone with a wikimedia/wikipedia cloak can be trusted) [11:05:50] how about Wikia cloaks? :) [11:07:12] Jack_Phoenix: those too for all i care [11:07:36] \o/ [11:07:41] @trust wikia/Jack-Phoenix [11:07:41] Added wikia/Jack-Phoenix to trusted hostnames list. [11:07:47] yay, thanks :) [11:08:13] actually, we should nag amidaniel to auto-trust these cloaks :) [11:08:48] Duesentrieb, may I test it now? [11:08:58] Jack_Phoenix, Soroush81: use #mwbot for testing/playing/feeding [11:09:06] it doesn't support priv messages [11:11:10] You can go in #mwbot and send commands though. [11:12:03] 03(NEW) Add third variant to Polish {{PLURAL}} like in Czech - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11796 15enhancement; normal; MediaWiki: Internationalization; (derbeth) [11:14:30] Another question just popped up: [11:14:30] I copied the default Monobook-Skin to build my own one. (the .php files in /skins too) [11:14:30] The skin got implemented and works fine, just one Problem: all predefined links/texts like Navigation and Login, which previously had an Uppercase first letter are now written in lowercase [11:14:41] Any ideas what could have gone wrong? [11:21:54] HACK]Gara[, it's odd. [11:22:58] you might have used some css files aren't used with your new skin [11:23:02] 03(mod) Support global (crosswiki) blocking - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8707 (10herbythyme) [11:23:12] HACK]Gara[, Check css [11:52:29] 03(mod) Incorrect or missing documentation regarding logo customization - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11780 (10s.vanslyck) [12:13:27] 03(mod) Incorrect or missing documentation regarding logo customization - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11780 (10s.vanslyck) [12:18:51] Hi! How can I add header with our logo to the monobook theme (like a top-frame)? [12:19:21] edit monobook.php [12:19:26] or monobookbase [12:19:55] I tried a the beginnig of monobook.php but the login buttons etc. are still on top of the page... [12:23:32] Soroush hadn't been identified for more than a year. Now I'll be Soroush [12:23:50] getting rid of the number [12:30:29] <_Vi> I've imported pages, text and revision tables from XML dump to MySQL using xml2sql program. [12:30:40] <_Vi> How can I restore categories? [12:31:21] <_Vi> Special:Categories show that I have no categories, but they actually exist. [12:32:07] <_Vi> For example, "Minsk" article shows that it is in "Category:Capitals", and "Category:Capitals" exist, [12:33:33] <_Vi> but 1. it shows that "There are 0 entries in this category.". 2. It is not listed it Special:Categories. [12:33:56] <_Vi> categorylinks table in mysql database is empty. [12:35:28] _Vi: maintenance/rebuildLinks.php [12:35:30] or something [12:37:39] <_Vi> OK, I'll try it. [12:43:35] it will take approximately five squillion years [12:53:45] Is that greater than a jillion? [13:02:33] Prax01D: yes. [13:02:47] dang. [13:21:04] is there a way to add [[Category:]] to a template without the template itself going into that category? [13:22:00] Kuja^: [13:22:42] *Werdna eats NotACow [13:22:56] *NotACow makes Werdna burp [13:23:26] thanks [13:25:03] you're welcome [13:25:56] ughj [13:27:25] ughj yourself [13:29:33] <_Vi> , Thank for advice about maintenance/rebuild*.php. I've tried create*.php generate*.php make*.php, but rebuildall.php work. [13:29:59] <_Vi> s/work/works/ [13:30:32] ugh [13:31:09] np [13:33:04] how did it work again to send text thru the wiki parse in your own extension before outputting it? i seem to have found an outdated way to do it .. Call to a member function parse() on $localParser->parse .. [13:34:27] wgOut->outputwikitext [13:41:41] i still dont get it from the google results :p [13:42:48] $output = $parser->parse( $text, $parser->mTitle, $parser->mOptions, true, false ); [13:42:52] return $output->getText(); [13:42:53] is still in the FAQs [13:44:03] or actually $output = $parser->recursiveTagParse( $text ); :p [13:49:47] ok, got recursiveTagParse working [13:53:39] hello, I'm trying to make the skins/monobook.php more readable and I don't know if it's ok to use class='abc' instead of class="abc" [13:53:53] yes it is [13:54:02] thanx [13:54:02] just remember that htmlspecialchars() doesn't escape ', only " [13:54:21] jup [14:02:38] hello [14:02:40] all [14:02:53] how to get rid from the main page title: Main Page [14:03:09] i cant get it anywhere [14:12:45] loca|host: http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F [14:14:01] is there a way in CSS to make a border that only shows for, say, the middle 50% of the actual border? [14:14:56] I'm a bit new in this...is the most actual version of monobook this? http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/skins/MonoBook.php [14:15:04] alyx: yes [14:15:18] thanks [14:16:11] just one more, how do i get the current page title my extension hook is being used on, inside the extension [14:19:15] flyingparchment: no [14:19:22] lame :( [14:19:25] yep [14:19:28] wait for css 3 [14:21:15] right, in 10 years browsers might support it ;) [14:21:35] true [14:23:16] has Firefox3 running on Windows, since it was mentioned here earlier that it passes the Acid2 test [14:23:23] ..and it does [14:25:33] mutante: That was me :) [14:26:09] mutante: You know about s23 wiki, is it just for general stuff (say I wanted a semi-permanent page on something) or for specific stuff? [14:28:37] minute-ssh: you can add whatever you like as long as its not illegal for me to have it on my server :p [14:29:05] Ahh, that is cool. [14:29:13] *minute-ssh will have to start using that. [14:29:30] currently implementing JargonFile extension [14:29:40] I don't really want to set up my own wiki for privacy reasons and because it would be a waste. Also s23 looks as if it has a nice community. [14:30:07] we are using it like a group blog or something [14:30:19] Oh, cool. [14:31:06] do you know how to get the page title in an extension? [14:31:16] then i can finish the Jargon stuff [14:32:00] I can see if I can find out. [14:40:31] mutante: $wgOut->getPageTitle() [14:40:36] That should do the trick. [14:40:53] thanks.. trying [14:42:50] 03rotem * r26992 10/trunk/phase3/languages/messages/MessagesHe.php: Fixes. [14:46:40] mutante: success? [14:47:47] not yet ::p [14:47:59] oh [14:48:00] ok [14:48:05] Does that thing work? [14:48:31] if i watch it in preview mode on page BOF , it contains "Editing BOF" [14:48:40] when i save it it seems empty [14:48:42] Ahh, that is a problem. [14:55:39] where is roan when you want him/her [14:59:46] minute-ssh: got it, global $wgTitle; and $wgTitle->mTextform; [15:03:13] mutante: Ahh, interesting. [15:03:34] see the new page "bogo-sort" and its actual content [15:07:50] Nice, congratulations. [15:24:55] mutante: Are you trying to crash my computer with your website or something ;) [15:24:58] [15:26:15] any api folk online? [15:26:17] uh, why? are you reading RC as a Feed? :p [15:26:57] Nope, my computer is just dead slow and you have lots of nifty css. Very nice nontheless. [15:29:06] thanks, but i doubt CSS can used for a DOS attack ;) [15:30:12] hehe [15:36:01] 03(NEW) New workaround JavaScript "diff.js" in 1.12alpha (r26409) interferes with wikEd - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11797 normal; high; MediaWiki: General/Unknown; (oq9pscb02) [15:38:43] Is it possible to make the CategoryTree Extension show the pages of subcategories in Category-Descriptionpages too? [15:41:53] Ah, just found the $wgCategoryTreeCategoryPageMode variable, problem solved [15:46:52] Another question then. [15:46:52] Is it possible with CategoryTree to ONLY show the pages if the category"leaf" has no Subcategories? [15:46:52] eg. if article foo is categorized in Category:b and Category:ar whereas ar is a subcatergory of b [15:46:52] If i now watch the CategoryTree of "root_category" I want page foo to only be displayed when I open the "ar" category, not in "b" [15:46:59] hey everyone... sorry but i need some help with mediawiki... who should i ask for some help? [15:47:08] everyone [15:47:10] just ask [15:48:12] ok, my wuestion is, how do i make the "boxes" like on the main page of mediawiki that have "users","System Administrators" and "developers"? i couldn;t find it anywhere [15:48:30] emykey: it's simply html dvs and css. [15:48:34] *divs [15:48:37] no magic involved [15:48:45] you can create yourself templates for it, if you like [15:49:20] can i edit any existing ones to see how it's done? [15:49:29] sure [15:49:50] perhaps look at some wikipeia portals or main pages [15:50:03] note that the english wikipedia is probably overly complicated [15:50:07] look for something nice and simple [15:50:15] i tried to copy the main page of mediawiki but it's lovked so i coulnt make a copy [15:50:17] there are loads of portal pages, and a load of wikis [15:50:26] locked* [15:50:31] emykey: don't copy stuff you donÄt understand [15:50:41] it's going to bite you in the back side [15:50:52] HACK]Gara[: about the CategoryTree stuff: no, it's not possible. not without some massive hacking. [15:51:00] :( i just need some instructions cause i;m new at this [15:51:24] emykey: look at a simple example. look at your favorite html toturial. [15:51:45] emykey: this is nothing mediawiki-specific. it's simply a box/column html layout [15:51:56] dammit, thanks anyway ^^ [15:52:14] ok, i tried to find it in the turorial in mediwiki but i didn;t. is it a "category", a "template"? what is it exactly? [15:53:59] emykey: that makes me wonder where you looked... [15:54:19] emykey: http://www.mediawiki.org/wiki/Special:Search?search=templates&fulltext=Search [15:54:22] in the "user help" and faq [15:54:31] http://www.mediawiki.org/w/index.php?title=Special%3ASearch&search=categories&fulltext=Search [15:54:45] the search box is your friend, duh! [15:55:30] emykey: "user help" points to http://www.mediawiki.org/wiki/Help:Contents [15:55:40] ok, sorry :/ it's just that i thought it was something diffrent from templates and categories. [15:55:41] emykey: links to the pages about templates and categories are there, too. [15:55:49] ok, thanx [15:56:30] emykey: well... the boxes have nothing to do with categories. you can use templates to make them, but with or without templates, in the end, they are html divs. [15:56:49] maybe there should be a little "how to make portals" page [15:57:02] hm, yea, why not [15:59:26] Duesentrieb: can you reanimate roan? [16:00:49] how do I add a link in the navigation box? [16:01:03] !sidebar | Alanius [16:01:03] Alanius : To change links in navigation bar on the left, simply edit [[MediaWiki:Sidebar]] in * list style. More details on . [16:01:34] AzaTht: whot? [16:01:36] thanks! [16:01:50] Duesentrieb: he is never here when I need to poke him :( [16:02:05] !alias navbox sidebar [16:02:13] no aliases [16:02:17] hmm [16:02:23] !navbox is see !sidebar [16:02:23] Successfully added keyword: navbox [16:02:27] !navibox is see !sidebar [16:02:27] Successfully added keyword: navibox [16:02:45] AzaTht: i know nothing about roan [16:02:46] !navbox [16:02:46] see !sidebar [16:02:50] Aliases are possible, just noone knows how to do them. [16:02:54] !bz [16:02:54] All bugs in MediaWiki should be reported at http://bugzilla.wikimedia.org. This is also the place to request site configuration changes, new features or enhancements to existing features, although bear the following points in mind before making a feature/enhancement request: 1) If the request is specific to a Wikimedia wiki, please discuss the issue on that wiki first. 2) Consider whether a custom extension would be more appropriate. [16:02:58] !bugzilla [16:02:58] All bugs in MediaWiki should be reported at http://bugzilla.wikimedia.org. This is also the place to request site configuration changes, new features or enhancements to existing features, although bear the following points in mind before making a feature/enhancement request: 1) If the request is specific to a Wikimedia wiki, please discuss the issue on that wiki first. 2) Consider whether a custom extension would be more appropriate. [16:03:02] @search bz [16:03:02] Results: [] [16:03:08] @search bugzilla [16:03:08] Results: [bugzilla] [16:03:08] minute-ssh: interesting :) [16:03:14] Duesentrieb: ja [16:03:30] minute-ssh: if you know how to do that, please put it on http://www.mediawiki.org/wiki/Mwbot [16:03:36] I don't :P [16:03:41] And mwbot is being very laggy today. [16:03:58] Duesentrieb: RoanKattouw [16:04:32] AzaTht: yes. i know nothing about that guy. [16:04:34] !help [16:04:34] Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at http://www.mediawiki.org/wiki/Mwbot, you can find all my source code at http://amidaniel.com/viewvc/trunk/MWBot/?root=svn [16:05:00] minute-ssh: it's fast enough for me... maybe *you* are lagged [16:05:35] :S [16:06:04] !navbox alias sidebar [16:06:04] Alias "navbox" already exists. Use "!navbox del" to remove it. [16:06:14] !navbox del [16:06:14] Successfully removed keyword: navbox [16:06:15] !navbox alias sidebar [16:06:15] Successfully added alias: navbox [16:06:20] !navbox [16:06:20] To change links in navigation bar on the left, simply edit [[MediaWiki:Sidebar]] in * list style. More details on . [16:06:26] !navibox del [16:06:26] Successfully removed keyword: navibox [16:06:31] !navibox alias sidebar [16:06:31] Successfully added alias: navibox [16:07:07] !navigation box alias sidebar [16:07:14] !navigation_box alias sidebar [16:07:14] Successfully added alias: navigation_box [16:07:29] there [16:07:40] sadly you can't use spaces in keywords [16:08:09] It would be nice to have teh syntax changed a bit. [16:08:13] Can mwbot do context sensing and just answer questions when asked? [16:08:14] @search box [16:08:14] Results: [sandbox] [16:08:20] haha [16:08:30] It doesn't search in the titles. [16:08:39] TimLaqua: pretty difficult bot a bot to see context [16:08:50] minute-ssh: what does it then search for? [16:08:58] inside the factoid [16:09:08] @search was [16:09:08] Results: [help, mwbot, safemode] [16:09:14] @search bar [16:09:14] Results: [purge, sidebar] [16:09:23] AzaTht, but not impossible - and as-is, I don't see it being too terribly helpful [16:10:04] TimLaqua: how would a bot, without the risk of spamming the channel, recognize context? [16:10:20] AzaTht, similar to auto-tagging [16:10:37] AzaTht, dump noise, key on punctuation and then thow out a guess. [16:10:44] TimLaqua: how would it be able to understand what's a question? [16:10:58] once you filter noise from a statement, you end up with keywords [16:11:22] and keywords with questionmarks and modifiers like "how" or "where" = a 80% probable question [16:11:27] I wouldn't mind having a go at that one day. [16:11:27] TimLaqua: keywords in not useful to see context [16:12:16] TimLaqua: pretty error prone imo [16:12:24] AzaTht, it couldn't do the context of a thread, true. but it could try to guess at the first 1-3 "questions" asked by an IRC user within some certain timeframe [16:12:42] AzaTht, oh, it's mess up all the time - but I'm sure we could teach it to be smarter. [16:12:50] true [16:13:07] but that's an area the big brains are still studying in [16:13:28] AzaTht, sure - but the open source community is pretty good at kamakazie development. [16:13:34] hehe [16:13:50] that's a new developement method I've never heard about [16:13:58] we could at least make it ID questions like "how do I move my sidebar?" [16:14:10] "how" "move" "sidebar" "?" [16:14:17] true [16:14:21] or pry just how/sidebar because we're lazy. [16:14:51] imagine, after 5 years of teaching it, it'd be like a crazy MW oracle. [16:14:56] hehe [16:15:26] It wouldn't take much coding either. [16:15:38] well, lets not go that far. ;-) we have to be able to teach it. [16:15:41] Just some regex with a database connection. [16:15:44] minute-ssh: you just need to code an AI [16:15:48] haha [16:16:01] how about zero AI - and it just does stuff, then we tell it when it's wrong [16:16:14] then it remembers that. like kids when they touch a hot stove. [16:16:18] TimLaqua: that's some sort of AI [16:16:29] yeah, but not front-loaded AI [16:16:41] it's a typical example of machine learning [16:16:54] I think Duesentrieb is sort of the MW bot i'm thinking of. [16:17:01] ask questions, answer spits out. [16:17:32] maybe it mwbot is confused, it could just ask us to clarify. lol. [16:17:34] hehe [16:18:00] who wrote it? [16:18:04] amidaniel [16:18:12] is that his IRC nick? [16:18:16] yes [16:18:25] he ever around? [16:18:29] occasionally [16:18:31] why? [16:18:53] eh, just wonderin if he was interested in playing w/ mwbot more [16:19:11] ok [16:20:03] drupal or joomla? [16:20:15] huh? [16:20:33] I'm trying to figure out which one to get in to. [16:20:39] i'm leaning towards drupal. [16:21:08] Druapl is nice, very adaptable and customizable - never tried Joomla though. [16:21:19] me either - I just ran across it the other day. [16:21:27] minute-ssh, do any dev for drupal? [16:21:36] What do you mean? [16:21:47] oh [16:21:51] ;-) [16:21:52] no, I don't [16:22:19] I just use it for this open source website I volunteered to develop. [16:22:27] ah [16:22:46] I haven't seen any MW SVN commits recently - why so quiet? [16:23:34] Because it's Sunday? [16:23:44] Sunday == !Brion [16:24:31] ;-) Last time I was hanging around IRC was around the 1.11 branch - I guess everyone gets all hepped up around releases. [16:24:57] Yeah, they come few and far between and when they do come there is always a rush to get commits in or revert crap. [16:25:57] Yeah, it sucks when a fix isn't 100% and it gets branched. [16:28:19] I still think we can make mwbot pretty smart. ;-) count me in on that project. [16:30:04] *minute-ssh would help - but it is in Java. [16:30:22] Java's pretty straightforward [16:30:55] yeah [16:30:56] I don't think you'd be at much of a deficit. After all, most of the work would be logic. [16:31:00] That's what they all see. [16:31:47] *say [16:31:54] *TimLaqua nods [16:36:20] moin [16:40:41] 03(mod) Specify timezones by location, to allow automatic adjustments of timeoffset and daylight saving time (DST ) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=505 +comment (10azatoth) [16:47:08] re [16:50:02] wb [16:52:42] I wish I still had the code from my old IRC bots. [16:53:48] 03(NEW) i18n - Update for Malayalam language (ml) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11798 15enhancement; normal; MediaWiki: Internationalization; (sadik.khalid) [17:27:40] hey folks [17:27:49] what is a common access control plug-in? [17:29:04] cj: http://www.mediawiki.org/wiki/Category:Extensions [17:29:11] It may be good just to browse for yourself [17:29:35] thanks, e_s_p [17:31:07] cj: a different wiki :) [17:31:14] mediawiki's not really designed for it [17:32:45] flyingparchment: if you don't know how, just say so :) [17:33:05] yes. how dare i give advice. naughty me. [17:33:33] flyingparchment: that wasn't advice! :) [17:37:28] cj: it's actually pretty good advice [17:37:49] if you haven't invested too much time/data/effort into MW, you may want to look at some other wiki engines [17:38:04] If you're really committed to MW, be prepared for some trickiness with access control [17:38:33] Twiki is the best-known Open Source wiki engine with good access control [17:38:46] Confluence from Atlassian is a proprietary one, similarly [17:39:22] Hey does anyone know about Changing the $wgLogo? [17:39:55] I was looking in Localsettings.php to try and find $wgLogo = "$wgStylePath/common/images/wiki.png"; however It was not there [17:40:24] JAStewart: add it [17:40:29] at the end [17:40:39] at the end of the localsettings.php file? [17:40:44] yes [17:40:53] e_s_p: I'm happy to deal with some trickiness [17:40:54] Alrighty then [17:41:24] e_s_p: I like mediawiki. I've been using it since 2004-ish. [17:41:40] I'm just curous whether anyone has put effort into an ACL system since last I looked. [17:41:51] Oh, that's a good question. [17:41:55] What did you come up with? [17:41:59] it looks like there have been some changes to accomodate such things. [17:42:06] http://meta.wikimedia.org/wiki/Help:Setting_user_rights_in_MediaWiki#Configuring_access_restrictions_to_your_wiki [17:42:16] Ok that didn't work :S [17:44:11] Yeah it didn't work [17:44:33] e_s_p: looks like the framework is there. the interface is "edit your LocalSettings.php" [17:44:53] One of these days, I need to get around to writing some plug-ins... [17:45:02] with all of my "copious spare time" [17:47:43] Anyone? [17:52:34] Hey my picture hasn't changed, it has just disappeared [18:01:40] JAStewart: permissions? [18:04:10] musta' left [18:09:19] 03rotem * r26993 10/trunk/extensions/CentralNotice/CentralNotice.php: Strict JS: Declare variables before using. [18:37:14] 03(NEW) StableVersion has bug while current wgLang hasn' t language file - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11799 15enhancement; normal; MediaWiki extensions: AdvancedRandom; (alexsh) [18:37:20] is there a md5 checksum for the mediawiki gzip file? [18:38:02] 03(mod) StableVersion has bug while current wgLang hasn't language file - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11799 (10alexsh) [18:44:06] Ashfire908, i think there's a gpg sign [18:44:31] where [18:44:54] http://download.wikimedia.org/mediawiki/1.11/mediawiki-1.11.0.tar.gz.sig [18:46:07] Hello Everybody! Question here. I have limited MB allowed on my account with rr.com. Is there a list or reference somewhere of the files in my www directory that I _don't_ need to upload. For example can I just forget the language directory if I wan to support English only. Can I just forget any file without an extensions (makefile). Stoopid questions like that. [18:50:44] Not sure if first post was visible: Hello Everybody! Question here. I have limited MB allowed on my account with rr.com. Is there a list or reference somewhere of the files in my www directory that I _don't_ need to upload. For example can I just forget the language directory if I wan to support English only. Can I just forget any file without an extensions (makefile). Stoopid questions like that. [18:51:13] the message was visible [18:51:29] OK; thx Ashfire. [18:53:25] how much space do you have [18:54:11] 5MB but I intend to at least double that. The more important question I should be asking is which files I really SHOULD remove (like the config directory) to provide for basic security. [18:54:27] But I don't see any need to upload readme's and such. [18:54:30] ... [18:54:44] and they provide sql? [18:55:13] I think so. If not I'll put it up at webmasters.com or some such... [18:55:15] ...Hello Everybody! Question here. I have limited MB allowed on my account with rr.com. Is there a list or reference somewhere of the files in my www directory that I _don't_ need to upload. For example can I just forget the language directory if I wan to support English only. Can I just forget any file without an extensions (makefile). Stoopid questions like that. [18:55:18] sorry!!!!! [18:55:21] lol [18:55:25] ha [18:55:52] i doubt if they only give you 5 MB that they would even have php [18:55:56] lol [18:55:57] ...as a windo$e user I'm leery of deleting stuff just because it has no exten. I'm a DOS 6.22 wiz-bang but no experience in unix at all. [18:57:00] Yeah. I'm also concerned about things like what to upload in the WAMP directory other than the www directory. But that's for later. [18:57:23] wamp? [18:57:41] WAMP5 - Windows-Apachs-MySQL-PHP [18:58:19] and where is that directory? on the space given to you? [19:00:46] Currently everything is on my pc at home, working thru localhost and not exposed to the net. WAMP is on C: and www is in WAMP and mywikipedia is in www. Path example: C:\wamp\www\mywikipedia\extensions\StubManager [19:01:31] WAMP also contains Apache, MySQL, PHP and supporting directories for those programs. [19:02:01] I'm so new I don't even know where the wiki db is! [19:02:18] 1 Non-static method Parser::validateSig() should not be called statically, assuming $this from incompatible context in /home/nike/public_html/dev/includes/SpecialPreferences.php on line 249 [19:02:22] ugh [19:04:01] hello - i have got a question. i've installed mediawiki on my webspace & it runs perfectly - but there is only one thing.. can i configurate mediawiki that posts / articles must be accepted by the webmaster before saving? [19:04:14] sorry for my bad english [19:04:44] therefore i would be pleased if someone can help me :) thank you [19:05:37] Steev43230, in mysql [19:06:30] hmm - thank you for your answer but can you tell me please where i must edit it? sorry, and is there a chance that i could administrate and configurate it with a webinterface? [19:06:57] sorry, i hope my question isn't so bad - i'm new in this session, sorry. i've tried it at first time (installing and configurate) [19:07:23] Ashfire, I guess that would be C:\wamp\mysql\data\mysql. I see exe's in there too. Surely I would not upload an exe to the server. [19:07:25] Snakeler, someone will help you very soon, I am sure. [19:09:01] Snakeler, there might be something for you at http://www.mediawiki.org/wiki/Category:User_interface_extensions or in pages around there [19:09:44] Steev43230, no. you upload the sql data/code [19:09:49] not the files themselves [19:10:01] OK. [19:10:09] Snakeler, also look at http://www.mediawiki.org/wiki/Category:Extensions [19:10:35] hmm ok - thank you - i hope you have understood my question :) i would like that every article which is saved by someone (sended off) is not automatically safed and showed. i would like to accept it before it is shown to others [19:10:37] Ashfire: but my LocalSettings.php would control, and I would upload that as well [19:11:01] snakerler, Ive been looking for the same thing for quite a while now [19:11:10] would you mind e-mailing me if you are able to find a solution? [19:11:11] Yes, Snakeler, I understood your question but I don't have the knowledge to answer it [19:11:30] do you know why im searching for such a option? sometimes stupid people post bad articles and thats not good - therefore i would like to confirm the edit or post articles if this is possible [19:11:59] yeah.. its a good idea.. and im looking for the same exact thing [19:12:39] but i have been unable to find any information on how to do it [19:12:54] would you mind sending me an e-mail if you find the answer [19:13:05] and i can do the same.. send you an e-mail if i find any info on how to do it [19:13:07] 03aaron * r26994 10/trunk/extensions/StableVersion/StableVersion.php: *Don't include non-existent files (bug 11799) [19:14:05] have you been on the support site of mediawiki? [19:14:24] i haven't found the answer that i need [19:14:31] Is there a way to use UserMailer.php for mailing to multiple users in one shot? In other words, does the $to parameter have to be a single recipient email address or can it be used for mulitple, comma separated email addresses? [19:14:32] 03(FIXED) StableVersion has bug while current wgLang hasn't language file - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11799 +comment (10JSchulz_4587) [19:15:48] ive checked all the support sites [19:15:52] I would be pleased if someone can help me! i would like to confirm edit or posted articles because sometimes there are a lot of stupid people on my site and they made some trash there. bad entries, bad edit articles and more. therefore i ask you: is there a way to confirm edit or posted articles before they get online ? [19:15:53] ive checked all the extentions [19:16:15] hmm - i hope someone can help us madfrench! [19:17:00] snakeler_: do you want to force people to use preview before save? I think i have seen this somewhere [19:17:59] hmm sorry for my bad english - i hope you can understand me exactly. before articles will be safed i would like to confirm them. that means that edit or written articles by the users should not been safed automatically - i would like to confirm it / them (articles) [19:18:21] just gotta sit here for a while and wait for an answer ;) [19:18:22] haha [19:18:39] snakeler can you PM me? [19:19:15] snakeler_: OK. Now I understand. You want to review the changes personally before they go to the site [19:19:25] I think he means moderation for edits. [19:19:45] yeah thats exactly what we mean [19:20:04] and if someone creates a new page, the "Moderator" must accept the page before its visible to the world [19:20:13] exactly @ thisislobo [19:20:22] <[KrusheR]> hi [19:20:28] and any edits must be accepted by a "Moderator" before they are visible to the world [19:20:29] jeah - thats it @ madfrench and thisislobo [19:20:43] right! is there such a option that this could be made? [19:20:54] <[KrusheR]> is it possible to set up a new permissions level associated to a new user level? for making additional security level for some pages and such [19:21:01] it would be very nice because some stupid idiots post and edit articles in bad ways.. [19:21:43] exactly [19:21:52] madfrench - i wrote you a private message [19:21:53] :) [19:22:07] I didn't get it.. [19:22:16] if your not a registered user you can't send PM's [19:22:17] oh - ok. i'll write it again [19:22:25] ou - ok. sorry, ;) [19:22:43] but.. madfrench - do you think that we'll get a answer or help? [19:22:57] I'm not sure [19:23:05] Im still searching right now on all kinds of forums [19:23:48] i was never been here [19:24:36] I'm thinking about using the same users table for multiple wikis. However I suppose that would make both wikis show the same users in their user list. Is it possible to only show (and especially count) those users that have at least once logged in to that exact wiki? [19:24:43] thats the reason why i had asked you ;) [19:25:23] hmm - i'm not registered here - thats the reason why i can't write you back :) [19:25:39] isnt it? hmm. its not so important. i think its more important to geht help with our problem [19:25:41] ok.. haha [19:25:59] G_SabinoMullane: around? [19:26:50] madfrench - we can talk about icq or msn and then we can send us a message if we have got the answer :) [19:28:03] sorry for my very bad english - none ouf yours can help us really? [19:28:11] lulz [19:28:29] [KrusheR] [19:28:48] ok [19:28:52] whats your msn address? [19:29:00] zeroserver512@hotmail.com [19:29:18] you can add me and let me know if you have got help to your problem / our problem [19:29:26] k.. I just added you [19:30:13] ok thx - is there someone who can help us with our problem? [19:30:38] how to write a link to a user's profile ? [19:30:59] [[User:Username]] [19:31:00] [[User:Fourat]] doesnt do the work [19:31:28] the user profile doesn't exist then [19:31:32] it will generate this: http://bluefish.tux/wiki/index.php?title=User:Fourat&action=edit [19:31:44] cause it does not exist [19:31:55] if you write something there [19:31:56] http://bluefish.tux/TriKi/User:Fourat [19:32:01] There is currently no text in this page, you can search for this page title in other pages or edit this page. [19:32:04] it won't happen [19:32:18] when i put that link http://bluefish.tux/TriKi/User:Fourat [19:32:35] i get the there is no text in this page [19:32:45] i want to get it by [[User:Fourat]] [19:32:54] and it force to do the edit [19:32:56] when you link a page that does not exist in a wiki [19:32:59] i just want a read [19:33:01] it go to the edit [19:33:05] well [19:33:08] you can [19:33:12] write something [19:33:17] and then remove it [19:33:30] ok [19:33:35] and it will link to the user's profile [19:33:53] it goes* [19:34:59] question regarding skinning [19:35:00] I followed http://www.mediawiki.org/wiki/Manual:Skinning in order to copy the Monobook-Skin to a new renamed one, let's call it foo. [19:35:00] The skin got implemented fine and looks just like monobook, with one exception. [19:35:00] All links that started with a capital letter in Monobook are completely lowercase in foo [19:35:08] Any hints about what i could have forgotten? [19:36:10] ahem... the problem is just the lowercase? [19:36:18] 03siebrand * r26995 10/trunk/phase3/ (23 files in 2 dirs): [19:36:18] Localisation updates from Betawiki. [19:36:18] * ar, cy, dsb, ext, gan, gl, hr, hsb, hy, is, kn, la, loz, nl, no, pl, pms, shi, sk, vo, wa, wo [19:36:24] only the lowercase links, yes [19:36:35] can i see the source code? [19:36:50] a link perhaps [19:37:24] To what file? [19:37:25] The wiki? [19:37:35] yes [19:37:38] the wiki [19:37:42] http://khadgara.uttx.net/wiki/Hauptseite [19:37:49] Default skin is the defective one [19:38:12] oh, german [19:38:27] The languagefiles are correct, i checked them a sec ago, they are all written in Uppercase [19:39:41] Hello, I have one quick question. Can you change the look (layout, skin, etc.) of Wiki? [19:40:05] 03aaron * r26996 10/trunk/extensions/FlaggedRevs/FlaggedRevs.pg.sql: *Update pg schema [19:40:35] sigma: yes [19:41:53] Thank you Alex2610. Are their any example edits to the layout you may show me? [19:41:53] sigma: http://meta.wikimedia.org/wiki/Gallery_of_user_styles [19:41:57] Ah [19:42:08] let me look [19:42:08] Thank you thisislobo. [19:42:16] oh [19:42:38] Problem is, I didn't change any lines of the systax besides the ones needed for renaming the skin. All the files are the same too, just in a different folder [19:43:13] Nice I see. Thank you both. That's good enough for me. ^^ [19:43:36] you're welcome [19:43:59] loca|host: "problem" solved? [19:45:40] class SkinDotAWiki extends SkinTemplate { [19:45:40] $this->skinname = 'DotAWiki'; [19:45:40] $this->stylename = 'DotAWiki'; [19:45:40] $this->template = 'DotAWikiTemplate'; [19:45:40] class DotAWikiTemplate extends QuickTemplate { [19:45:41] These are the only lines of code differing (in DotAWiki.php), the rest is absolutely identical to the MonoBook files [19:45:42] Alex2610, hacked out, but not really solved :) [19:45:57] HACK]Gara[: a silly question, the new skin, isn't it suppose to be in the common.css or monobook.css [19:46:00] i did create the page an set it empty [19:46:06] ? [19:46:22] but it doesn't link to a edition box [19:46:26] right? [19:46:51] The common.css and monobook.css have no entries [19:47:01] hmm [19:47:24] in one of the wikis that i use, the skin is in the common.css [19:47:59] don't get confused [19:48:20] I'm alredy confused :P [19:48:22] there are css files, and css pages. they are not the same [19:48:26] so am I... [19:49:01] well, what extactly is the problem? [19:49:08] all you really need to do is consistent naming... [19:49:11] sorry I can't be helpful at this topic [19:49:28] on* [19:49:41] HACK]Gara[: you want to create your own skin, and copied MonoBook? [19:49:50] Vi sitter här i venten och spelar lite DotA... [19:50:27] Duesentrieb:Right, the skin works fine, but all links provided by the wiki are lowercase. Looks like this: http://khadgara.uttx.net/wiki/Hauptseite [19:50:38] we're looking for a special feature for mediawiki! does someone can help us ? is there a opportunity that articles (it doesnt matter if they are edited or written/postet by a user) must be accepted by the moderator/administrator before they will be safed? [19:50:41] I was just listening to that [19:50:45] ^^ [19:50:56] snakeler_: no. it's a wiki [19:51:04] !cms | snakeler_ [19:51:04] snakeler_ : You are advised to install an appropriate content management package for per-page read restrictions. We will not be held responsible should a password or bank details be leaked, leading to loss of funds or one's job due to borked hacks. See if you really want too. [19:51:19] before articles are safed (after editing oder written by a user) they must be checked by a moderator and accepted [19:51:49] hmm - ok, i hope you know why i've said it to you - some idiots post and edit my files and thats not good [19:52:09] snakeler_: that would not be a wiki. the "stable version" stuff might allow somethign similar to this, but it's not ready yet. and all versions would still be publically visible [19:52:18] yep [19:52:35] because of that nupedia failed [19:52:37] snakeler_: if you don't want others to edit, a wiki is probably not really what you want. but you can lock id down if you like [19:52:41] !access | snakeler_ [19:52:41] snakeler_ : For information on preventing access to your wiki, please see . [19:52:46] could you help me therefore ? is there a opportunity for safety? some idiots edited and wrote some "shit" (sorry) in my wiki and by now there are a lot of bad files in it (wiki) [19:53:13] well, the sysops are there for that reason [19:53:16] snakeler_: a wiki (!) has a community to fix shit.... [19:53:23] revert and edit [19:53:43] snakeler_: basically, there are things you can do, but it all sounds like you really do not want a wiki. [19:54:06] HACK]Gara[: "all links"? you mean the tabl at the top? [19:54:19] hmm sorry for my questions but im a newbie in this area. where can i give some rights to a user? sorry for this question but im very pleased if you can help me too in this respect ;) [19:54:34] Alex2610, sigues aqui? xD [19:54:44] si [19:54:45] :P [19:54:50] HACK]Gara[: search your css for "text-transform". [19:54:55] estoy ofreciendo "ayuda" [19:55:04] aaah [19:55:09] me congratula xDD [19:55:09] Duesentrieb: The usertoolbar and the navigational area. "Navigation" a.s.o. are supposed to be uppercase [19:55:11] snakeler_: i already gave you that link [19:56:09] HACK]Gara[: and they are, if you look into the html source. they are transformed to lowercase by css. as i said, search for "text-transform" [19:56:29] HACK]Gara[: it's in main.css [19:56:36] düsentrieb - danke dir [19:56:37] :) [19:56:54] HACK]Gara[: FireBug sais line 962 for the tabs [19:57:10] 660 for the sidebar [19:57:12] could you send it once again to me please @duesentrieb [19:57:15] i would be very pleased [19:57:18] special thanks to you [19:57:22] Duesentrieb yes, found it , thanks [19:57:27] !access | snakeler_ [19:57:27] snakeler_ : For information on preventing access to your wiki, please see . [19:57:33] thank you [19:57:35] special thanks [19:57:37] !rights | snakeler_ [19:57:37] | snakeler_ : http://www.mediawiki.org/wiki/Help:User_rights [19:58:04] hm? where did that | come from? oh... i smell a bug... [19:58:50] But that's weird, why did a main.css i copied straight from the Monobook skin contain this lowercase transformation? [19:59:06] HACK]Gara[: because monobook also does it. always has. [19:59:13] extra space? [19:59:16] HACK]Gara[: it's turned off on the german wikipedia though [19:59:22] Ashfire908: yes. [19:59:33] Duesentrieb: Lol good to know, thanks :) [20:00:25] where is the code for the irc rc bot? [20:00:42] need to find the def of the format [20:01:12] HACK]Gara[: http://de.wikipedia.org/wiki/MediaWiki:Monobook.css [20:02:05] AzaTht: the format is hardcoded. See RecentChange.php the bot is just a dumb multiplexer [20:02:30] ok [20:02:41] Duesentrieb: Huh? I thought the monobook.css was supposed to be deprecated? [20:03:18] Duesentrieb: sometimes I think the format the bot spits out isn't optimal [20:03:33] HACK]Gara[: deprecated? no. why should it be? [20:04:00] Duesentrieb: Thought i read it somewhere on meta [20:04:02] AzaTht: i have been hating it for years. ripping that out and making a proper plugin framework for rc reporting is on my "when i have time" list [20:04:34] HACK]Gara[: no... most things are better done in common.css. but skin-specific things go into the skin-specific style pages [20:04:59] HACK]Gara[: also: don't truest meta. it's a wiki, after all :) and seriously, the documentation there is a mess. mediawiki.org is a bit better. [20:05:17] s/a bit/a lot ;-) [20:05:37] hehe [20:06:09] $fullString = "\00314[[\00307$title\00314]]\0034 $flag\00310 " . [20:06:09] "\00302$url\003 \0035*\003 \00303$user\003 \0035*\003 $szdiff \00310$comment\003\n"; [20:06:16] just what I was looking for ツ [20:06:55] We're trying to protect pages on the latest stable Mediawiki and the status of the pages isn't being read by the software, the entires do exist in the table from a brief investigation.. Special:Protectedpages is empty too. Any idea? [20:08:44] dsfsdfsdf: i think the way protection works database-wise changed. but i don't know details. it should of course be working, though. [20:09:04] dsfsdfsdf: is this after an upgrade? did you upgrade all files? did you run the update script? did it go through? [20:09:36] 1.6.x -> 1.9x -> 1.11.0 [20:09:53] Hello. I'm in the configuration section of Wiki, must I create the SQL database or may I do that from the config? [20:09:57] and 1.9 worked properly? [20:10:00] yes [20:10:10] as far as I remember anyway [20:10:27] Sigma: either. if you provide a root password, the oinstaller created the database if it doesn't exist. [20:10:38] the records appear on the table, it just seems like Mediawiki is querying the wrong DB [20:10:47] dsfsdfsdf: and the upgrade script for 1.9 -> 1.11 ran through? [20:10:47] table* [20:10:56] yes, update.php run each time [20:11:02] I run it today too just in case [20:11:12] ran* [20:11:18] hm... can't imagine it lookoing in the wrong db... what wrong db anyway? is ther eanother one? [20:11:27] meant table [20:11:29] typo [20:11:50] the question still paplies [20:11:53] applies [20:12:00] no, just one DB [20:12:08] where do you think could it be looking without triggering an SQL error? [20:12:23] no idea, I'm drawing straws here [20:12:29] the table gets updated [20:12:42] which table? [20:12:43] Mediawiki just isn't recognizing them or something [20:13:18] page_restrictions [20:13:30] that sounds correct, at least [20:13:49] some of the entires were created before the time field was introduced [20:14:10] hm... well, as i said, i don't know the details of the protection system... [20:14:15] it seems odd though [20:14:21] indeed it does [20:14:34] I tried disabling all the extensions [20:14:39] all the custom permissions [20:14:53] any way to turn debug mode on? [20:15:16] $wgDebugLogFile = "/some/file"; [20:15:26] when something says to put a require_once/include_once, do i put it before or after that config time thing? [20:15:32] How to create/rename a goru [20:15:38] eg "require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );" [20:15:40] Ashfire908: at the very end [20:15:41] s/goru/group/g [20:15:46] Duesentrieb, ok [20:15:48] loca|host: define permissions for it. [20:16:04] loca|host: you can't rename it without fidelling with the database, though [20:16:10] Duesentrieb, i dont even see a Special:Groups page [20:16:18] loca|host: there is none. [20:16:32] ok so i should acces the db [20:16:44] groups are defined by defining permissions for them using $wgGroupPermissions in your LocalSettings.php [20:16:58] no need to mess with the database [20:17:06] unless you want to rename a group (not recommended) [20:17:21] (you can always change the way a group is displayed, though) [20:19:04] Duesentrieb, how can i create a new group on LocalSettings.php ? [20:23:35] loca|host: [20:23:39] !userrights [20:23:51] ... [20:24:03] !yousuck [20:24:07] . [20:24:13] bbye [20:24:20] *Pathoschild supposes mwbot uses !rights instead. [20:24:29] !rights [20:24:29] http://www.mediawiki.org/wiki/Help:User_rights [20:24:32] yep :) [20:24:38] :) [20:24:44] !userrights is see !rights [20:24:44] Successfully added keyword: userrights [20:24:47] \o/ [20:24:51] ok hey [20:24:52] :) [20:28:04] 03(NEW) Color coding new users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11800 15enhancement; low; MediaWiki: General/Unknown; (dragons_flight) [20:34:42] 04(REOPENED) Re-add default $wgLogo and other useful path customisation lines to LocalSettings .php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11779 summary; +comment (10robchur) [20:36:41] Duesentrieb, that debug command doesn't seem to log sql queries so it's not helping [20:37:28] dsfsdfsdf: logging queries would be done in mysql itself [20:37:57] how to add new file extensions to the list of uploadable files [20:38:43] !extensions [20:38:43] MediaWiki has been built so it can easily be customized by adding extensions. This is usually a simple process. See for details on writing an extension and for an overview of known extensions. [20:38:52] naw, that's not it :) [20:38:57] @search upload [20:38:57] Results: [install, invalidupload, uploads] [20:39:04] !uploads | loca|host [20:39:04] loca|host : File uploads are an often-used feature of MediaWiki, but are disabled by default in all current release versions. To enable them, first make the upload directory (default images) writable by the web server (chmod 777 or allow the Apache user to write to it, etc.) then set $wgEnableUploads to true in LocalSettings.php (i.e. "$wgEnableUploads = true;"). See for more info [20:39:37] !mime | loca|host [20:39:37] loca|host : For assistance in configuring mime type detection on MediaWiki, please consult [20:41:09] that's cool [20:41:10] thanks [20:43:30] 03(mod) Re-add default $wgLogo and other useful path customisation lines to LocalSettings .php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11779 (10s.vanslyck) [20:44:18] 03(mod) Incorrect or missing documentation regarding logo customization - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11780 (10s.vanslyck) [20:47:08] Duesentrieb, I don't have access to the mysql log, got any other ideas before I pay a visit to the Bugzilla? [20:51:13] 04(REOPENED) Portal namespace for Vietnamese Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11764 (10roan.kattouw) [20:53:35] 03(mod) Multible inputboxes make page invalid due to repetitive similar id - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11777 +comment (10roan.kattouw) [21:10:32] made this regex for the rc bot: http://paste.debian.net/40886 [21:12:58] 03(NEW) Warning got in includes/Title.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11801 normal; high; MediaWiki: User login/settings; (fourat) [21:14:01] 03(mod) Don't say whether user exists on incorrect login info, for wikis with no anonymous viewing - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11757 (10roan.kattouw) [21:16:34] can anyone tell me how do i edit the footer of a mediawiki page? [21:17:04] !footer [21:17:07] nope [21:17:09] ツ [21:17:29] lol [21:17:45] the footer is made up of several messages [21:17:48] well, i'm actually not sure if it's called footer [21:17:54] what i want to change is [21:17:54] it can be edited as a whole only by hacking the skin [21:17:56] http://cat.kde.org/index.php/Plantilla:Notícies [21:18:06] the part that says "If you are looking for Kat website go to http://kat.mandriva.com" [21:18:09] oh [21:18:18] so i need access to the filesystem [21:18:20] :-/ [21:18:29] tsdgeos: go to Special:Allmessages and search for the text [21:19:00] you donÄt need access to the file system, unless this message was haerdcoded into the skin [21:19:16] Duesentrieb: that worked! thanks [21:19:37] man, that kde mascot dragon thingy is really ugly. what'S it called? Karny? [21:20:02] konqi [21:20:24] i love you, you love me, we're a konqui family? [21:20:30] >_< [21:20:35] hmmm [21:20:36] didn't get it [21:20:55] barneym the purple dinosour [21:21:01] stupid us children's show [21:21:16] tsdgeos: anyway... i like kde, have been using it for years... but that ugly green moster has always been going on my nerve :) [21:21:34] anyway, iÄ'm just ranting [21:21:37] Duesentrieb: ha ha, well actually i think now we hardly show it anywhere [21:22:09] tsdgeos: yes, nowadays. but it used to be on the logout screen. hardcoded, too. had to hunt down the png and replace it.# [21:22:20] he he [21:22:21] yeah [21:24:32] tsdgeos: oh, totally ot question: someone was fiddeling with a picture-of-the-day applet/widget for kde. any idea what became of that? i'm curious, because i'm providing the rss it uses. [21:24:50] ugh [21:25:05] Duesentrieb: when was that? lots of time ago or recently? [21:25:40] tsdgeos: couple of menoths ago. i only know about it because someone complained because the feed was broken for a while :) [21:26:07] tsdgeos: this stuff: http://tools.wikimedia.de/~daniel/potd/ [21:26:33] Duesentrieb: i'm not sure, but i think it's in use on one of the new flashy things for kde4 [21:27:10] :P [21:27:29] i hope the feed doesn't break when kde4 comes out, then :P [21:27:34] it's just a toy project, after all [21:30:13] I thought it was policy to open one bug per an issue, not to reopen a bug and completely change the topic? [21:31:06] MinuteElectron: such is the custom, yes [21:31:34] *MinuteElectron goes to write a letter to rc. [21:35:43] bye and tahnsk [21:39:56] hi [21:40:12] NotACow: can you join en-admins? [21:40:57] folks, is there a difference between the parsing of a mediawiki for someone who is logged in and someone who isn't? [21:41:10] *of a mediawiki page [21:46:11] how to change the licence of all the contents in an already installed MediaWiki ? [21:48:02] re [22:07:52] holy shit, that was scarry. when waking up my laptop from suspend, it decided to reboot, and then die half way through. and then not let me turn it back on. had to take out the battery... [22:08:05] i guess it's time for a backup session :/ [22:09:36] lol [22:10:16] [22:10:46] i had similar problems in June [22:12:15] and had to run recovery from dvd then :( [22:15:58] FreeNom: when the power button did nothing, i got really scared for a minute... [22:19:03] i believe u [22:19:56] i saved my data using Ubuntu Live CD [22:21:32] Hey all, been using Mediawiki for a couple months now, and I've noticed that my "All Pages" Special Link doesn't actually show all pages infact it barely shows any of the dozens it should show. Is there a special Category pages must be in to show up under "All Pages"? I think this is affecting my searches too [22:23:50] Tambu: Link? [22:24:27] unfortunately it's only running on my laptop not accessible from net. Kinda a personal dump site for all the knowledge I accumulate while I do stuff. [22:24:30] Duesentrieb: have u tried Sphinx extension? (on Windows) [22:24:32] want to know how fucking good the Colts are? [22:24:34] Peyton Manning, the greatest quarterback ever, can complete less than 50 percent of his passes [22:24:34] and they STILL win 31-7 [22:24:52] Pathoschild: I just realized that if I go under All Pages and tell it to select "Categories" instead of just (Main) then it shows a lot of other pages [22:24:54] Tambu: Well, keep in mind that it only shows pages in the selected namespace. It's also paginated. [22:25:08] Pathoschild: I think I may have been accidently creating categories instead of pages for all my stuff. [22:25:33] Do the titles (when you visit the page itself) start with "Category:"? [22:25:52] http://127.0.0.1/~admin/mediawiki/index.php/Category:Infovista:GeneralInfo yup [22:26:18] Okay, that's why. Just rename them without the "Category:" prefix to move them out of the category namespace. [22:28:48] Repeating, just in case someone that arrived recently knows the answe to thie question: [22:28:56] folks, is there a difference between the parsing of a mediawiki page for someone who is logged in and someone who isn't? [22:29:18] hrm.. ok so then it's only the [Category:XXXXX] flags in the page itself that dictate where the page is in categories then right? I just I wasn't paying attention when I added pages . I made a category and then to create a new page I'd always just add :NewPage to the end of the URL and start typing. [22:31:03] candeias: I'm not an expert on the parsing, but: it's possible to show different messages, prevent reading, et cetera depending on whether the user is logged in or not, but by default it doesn't. The parsing itself (ie, wikicode -> HTML) is the same. [22:31:42] figured as much, thanks [22:32:08] I'm with a bizarre problem with a mediawiki installation that nobody seems to be able to solve [22:32:53] Tambu: The "Category:" prefix adds it to the Category namespace, which is a special collection of pages in MediaWiki that automatically list other pages linked to them with the [[Category:Foo]] syntax. For example, adding "[[Category:Foo]]" to a page will list it on the "Category:Foo" page. [22:33:05] You can prevent a user who is NOT LOGGED IN from reading your pages!!! [22:33:10] Yes. [22:33:43] Pathoschild: yeah makes sense now, I just read it different I thought adding a page to the end of the page would put it in that category :) had it backwards.. got a lot of fixing to do. Thanks man [22:33:53] Welcome. :) [22:34:26] Another quesiton. I do a lot of technical searches and I've noticed that mediawiki doesn't seem to let you search for less than say 3-4 characters. Is there a way to change that number? As it's only me using the wiki I don't have to worry about being abused. [22:37:17] Tambu: FAQ [22:37:19] Tambu: Works for me: http://www.mediawiki.org/wiki/Special:Search?search=b [22:37:31] thanks :) sorry I'll look at that first. [22:41:54] Tambu, Pathoschild: mediawiki uses mysql's fulltext index per default, which ignores words with less than 4 characters (and also all numbers). wikimedia wikis use lucene search, which doesn't have that limitation. [22:41:58] Is there a way to use UserMailer.php for mailing to multiple users in one shot? In other words, does the $to parameter have to be a single recipient email address or can it be used for mulitple, comma separated email addresses? [22:42:20] thisislobo: look at the code :) [22:42:30] noooooooooooooooo! [22:42:49] :) [22:45:00] it uses PEAR [22:45:17] i am lost there [22:49:34] Duesentrieb_: [00:24] Duesentrieb: have u tried Sphinx extension? (on Windows) [22:50:54] Duesentrieb_: ... or do you know of anyone trying to use CouchDB with mediawiki? [22:55:47] Duesentrieb_: sorry I stepped away, so are you saying that I need to find out how to change mysql fulltext index feature in order to get the search results to show less than 4 characters? [22:57:13] how many average-sized pages would it take to use 100 MB in the database? [22:57:23] *a database [23:01:14] Ashfire908: Several thousand. [23:01:36] 03(NEW) extended characters set in an article name making it unreachable through the web - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11802 minor; normal; MediaWiki: Database; (mashiah.davidson) [23:01:50] if each had one revision or more than one [23:02:13] Several thousand. [23:02:40] ... [23:03:46] several thousand pages with each having several thousand revisions? [23:05:12] in all likelyhood, yes [23:06:02] nite all... [23:06:30] G'night., [23:08:21] can i migrate the data from the sql database into a postgresql database in mediawiki? [23:08:35] s/sql/mysql [23:08:48] matx: not easily/reliably. [23:08:57] hmmm, ok [23:09:21] well, is there any tools that can do this or would this be a manual job? [23:09:36] matx: you can transfer pages between wikis using an xml dump. [23:09:51] hmm, will i be able to store the user accounts as well? [23:10:02] no. [23:10:03] matx: this does not include image meta-data, user accounts, log files [23:10:15] what if i wanted the user accounts as well? [23:10:24] then you are on your own [23:10:29] hmmm [23:10:51] would the postgresql database "users" table be simular to the mysql one? [23:11:07] the structure should be very similar. [23:11:15] column types may be quite different [23:11:22] pg may have some additional stuff too [23:11:30] so, i could just dump the data from mysql into postgres with a few "fixes" [23:11:33] hmm [23:11:37] you can try [23:11:42] so really, i need to look at the table structor [23:11:47] beware of charset issues tough, also [23:11:49] would there be anything else to look for? [23:12:15] matx: look at some general mysql-to-pg migration guide [23:14:08] ok, i will look into this, thanks [23:19:44] 03(mod) Create a mailing list for Catalan projects in Wikimedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11577 (10toniher) [23:42:16] 03(NEW) plenty of raw entities still - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11803 trivial; lowest; MediaWiki: API; (jidanni) [23:49:10] 03(mod) Make Monobook.php more readable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6872 (10alyx486) [23:55:26] 03siebrand * r26997 10/trunk/extensions/ (69 files in 54 dirs): [23:55:26] Localisation updates from Betawiki. [23:55:26] * Fixes and additions to 54 extensions for ang, ar, fo, gl, hr, hsb, hy, is, ja, kn, la, nl, no, pl, pms, sk