[00:07:09] is there a way to install mediawiki once, and use it multiple times? is it just symlinking everything but LocalConfig? [00:09:53] !farm | halkeye [00:09:53] halkeye : To run multiple wikis, you do not need anything more than to run one wiki. You simply install them in different folders, and if possible using seperate databases. If you only have one database, simply use a different table prefix. For more advanced setups, see [00:10:26] halkeye: go for the "advanced" stuff :P [00:12:54] "drupal style sites" ... nice [00:13:38] Duesentrieb_, thanks, thats exactly what i was looking for [00:22:22] Is anyone aware of any way to access a wikipedia article as XML or WML. I would like to avoid "screen scraping" the hml and converting it to XML. [00:35:26] ph0x: special:export should get you the wikitext wrapped in xml [00:37:04] yeah, someone in #wikipedia-en-help suggested that, and it seems to be perfect, however now I need to find out if there are any open source wiki parsers in .Net [00:37:39] otherwise that will be the first step, and probably one of the longest steps too :( [00:38:03] if you find one, we'll junk the actual PHP parser in no time :-P [00:38:55] I need a .Net, this will be a mobile/desktop app [00:39:09] I just want to retrieve the xml then parse and arrange it on the client side [00:40:14] can someone point me towards migration scripts? i'm trying to go from dokuwiki to mediawiki [00:41:39] 03aaron * r27282 10/trunk/extensions/FlaggedRevs/ (4 files): [00:41:39] *De-crappify OOP schema [00:41:39] *Some code/HTML fixes [00:41:39] *Output CSS/JS at better time [00:54:26] 03(mod) MediaWiki: Large-file reporting incorrect value for maximum file size at Commons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11883 (10N/A) [01:11:06] hi [01:11:33] how does mediawiki determine each page relevance? [01:16:43] How can I see what version I'm on via the web interface? [01:16:49] Special:Version [01:16:53] thanks [01:17:03] blackthorne: if you mean search, try #mysql. it just uses mysql's ranking [01:17:09] *foo slaps self [01:17:11] flyingparchment: thanks :) [01:17:20] blackthorne: based on length of the page vs the search term, i think (and maybe something else) [01:18:37] length of the page vs search term? [01:18:43] what relationship is that? [01:19:06] if the page contains 4 words, two of which are your two-word search term, it'll be more relevant than a page which is 500 words and also containts 1 occurance of the term [01:19:22] (i'm not really sure about that though - #mysql is the place to ask) [01:19:25] doesn't mediawiki use any kind of bayesian filter? [01:19:41] for what? [01:19:48] to determine a page relevance [01:20:01] are you talking about the relevance in a search, or something else? [01:20:22] typically relevance is most used in search but not only [01:20:33] mediawiki has no concept of relevance outside of search [01:23:07] i believe you [01:23:48] so you say that relevance is obtained by the relationship between length of the page vs search term [01:24:02] as far as i know, yes [01:24:22] i think that is really strange but i'm not inside... [01:24:35] you should ask #mysql if you want to be sure [01:25:35] some relevance of 100% means that the article just has the query word? [01:26:46] i found it! [01:27:23] maybe it's what you wanted to say from the beginning [01:29:36] Hey all, what's the best way to link to an uploaded file (a pdf). [01:29:36] on mediawiki the relevance is obtained from the relationship of number of instances of the query word between all the pages that contain it [01:30:00] I can only get my link text to say the name, like Image:BYLAWS.pdf [01:30:21] How could I make that more pretty, and how could I make it not link to the "file" page but to the actual PDF? [01:30:40] i.e. how does one do a direct (named) file link. [01:35:20] gushi, to give alternate display text, use a pipe, like: [[Image:BYLAWS.pdf|Click here!!!!11]] [01:35:37] gushi, to link directly to the image, you use the magic word "Media:" instead of "Image:". [01:35:52] gushi, so [[Media:BYLAWS.pdf|Click here!!!11!!!11!]] [01:37:15] Okay, is there something special about a leading colon, like [[:Image:BYLAWS.pdf]] [01:37:22] Because that seems to change the behavior slightly [01:37:58] gushi, er, right. [01:38:33] gushi, [[:Image links to the image page. [[Image adds the image itself to the page. [[Media links to the image itself. [01:39:00] This all makes perfect sense if you've been using MediaWiki for long enough that you forget that it really makes almost no sense. [01:39:38] But anyway, an initial colon generally means "eliminate all unusual or magical things associated with the following link target", i.e., "make it a normal link/page name". [01:40:10] Really I've always thought image inclusions should use {{}}, since they're conceptually much more similar to templates than links. Categories too. But oh well. [01:40:27] Well, there is a nice template for pdf's that I may use [01:42:38] are there themes in mediawiki? [01:45:14] 03(NEW) Add randomseed - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11891 15enhancement; normal; MediaWiki extensions: DynamicPageList2; (vacuum) [01:45:57] gongoputch, meaning what? Like different color schemes? There are multiple skins, but they tend to be more different than just themes. [01:51:40] 03(mod) Add randomseed - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11891 (10vacuum) [01:58:36] hola, alguien habla español? [01:59:32] i have a corrupt db and have to start a new installation of mw. i have managed to get the xml dumps exported, but have two questions. 1. if i do a new installation w/ a new db, will the images work if i just copy the images directory? 2. anyway to transfer the user accounts? thanks [02:00:27] ....y tiene experiencia con el uso de mediawiki para una entidad pública? [02:05:16] anybody who has experience withe setting up a site for a public service? [02:59:27] for some reason, when i add a new page that i previously had a red link to, it stays red. it's not my browser cache (i've tried different computers). editing the page with the bogus red link but not changing anything seems to turn it blue. any ideas? [03:01:09] i have mediawiki 1.8.5 and my job queue is empty. [03:02:29] are you on shared hosting? [03:02:32] Link? [03:04:12] no, it's running on my box at work. can't give you a link, it's on the local lan (and needs to stay that way) [03:04:32] hiya [03:04:52] I'm trying to add a DB_SLAVE to my configuration... [03:05:03] does anyone know if I just put ALL of my database into http://www.mediawiki.org/wiki/Manual:%24wgDBservers [03:05:24] $wgDBservers, or do I have to only put the slaves in there... or do i specify which is slave, which is master, etc.? [03:08:09] i tried googling for red links stuck but couldn't find anything [03:51:51] does anybody know if it's possible to remove the sitenotice from just one specific page? ie. I want my site notice to appear on all pages except the Main page [03:54:24] naught101: You can with CSS. [03:54:55] Pathoschild: on the main page you mean? [03:54:58] ok [03:55:14] The site notice is inside the body, and (in any recent version of MediaWiki) the body includes a class with the page name. [03:56:30] ah, ok [03:56:38] So if the sitenotice has the id "sitenotice" (you'd need to check the code), you could do something like .page-Main_Page #sitenotice { display: none; } [03:59:31] gotcha [03:59:51] except #siteNotice, right? or is CSS case insensitive? [04:01:25] sweet, that works great. [04:01:31] thanks Pathoschild [04:01:39] Welcome. [04:01:43] :) [04:34:11] i'm using the instructions at http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu#Get_Latest_MediaWiki to install v1.11.0 on ubuntu 7.10 and when I navigate to the "configure" link of the wiki it says it can't find a mysql driver. I've uncommented the extension=mysql.so line in php.ini. Anyone have ideas that I can try? [04:35:03] wshaddix: You need to install lib-apache-mod-mysql or whatever it's caleld [04:36:29] @search mysql [04:36:29] Results: [xampp] [04:37:26] can i set a time out for a cached page in media wiki? [04:37:47] wshaddix: Sorry, php5-mysql is the package name [04:37:59] i dont want to completly disable the caching, just make sure the page is refreshed at least once a day [04:38:37] amidaniel: that did it. Thanks! [04:38:59] wshaddix: np .. let me know if you have any further problems [04:39:05] matx: Have you looked at [04:39:42] aa, this might be what i need, thanks! [04:57:16] how do I set up 'skins' ? [05:51:36] 03(FIXED) Request to set the variable $wgSitename and $wgMetaNamespace in Classical Chinese Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11552 +comment (10jeluf) [05:56:00] TimStarling: allo :) [06:35:30] bye [06:41:45] 03aaron * r27283 10/trunk/extensions/ConfirmAccount/ConfirmAccount_body.php: *Hide comment box when "spam" clicked, unhide otherwise [07:37:49] 03vrandezo * r27284 10/trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php: Checking the compatibility of the range of subproperties [07:55:41] <_wooz> lo [07:58:16] 03vrandezo * r27285 10/trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php: Removed superfluous modifiers in subproperties [08:24:37] mornin' [08:25:11] mör [08:27:44] hi Nikerabbit [08:29:16] rörö [08:30:29] feru feru [08:36:56] 03(NEW) Paging for Special:Oversight - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11892 15enhancement; normal; MediaWiki extensions: Oversight; (dmcdevit) [08:40:49] Duesentrieb: Is that hungarian? [08:42:22] 04(REOPENED) parser passes 'UNIQ' tokens to hook, instead of text - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8451 +comment (10bacher) [08:48:18] Caldrin: not to my knowledge. but then, i don't know hungarian. [08:48:54] Caldrin: it's a (very) local greeting in a tiny part of germany. i'm just trying to match Nikerabbit in obsucrity :P [08:49:14] :D [08:50:30] hehe. [08:50:38] Duesentrieb: you'll loose [08:50:41] meow [08:50:43] probably [08:50:50] but i can try... [08:52:26] :) [09:07:44] Duesentrieb: Which part? Sounds even more strange to me than bavarian. [09:11:19] 03raymond * r27286 10/trunk/phase3/languages/Names.php: Remove ru-sib. Wikipedia already deleted and no language file available. [09:11:19] Caldrin: ever been in Saxony? [09:11:22] Well, it's not ROT13 of moin moin. [09:11:42] thats worse [09:11:56] PunkRock: nee, noch nie? Dun die Leid da so räädn? [09:12:59] gans furschdboar! [09:13:27] hoffentlich sieht keiner meiner Arbeitskollegen auf meinen bildschirm... [09:14:09] solange es der Chef nicht sieht. [09:14:32] na. die ist aus Sued Afrika. das ist wurscht :) [09:15:15] Dagegen ist mein Nürnberger Chef ja fast schon ein Einheimischer (hier in Dresden). [09:21:59] should have guessed there are many germans in the mediawiki developer group when I saw the array of forbidden HTTP request is called $verboten in WebStart.php [09:38:58] 03(mod) parser passes 'UNIQ' tokens to hook, instead of text - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8451 (10bacher) [09:53:22] I am planning to use mediawiki with people with dsiabilities. Where I can find accessibility guidelines for mediawiki? [10:38:01] 03rotem * r27287 10/trunk/phase3/languages/messages/MessagesHe.php: Typo. [10:41:22] 03rotem * r27288 10/trunk/extensions/CheckUser/CheckUser.i18n.php: Update for he. [11:16:57] 03rotem * r27289 10/trunk/phase3/includes/Parser.php: Reverting r27280: Shows a PHP warning, and doesn't seem to fix the bug. If it should be passed by reference, please change the function itself. [11:25:26] hey people [11:25:59] i'v been here before and asked the same thing, but i need a straight answer :$ [11:27:34] i want to make boxes like on the main page of www.mediawiki.org . someone from here told me it's done with hmtl div code. i stil havent found something. please, tell me the code for that. i reaaaly need it [11:28:55] help please?? [11:29:58] is anyone here? [11:30:47] hello? [11:31:46] ugh [11:32:10] bougiou: look at the page source or learn html and css [11:32:31] i did look at tthe source page and is says [11:35:34] the code for one of those boxes would be just fine. does anyone have an example at least? please, i really really need it [11:39:08] even if i find the code, where do i post it? in a file? [11:40:56] why isn't anyon helping? i thought this is what you are supposed to do.. [11:41:56] because there isn't anyone at here and you're not asking a question that's relevant to topic of this channel [11:42:14] the topic of this channel is about mediawiki right? [11:42:56] so i'm asking how do i create templates like the one on the homepage of mediawiki....??? [11:43:33] you see, i'm making a wiki of my own, for academic reasons, and i need to known how to do that. [11:44:57] Caldrin: http://de.wikipedia.org/wiki/Feru [11:45:58] bougiou: http://www.mediawiki.org/w/index.php?title=Template:Main_page&action=edit [11:46:32] as I said already, we don't teach html and css here [11:51:54] ok, [11:52:26] one last question then... can anyone see and paste me the code of one of those templates from the mediwiki.org main page? [11:52:52] since i can't find there..??? i reaally really need it as soon as possible [11:55:48] bougiou: click edit or view source on the page. scroll down below the edit box. you'll find alit of all templates used on the page [11:56:06] bougiou: note however that the main page on mediawiki.org is very complex. last time i tried to edit it, i got completely lost. [11:56:25] perhaps try to find a simpler example to go by. look for portal pages on wikipedias [11:56:52] bougiou: also not that you can make a "boxy" layout without any templates. [11:57:24] without templates? how? just html div? [11:58:03] bougiou: yes. all the templates do is make divs. using templates is mainly usefull for maintenance and internationalization [11:58:17] (i go the source, and i do see the list of all teplates, but everything is protected so there is no code for me to see) [11:58:33] bougiou: you can see the source of all protected pages [11:58:40] click "view source" [11:59:03] or use action=raw [11:59:06] or use Special:Export# [12:00:31] ok i clicked "view source" [12:01:58] what next? [12:02:29] then you see the source. what did you expect? [12:02:54] you said "everything is protected so there is no code for me to see". not true. click "view source" to see it. [12:03:29] ok it worked [12:03:40] thank very much Duesentrieb [12:03:49] thank u* [12:23:06] 03abernala * r27290 10/branches/ApiEdit_Vodafone/includes/api/ApiUploadFile.php: A try to solve small bug. [12:29:57] 03siebrand * r27291 10/trunk/phase3/ (9 files in 2 dirs): [12:29:57] Localisation updates from Betawiki. [12:29:57] * ca, cu, dv, fr, kaa, lb, myv, nl [12:51:57] 03(mod) MediaWiki: Large-file reporting incorrect value for maximum file size at Commons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11883 (10anonmoos) [13:01:01] 03siebrand * r27292 10/trunk/phase3/ (12 files in 3 dirs): [13:01:02] Localisation updates from Betawiki. [13:01:02] * dsb, el, ext, gsw, hsb, nl, pnt (new), sv, tg, tl [13:05:21] hello [13:06:06] is $wgLogo really in the localsettings.php file? It doesn't seem to be in mine. [13:09:09] oic, my localsettings.php file is only 63 lines while defaultsettings.php is 2500 lines. is my install corrupted? [13:10:39] is it possible to show a user only the Article in his selected language? [13:15:30] or to modify the interface depending on the URL for example */en for english or */de for german [13:20:05] Steve_: no [13:20:16] so that's normal? [13:20:46] yes [13:20:56] if $wgLogo is not there, add it [13:21:04] ok yeah I got it now [13:21:07] this is misleading though: http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_logo.3F [13:21:36] it says the $wgLogo line is already there and you need to modify it. maybe that's how it used to work? [13:22:15] anyway I seem to be installed. so easy with xampp!! [13:22:25] next step: rewrite the parser. should be done by tomorrow. [13:23:05] that's a joke? [13:23:15] a lame one [13:23:29] indeed, you can't be sure here [13:23:33] heh [13:24:00] rewriting the parser is some kind of mediawiki holy grail isn't it? [13:25:20] hmm, love the comments: "Oh man I hate our multi-layer parser!" [13:44:12] 03siebrand * r27294 10/trunk/phase3/languages/messages/MessagesKaa.php: [13:44:12] Localisation updates from Betawiki. [13:44:12] * kaa [13:54:25] 03(mod) Samogitian wikipedia namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11557 +comment (10hugo_a_saavedra) [14:03:15] 03siebrand * r27295 10/trunk/phase3/RELEASE-NOTES: Fix typo [14:09:26] There is a MediaWiki site I am linking to quite a bit, can I set something up like [[Wikipedia:Page]] but for that particular wiki? [14:10:30] mboman: set up an interlink [14:10:45] er, interwiki [14:10:56] jlerner, how do I do that? [14:11:01] http://meta.wikimedia.org/wiki/Interlanguage_link [14:11:10] !interwiki [14:11:10] http://meta.wikimedia.org/wiki/Help:Interwiki [14:11:13] heh [14:18:52] 03(NEW) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 trivial; low; MediaWiki: Templates; (tom3) [14:21:02] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10raimond.spekking) [14:21:08] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10tom3) [14:21:27] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10tom3) [14:21:48] 03(FIXED) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10tom3) [14:22:37] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10raimond.spekking) [14:24:40] 03(mod) some info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11893 (10tom3) [14:25:24] jlerner, any idea why PHPMyAdmin claims that the iw_url is a blob? According to the examples it sure looks like a string to me.. [14:25:37] hey, I want to offer a file download in an extension of mine, how can I do this? [14:26:08] that means, I specify content type, contents and suggested filename and I want it to appear as a download dialog [14:26:39] i'm not sure [14:27:14] OMG, Bugzilla spam [14:27:38] mboman: http://rafb.net/p/vHi3Sy67.html [14:27:48] that's what my wikiinterwiki table looks like [14:27:53] what version of mediawiki are you running? [14:30:04] latest stable (SVN Tracked) [14:30:27] # MediaWiki: 1.10.2 [14:30:58] I've been looking at Export.php but I don't know how to do this [14:36:44] 03(NEW) Definition list nested with anything (;#foo:bar) is unpredictable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11894 minor; normal; MediaWiki: Page rendering; (bugs) [14:37:13] 03(mod) Definition list nested with anything (;#foo:bar) is unpredictable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11894 (10bugs) [14:37:43] (that was me) [14:37:45] 03vasilievvv * r27296 10/trunk/phase3/languages/messages/MessagesRu.php: [14:37:45] * Updating ru (Russian): [14:37:45] ** Fixing some typos [14:37:45] ** Making some messages shorter like it was done locally on russian Wikipedia [14:38:37] Ich: what's a download dialog [14:39:41] Ich: are you able to upload the files you want to make available? [14:43:45] jlerner, I want to offer a file when somebody uses a formular for a special page I wrote... I tried setting the headers manually with "Content-Disposition: attachment;" but somehow it doesn't work, maybe a screwup on my part [14:43:59] Firefox claims it can't write some temporary file [14:46:02] I'm got problems installing Mediawiki [14:46:16] I'm got problems installing Mediawiki [14:46:26] i get this: Checking environment... [14:46:32] * PHP 5.2.4 installed [14:46:42] And thats it [14:46:47] its on the latest version [14:48:01] what can i do?... [14:48:14] maybe annyone want to check out the site? [14:48:16] look at the apache error log [14:48:21] http://www.triviabot.aleriya.com/config/index.php [14:48:59] ok [14:51:17] http://aleriya.pastey.net/76732 - check this [14:52:01] Zizanzu: normal, and not relevant. [14:52:10] huh? [14:52:16] all the content of the error log? [14:52:16] the errors [14:52:24] yes. it's all the same [14:52:37] favicon.ico is not found (it probably doesn't exist, and most bro3wsers ask for it) [14:52:46] and the 404-error page is misconfigured [14:52:57] not related to installing mediawiki [14:53:20] So what should i do then? [14:54:27] i have no idea. [14:54:49] it would be nice if the config form has some type of debug option [14:55:04] so you would at least see what it's checking when it dies [14:56:34] Do Annyone other had the same problem? [14:59:25] So i should download a other version then? [15:00:26] Jackphoenix? [15:00:30] Heya! [15:00:49] I'm have a question for you... [15:01:03] did you have problems with installing Mediawiki 1.11.0 ? [15:01:29] I'm got this problems in my error log: http://aleriya.pastey.net/76732 [15:02:42] i checked the version.. on your wiki [15:02:49] but did you have problems jack? [15:03:04] hm? [15:03:58] 03brion * r27297 10/trunk/extensions/CentralNotice/SpecialNoticeText.php: fallback fixes [15:07:37] Did ya? [15:10:15] Jack? [15:10:20] Yes/No [15:10:21] YES? [15:10:26] ok [15:10:27] what is it? [15:10:38] did you have problems under installation? [15:10:47] on 1.11.0 Mediawiki? [15:10:51] okay, I found out what my problem is, I had to call wfResetOutputBuffers() first [15:12:20] i'm tryed to add a old localsetting.php in it [15:12:21] then it worked [15:26:05] hi [15:54:24] What is mediawiki good for? [15:58:22] Pirate: http://www.bde.es/ [15:58:24] oh dam [15:58:34] my clipboard is not my friend today [15:58:40] Pirate: http://en.wikipedia.org/wiki/Wiki [15:58:49] lol [15:58:50] ta [16:07:03] 03siebrand * r27298 10/trunk/extensions/ (3 files in 3 dirs): [16:07:03] * Add correct i18n for extension specific pages in BadImage and ConfirmAccount (by SPQRobin) [16:07:03] * Add Greek messages for CategoryTree [16:27:00] 03siebrand * r27299 10/trunk/extensions/BadImage/BadImage.i18n.php: Fix link [16:28:37] Hi [16:29:37] can anyone help me out with Cite.php extension? [16:31:01] I have copied Cite.php and Cite.i18.php to extensions/cite/ directory and added require_once ($IP."extensions/cite/Cite.php"); to LocalSettings.php [16:31:49] but I am getting an internal error: Unknown datatype in hooks for ParserClearState [16:32:48] Is there anyone who can help me out with this? [16:33:01] what versions of MediaWiki? [16:33:23] I am using 1.7 [16:33:32] probably too old [16:33:43] reccomend upgrade to 1.11 for it too work [16:33:45] or [16:33:49] I am on Ubuntu [16:34:04] your point? [16:34:15] are you sure the upgrade will make it work [16:34:19] yes [16:34:25] as sure as can be [16:34:37] I have the entire wikipedia dump imported into my database [16:34:44] oh, right [16:34:54] one sec [16:35:12] will upgrading lose this data from the database [16:35:18] no [16:35:26] but it might be very long and intensive [16:35:37] +backup before hand [16:35:49] Ive seen the wiki being used within a business before to keep client information etc. I was wondering if there is some information available on how to make use of this in the workplace? [16:36:25] Pirate: MediaWiki doesn't really come to you, you come to it. If\when you find a need use it otherwise you are probably wasting your time. [16:37:41] I have a neen [16:37:42] need [16:37:55] minute: thanks [16:38:06] Pirate: What is the need? [16:38:26] Im trying to implement a solution to easily access information from wherever I might be [16:38:38] so install MediaWiki and you're laughing :P [16:38:40] with other users accessing the same information and updating it constantly [16:39:10] yeah [16:39:12] Im just looking for some information on how to set this up for our business [16:39:19] get a web server [16:39:32] i.e. lighthttpd\apache + php + mysql [16:39:36] can I run it from a virtual PC [16:39:37] install mediawiki [16:39:47] Pirate: not if you want more than one person to use it [16:40:03] if I install WAMP and Mediawiki onto a virtual pc? [16:40:05] why not [16:40:17] because it is virtual? [16:40:29] ? [16:40:42] when you switch your PC of the wiki would die, but i guess it might be possible to forward port 80 to the vm [16:40:57] virtual machines can be networked, no problem [16:41:02] yeah [16:41:10] but of course you would have to leave your pc on all the time [16:41:44] no problem [16:41:49] it would be a server [16:42:07] ok [16:42:15] so that would work fine then [16:42:41] but it doesn't make sense to run a web server in a vm on a server [16:42:55] surely you can just run the web server on the server itself? [16:43:12] to keep it separate to everything else [16:43:35] and doesnt the virtual pc software allow you to keep everything in 1 file and you can take it with you? [16:44:03] why would you want to take it around with you? [16:44:58] we have some other stuff running on the servers that I wouldnt want media wiki to interfere with [16:45:33] lets say I install the virtual pc onto a server, and then in a few months time the server needs to be rebuilt [16:45:47] I can just install the virtual pc software again? [16:45:55] and I have my mediawiki already [16:46:01] installed and running [16:46:07] I think thats how it would work [16:47:28] im trying to get some sort of strategy to implement this in the workplace now so we can use it, rather than just saying everyone can add web pages as they wish [16:49:59] sure [16:58:34] 03(mod) Paging for Special:Oversight - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11892 +comment (10JSchulz_4587) [17:16:52] 03(mod) Superimpose another image as click destination - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8657 (10sadik.khalid) [17:35:48] does anybody know of a mediawiki / wikipedia API, or mediawiki markup parser? [17:36:09] /w/api.php [17:36:42] minute: i do not want to query live wikipedia, as NLP research done will pull extreme stress on WP servers [17:37:04] yeah right :P [17:37:13] ah, yes, i want to use Wikipedia for NLP tasks, and need to parse mediawiki markup... [17:37:39] visit the page /w/api.php in your wiki for an api - no external parser yet though [17:37:44] have access to links, redirect pages, categories, ... you get the idea... [17:38:13] basically something like JWPL... just open source... [17:38:48] i already started to write an API, but am looking around for different approaches, and - maybe - parsers... [17:39:21] /w/api.php is the only API [17:39:56] no it is not, see http://www.ukp.tu-darmstadt.de/software/WikipediaAPI for an example.. [17:40:16] unfortunately it is not open sourced... [17:40:27] I meant only official API. [17:40:30] *the [17:40:39] There may be many others we don't know about. [17:45:06] yes, that is why i am here, to ask if there is someone who knows about inofficial APIs... [17:58:50] Duesentrieb: http://www.mediawiki.org/wiki/Extension_talk:ConfirmAccount#Problem_with_Greek_Mediawiki [17:59:02] any idea what his problem might be? [18:04:29] AaronSchulz: af far as I understood he changed [en] to [el] but that means no english default messages are available... maybe this will break antything? [18:20:48] hmms [18:23:08] Is it possible for a topic to auto lock once someone is editing it, then unlock once they are done? so that two people dont edit it at the same time and screw things up? [18:25:00] XDuxaX: hmm....DoS attack weee ;) [18:25:53] XDuxaX: If you have a trusted editor group, you could prolly use page cache keys that expire after some reasonable amount of time (or on submit) [18:26:19] but locking when anyone edits is bad, unless this wiki is private [18:26:35] XDuxaX: do you have diff3 one? That helps [18:26:38] *on [18:27:31] it is a private wiki for internal use of a company [18:27:34] about 60 users [18:27:42] is diff3 set up? [18:27:51] im not sure what that is, so im guessing no [18:28:02] With that, and given only 60 people it would not be worth locking [18:28:13] what OS is this on? [18:28:33] XP [18:28:47] what happens is that 2 people edit same article and it only saves 1 of them [18:28:51] like they edit at the same time [18:28:57] for example when they first get into work [18:29:02] or before leaving at night [18:29:08] so im looking for a way to avoid that [18:29:26] http://gnuwin32.sourceforge.net/packages/diffutils.htm [18:29:57] set $wgDiff3 = '[whatever].../MW/bin/GnuWin32/bin/diff3.exe'; [18:30:10] that lets things get automerged if possible [18:30:45] hmm, I have no idea how to install that [18:30:46] if not, the second user gets the usual diff and edit conflict screen (only the first person's goes through) [18:30:48] could you walk me through? [18:31:07] you want Binaries [18:31:27] k got it [18:31:47] what do I do with it? [18:32:20] unzip and but in mediawiki's /bin folder [18:32:39] (actually you could put it anywhere, but to be neat...) [18:33:12] once that is done, add "$wgDiff3 = '[whatever].../MW/bin/GnuWin32/bin/diff3.exe';" to localsettings.php [18:33:25] as long that dir leads to diff.exe [18:34:45] and then it should be on automatically? [18:35:05] setting the dir will make MediaWiki assume diff3 is enabled [18:35:28] XDuxaX: what version of MW is this? [18:36:55] latest [18:37:38] is diff3 set now? [18:39:04] if so, you can test it by going to a page's history and trying the "(undo)" links on some revisions in the list [18:39:17] k [18:39:20] some things cannot be undone, but there should be some things that work [18:39:21] ill test it out [18:39:39] if it outright freezes/errors out, then that's clearly bad :) [18:39:42] right now im trying to test it by having 2 users edit same post at the same time [18:40:25] undo and edit conflicts both use diff3, so test both perhaps [18:40:51] off topic a little - is it possible to reset a member's password? [18:41:05] with a simple extension, yes [18:41:28] http://www.mediawiki.org/wiki/Extension:Password_Reset [18:46:24] k that worked thx [18:46:29] back to testing the edi thing [18:46:31] edit* [18:46:52] try having the two people edit different sections [18:46:58] thats the easiest way to test [18:47:19] ok, I'll be going off for 2 or so hours [18:50:48] Hi, how would I put my mediawiki page inside a frame for testing purposes? [18:51:13] I set $wgBreakFrames to "false" but it still breaks my frames [18:51:26] this is on mediawiki 1.11.0 [18:51:34] I wanted to suggest breakframes ;-) [18:51:56] Hi. Why do people edit a page with just a meaningless string, such as "erdicsts"? I suppose it's vandalism, but what's the point? What are they trying to accomplish? [18:52:08] 03mkroetzsch * r27300 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_NAry.php: Typo [18:52:18] not people, bots [18:52:45] Nikerabbit: you are replying to Genki? [18:53:14] I even commented out the only lines that use $wgBreakFrames; I grepped and only found one instance of it [18:53:28] y [18:55:05] I see. How to prevent it? I'm using 1.5.1 [18:55:15] EWW [18:55:22] anybody please? [18:55:23] MediaWiki 1.5 sucks. [18:55:27] try 1.6 [18:55:34] if you don't have php 5 [18:55:43] My host hasn't upgraded to php5. [18:56:15] Anyway, how do I prevent these bots from modifying my pages? [18:57:12] Genki: http://wiki.evernex.com/index.php?title=Blocking_Spam_in_Mediawiki [18:57:25] hheeeee [18:57:43] apparently includes/ looks like a dump to someone [18:58:51] hmm that wierd, I guess latest Mediawiki already comes with the Merging thing [18:59:35] 03(NEW) Service inks not working in SMW1.0 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11895 normal; normal; MediaWiki extensions: Semantic MediaWiki; (mak) [18:59:53] 03(mod) Service links not working in SMW1.0 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11895 summary (10mak) [19:01:23] argh! wgBreakFrames does not work! [19:01:41] blue_asterisk: ok, thank you. What is it that the bots are doing? why do they want to post meaningless stuff? [19:03:11] Genki: I don't know, maybe just being malicious are maybe testing your wiki to see if they can post gibberish; could be anything [19:03:22] 03(NEW) format="template" broken/buggy - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11896 major; normal; MediaWiki extensions: Semantic MediaWiki; (mak) [19:04:15] any dev awake at this time? [19:05:20] Ok, thanks. Strange. [19:06:28] 03catrope * r27301 10/trunk/phase3/includes/Article.php: [19:06:28] APIEDIT BRANCH MERGE: [19:06:28] * Splitting deletion reason generation from Article::delete() to Article::generateReason() [19:06:28] * Make reason generation smarter, obsoleting Article::getLastNAuthors() (does any other function actually use it?) [19:06:36] Hello. Is it possible to show the articles in a category, in a box on the front page? So that i can show the different categories? [19:13:50] blue_asterisk: I'm reading the info on evernex. Is this your page (you edit it)? [19:14:17] Genki: no, found it yesterday [19:15:07] I see. I have questions about it and I don't see any contact info nor can I create an account to log in. [19:19:18] n8 [19:19:50] Hello. Is it possible to show the articles in a category, in a box on the front page? So that i can show the different categories? [19:19:59] AaB-ern: http://www.mediawiki.org/wiki/Extension:CategoryTree [19:20:01] !repeat [19:20:01] Please do not repeat yourself too often, if little conversation has occurred since your last message then it is likely no one has an answer or someone who does hasn't looked in IRC yet. You stand a chance of annoying people if you repeat yourself. [19:20:31] Okay :-) And thanks fot the link :-) [19:22:01] No problem, enjoy the rest of your day. [19:36:03] As my wiki sysop, how can I be notified for any and all changes made to my wiki (besides my own)? Is there a config variable that I can add to LocalSettings? [19:42:22] argh [19:42:43] why people keep changing the existing style [19:43:34] like it wouldn't be inconsistent enough already [19:44:19] 03nhuffschmid * r27302 10/trunk/wap/hawhaw/hawhaw.inc: update to newest hawhaw.inc version [19:44:47] *Nikerabbit goes and explodes himself because he couldn't take it anymore [19:46:02] Are there any variables in LocalSettings that MUST be set prior to other settings? Over time, I have set the various variables, added others, and now I would like to combine all my changes at the bottom of the file so that they are easier to maintain. [19:46:09] 03nikerabbit * r27303 10/trunk/phase3/languages/classes/LanguageHy.php: * E_STRICT [19:46:39] Genki: those which depend on others [19:47:19] Ah, of course. I will read through and see if any variables are used by other variables that come after them. Doh! :-) [19:48:07] Also, is there a method to be notified of any and all changes made to my wiki (besides my own)? Is there a config variable that I can add to LocalSettings? [19:51:39] hi [19:51:52] i have got mediawiki 1.8.5 on my gentoo os, i can install it now to a vhost, i want to have an offline version of wikipedia with pictures [19:52:01] i downloaded dewikisource-20071023-pages-meta-history.xml.7z is that right and all i need? [19:52:09] what to do now? [19:52:53] 03nhuffschmid * r27304 10/trunk/wap/config.php: disable dutch language because translations.php file is missing [19:53:50] tokam_one: if you want to read german wikisource [19:54:57] Nikerabbit: than? [19:55:41] tokam_one: ? [19:56:23] tokam_one: wikisource != wikipedia [20:04:50] 03(NEW) Special:Userlogin?type= signup should have an internal link to it - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11897 15enhancement; normal; MediaWiki: General/Unknown; (robin_1273) [20:10:49] Raymond_: indownloaded it from the wikipedia page [20:11:05] Raymond_: what do i need to install an offline wikipedia with pictures on my mediawiki? [20:11:14] In my user list, there are many "users" [20:11:17] no [20:11:28] what have i to do to install an offline ..... [20:11:31] was the question [20:11:32] In my user list, there are many "users" who are actually bots. Can I just delete them from the database? [20:12:48] tokam_one: with pictures would be difficult... no image dumps available. but see on http://de.wikipedia.org/wiki/WP:DVD there will be shortly an offline release available [20:16:31] how can i use a mediawiki 1.4.7 database (with PHP4.4.2-1 and mySQL4.1.15) on a mediawiki 1.11 (with PHP5 and mySQL5.0.32) [20:19:30] nobbi: you can't. you have to convert it. [20:20:04] nobbi: you can also export from 1.4 and import into 1.11. mwdumper should be able to read a 1.4 database [20:20:08] how can i convert it? [20:20:20] nobbi: the installer (updater) converts the database [20:20:32] !upgrade [20:20:32] http://www.mediawiki.org/wiki/Manual:Upgrading [20:20:35] !backup [20:20:35] http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [20:22:10] i used the script fullsitebackup and fullsiterestore but it doesnt work [20:24:58] On RECENT CHANGES page, how do I view changes older than 30 days? [20:25:16] hi... question: which is the maximum allowable number of templates which a user can put in a page? [20:26:34] further information: the old wiki should move to an other server with the new wiki (Version 1.11 already installd) [20:27:36] gattonero: the limit is not simply a number of templates, and it's not per user anyway [20:27:55] Duesentrieb: I know it... [20:28:03] but there's a tecnical limit [20:28:16] of templates includable in a page [20:28:35] Hello [20:28:52] Can anyone tell me how can i use that menu with show hide? [20:28:54] how do I block the Special:Version page? [20:29:39] gattonero: the limit is determined by the total size of templates, in bytes, before and after expanding. it's not a simple number. [20:29:44] is there a $wgBlacklistRead? [20:29:59] blue_asterisk: no. and why would you want to do that? [20:30:11] blue_asterisk: or rather, why would you want to *only* block that [20:31:13] Duesentrieb: hiding the version for security purposes; I _know_ my installation is secure, but if I reveal extra information I don't need, it's better [20:31:27] err [20:31:35] so... complicated, it seems [20:31:47] if I _don't_ reveal extra information, it's better [20:32:22] gattonero: it's "automagic". the limit is applied to something that relates to the cost better than the simple number of templates would [20:32:47] blue_asterisk: you can use the Lockdown extension (and probably some others) to prevent access to special pages (and namespaces). [20:33:04] Duesentrieb: I understand, but on it.wikisource are thinking about a method to simplify our work, heavily connected to templates usage [20:33:09] Duesentrieb: thanks [20:33:13] blue_asterisk: but... if you "know" something is secure, you have already lost. [20:33:16] and we have to understand if this method is acceptable or not :D [20:33:24] complete security does not exist [20:33:41] Duesentrieb: true, but it's "reasonably-secure" [20:33:45] Can anyone tell me how can i use that menu with show/hide? [20:33:50] gattonero: talk to tim then. he has the details [20:36:22] hmm.. no one? [20:40:34] 03nikerabbit * r27305 10/trunk/phase3/maintenance/language/ (checkLanguage.inc checkLanguage.php): [20:40:36] * More suppression guesswork [20:40:36] * Don't list languages that don't have problems [20:49:21] Oh, awesome. PHP has a backtick operator. [20:49:35] it's not awesome [20:50:12] Nikerabbit: Why not? [20:51:10] i hate the backtick operator [20:51:33] spawning subprocesses is something you should do with a lot of care and consideration [20:51:43] not with just a couple of convenient characters [20:57:09] Can anyone tell me how can i use that menu with show/hide?? [20:58:43] NotACow: and the characters are not convenient [20:58:59] ``````````````````````` [21:01:36] Is it possible to use the return value of a function as multiple arguments to another function [21:02:02] i.e. {{one}} is "one|two" [21:02:32] in which language? [21:02:34] so {{zero|{{one}}}} = {{zero|one|two}} [21:02:40] template syntax [21:02:53] it's not a programming language >_< [21:02:57] i know [21:03:15] however i feel that that should work [21:03:19] but I dont know how [21:03:23] Conra1: feel all you like :) [21:03:31] ok [21:03:45] is there anyway of getting a similar affect? [21:04:07] actually, i thought mediawiki markup was TE with the parser function extension :) [21:04:08] I am trying to use one template to hole the arguments for a few other templates [21:04:33] I think it might be - it is certainly possible to write boolean algebra [21:04:40] it might just take a long time [21:23:54] XDuxaX: is it OK? [21:26:23] Oh Wow. [21:26:26] <3 MediaWiki [21:26:51] indeed, minute :D [21:27:10] Custom MySQL settings FTW. [21:27:18] I mean.... nm [21:52:56] How do I create a namespace? [21:53:17] Korolen: LocalSettings.php [21:53:23] edit LocalSettings.php [21:53:28] OK, thanks [21:53:40] Was looking for a Special page... :p [22:00:15] 03raymond * r27307 10/trunk/ (5 files in 5 dirs): * Updates German [22:01:38] Korolen: Nothing is never that easy here ;) [22:02:02] minute: User rights were :) [22:02:18] Mmh, they are different. [22:08:56] 03(NEW) Don't require e-mail addresses for this site! - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11898 04CRIT; highest; Wikimedia: Bugzilla; (hcsdes5migow5sh) [22:09:28] I came across an extension one day that supposedly lets you add namespaces from within Mediawiki [22:09:32] never tried it, though [22:10:31] I wouldn't use it on anything of any importance unless and until it'd been rigorously tested [22:10:37] because obviously, it'd have to modify LocalSettings.php itself [22:10:46] which means if there's a bug, it can completely fuck things up [22:10:54] really, namespaces should be done in the database anyway [22:10:54] but until that happens [22:12:18] 03(WONTFIX) Don't require e-mail addresses for this site! - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11898 +comment (10minuteelectron) [22:12:32] heh [22:12:40] grr [22:13:02] What a silly bug report. [22:13:06] don't require email addresses? probably a spammer [22:13:11] indeed [22:13:19] minute: still IRCing from school like you shouldn't? [22:14:17] We haven't had a lesson using computers since then and it isn't like we aren't allowed. If they didn't want us too they would block the site, simple as. [22:14:38] *to [22:15:14] they shouldn't have to [22:15:22] I shouldn't have to lock my doors to keep people from coming into my house without my permission [22:15:26] they simply should not do it [22:16:21] How else are they going to control internet usage? [22:16:45] If they banned users for visiting off-topic sites then nobody in the school would be using a PC. [22:17:16] Alternatively they could cut it at the source, by stopping to access to such sites. [22:17:28] My school tried that [22:17:33] we just hacked our way around it [22:17:39] so they are stuck [22:17:45] and have to hope you will be responsible [22:18:17] is there some proper way to add tables to a database, analagous to Migrations in Ruby on Rails? [22:18:20] Yeah, the funny thing is that the blocking system sucks so bad that if you install Firefox in your account directory you can visit any website. It appears to only affect Internet Explorer (rather weird). [22:18:33] *the* database, i mean [22:18:34] What a coincidence [22:18:36] Korolen: Why would you want to add tables to the database? [22:18:48] Conra1: Very useful nontheless ;) [22:19:17] minute: When they block that, write yourself a proxy in Cygwin - using libcurl. That will also be unblocked [22:19:25] minute: long story short I'm attempting to add my own functionality to a namespace... it doens't have anythign do do with extending the wiki... [22:19:57] Just use the MySql client, or phpmyadmin. [22:20:13] Conra1: Too much effort :P [22:20:33] minute: OK [22:20:58] minute: that was the only solution we found - once they discovered the mozilla bug [22:21:10] bug? [22:21:18] You used that too/ [22:21:23] s///? [22:21:25] presumably it is a bug in the web auth server [22:21:26] yeah [22:21:30] ooh [22:22:16] 03siebrand * r27308 10/trunk/phase3/languages/Names.php: Native name for Pontic [22:23:20] mm, sleep time. Goodnight. [22:23:33] minute: nice talking with you [22:23:40] you too [22:31:40] What is wiki code to link to an online image? [22:31:47] i tried HTML and it doesnt work =( [22:32:48] 03(NEW) List of footnotes separate from references in Cite.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11899 15enhancement; normal; MediaWiki extensions: General/Unknown; (pharosofalexandria) [22:35:39] XDuxaX: if (!) you enable external images, then you simply put the url of the image into the wiki text [22:35:49] hmm [22:35:52] where do I enable it? [22:36:19] yuck external images [22:36:43] i need to link an xbox tag [22:36:45] it changes [22:36:48] so cant store a local copy [22:36:56] since it pulls the info from microsoft [22:37:02] so no choice but to keep it external [22:39:33] "info" [22:39:43] XDuxaX: google it: http://en.wikipedia.org/wiki/Help:Wikitext_examples#Images.2C_tables.2C_video.2C_and_sounds [22:40:13] sorry, couldn't help it [22:42:13] cool thanks [22:46:39] O_O [22:51:02] I have a question regarding the transwiki import. I have a valid interwiki table and have set up the import array correctly, yet I get an error message. I'm running mw 1.11 with php 5.2.4 and MySQL 4.1.22. Can anyone suggest a fix for this. (Oh, almost forgot: the message I'm getting is "Couldn't open import file", and I'm trying to import from wikipedia) [23:17:41] XDuxaX: does diff3 work? [23:19:20] 03(NEW) 12 Hour time format - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11900 15enhancement; normal; MediaWiki: General/Unknown; (NavouWiki) [23:24:40] Hi all [23:24:51] Pathoschild? :p [23:25:32] I see you are using normal writing. :P [23:25:37] Bonjour. :) [23:26:25] I'm trying to thumbnail images :D [23:26:45] Normaly, my host has instal imagemagick [23:27:20] But when I try to show a thumbnail, no image but this text : Erreur lors de la création de la miniature : Impossible de créer le répertoire de destination (need a translation?) [23:28:29] Sei: The infamous imagemagick bug :) [23:28:49] Sei: Can you verify that the thumbs directory (and its subdirectories) are a+w? [23:28:57] a+w? [23:29:09] Access and writable? [23:29:13] (something like that?) [23:29:56] Sei: Globally writeable (a = all, w = writeable) [23:30:11] It's in "images"? [23:30:15] Should be [23:30:18] Yep, it's [23:30:52] @search thumb [23:30:52] Results: [safemode, thumb] [23:30:57] !safemode [23:30:57] safe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5 and removed in PHP6. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information. [23:31:00] It should be named "thumb" or "thumbs" or "thumnail" ? [23:31:17] *thumbnail [23:31:25] Sei: I think thumb .. could well be wrong thugh [23:31:33] Whatever it's called by default should be fine [23:32:08] Yep, it's thumb... [23:32:27] Okay, can you verify that you're not running php in safe_mode? [23:32:33] (see link above) [23:32:35] How? [23:33:16] Oh, sorry, I hadn't seen the link [23:33:55] Where is php.ini? [23:34:10] Sei: Usually in /etc [23:34:29] ? [23:34:56] Sei: What OS are you running? [23:35:19] Windows Vista... But what the link whith my wiki? [23:35:26] *what is [23:36:03] Sei: You have mediawiki installed on Windows Vista? O.o [23:36:26] mediawiki is online! [23:36:36] amidaniel: shared host. [23:36:38] It's on a website [23:36:44] (thx Pathoschild ^^) [23:36:48] Welcome. :) [23:37:11] Oh, okay :) So I take it you don't have access to php / apache configuration then? [23:37:27] If you said it ^^ [23:37:38] I don't even know what it is :S [23:37:40] Alright :) [23:38:15] Do you have access to a shell? [23:38:35] Or is it just ftp? [23:38:39] ftp [23:39:05] Aha [23:39:30] I'm even not the admin of the website. I've just access to the configuration of the wiki [23:39:38] (LocalSettings & Co) [23:39:52] Well .. erm ... can you upload a file with a .php extension that contains the text "" and link me to it? [23:40:36] Oula... [23:40:37] I'll try [23:41:47] You don't know witch file it is? [23:43:01] (I mean, how to find this file?) [23:43:15] is there a way to get a mediawiki download that has all of the same extensions as wikipedia? [23:43:44] by installing all extensions [23:43:46] betacommand: you can install those extensions... [23:43:56] Sei: You have to create the file [23:44:08] upload... [23:44:11] I'm so stupid!!! [23:44:19] hehe .. it's alright ;) [23:44:21] I've understood download :p [23:44:56] Duesentrieb: is there a simple medthod of doing that? [23:45:02] Where do I have to upload it? [23:45:15] Sei: Anywhere [23:45:44] And after? [23:45:47] betacommand: simple? as opposed to what? download, unpack, add require_once in localsettings [23:45:49] betacommand: Not that I know of ... enwiki doesn't have all that many extensions installed though [23:45:56] !bundles [23:45:56] unofficial bundles of extensions are at . Note that these are random snapshots and may contain a completely broken version of the extension. [23:46:18] no, wikipedia doesn't have many extensions [23:46:22] Sei: Can you link me to it? [23:46:37] probably only about 5 or so that influence syntax. [23:46:51] Euh... What do you mean (I'm french, sorry) [23:47:09] Sei: A URL to the file? [23:47:43] What should the URL look like? [23:47:59] http://www.cittagazze.com/~wiki/test.php [23:48:03] Probably that :p [23:48:09] Sei: Thank you :D [23:48:38] Sei: Yeah, as I was afraid, safe_mode is on [23:49:26] :'( [23:49:43] Sei: I suggest you contact your webhost and ask them to disable safe_mode; aside from that, there's not much we can do to fix the problem [23:49:47] Sorry [23:49:54] Argh... [23:49:58] Fuckin' host [23:50:04] And they will be okay? [23:50:13] It's not a problem for them? [23:50:28] It shouldn't be, I can't imagine [23:50:29] !safemode [23:50:29] safe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5 and removed in PHP6. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information. [23:50:53] And, it's possible to imagine an... "additional configuration" ? [23:51:03] yes [23:51:17] you canhave special directories where you can put "allowed" executables [23:51:20] and put imagemagick there [23:51:29] or you can sijmply not use imagemagick, and use GD instead [23:51:40] Duesentrieb: Will GD work with safe mode? [23:51:47] amidaniel: sure, it's a lib [23:51:49] I thought to do it but don't understand anything :S [23:51:53] Oh, alright [23:52:08] If somebody is okay to explain to me how to do... :p [23:52:13] !thumb [23:52:13] Please see for information on configuring thumbnailing. [23:52:20] I've read [23:52:36] set $wgUseImageMagick=false; [23:52:39] see what happens [23:52:42] anyway, gn8 [23:52:51] BN [23:52:52] nite Duesentrieb [23:53:09] I've download GD lib [23:53:18] But what should I do with? [23:54:23] *Sei ,noobs from father to son from 1781 [23:54:24] you shouldn't do anythign with it. it should already be installed. mediawiki uses it if you tell it not to use imagemagick [23:54:28] anyway... [23:54:41] I'll see [23:55:12] !thumb del [23:55:12] Successfully removed keyword: thumb [23:55:31] !thumb is For information on configuring thumbnailing on MediaWiki, please refer to . [23:55:31] Successfully added keyword: thumb [23:56:11] Erreur lors de la création de la miniature : Impossible de créer le répertoire de destination [23:56:15] The same error message... [23:56:27] purge it [23:56:48] Meaning? [23:56:54] purge it... [23:59:53] I'll try another day