[00:03:16] 03kim * r26616 10/trunk/extensions/Wikidata/OmegaWiki/ (Copy.php SpecialCopy.php): adding data from the wikitestserver [00:07:40] hi [00:11:40] <[ace]an[9]3l> How do I change the subnav names i.e. 'Special', 'Upload file', 'Special pages', etc. ? [00:12:51] [ace]an[9]3l, look at Special:Allmessages. You can edit any message on that page. [00:12:57] (if you're a sysop) [00:14:53] <[ace]an[9]3l> Thanks [00:15:33] 03amidaniel * r26617 10/trunk/phase3/includes/api/ApiQueryRecentChanges.php: API: Add a little docu so that we might be able to make some sense of how this works ;) [00:16:39] how do I change the time my Wiki page? it says its midnight right now.. while in reality its 5 PM [00:16:51] !timezone | XDuxaX [00:16:51] XDuxaX : For help with configuring timezones in MediaWiki, please consult . [00:17:17] Thx [00:18:34] I'm trying to install mediawiki inside WAMP on my workstation at work to collect IT info here. I've been playing around with URL shortening, and I've found a set of rules that work in the main namespace, but attempting to view a category page results in a permissions error [00:18:50] Anyone have any ideas what's going on here? [00:19:17] Mersault, as in a 403 from Apache? [00:19:32] yes [00:19:53] i'm getting "The file is corrupt or has an incorrect extension. Please check the file and upload again. Retrieved from "http://moniker42.com/wiki/index.php/Special:Upload"" when i try to upload a file, any idea what could be causing this? [00:20:13] The URL shortening rules are cribbed from my wiki at home, but that one runs on linux... [00:21:48] I imagine there are good odds it's a path issue, but I'm not sure where to go looking about for an answer. It seems WAMP comes with a lot of apache modules commented out, so perhaps I need to enable one, except that the categories were working fine before the url shortening [00:23:47] *Simetrical has no idea [00:24:08] *Simetrical is content that his own rewrites work, and leaves his knowledge of the entire subject of mod_rewrite at that [00:24:23] heh [00:24:26] I'm in the same boat [00:24:31] Simetrical, any idea about file upload errors? :) [00:24:52] Moniker42, it's a MIME type matching error. [00:27:49] Simetrical, how do i resolve that? [00:28:04] *Moniker42 googles for a meaning of "mime type matching error"... [00:29:19] Moniker42: You need to set up $wgMimeDetector or whatever it's called [00:29:22] Just a moment ... [00:29:26] thanks :) [00:29:38] (problem has stumped me for a couple of days now) [00:29:40] *Simetrical realizes that he more often has to say he has no clue in #mediawiki, of which he's a developer, than in #mysql, where he just uses it on a typical LAMP server [00:30:14] Moniker42: You're on LAMP? [00:30:17] lol... [00:30:38] amidanie1, remote (cheapass) hosting but iirc it's LAMP [00:30:39] If so, set $wgMimeDetectorCommand = "file -bi"; [00:30:48] Ah, okay :) [00:30:48] so, yes, it's LAMP but i don't have much control... [00:30:49] I suppose most people in #mysql just have syntax errors or slow queries, which I can fix, since I admin a LAMP box and have had to do that sort of optimization. Whereas most people in #mediawiki want to enable specific features that I've never had to bother with. [00:30:54] Do you have shell access? [00:30:58] nope [00:31:12] The more important question is if /usr/bin is executable to PHP. [00:31:19] Which it probably is not. [00:31:22] Although you can hope. [00:31:26] Simetrical: Doubt he'll have control over that though :) [00:31:42] Moniker42: Try adding the line to the end of your LocalSettings.php, and see if it works [00:31:47] *Moniker42 does so [00:32:54] whehey, it works! [00:32:59] hurray :) [00:33:06] *Moniker42 hugs amidanie1 and Simetrical [00:33:25] *amidanie1 is a little creaped out by being hugged by a complete stranger :) [00:34:05] *Moniker42 slips his hand down a rather awkward way while hugging... [00:34:11] still creeped out? [00:34:20] !mime is For assistance in configuring mime type detection on MediaWiki, please consult [00:34:20] Keyword "mime" already exists. Use "!mime del" to remove it. [00:34:24] O.o [00:34:25] !mime [00:34:25] For information on MIME type detection in MediaWiki, see . [00:34:32] Bletch [00:34:43] !mime del [00:34:43] Successfully removed keyword: mime [00:34:45] !mime is For assistance in configuring mime type detection on MediaWiki, please consult [00:34:45] Successfully added keyword: mime [00:34:49] I liked mine better :) [00:35:28] amidanie1, why can't that be done in one operation? [00:36:30] what is the correct syntax for "$wgMaxUploadSize" ? [00:36:39] if I wanted to limit it to 1 MB? [00:37:16] Simetrical: Because I'm a bum [00:37:25] *amidanie1 oogles the nifty diffs on Special:Undelete [00:37:32] *amidanie1 tosses brion five million cookies [00:38:52] XDuxaX: $wgMaxUploadSize is in bytes, I believe [00:39:05] Or is it kb? [00:39:06] *amidanie1 looks [00:39:39] XDuxaX: $wgMaxUploadSize = 1024 * 1024; should do it [00:40:23] ty [00:41:11] 03greg * r26618 10/trunk/phase3/ (3 files in 3 dirs): Make filarchive width/height columns ints for Postgres (not smallint) [00:41:45] hey. [00:41:52] Hello. [00:41:54] so I'm trying like heck to get short URLs to work [00:41:59] Hey AmiDanie [00:42:05] 03(mod) some Functions don't Work with PostgreSQL - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11331 (10greg) [00:42:17] and the problem is that periods and slashes redirect to the main page [00:42:28] my knowledge of mod_redirect (and REGEX's generally) is limited. [00:43:03] but I'm trying the method listed on mediawiki.org [00:43:05] here: [00:43:06] http://www.mediawiki.org/wiki/Manual:Short_URL/Page_title_--_PHP_as_a_CGI_module%2C_no_root_access [00:43:40] hm it gives me error "Parse error: syntax error, unexpected $end in C:\xampp\htdocs\Duxwiki\LocalSettings.php on line 138" [00:44:08] when I use $wgMaxUploadSize = 1024 * 1024 [00:44:15] XDuxaX: semicolon? [00:44:30] ahha yep [00:44:57] *amidanie1 will bbiab [00:46:20] moo [00:47:21] any ideas for me? [00:53:50] for some reason it keeps saying the file limit is 150kb.. no matter what I put after $wgMaxUploadSize even if I put nothing after it =/ [00:54:28] XDuxaX, where are you setting it? [00:54:39] XDuxaX, it needs to be near the bottom of LocalSettings.php. [00:55:20] it is at the very bottom [00:55:22] the last line [00:56:11] AmiDaniel_away, Simetrical by the way - doing that and disabling safe mode seems to have fixed _all_ my other problems on mediawiki with deleting files, renaming etc :) [00:57:24] XDuxaX, sure you spelled it right? [00:59:47] yeah [00:59:50] copy pasting it to u [01:00:09] $wgMaxUploadSize = 1024 * 1024; [01:00:14] is exactly what it says [01:06:06] hi. can anyone tell me how I can count all pages belonging to 1 category? Is it only possible with the api (never used before)? [01:12:38] SteveO: I tried a week ago and gave up. [01:12:41] I could find no way. [01:12:53] Semantic Mediawiki will give a number, but that number won't work in parser functions [01:13:03] they are working on making their output parseable in the next version [01:13:23] ok ...too bad....I have semantic extension installed though [01:13:28] Are there any .htaccess wizards in this channel? I have a fairly simple problem that I need some help with. [01:13:45] Yeah, semantic is great - the ability to count pages in a category would open up many more possibilities [01:14:03] but how do you do it in semantic wiki? [01:14:16] ummm.... it's in the ask tag [01:14:22] it's 'count' [01:14:28] but I don't remember what the name is [01:14:36] it's like or something like that [01:14:41] I'm sure you can track it down on ontoworld [01:14:50] ok I try thanks [01:15:15] keep in mind - the number it gives will show on the screen, but nothing more [01:15:20] if that's all you want, you're in business [01:15:32] you can't use it for sorting or winter or anything [01:15:50] (or, unfortuantely, in a nested ) [01:15:55] * [01:16:02] I just imported recordsets and simply wanna know if the imported pages are the same as in the source file... [01:16:14] amount wise... [01:16:27] I have a problem with .htaccess where my installation will redirect pertfectly unless a page has a period in it [01:16:34] well, & doesn't work either, but that's a different problem [01:16:41] I just want periods to work and I'll be happy [01:19:41] $wgNamespacesWithSubpages[NS_MAIN] = true; [01:19:48] put this in LocalSettings.php and it ... doesn't work. [01:21:47] im trying to change the background of my wiki... i was told to use " { background-color:black ! important }" but I dunno where to put it.. anyone know? [01:22:34] XDuxaX, it's CSS. It will be considerably more complicated than that if you don't want something that looks horrible. [01:22:54] any idea where I can get the code? [01:22:55] XDuxaX, if you don't know CSS and want to customize MediaWiki's look substantially, you'll have to learn CSS. [01:23:07] i just dont like the white.. id prefer darker color [01:23:42] XDuxaX, that sort of thing should be made easy by the software, but, it's not. You might be best off trying a style that someone else has made. [01:24:27] hello [01:24:42] i'm trying to use batik as the SVG to PNG renderer on my wiki [01:25:00] but every time it tries to make a thumbnail, i get this instead: [01:25:01] Error creating thumbnail: Error occurred during initialization of VM [01:25:02] Could not reserve enough space for object heap [01:25:06] any ideas? [01:25:14] it works from the command line... [01:25:31] that is, using batik to render a SVG to a PNG [01:25:41] Simetrical, do you know where I can get a style that someone already made? [01:25:47] bluefoxicy: Were you talking to me? I don't know what $wgNamespaceWithSubpages does, but my problem is with periods, not slashes [01:26:05] XDuxaX, not really. Try Googling. [01:26:16] !skins [01:26:16] http://www.mediawiki.org/wiki/Manual:Skins [01:26:36] You can get away with rocking the CSS file in dreamweaver.... doesn't make it much easier unless you are a dreamweaver wizard, in which case you are probably also good with CSS [01:27:23] so my .htaccess file used to say RewriteRule ^[^:]*\/ - [L] as per the instructions [01:27:42] then, out of the very little I know about mod_rewrite, I added a trailing $ to make it RewriteRule ^[^:]*\/$ - [L] [01:27:47] so now it works - for slashes [01:28:01] however, if I try to put a trailing $ in the other line (the one for periods) I get internal server error [01:28:04] I'm going crazy [01:31:05] hi Xerol [01:31:05] why the ass are you here ;p [01:32:07] *spaz awaits an answer for his batik problem [01:32:29] K if I have foo/bar/baz/bick and foo, foo/bar, and foo/bar/baz exist, foo/bar/baz/bick only has a link back to foo, not foo/bar/baz [01:33:21] I'm running into a problem with mediawiki on windows. It's the same problem as noted here: http://smart-pad.blogspot.com/2007/01/colon-causes-apache-403-error-on.html So now I'm wondering what the best way is to manipulate my current short URL to include example.com/wiki/Article instead of just example.com/Article [01:35:27] hmm [01:36:29] I can post my current rewrite rules and localsettings.php sections [01:36:50] hi, is there a document somewhere on the wikipedia infrastructure? Is this the place to ask? [01:37:16] *AmiDaniel_away got pinged [01:37:36] I am trying to set up a wiki with multiple locales and interwiki linking [01:37:48] oremj: What do you mean by "infastructure"? [01:38:21] Is there anyway, on a project that is not Wikipedia, to list orphaned talk pages ? [01:39:55] Charitwo, database query? [01:40:13] Not accessible on wikia [01:40:21] Then probably not. [01:40:49] Maybe something like that is possible with the API, but I really have no idea. [01:40:54] What would be the query anyhow ? [01:41:01] amidaniel: both how the servers/databases are set up and the directory/database structure for the actual mediawiki instances [01:41:03] *Simetrical points to amidaniel for the API question [01:41:04] or either [01:41:35] Charitwo: You can use a query such as api.php?action=query&list=alllinks&alunique&alnamespace=1 and cross-reference it to allpages [01:41:45] Not too ideal, but will get you what you want very painfully :) [01:42:09] oremj: Such as ? [01:42:15] is it at least less painful than browsing every article in talk namespaces ? [01:42:15] w2 [01:42:26] Charitwo: But of course :) [01:42:41] Charitwo, the query for main namespace would be something like: SELECT talk.page_title FROM page AS talk LEFT JOIN page AS main ON talk.page_title=main.page_title WHERE talk.page_namespace=1 AND main.page_namespace=0 AND main.page_title IS NULL; [01:43:19] Charitwo: If you like, I can probably quickly whip up a script to do this using my niftynew bot framework :) [01:43:35] i'm open to all options [01:43:45] amidaniel: I'm mostly trying to find out the best way to run a localized mediawiki. I'm guessing for wikipedia there are multiple instances of mediawiki set up, ie one per locale [01:44:07] I was hoping to find out the best way to manage that [01:44:18] oremj: You might have a peek at noc.wikimedia.org/conf [01:44:24] or if it is possible to run several locales out of one directory [01:44:26] *oremj looks [01:44:31] Charitwo, actually, that query doesn't work, somehow. [01:44:43] oh [01:45:06] maybe amidaniel's script might be useful substitute [01:46:09] Oh, of course. [01:46:15] can anyone tell me the hex color value for the background and the bluish font used at www.wowwiki.com [01:46:15] ? [01:47:01] doesn't it say in their monobook.css? [01:47:24] XDuxaX: background:#EEEEEE none repeat scroll 0%; [01:47:31] ty [01:47:47] amidaniel: thanks for the info! [01:47:49] I think this will work: SELECT talk.page_title FROM page AS talk LEFT JOIN page AS main ON talk.page_title=main.page_title WHERE talk.page_namespace=1 AND main.page_namespace IS NULL AND main.page_title IS NULL; [01:47:53] Only it takes approximately forever. [01:48:53] depends on the amount of articles being queried though [01:49:02] Hmm, still not quite. [01:50:02] *Simetrical scratches his head [01:51:11] It seems like a somewhat tricky query. [01:51:35] I want to exclude all non-zero main.page_namespace, and *then* check if it's null. [01:52:02] I don't want main.page_namespace != 0 AND main.page_namespace IS NULL, because that's patently false. [01:52:24] I don't want (main.page_namespace != 0 OR main.page_namespace IS NULL) because that will return rows with non-null page_namespace. [01:52:54] I don't want (main.page_namespace = 0 AND/OR main.page_namespace IS NULL) for the same reasons. [01:54:33] How about main.page_namespace IS NULL? [01:54:48] Oh, I guess ON is different from WHERE with LEFT JOINs. [01:55:08] amidaniel, that will exclude cases where you have no Foo, but you have Talk:Foo and User:Foo. [01:55:34] SELECT talk.page_title FROM page AS talk LEFT JOIN page AS main ON talk.page_title=main.page_title AND main.page_namespace=0 WHERE talk.page_namespace=1 AND main.page_namespace IS NULL; [01:55:37] That does it. [01:55:41] And very fast, too. [01:57:01] Well, not so fast. [01:57:04] Fast on a small database. [01:57:12] It scans the whole talk namespace, of course. [01:57:24] At least. [01:58:12] Only takes a few seconds on the enwiki database, using the toolserver. [01:58:24] Plus, uh, a minute or two to print the results to the console. [01:59:18] and i can just substitute the namespace # for the other talk namespaces ? [01:59:32] You'll need to change both namespace numbers, but yes, sure. [01:59:45] 0 is the main namespace and 1 is the main talk namespace, of course. [01:59:49] yea [02:00:00] *Simetrical observes that the query has printed out results up to R by now [02:00:23] out of how many total articles ? [02:02:41] 55308 rows in set (12.93 sec) [02:03:00] And that's just in the main namespace. [02:04:05] amidaniel: so do you know if they have a seperate docroot for each language? [02:04:44] Well, the software is installed on a large number of separate Apaches. [02:05:08] I assume they don't fetch it off NFS or anything (although I suppose they might). [02:07:51] 03kim * r26619 10/trunk/extensions/Wikidata/OmegaWiki/Copy.php: Improve ObjectCopier error messages for when a particular object is not found. [02:17:34] I'm looking for some assistance with shortening the URL for my wiki. I want the url to be www.example.com/wiki/Article. Due to limitations of windows I can't use www.example.com/Article (non-main namespaces don't work). I have root access, and right now the path is c [02:18:02] c:\wamp\www\wiki. I've tried various methods from the mediawiki wiki, but it isn't working. [02:28:47] Mersualt: I'm knee-deep in rewrite rules also [02:28:59] I can't get articles with a period in the name to rewrite properly [02:29:06] what is your problem? [02:32:10] I mean, I see that you are trying to do short URLs, but what error message are you getting? [02:38:03] Problem is that I'm using WAMPserver on Windows, so if I use www.example.com/Article, then when I try and access a non-main namespace, Windows tries to open the Category:\ drive, rather than thinking it's part of the URL [02:38:20] I actually have a functional set of rules for www.example.com/Article from my wiki at home. [02:41:41] Justin_Holmes: http://www.mediawiki.org/wiki/Manual:Short_URL/wiki/Page_title_--_Both_no_root_and_root_access [02:42:00] There's a list of rewrite rules in there that might help you get articles with a dot to work right [02:43:06] I looked at that page, and I think that when I tried it I got a 500 [02:43:14] thanks though - I will scope it out again [02:43:24] I don't know what to tell you about your WAMPserver issue - no experience [02:50:04] It's a simple enough fix, I just need a functional set of rewrite rules and appropriate settings in LocalSettings.php, but the mediawiki manual page about short url's is poor. [03:02:14] 03kim * r26620 10/trunk/extensions/Wikidata/OmegaWiki/Copy.php: [03:02:14] UMLS has many defined menings with a meaning_tcid of 0, [03:02:14] which is not a valid reference. [03:02:14] Pending a fix there: [03:02:14] * Disable the throwing of an exception when this condition is [03:02:15] detected. [03:03:48] shit I fixed it! [03:03:50] kinda accidently [03:04:00] I just kept messing around with RewriteCond until it worked [03:04:05] I don't know why it did [03:10:59] 03(NEW) Enable email notifications on en.wikipedia... as far as possible - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11636 15enhancement; normal; MediaWiki: Email; (matthew.britton) [03:18:05] *Simetrical cough WONTFIX cough [03:21:35] *spaz coughs all over Simetrical|away [03:23:51] the xml import doesn't overwrite existing pages, can i change that? [03:24:14] or force it to overwrite? [03:39:01] hey does anyone in here think they could help me out with a quick installation issue? i just installed mediawiki, but when I try to go to the-militia.net/wiki, I get the message "Firefox can't find the file at /wiki/index.php/Main_Page" ...sorry if this is a newbie question... [03:39:40] Is there a url rewriting guru in here? I've running into difficulty with trying to make my mediawiki install look like www.example.com/wiki/Article [03:47:21] I can't get rid of the spacing between cells on my wiki! [03:49:06] hey guys.. if i am replacing the logo in mediawiki ($wgLogo) .. what dir should i be uploading this logo to in order to maintain consistancy [03:50:51] *spaz enters spectator mode [04:04:25] 03amidaniel * r26621 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiResult.php): API: Compatibility fix for 5.0.x. Define array_intersect_key if not already defined. Implementation by Rod Byrnes, published by php.net. [04:19:22] We really need to get image importing / exporting working ... [04:24:37] 03(mod) MediaWiki messages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11631 (10ermwiki) [04:46:18] Is it just me or is the simple UI for flagged revs a hell of a lot more complex than the complex one? [04:54:01] Hi guys [04:54:21] anybody knows a good stuffs/ sites using Template section [04:54:21] ? [05:03:43] anybody knows a good stuffs/ sites using Template section [05:03:53] I found this http://bobandtheknowledgefactory.com/ [05:04:06] that look cool right ? [05:23:39] 03raymond * r26622 10/trunk/phase3/includes/SpecialUndelete.php: Respect time zone from user preference [05:24:02] bla [05:24:54] guys if i want to change colors of the template [05:25:16] like for example.. there's an orange color that's used as a border (looks like it's CSS).. do i just edit the css direct? Is there a cleaner way to do this? [05:25:16] joobie ? [05:25:43] ya? [05:25:51] :) [05:44:24] guys what is the comment out commadn in mediawiki? [05:44:27] ie. if i have [05:44:40] * [http://www.joobie.org/mediawiki/index.php/MediaWiki:Monobook.css:Customize Monobook CSS Style] [05:45:09] and want to negate the first instance of ":" [05:45:54] I have a question [05:45:59] I've never had a wiki of my own before [05:46:06] and I want to change the picture in the upper-left corner [05:46:08] how do I do that? [05:46:50] $wgLogo = "pathto logo" [05:46:57] in Localsettings.php [05:46:58] ;) [05:48:14] How do I get to that? [05:48:24] You're going to really have to walk me through it as if I'm a retard here. [05:48:29] I don't know about this AT ALL. [05:48:45] are you installing it in server? [05:48:52] or ur local pc ? [05:48:54] Someone did it for me [05:49:02] oh [05:49:07] in server? [05:49:13] I don't know [05:49:21] URL ? [05:49:27] http://cota-atlanta.org/wiki/Main_Page [05:50:03] you have access to server ? [05:50:07] shell access ? [05:50:08] What does that mean? [05:50:13] I'm assuming no [05:50:30] craigweb.net [05:50:42] Someone else set it up for me [05:50:43] that's his site [05:50:47] and he is not awake right now [05:51:11] ok do you have control panel access ? [05:51:22] (User rights log); 11:37 . . Cspurrier (Talk | contribs | block) (changed group membership for User:Mike Halterman from (none) to sysop, bureaucrat) [05:51:25] I have that [05:51:27] is that enough? [05:51:46] I mean to the domain cota-atlanta.org [05:51:50] no [05:51:52] as I said [05:51:56] I don't know how to do these things [05:52:02] oh then you won't be able to do it [05:52:05] damn it [05:52:24] :( [05:52:38] I have to wait until tomorrow then [05:52:39] :( [05:52:54] you have to edit the Localsetting.php file in your document root ( or wiki installation folder) [05:53:03] and change $wgLogo = "pathto logo" [05:53:13] oh, I don't have any of that [05:53:17] only three of our team members do [05:53:21] and I'm not one of them [05:53:21] you need to upload new logo [05:53:26] and set the path [05:53:26] because what would I do with it? [05:53:28] I have a new logo [05:53:31] it's on the main page [05:53:57] (10:43:48 PM) Mike_H: and I want to change the picture in the upper-left corner [05:54:00] right ? [05:54:03] right [05:54:06] from the WMF globe [05:54:08] to COTA [05:54:12] with the globe in the O [05:54:58] hmm better you need to contact ur programmer :) [05:55:11] he's asleep :( [05:55:29] I was hoping I could do it myself [05:55:31] wake him up he he ;) [05:55:33] haha [05:56:14] :) [06:29:10] hi [06:32:18] we have a vpn with one portal and the mediawiki on other server, but we get a plain white page with no error if we visit the mediawiki about the portal, redirects to "Mainpage" work aswell [06:33:44] can you give uRL ? [06:34:30] öh no [06:34:42] because you have no access to it [06:34:47] i cant give it :< [06:34:53] check if register_global on [06:35:14] should it be on? [06:35:21] yum [06:35:25] kk i test it [06:35:33] k :) [06:36:12] on the portal server or on the mediawiki server? [06:36:26] mediawiki server [06:36:40] plain white page :[ [06:36:52] register_globals on, checked with phpinfo [06:37:02] oh >:O [06:37:38] i have the problem only with mediawiki, other sites on the mediawiki server can be accessed over main server with reverse proxy [06:38:15] i testet it with two mediawiki versions, 1.11 and 1.3.XX [06:40:15] i tried a lot with $wgServer [06:40:26] but it never worked [06:59:55] <_wooz> lo [07:04:17] 03(mod) sep11 wiki still on Special:SiteMatrix - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10273 +comment (10matthew.britton) [07:11:22] 03rotem * r26623 10/trunk/phase3/includes/Parser.php: Fix comment. [07:16:01] 03(NEW) List transclusions when first editing a section - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11637 15enhancement; normal; MediaWiki: Page editing; (matthew.britton) [07:18:28] how can i set the debug level for the debugfile? [08:06:17] 03(NEW) "" not listed in Special: Version Parser extension tags - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11638 15enhancement; low; MediaWiki extensions: Semantic MediaWiki; (bugzilla.wikimedia) [08:24:11] I have a hard time changing the limits of images during upload, I have changed $wgImageLimits and $wgDefaultUserOptions['imagesize'] [08:27:21] The wiki seems to just ignore my settings [08:28:02] Also, do I have to restart Apache if I change LocalSettings.php? [08:31:56] no [08:32:04] it may be a php/apache limit on postdata size? [08:33:52] My issue is that I did set the limit to 320x240 as a test but a image with size 364×464 gets accepted [08:34:46] yeah, it works with multiples of 64 or something [08:35:07] re [08:37:45] That does not make any sense, in the default array the size 320x240 is defined [08:41:43] well, I don't know. [08:41:50] try a bigger one? [08:41:54] see what the limit ends up being. [08:45:00] 03mkroetzsch * r26624 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Types.php: Minor fix [08:46:39] i cannot find how could i change Toolbox menu... [08:53:15] 03mkroetzsch * r26625 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_DV_Time.php SMW_DataValueFactory.php SMW_Datatype.php): initial reimplementation of datetime processing [08:57:32] In the configuration file, am I allowed to use leading space, tabs or both? [09:20:54] 03(NEW) opening pages to public view on wikimedia.il - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11639 15enhancement; normal; Wikimedia: General/Unknown; (rotemdanzig) [09:24:49] hey guys.. anyone got an example of how to put a custom form into mediawiki? I want to do a form that has textarea, textboxes and select's.. also if possible would like to validate the dataq inputed in the form via Javascript.. and then when teh form is submiteed, it's able to send an email.... [09:25:15] happy to write the PHP to do all this.. just not sure if mediawiki will allow me to call it.. also if there is a module already written to do this, don't wnat to reinvent the wheel.... [09:32:13] 03(mod) opening pages to public view on wikimedia.il - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11639 +shell (10raimond.spekking) [09:35:41] joobie: check out extensions/ on svn [10:08:06] 03skierpage * r26626 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_DataValueFactory.php SMW_DataValueFactory.php): Add getPossibleValues() method similar to one in SMW_Datatype.php as preparation for implementing Enum as a DataValue. [10:09:00] 03rotem * r26627 10/trunk/phase3/languages/Language.php: Removing comments that are not up to date. [10:10:27] Hey, i have a error on my "Recent Changes" [10:10:37] 03rotem * r26628 10/trunk/phase3/languages/messages/MessagesEn.php: Update - changes in this file *will* affect now. [10:12:25] Aciid: oh, that's a shame. [10:12:47] 03(mod) some Functions don't Work with PostgreSQL - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11331 (10N/A) [10:13:07] recentchanges out puts this: http://pastebin.com/d52a0c81 [10:13:19] Werdna: are u spiking me? [10:14:45] you have an unknown error [10:14:51] that's a problem with your database, I think [10:14:58] can you run an ordinary query on it? [10:15:10] Yes all other functions work [10:15:17] have you googled the error message? [10:15:17] i can ost articles and edit and add users [10:15:34] yes but no results cover a fix [10:16:20] now it changed to "1105: Unknown error (localhost)" [10:16:28] what sql version are you using? [10:16:32] mysql [10:16:38] wait ill check [10:16:53] linux-pn84:/srv/www/htdocs/mediawiki # mysql --version [10:16:54] mysql Ver 14.12 Distrib 5.0.45, for suse-linux-gnu (x86_64) using readline 5.2 [10:17:11] 5.0.45 [10:17:25] a little newer than mine [10:17:31] *Werdna shrugs. [10:17:40] well opensuse 10.3 lamp [10:17:43] http://bugzilla.wikimedia.org [10:27:53] ok well why is the function starting with "$wf" instead of "$wg"? [10:28:08] "wfSpecialRecentchanges" [10:28:10] 03rotem * r26629 10/trunk/phase3/includes/SpecialPreferences.php: When saving preferences, check hook and authentication plugin, and actually save the preferences, *after* the e-mail setting (the hook and authentication plugin should also check/update this). [10:28:27] sql error "1105: unknown error (localhost)" [10:29:43] Aciid: because wf is what we prefix our functions with. [10:29:55] our global VARIABLES are wg, but functions are wf [10:30:00] wiki function, wiki global [10:30:43] aah ok [10:31:10] By the way it did not help to reinstall still same bug [10:38:57] I'm running MediaWiki on a personal server (not a pro sysadmin) and I'm wondering [10:39:07] what files do I need to copy to backup my wiki? [10:39:24] and also, what is the best backup procedure to follow? Are there automatic scripts built into the wiki? [10:40:28] Werdna: does this give you any hints on how i could resolve the error http://pastebin.com/d5ed56467 [10:40:58] MrWGW:have a look in the maintenance/ directory [10:41:10] no. [10:41:13] brb, food [10:41:15] ok [10:42:57] MrWGW: dump your mysql database with `mysqldump` [10:43:07] MrWGW: if you enabled uploads, also backup your images/ directory (e.g. with rsync or tar) [10:44:56] so the syntax for mysqldump I assume would be mysqldump _backupfilename.whatever_ ? [10:45:20] basically mysqldump and then the path of the file I want it to dump to, essentially [10:45:34] I fixed the error :S [10:45:48] I commented this lineout "WHERE rc_timestamp >= '{$cutoff}' {$hidem} " . [10:45:58] Now everything works ine [10:45:59] fine [10:46:19] MrWGW: mysqldump -h -u -p --opt [10:47:00] and that will create the dumpfile (if that's the correct term) in the current working directory? [10:47:15] it'll output to stdout.. to send it to a file. use e.g. >mydump.sql [10:47:23] or | gzip >mydump.sql.gz to compress it (probably a good idea) [10:50:51] so if I was doing this from my local machine I could go mysqldump -u -p | gzip >mydump.sql.gz ? [10:51:13] no, don't put the password on the command line, it'll prompt for it [10:52:07] ah ok [10:54:40] ... [10:54:51] --- [10:55:08] Hello, I have a few questions related to mediawiki system :P [10:57:07] At the moment I have a normal mediawiki install :P and I am wanting to make it work like it's a couple of installs. But only being the same install. [11:01:05] oh also, how do I symlink articles? Or rather, not technicaly symlink them in the UNIX manner, but create the kind of links you see on Wikipedia, where if you type in, for example, one keyword, it takes you to an article on the same subject, but with different spelling et cetera [11:01:14] like if you type in colour, you would get taken to an article "color" [11:01:25] if you typed in "USA" you would be taken to "United States of America" and so on [11:02:10] MrWGW: edit the USA article and write this in the page: #redirect[[United States of America]] [11:02:23] superb, thanks [11:03:15] I've lightly edited a few articles on Wikipedia itself in the past (I created the article on Dynegy, an energy company in Texas) but using Mediawiki for my own personal use is really enlightening [11:03:19] I'm using it to help me write a book [11:03:34] to create a cross-referenced database in which to store everything...chapters...background info, et cetera [11:14:37] wow - i just got spam pn my wiki for the foirst time - despite ConfirmEdit and SpamBlacklist [11:15:03] quick! disable all editing! [11:15:05] odd though - someone bothered to break the math captchs, but didn't manage to use correct wiki syntax for links [11:15:58] flyingparchment: and call the FBI. right. [11:16:43] Duesentrieb_: did you see my error report about wikisense? [11:18:10] flyingparchment: hm... i saw something last night, but i was not really awake. what was it? got a link? [11:18:40] i have a huge backlog of stuff to do/fix - studying threw me off a bit [11:18:43] http://tools.wikimedia.de/~daniel/WikiSense/Gallery.php?wikilang=en&wikifam=.wikipedia.org&format=html&img_user_text=Kate - something on clematis broken? [11:19:16] seems so, yes [11:19:33] this stuff is a bit tricky to debug :/ [11:19:39] i'll look into it. [11:19:41] ok [11:19:57] how i can set the direction of a page explicitly? (equivalent to dir=rtl) [11:20:04] hmm, sql-text[34] are down [11:20:21] that would be an explanation :) [11:20:22] 03proes * r26630 10/trunk/extensions/Wikidata/php-tools/SwissProtImport.php: Add a protein component as an organism specific protein. [11:20:43] weird, the log records a normal shutdown.. maybe they didn't start for some reason [11:21:50] ah, works now :) [11:27:45] zwnj, just change the language to an rtl language or change mediawiki:monobook.css [11:28:04] for non-rtl languages [11:28:20] Soroush83: i want to change the direction of just one page [11:28:49] btw, changing the user language to persian or arabic doesn't work as well [11:29:08] zwnj, I havn't test it but [11:29:25] I dount