[00:00:50] Enrit: Simple way: Type [[Category:Categoryname]] on a page, then go that link and save. [00:01:13] kk, i got that, but how do i add articles to it [00:01:16] *kiba is having problem with his redirect [00:01:24] Then apply [[Category:Whateveryourcategoryis]] to all pages you want categorized. [00:01:42] kk ty [00:02:26] Or you can use a category template if you ever want to change it all later. [00:07:21] I am having problem with my .htaccess [00:07:49] http://pastie.caboo.se/94824 [00:08:01] I guess I am redirecting then redirecting [00:08:23] mdale: so it seems no way currently .. its an open bug.. so for one persons "fun". i have to click about 100 times to revert their stuff [00:08:27] not very nice [00:08:29] :/ [00:09:35] it is redirectly improperly [00:09:36] help? [00:10:07] only 64, exobuzz :) [00:11:09] exobuzz: lame .. kind of amazing that functionality has not been integrated at any point... [00:11:48] Sasoriza: 64 clicks.. of my time.. for one loser.. and he even opened a hotmail account to register .. why ?!? [00:11:58] Yeah, that's what I mean. I thought it got included in 1.10, but never checked since I'm on 1.9. [00:12:21] Exobuzz: What can you do... there' [00:12:29] there's sickos in this world [00:12:33] im on 1.10 and i cant see any option or maintenance script [00:13:06] Hmm. I know I saw that feature somewhere. Must be an extension. Check Category:Extensions. [00:13:13] ok thanks [00:15:16] exobuzz: look for the Nuke extension [00:15:20] Sasoriza: a lot of extensions to look through. aah [00:15:24] Duesentrieb: thanks :)) [00:15:48] *Duesentrieb still wants wiki-wide diff/patch capabilility. that would rock. [00:16:08] "make diff of all changes by x", "apply patch revers" -> all edits gone [00:16:20] ;) [00:16:22] Duesentrieb: yeh.. thats would be great [00:16:34] I can't believe no one's done that yet. [00:16:36] it shouldn't be so terribly hard to do either. [00:16:37] Would also be good for resolving edit conflicts [00:16:48] it would be tricky to do it efficiently, though [00:17:15] ST47: that already exists. if you have diff3 conigured, mw uses it to resolve edit conflicts if possible. [00:17:21] ooo [00:17:36] Has wikimedia got diff3 conjured? [00:17:43] i think so, yes [00:17:56] Duesentrieb: nuke does added pages.. so.. if they have edited/moved an existing page, will i lose what was there previously ? [00:18:20] exobuzz: i thought it kills revisions, and the page only if it doesn't have any previous revisions [00:18:27] but i have never used it, so i don't know [00:18:29] aah ok. ill try on a few first [00:18:56] exobuzz: bake a backup before trying anything scary :) [00:19:18] A lot of extensions... you're telling me? I spent two days looking through 'em. [00:19:20] exobuzz: use an xml dump, it's much nicer if you want to resore individual pages [00:19:35] Sasoriza: that's why they are categorized [00:19:46] Even so. [00:19:56] Duesentrieb: i cant even find the items using nuke.. perhaps because of the username they created being long with non alpha numeric chars [00:20:28] shouldn't be a problem. but as i said, i havn't used it. but since brion hacked it together, i'd expect it to function [00:20:40] ask him about it [00:20:54] generally, a wiki's spam protection is its community [00:21:08] which mine doesnt have yet.. since its not officially launched :) [00:21:14] the theory is that between them, active admins have more clicking power than spammers [00:21:34] but on some specialist quiet wikis, this might not come true [00:21:50] well... without a community, a wiki is just a page everyone can edit - which can be annoying [00:22:02] exobuzz, do you just want some help reverting that stuff? (Of course, it's still better to know how to take care of it yourself.) [00:23:45] Sasoriza: well. of course that would be lovely. however, having an easy way to undo some whackos stuff would be handy.. nuke doesnt seem to be able to find any edits from the user. or mine either. so perhaps its not working [00:23:55] 03brion * r25600 10/trunk/extensions/OggHandler/ (OggHandler.php OggPlayer.js null_file.mov): Rename the null file for QuickTime hack to null_file.mov so Opera doesn't prompt to download it [00:24:16] Never used the Nuke ext. either, so, can't help there [00:24:58] exobuzz: I think Special:Nuke only works with new page creations. [00:25:11] how to revert a moved page.. its giving me a brainache.. he moved it to a new title with his "crap" in. so i need to move it back. and then delete the old page [00:25:12] what a pain! [00:26:01] undoing "moves" isnt that simple. requires 2 steps [00:26:03] TimLaqua, you know, Parser::doQuotes is marked private. [00:26:07] If you want to use it, mark it public. [00:27:02] exobuzz: that's why many wikis restrict page moved to "autoconfirmed" users (i.e. older than 4 days) [00:27:28] Duesentrieb: ok ill make sure i change my configuration [00:27:48] TimLaqua, also, I think it's probably too heavy for what you want. You're doing a lot of worthless processing. [00:27:48] but the thing is.. this user signe dup.. with email address etc [00:28:03] he made a hotmail account. to damage my wiki.. [00:28:04] he'd still have a 4 day wait# [00:28:08] right ok [00:28:12] TimLaqua, removing every sequence of two or more quotes would be just as correct, I think. [00:30:22] Voice of All had a .js on Wpedia with all kinds of added functionality; wasn't there something like that in there? Mass reverts? [00:33:14] 03(NEW) 'Compare selected versions' button is active, but useless, on history page with one revision - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11221 minor; lowest; MediaWiki: History/Diffs; (brion) [00:37:34] exobuzz, check http://en.wikipedia.org/wiki/User:Voice_of_All/UsefulJS... not sure if that'll help but there's some good stuff in there [00:38:22] note the admin section... it can be adapted for other wikis [00:38:41] Sasoriza: thanks.. ive decided to restore from yesterdays backs and then put the good edits back . there were only 2 [00:43:43] Now if I can just make these title characters work... grrr. [00:47:57] Duesentrieb: what is the config option i need to restrict page moving ? [00:52:47] exobuzz, $wgGroupPermissions['user']['movepage'] = false; [00:52:59] thanks :) [00:54:04] btw.,. in phpmyadmin it gives some warnings when browsing mediawiki db. like for "revision" table: PRIMARY and INDEX keys should not both be set for column `rev_page` [00:54:06] (I think) [00:54:27] i guess this isnt important ? or perhaps when i backed up/restored i caused a problem ? [00:54:36] (i didnt use phpmyadmin for thebackup/restore) [00:54:50] exobuzz, I think phpMyAdmin is just being stupid. [00:54:54] ok [00:54:57] What are the keys on the table? [00:55:21] (rev_page,rev_id) should be primary, and you should also have a non-unique (rev_page,rev_timestamp). [00:55:24] That's to be expected. [00:55:35] If you have an index on (rev_page) alone, that's screwy and you should drop it. [00:56:07] ok.. no its fine then [00:57:48] Simetrical: http://www.exotica.org.uk/~buzz/grab.jpg [00:58:15] exobuzz, no, it's just being retarded. [00:58:22] ok :) thanks [01:01:48] im clean again! http://dev.exotica.org.uk/wiki/Special:Recentchanges :) [01:02:30] exotica? [01:02:34] erotic contents? [01:03:03] no :) [01:03:40] its not a naughty site ;-) [01:04:48] erotic.wikipedia.org [01:05:06] Encyclopedia Erotica! [01:05:08] :P [01:06:03] :) [01:07:37] Simetrical you have a minute? [01:07:46] If you have a question, feel free to ask. [01:08:03] http://bugzilla.wikimedia.org/show_bug.cgi?id=11181 [01:08:10] how doable is that? [01:09:19] I really would like that commited before http://meta.wikimedia.org/wiki/Bot_policy takes a serious discussion [01:12:03] Shiroi_Neko, as Roan says, it's really two requests. I don't know what the point of the second half is, honestly, since they're bots and so could just set it default themselves without software support. [01:12:21] (Actually, I thought *all* bot edits got marked bot. They're not?) [01:12:33] only on rc [01:12:36] not page histories [01:13:12] Nothing is marked bot on page histories. [01:13:23] yes [01:13:30] thats the problem [01:14:22] So what's the issue with "default"? [01:14:26] It's not possible, default or not. [01:15:50] the request is to make it posible :P [01:15:56] not for past edits [01:16:00] but for current ones [01:16:37] 03(mod) Mark bot edits in histories - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11181 summary; +comment (10Simetrical+wikibugs) [01:16:41] Shiroi_Neko, it's completely doable, but it will have to wait a few months for a schema change. [01:16:57] ah [01:17:08] Actually, I'll add the definitions for the schema change now, since 1.11 is branched. [01:17:16] Give me a few minutes, I want to merge it with another change I had made. [01:17:20] yay :) [01:17:32] *Shiroi_Neko hugs you [01:18:01] I'm profiling using xdebug and kcachegrind, and something called shows up all over. What is that? [01:18:09] Simetrical et al: thanks for your help. goodnight :) [01:18:18] davidmccabe, o_O? [01:18:21] Simetrical, So does brion move certain revisons over to the Branch? [01:18:26] Simetrical, as a function call? [01:18:27] TimLaqua, yes. [01:18:35] TimLaqua, and did you catch what I said earlier about doQuotes? [01:18:40] I didn't [01:18:42] bad idea? [01:18:48] Scroll up? [01:18:49] Simetrical: as a function call, taking 99% of the time. [01:18:52] wasn't on [01:18:59] I've got about 20 lines buffered. ;-) [01:19:53] davidmccabe, uh, that's probably bogus? [01:20:15] Simetrical: :-/ [01:20:34] says it's "called" from performAction. [01:21:01] [070906 20:25:46] TimLaqua, you know, Parser::doQuotes is marked private. [01:21:01] [070906 20:25:50] If you want to use it, mark it public. [01:21:01] [070906 20:27:30] TimLaqua, also, I think it's probably too heavy for what you want. You're doing a lot of worthless processing. [01:21:01] [070906 20:27:54] TimLaqua, removing every sequence of two or more quotes would be just as correct, I think. [01:21:22] thx [01:21:39] Simetrical, doQuotes isn't private. [01:21:50] Simetrical, or you mean someone wrote @private in the doxygen comment? [01:21:55] TimLaqua, it's commented private, from when we still used PHP 4 and couldn't really mark it private. [01:22:18] We can't just switch all those over to really private, because half the time someone's used them elsewhere. [01:22:32] Yeah, like in EditPage. ;-) [01:23:18] Simetrical, The reason I used doQuotes is because there is some funky stuff like where ''''foo'''' is translated to 'foo' [01:23:43] TimLaqua, oh, right. [01:23:46] Simetrical, but yeah, I could pry write alot more efficent regexes to simply toss the quotes in the right place [01:23:46] Forgot about that insanity. [01:23:49] it's crazy [01:24:05] # If there is an odd number of both bold and italics, it is likely [01:24:05] # that one of the bold ones was meant to be an apostrophe followed [01:24:05] # by italics. Which one we cannot know for certain, but it is more [01:24:05] # likely to be one that has a single-letter word before it. [01:24:05] I wrote 2 or 3 regex revisions and was like "omg, what is this thing doing?!?!" [01:24:07] *Simetrical cries [01:24:44] yeah, then I shrugged, check to make sure it wasn't private (but did indeed note the comment) and stole it. ;-) [01:25:00] *Simetrical suggests you just mark it public, then [01:25:17] I agree that it's silly. I mean, I fully parse all quotes then rip out the html. [01:25:28] good call. [01:25:49] It's because we don't have a grammar specification. [01:26:05] do we have any specifications? [01:26:18] No. [01:26:31] I usually wing it and let people correct me when I do silly things. (like make calls to private methods. ) [01:26:35] 03(NEW) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 15enhancement; normal; MediaWiki: User interface; (wikipedia.kawaii.neko) [01:26:49] Simetrical I have done as you asked [01:27:03] Shiroi_Neko, oh, that's you? [01:27:07] yea [01:27:07] *Simetrical stabs name-changers [01:27:13] Simetrical, protected is only accessable to child classes, right? [01:27:21] Shiroi_Neko = White_Cat [01:27:24] yeah, people who change their nick all the time are a pain in the arse [01:27:36] TimLaqua, yes. [01:27:36] my nick is the same [01:27:40] merely translated :P [01:27:43] *Simetrical stabs flyingparchment [01:27:54] arent you all JP-N ? [01:28:05] *Simetrical even knew "neko" meant "cat" [01:28:06] *VoiceOfAll beats flyingparchment [01:28:10] 03(mod) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 (10cbrown1023) [01:28:12] 03(mod) Mark bot edits in histories - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11181 (10cbrown1023) [01:28:14] :D [01:28:30] *Simetrical scrapes flyingparchment clean and uses her to write an essay for his nonexistent-this-term humanities class [01:28:40] *Simetrical thinks it would be cool to hand in an essay on parchment [01:28:52] *VoiceOfAll finishes watching the 05 GOP debate on youtube [01:29:20] *sept 5 [01:29:38] VoiceOfAll hmm you were that bored? [01:29:48] no, Ron Paul always makes it fun [01:29:53] ah [01:30:04] still you had nothing better to do [01:30:30] 03tlaqua * r25601 10/trunk/phase3/includes/Parser.php: (m) Marking Parser::doQuotes() as public as it needs to be available to EditPage::pseudoParseSectionAnchor [01:31:48] Simetrical is bot name a variable? [01:31:59] like how "sysop" is a variable value [01:32:06] it can be called admin [01:32:10] Shiroi_Neko, neither one of those is a variable. [01:32:16] A variable is a programming construct. [01:32:23] Simetrical yes [01:32:27] *VoiceOfAll saw that one coming [01:32:31] "Sysop", in a program, would be a string. It could be contained in a variable, or a constant. [01:32:36] Oh, wait, you mean can it be translated? [01:32:38] Of course it can. [01:32:43] ah yes [01:33:29] so theoraticaly speaking that value could be posted as the text for that second bug I entered? [01:33:39] I wouldn't be surprised if there was a MediaWiki message already containing "bot". [01:33:46] In fact, I'm pretty sure there is. [01:34:38] group-bot-member [01:35:17] Pathoschild, we don't want to reuse messages like that. [01:35:32] http://commons.wikimedia.org/w/index.php?title=MediaWiki:Group-bot-member&action=edit [01:35:35] Causes problems for translation/customization. [01:35:45] true enough [01:35:58] group-bot-member fits, though, no? [01:36:05] I still find the translation thing to be mind-boggling. [01:36:33] If we're referring to a bot group member, no need to create several interface messages for the same thing? [01:36:44] Like, you make a new system message (extension or core) and then other friendly folks wander by and translate everything. [01:36:44] [[m:Bot policy|{{Mediawiki:Group-bot-member}}]] [01:36:49] should do the trick [01:37:10] Shiroi_Neko: Local policy is better. [01:37:17] yes [01:37:22] it could be voerwriten [01:37:29] but thats the default [01:37:37] *Simetrical frowns [01:37:44] better would be [[m:What is a bot?|{{Mediawiki:Group-bot-member}}]] [01:37:44] There's grouppage-bot which refers to the local page ({{ns:project}}:Bots) by default. [01:37:53] Should rev_bot be indexed somehow? [01:37:59] There's [[m:bot]]., [01:38:04] Hmm. [01:38:28] domas is now shooting people who add indices [01:38:34] lol [01:38:36] the idea is linking to meta by default if not overwridden [01:38:51] if local wiki has a policy that should be linked [01:38:58] flyingparchment, I thought he was just reverting them snarkily and adding a redundant condition. [01:39:02] local policy should also have a see also link to the meta one [01:39:22] (to use the existing index) [01:39:29] Hmmm. [01:39:38] Simetrical well [01:39:43] you know the bot has a bot flag [01:39:47] you could use that [01:39:53] rather than an index value [01:40:04] if bot looses a flag tho that might be problematic [01:40:07] Shiroi_Neko, you have no idea what an index is. You might not want to try to comment. [01:40:11] *TimLaqua gets all confused [01:40:20] Simetrical I actualy do know what an index is [01:40:21] Anyway, I'll figure the main use is "hide bot edits", so it's probably not worth it. [01:40:36] Simetrical, isn't rev_bot boolean? [01:40:40] Shiroi_Neko, possibly. [01:40:43] TimLaqua, yes. [01:40:44] or... won't it be? [01:40:45] there's no such thing as a boolean in mysql [01:40:53] flyingparchment right [01:40:55] flyingparchment, there's BIT(1) in MySQL 5, isn't there? [01:41:02] everyhting is a char [01:41:06] . . . [01:41:08] Shiroi_Neko: no it's not [01:41:10] Simetrical: I laughed so hard when Wallace mentioned that Ron wanted to remove the "CIA, IRS, FR, DHS, Medicare" [01:41:14] *TimLaqua continues to call things boolean. [01:41:19] Simetrical: i thought that was just an alias for tinyint(1). or did it change to a real type? [01:41:33] you can use char(0) of course [01:41:34] flyingparchment well [01:41:40] flyingparchment, I don't know. domas once mentioned that CHAR(0) NULL is best for booleans. :D [01:41:43] Inded. [01:41:45] Indeed. [01:41:54] Should I, or should I use TINYINT like we do elsewhere? [01:42:04] i think he was joking. :) [01:42:12] It's probably very efficient, though. [01:42:15] *Shiroi_Neko was also joking [01:42:28] Only one bit in the index, no kidding. Although it's rounded up to the nearest byte, probably. [01:42:30] Per row. [01:42:37] Actually, hmm. [01:42:38] no, it's a bitfield [01:42:45] Yes, a bitfield per row, isn't it? [01:42:46] one bit per column [01:42:58] I mean, in the data. Actually it can't be in the index, can it? [01:43:02] . . . I have no idea. [01:43:08] *Simetrical needs to learn how btrees work [01:43:14] it can, you can index nulls [01:43:26] although i'm not sure how they're stored [01:43:49] with a btree you'd probably have one page storing all the null values [01:44:37] Shiroi_Neko, as for doing a join and checking whether the author is a bot, that can't ever use indexes. Cross-table indexes don't work. [01:44:40] *jeremyb wonders who flyingparchment is [01:44:57] jeremyb: your worst nightmare [01:45:06] flyingparchment: papercut? [01:45:15] I see [01:45:23] *Sasoriza needs to learn all this stuff [01:45:42] 'Kate', right? [01:46:12] Simetrical how frendly is the code on history pages? For modifications that is [01:46:30] Shiroi_Neko, buggered if I know. [01:46:51] TimLaqua, there's an extensive list of her previous names on [[mw:Developers]]. At least her IRC nicks. [01:46:57] Probably not exhaustive, though. [01:46:59] if the first bug is commited, second one would basicaly be an if(foo == 'b') {foo!} [01:47:07] Kate's the only one I ever remember [01:47:12] Here's a simple ? I'm sure: I want to remove edits from a page history. In the database, which table do I go to? [01:48:15] Sasoriza, revision. But beware referential integrity. [01:48:23] thx [01:48:30] I want that on a shirt. [01:48:38] "Beware of referential Integrity" [01:48:43] XD [01:48:55] Simetrical: I love how Mike and Paul went at it too [01:48:59] ah, such fun [01:49:11] Shiroi_Neko: not boring at all really [01:49:19] VoiceOfAll, surely the 2007 Republican debates are on YouTube also. [01:49:53] sept 5, 2007, yes, that's what I'm talking about [01:50:30] [070906 21:28:35] * VoiceOfAll finishes watching the 05 GOP debate on youtube <-- I didn't see the correction. [01:50:40] Simetrical, so we cool on the doQuotes usage? not gonna shank me when I turn around or anything? ;-) [01:52:25] 03simetrical * r25602 10/trunk/phase3/ (3 files in 2 dirs): Reinstate 25267 now that 1.11 is branched, and add the relatively long-requested rev_bot (with no index) while I'm at it. By the way, the current index-updating format in updaters.inc makes baby Jesus cry. [01:52:34] (but I don't care, because I'm Jewish!) [01:52:35] :P [01:52:55] I was wondering why you said 'jesus' :) [01:53:11] TimLaqua, if you change it to public function doQuotes it's reasonable enough, except that it might be too slow. Try benchmarking it. [01:53:45] VoiceOfAll, I was influenced by a comment in Cite.php that I saw in my formative months as a MediaWiki hacker: "XXX: Crappy cut-and-paste makes baby Jesus cry". [01:53:50] Also, it's a cool phrase. [01:53:55] Making baby Jesus cry. [01:54:07] Ron Paul is cooler [01:54:12] *VoiceOfAll ducks [01:55:05] do they show the republican debates on comedy central? [01:55:11] prolly [01:55:41] flyingparchment, they show the most entertaining parts. [01:55:46] 03simetrical * r25603 10/trunk/phase3/includes/Parser.php: Use "public function", not the old "@public" nonsense. [01:55:50] On things like The Daily Show. [01:55:50] If they don't yet... give 'em time [01:56:35] flyingparchment: I love the 'do you believe on god'/'in evolution' stuff, plus Ron Paul is always funny for some reason [01:56:48] I've heard it's way more entertaining this time around, because they allow in total nutjobs and not just semi-serious candidates. [01:57:24] http://www.youtube.com/watch?v=vxZ_sHmop9k @8.55 [01:57:33] Oh, I forgot to test my commit. [01:57:35] *Simetrical does so [01:58:56] Now, why doesn't someone write a script that will take each slave out of rotation one by one, run arbitrary SQL queries, restore them to rotation, and switch the master so that it's one line of code to do schema changes? [01:59:14] i don't know, why don't you? [01:59:32] Because I'm not a sysadmin and don't know how any of the servers are set up. [01:59:45] a poor excuse [02:00:04] I don't have a good working knowledge of how MySQL replication works, either. [02:00:16] red Teh binlogs [02:00:28] who here uses firefox on mac a lot? [02:00:39] Does anybody in the world use Firefox on Mac a lot? [02:00:45] i do [02:00:50] I thought normal people used Camino. [02:00:57] hah [02:00:58] Because FF2 doesn't integrate into the desktop properly. [02:01:05] this prolly crashes camino too [02:01:05] (which is a priority-one fix for FF3) [02:01:10] *jeremyb prefers fx [02:01:22] but barely tried camino [02:01:49] . . . [02:01:52] who uses gecko with widget:mac widgets on mac? [02:01:54] Oh, right, I forgot svn add. [02:01:56] Hahahaha. [02:02:14] THAT MIGHT NOT WORK, THEN. [02:02:56] *Simetrical notices that anybody using our update script to update from, say, 1.10 to 1.11 probably has to rebuild half the tables about five times each [02:14:25] Is it normal for PHP to have 8 MB allocated by the time performAction is called? [02:14:37] starting from 2 MB when PHP first starts up. [02:14:44] davidmccabe, sounds reasonable. [02:14:52] 20 MB is the recommended maximum for MediaWiki. [02:15:58] ok. [02:16:23] Is it likely that I could be experiencing lousy performance due to PHP allocating memory inefficiently due to misconfiguration? [02:16:59] Doesn't sound likely. [02:17:13] Simetrical: I thought that maybe was some kind of allocator or garbage collector. [02:17:24] davidmccabe, could be. [02:17:28] What's your memory limit? [02:17:48] 8 MB. [02:18:41] I should change that to 20? [02:19:10] That's a good idea. [02:19:20] 03simetrical * r25604 10/trunk/phase3/maintenance/archives/ (patch-rev_bot.sql patch-revision-user-page-index.sql): svn add might in some cases be helpful when committing files that did not previously exist. [02:22:20] hm, doesn't seem to have helped. [02:33:05] 03(mod) Mark bot edits in histories - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11181 +comment (10Simetrical+wikibugs) [02:33:07] 03(mod) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 (10Simetrical+wikibugs) [02:35:17] 03(WONTFIX) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 +comment (10Simetrical+wikibugs) [02:37:10] 03(mod) Articles with Extended character titles cannot edit a section only - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11207 (10tomchiukc) [02:41:36] 03(mod) Articles with Extended character titles cannot edit a section only - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11207 +comment (10cbrown1023) [03:01:45] hey folks, does anyone have familiarity with PEAR SOAP? [03:03:19] Try #pear or #soap? [03:03:24] #pear [03:03:28] oops hah [03:03:29] #cleansing_products [03:03:55] an extension is telling me i have to do the following to install it: 1. Install "Snoopy". Download and extract it to some directory. 2. Install PEAR SOAP. For instance, execute this command in the php directory: pear install channel://pear.php.net/soap-0.10.1 [03:04:14] so yeah i dont know what kind of command prompt it's refering to [03:04:19] Shell. [03:04:25] oh good lord not again [03:04:36] You can't install PEAR packages without root access. [03:04:56] how would i acquire root access [03:05:02] What server are you using? [03:05:04] do i need to contact my host [03:05:05] dreamhost [03:06:49] You aren't getting root access on a shared server. [03:07:09] hmm [03:07:10] If you're really lucky they'll install the package for you, but don't hold your breath. [03:07:18] shittybuzz [03:07:29] Generally they aren't interested in reconfiguring a server with 500 sites based on one person's request. [03:07:39] But you could try. [03:07:41] it's beginning to prove nearly impossible to find an api extension [03:07:58] that i can actually get working [04:02:46] 03tstarling * r25605 10/trunk/extensions/OggHandler/OggPlayer.js: [04:02:46] You might find email to be more efficient for sending private messages -- that [04:02:46] way only the recipient downloads it, instead of the recipient plus 100 million [04:02:46] Wikipedia readers. Or indeed, a commit notice. With a large file in the data [04:02:46] parameter in Mozilla, the browser downloads the entire file before it starts [04:02:47] playing. The referenced document may describe streaming, but the same technique [04:02:49] is also necessary for cross-browser progressive download. [04:03:28] bitchy [04:03:29] ;-) [04:09:31] hello [04:31:53] i'm having problems with mediawiki (newest off of the site). i got o click on anything and it automaticly logs me back out. [04:31:56] i just set it up [04:32:11] have you read the FAQ? [04:33:01] yes but not for this specific issue. I had set this up a few weeks ago as well with no issues like this [04:33:40] yeah, but there's an FAQ entry on not staying logged in, AFAIK [04:34:14] doing a quick search through the faq for "login" doesn't turn that up [04:34:40] !faq [04:34:40] Before reporting a problem or requesting assistance, please check the FAQ first. The FAQ for MediaWiki can be found at http://www.mediawiki.org/wiki/Manual:FAQ [04:34:47] *NotAMused looks [04:35:23] hum actually that wiki that works is from a different source. probably should just copy it over [04:35:35] TheCougar: http://www.mediawiki.org/wiki/Manual:FAQ#...do_I_get_logged_out_constantly.3F [04:36:15] ah thank you. [04:36:42] if i copied the other wiki over top of this one and just kept the same localsettings.php everything should work right? [04:36:54] same versions. just different settings [04:37:26] erm, so long as you kept any EXTRA files, yes - since that's how we do upgrades. [04:38:52] ok making a backup then moving my other one over to where this one currently is. and just keeping the basic stuff in the local file [04:42:30] NotAMused: the actually wiki articles are stored in mysql and the users right? [04:42:45] yes. [04:44:25] lastly. I have been copy a lot of text off of my site to the wiki and when I do that instead of taking things that are on different lines and keeping them that way. it kinda groups it all together. is there a way to fix that? [04:44:42] it is like it doesn't register enter as a line break [04:45:55]
 text with linebreaks 
[04:46:16] sweet thanks [04:49:22] is better (it has word-wrap, and no extra formatting), but you need to install the Poem extension. [06:01:43] 03david * r25606 10/branches/liquidthreads/extensions/LqtBaseView.php: some optimization of showThreadFooter [06:02:20] Hi, sour1 [06:02:32] sour1 [06:12:11] 03david * r25607 10/branches/liquidthreads/ (27 files in 10 dirs): (log message trimmed) [06:12:11] Merged revisions 25530-25606 via svnmerge from [06:12:11] svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 [06:12:11] ........ [06:12:11] r25538 | simetrical | 2007-09-05 06:43:19 -0700 (Wed, 05 Sep 2007) | 1 line [06:12:12] Add comment for r25525 so future devs don't think their predecessors have been smoking something. [06:12:16] ........ [06:19:02] <_wooz> lo [06:53:27] Hi, I'd like to upload files/images with only 2 characters in the filename. But this isn't allowed, minimum is 3 characters, where can I change this value? [06:54:57] probably LocalSettings.php - look for the value to change in DefaultSettings.php [06:55:44] couldn't find it [06:56:23] *NotAMused looks [06:56:56] =) [06:57:46] what's the filename? [06:59:20] for instance "As.png" [06:59:28] 03siebrand * r25608 10/trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.nl.php: Fix encoding issue in messages in SelectCategory.i18n.nl.php [06:59:31] does that give the error? [06:59:41] yes it does [06:59:51] what error? [07:00:07] if i rename it to "As_.png" I can upload it [07:00:23] what error do you get? [07:00:38] Too few characters, minimum is 3 [07:01:10] or do you need a quote of the error? hold on [07:01:16] yes, quote. [07:02:29] k, 1 sec [07:02:48] 03nikerabbit * r25610 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): * New extensions thanks to Siebrand [07:04:10] NotAMused: I only got it in swedish, will that do? "Bildfilens namn måste vara minst tre bokstäver långt" [07:04:41] add ?uselang=en to your url [07:04:51] ok [07:10:09] The upload form was in english, but still the error message is in swedish =( [07:10:31] 03nikerabbit * r25611 10/trunk/extensions/UserMerge/UserMerge.i18n.php: * Fix syntax error and space/tab mess [07:10:58] ah [07:11:01] ne moment [07:11:21] what's the code for swedish? [07:11:55] sv [07:12:06] Simetrical|away: SmoothGallery.i18n.php is not UTF encoded. Is that correct? [07:12:55] Svedish [07:13:58] svenska [07:13:59] does this mean the same? [07:14:01] 'Filens namn måste innehålla minst ett tecken.', [07:14:06] yes it does [07:15:00] well, basically the name before the extension has to be at least 1 character [07:15:05] that's the only reason that message is shown [07:17:08] NotAMused: I need a little help from a native English speaker. Is this sentence correct/understandable: "The file name starts with "$1". This seems to be a typical file name given by a digital camera und is therefore non-descriptive. Please choose a more descriptive file name for your file." [07:17:27] Raymond_afk: apart from 'und' :) it's correct [07:17:34] Raymond_: but i might work it differently to read nicer [07:17:54] flyingparchment: *grr* und -> and :) [07:18:35] Raymond_: The name of the file you are uploading begins with "$1", which is a non-descriptive name typically assigned automatically by digital cameras. Please choose a more descriptive name for your file." [07:19:16] flyingparchment: great, thanks a lot :) [07:25:10] the heck? [07:27:52] NotAMused: I found the error message in MessagesSv.php, and the variable is called 'minlength', does that help you? [07:28:32] I already found that [07:28:47] k [07:28:56] and I told you, the ONLY reason it would EVER give that error message is when the filename, not including the extension, is less than one character [07:29:08] list( $partname, $ext ) = $this->splitExtensions( $filtered ); [07:29:13] if( strlen( $partname ) < 1 ) { [07:34:35] 03(mod) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 (10wikipedia.kawaii.neko) [07:35:32] ok, sorry, I didn't get that. But when the filenames is exactly 2 characters then? [07:40:45] ug [07:40:56] hi. my recentchanges arent saved anymore in the db table. Since i had some trouble with broken objectcache table after upgrading mysql to 5.1 [07:41:22] what can i do about that pls? mediawiki is 1.8.4. [07:42:08] And: Is it fine to empty the objectcache table at any time? [07:42:29] cause i did that a few days ago and today again. [07:42:29] yes, it's called cache after all [07:43:17] ok. No possible inconsistency? Not sure how that cache works... it holds page text? [07:47:03] *Shiroi_Neko looks for a dev to bang head on [07:47:48] *Shiroi_Neko eyes VoiceOfAll [07:48:28] VoiceOfAll you around [07:48:36] flo__: it is fine to empty objectcache [07:48:45] flo__: though I've heard about people having problems with 1.8.4 [07:48:48] after upgrade they disappeared.. [07:50:22] 03siebrand * r25612 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Adding support for translating 6 more extensions to Translate [07:53:59] thx domas. I'll reflect about upgrading. possibly 1.9 is stable on gentoo!? [07:54:12] feel free to use 1.10 [07:54:21] and I don't care about gentoo packages :) [07:54:38] eh, sorry ports. [07:59:18] ports? [07:59:46] 1.8.4 is latest stable krhmhnh [08:00:22] flo__: really, use ~arch version or install it manually [08:14:12] 03siebrand * r25613 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Adding support for translating 5 more extensions to Translate [08:18:41] 03siebrand * r25614 10/trunk/extensions/Translate/Translate.php: Fix copy/paste error in Translate.php [08:22:43] 03(NEW) Bug in a java script : keyword or instructions does not work anymore - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11223 15enhancement; normal; Wikimedia: wikibugs; (grimlockfr) [08:32:50] 03nikerabbit * r25615 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesFa.php): * Updates to (fa) [08:33:53] 03(NEW) References are not shown to Anons when they don' t have edit permissions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11224 normal; normal; MediaWiki extensions: Cite; (faruq) [08:34:48] 03emil * r25616 10/branches/wikia/: there will be a different structure here [08:35:14] 03emil * r25617 10/branches/wikia/: a new dir for Wikia [08:37:34] 03proes * r25618 10/trunk/extensions/Wikidata/OmegaWiki/ (4 files): Property caption and Value caption are now configurable for PropertyToColumnFilters. Please read comments at class PropertyToColumnFilter on how to use it. [08:37:37] 03emil * r25619 10/branches/wikia/google-analytics/ (. squid-ga.patch): an initial version of squid patch to make Google Analytics not break squid caching [08:40:23] need some help reagarding creative commons [08:42:23] pleasy continue [08:42:52] 03raymond * r25620 10/trunk/phase3/ (6 files in 4 dirs): [08:42:52] * Add a warning for non-descriptive filenames at Special:Upload [08:42:52] * Some tweaks to RELEASE-NOTES [08:42:55] can we upload images with (CC-Attribution-NonCommercial-ShareAlike 2.0 ) tag? [08:43:26] challiyan1: no, NonCommercial is not allowed in most projects [08:43:42] challiyan1: if you ask for Wikimedia projects [08:44:02] Hey can anyone tell me how to link images to a page instead of just another image please? [08:44:41] loxs: use the ImageMap extension [08:44:48] I am asking for wikipedia [08:45:07] ah ok thank Raymond [08:45:14] challiyan1: which language? [08:45:21] like uploading images from flickr.com [08:45:31] ml.wiki [08:45:34] malayalam [08:46:29] challiyan1: I do not know the ml.wp policies but I strictly assume it's forbidden. NonCommercial is not a free licence [08:47:31] but wiki is a non commercial org right? [08:48:10] wikipedia's content is meant to be reusable by commercial purposes, that's why it uses gfdl [08:48:14] and what about other cc licences [08:48:32] but the correct place for this question is #wikipedia [08:48:50] "CC-Attribution-NonCommercial-ShareAlike 2.0" means that it is _forbidden_ to use this image in a commercial way [08:50:17] yes, but wikipedia is a non-commercial organization right? [08:50:31] *VoiceOfAll tries out liquidthreads [08:50:34] yes, but that's irrelevant [08:50:48] even though wikipedia itself could use such images, it doesn't, because people reusing wikipedia's contents couldn't [08:51:15] okay! [08:52:10] that can happen even with cc licences [08:52:34] 03wegge * r25621 10/trunk/phase3/languages/messages/MessagesDa.php: Updated da translations [08:52:43] that they may not give poper attributions [08:54:36] thanks raymond [08:58:15] hmmm [08:58:29] how did they make the images link to pages on the mediawiki home page? [08:58:44] I tried looking at there templates but i dont actually see anything worth while in there [09:01:43] loxs: where? [09:01:49] URL? [09:06:00] Wegge: relnotes? [09:09:17] Whut? [09:09:28] we got branched, if you didn't notice [09:09:36] so release notes are empty again [09:09:40] Ahh [09:10:24] I will add Danish with my next commit [09:10:31] in 2 minutes [09:10:37] Do we normally add translations? [09:10:38] http://www.mediawiki.org/wiki/MediaWiki [09:10:41] there Raymond [09:10:51] you see the 3 boxes User Sysadmin and Developers [09:10:54] they have the little images [09:10:59] and they link to a page [09:15:00] loxs: http://www.mediawiki.org/wiki/Template:Click [09:16:09] ah Excellent [09:16:12] thanks very much [09:20:20] 03raymond * r25622 10/trunk/phase3/ (4 files in 2 dirs): [09:20:20] * (bug 10367) Update Kazakh translations [09:20:20] Patch by AlefZet [09:21:12] 03(FIXED) Kazakh message updates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10367 +comment (10raimond.spekking) [09:23:22] 03raymond * r25623 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesFr.php): [09:23:22] * (bug 11170) Update French translations [09:23:22] Patch by Bertrand GRONDIN [09:23:36] 03(FIXED) add new french translation in /languages/messages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11170 +comment (10raimond.spekking) [09:46:50] 03(mod) Use proper decimal and thousands separators - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10869 +comment (10raimond.spekking) [09:48:22] 03raymond * r25624 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php: * Update German [10:04:17] Hi room [10:04:51] anybody Czech people here pls? (i have wuestions and i have bad english :-( ) [10:09:50] oki, i try in english - i have 2 pc - on my first pc i have mediawiki with few my new pages - i try copy folder /mediwiki and databaze to my second pc - but i see only half - i dont see all in right menu and under menu - other i see - i see my new page, i see my signature - this copy ok, bud i dont see - first site (empty), i dont see portal (empty), i dont see sponzoring (empty) - where can i find this pages? [10:10:26] Raymond_: uh? [10:10:42] Nikerabbit: hm? [10:11:03] two different things in 10869? [10:11:48] Nikerabbit: what do you mean with "two different things"? [10:12:42] percentages in searchscore and some unknown change to search-result-size? [10:12:51] 03(NEW) $wgBlockAllowsUTEdit = true on Danish Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11225 trivial; normal; Wikimedia: Site requests; (morten) [10:13:01] oh, formatSize [10:13:22] never mind [10:13:30] ok [10:15:43] anybody know answer on my problem pls? or i must write on forum or other? [10:25:55] 03aaron * r25625 10/trunk/extensions/FlaggedRevs/ (6 files in 2 dirs): [10:25:55] *Remove unused images/css [10:25:55] *Streamline duplicated css code [10:25:55] *Add toggle to simple UI [10:25:55] *Remove unused variable cruft [10:29:30] Nikerabbit: ! [10:35:02] 14(DUP) Error in NUMBEROFARTICLES - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11220 +comment (10roan.kattouw) [10:35:06] 03(mod) Special:Statistics gives impossibly large/ small counts due to underflow - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4650 +comment (10roan.kattouw) [10:35:30] 03proes * r25626 10/trunk/extensions/Wikidata/OmegaWiki/ (9 files): Merged Relations with Annotation. "Possibly synonymous section" does not work anymore but can be replaced by a properly configured PropertyToColumnFilter. Code clean up to fully remove "Possibly synonymous" is pending. [10:36:58] 03(mod) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 +comment (10roan.kattouw) [10:45:15] 03(mod) $wgServerName incorrectly set - order of tests wrong. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8866 (10marti) [10:50:01] dungodung: what [10:50:18] Nikerabbit: what happened to gangleri [10:50:22] 03(mod) For admins, a "Move Page" check-box to avoid leaving a redirect - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1062 +comment (10mike_wikipedia) [10:51:45] dungodung: ask him, I'm not sure [10:52:51] Nikerabbit: well, he's never online [10:53:29] and I thought you might know. oh well... [10:54:20] he answered to betawiki some time ago [10:54:27] 03jvelezv * r25627 10/branches/ApiEdit_Vodafone/includes/ (SpecialUserlogin.php api/ApiRegUser.php): No change on functionality. Changes to make easier merge. [10:56:45] yes, I saw that [10:57:00] but he only said that he's not been active over the past year. nothing more [10:59:59] ask him then :D [11:01:14] how?! :) [11:01:58] 03aaron * r25628 10/trunk/phase3/includes/Title.php: *Should include usertalk NS too [11:03:25] dungodung: in bw for example? [11:03:28] send him mail? [11:03:37] I'll see [11:03:45] 03(mod) Bug in a java script : keyword or instructions does not work anymore - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11223 +comment (10huji.huji) [11:14:40] 14(WFM) References are not shown to Anons when they don' t have edit permissions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11224 +comment (10huji.huji) [11:15:30] 03catrope * r25629 10/branches/apiedit/phase3/ (30 files in 9 dirs): apiedit: Merging r25590 and beyond from trunk [11:22:39] 03raymond * r25630 10/trunk/extensions/SiteMatrix/ (SiteMatrix.php SiteMatrix_body.php): [11:22:39] * Fix stupid syntax error [11:22:39] * Tweak extension credits (question: who was the author?) [11:25:04] hm... Article::Delete checks User::isAllowed("delete"), not Title::userCan("delete") [11:25:15] why? would it be ok to change that? [11:25:29] Absolutely no idea [11:25:39] good to know. [11:25:51] Similarly, protection checks for isAllowed('protect') too [11:26:33] Duesentrieb: context? [11:27:14] 03midom * r25631 10/trunk/extensions/BotQuery/query.php: at large categories optimizer believes cl_timestamp is more efficient. why do we have that index at all - it is used just by wikinews... [11:27:46] Nikerabbit: extensions like Lockdown use the userCan hook to provide per-namespace or per-page control over permissions. it works for view, edit, move, etc, but not for delete. [11:28:23] Nikerabbit: so, the question is, wouldn't it *always* be the Right Thing to check userCan, not isAllowed, for actions that apply to a page? [11:28:39] I think it would be [11:28:47] me too [11:28:50] isAllowed is for stuff like blocking [11:28:56] yes [11:29:10] or changing user rights. stuff that doesn't apply to pages. [11:29:23] when would isAllowed return something different than userCan? (in that context)? [11:30:11] isAllowed just returns rights, not? [11:30:12] TimLaqua: userCan performs additional checks (namespace protection, restrictions imposed by extensions, etc) [11:30:29] Nikerabbit: isAllowed checks for a right. it's basoically in_array(getRights) [11:30:33] and userCan returns if action can be performed on the title? [11:30:37] userCan is more flexible [11:30:42] Nikerabbit: yes [11:30:48] and performs additional checks [11:31:01] sounds like a pretty good change to me. [11:31:04] so indeed it is better if it works, unless it's too slow [11:31:09] so, currently "delete" is handeled as a global permission, instead of a per page right [11:31:23] btw, title.php contais mixed tab/space indendation, grr [11:31:28] is there lindent for php? [11:31:44] Dunno [11:31:46] Should be [11:31:52] Nikerabbit: userCan has two modes: fast and accurate. dast can be used to check e.g. if the delete tab should be shown. accurate should be used before performing the actual action. [11:32:03] the slow version checks cascading protection, for instance [11:32:27] if the check that is performed before actual deletion is slow doesn't matter imho. [11:32:52] Duesentrieb, good point - general users can't delete anyway. [11:33:01] right [11:34:14] 03aaron * r25632 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php flaggedrevs.css): [11:34:14] *Remove query cruft and extra cond [11:34:14] *Pad simple icon box [11:34:17] hm... 1.11 R1 has been forked, right? so the trunk can now be freely messed with? [11:34:50] feel free Duesentrieb *hides* ;-) [11:38:05] *chat-de-plafond waves [11:38:08] Duesentrieb: not freely [11:38:18] but big changes can be done as long as it works every time [11:38:20] my sister's gone off to her room with a cucumber and asked not to be disturbed. [11:38:25] girls and their face masks. [11:38:42] maybe this is the wrong place to ask, but I try anyway. My eggdrop can't load the RSS's from my wiki. When starting up the bot I get this error message "Unable to find base64 package required for http authentication, unloaded feed" But my other RSS is working fine with the eggdrop, what to do? [11:38:55] candidates for userCan-ification: delete, move, protect, create; possibly also: minoredit, patrol, autopatrol, rollback, deletedhistory; the edit right should be looked into once more... [11:39:25] Quakeile: find out why it thinks it needs http authentification [11:39:44] Quakeile: try a wget -O /dev/null -S [11:40:06] Quakeile: alternatively, just install the base64 package it asks for :) [11:40:22] Duesentrieb: what does that actually leave for isAllowed()? Block... [11:42:04] RoanKattouw: block, createaccount, upload/reupload/upload-from-url and special stuff like bot, proxyunbannable, ipblock-exempt, autoconfirmed, etc [11:42:14] Right [11:42:23] Oh and userrights [11:42:46] unwatchedpages, siteadmin, userrights... [11:42:58] oversight, etc [11:43:02] Enough to keep isAllowed() around anyway [11:43:08] sure. [11:45:49] Hi there. [11:46:01] Is it possible to create new groups in mediawiki? [11:46:06] I can't seem to find it in the docs :S [11:46:17] Mazzer yes [11:46:25] But I don't know exactly how [11:47:35] www.mediawiki.org/wiki/Manual:$wgGroupPermissions may contain some info [11:48:06] http://www.mediawiki.org/wiki/Help:User_rights#Managing_groups is even better [11:53:13] Thanks :) [11:53:26] Although i already visited that page. [11:53:58] I'm afraid it mentions nothing of creating new groups. [11:54:09] There is no groups table either in the database. [11:54:19] Just a user_groups table that has a username and their group. [11:54:24] I know [11:54:30] But it has this 'ninja' example [11:55:11] You can just do $wgGroupPermissions['mygroup']['edit'] = true; [11:55:17] And you'll have a new group called mygroup [11:55:19] That can edit pages [11:55:30] A full list of rights is provided in the second link [11:55:31] Agh I'm an idiot. [11:55:32] Sorry. [11:55:35] I missed that part. [11:55:36] np [11:55:37] Thanks! [12:03:10] Duesentrieb: thanks! But how can I find out why it thinks it needs auth, and what does the wget thingie do? And coulnd't find any base64 package in Ubuntu's Synaptic [12:03:34] I have a question: is it possible to construct links on a mediawiki page that consist of: 'http://'.$_SERVER['HTTP_HOST.'/whatever.html'? [12:04:53] i see i forgot to close with '] [12:04:58] what's HTTP_HOST? [12:05:22] say you're running mediawiki localhost, then HTTP_HOST should be 'localhost' [12:05:32] it takes the host from the request [12:05:48] so if you try to get http://localhost/wiki, then HTTP_HOST will be 'localhost' [12:06:17] if I'm not mistaken :) [12:07:25] yep I'm right [12:08:52] well [12:09:38] use $wgServerName ? [12:10:25] or if you mean in wikitext, {{SERVER}} [12:13:26] but Nikerabbit, is $wgServerName not the one you have put in your config? [12:13:26] i try put here my questions again - nobody answer me :-( - i have 2 pc - on my first pc i have mediawiki with few my new pages - i try copy folder /mediwiki and databaze to my second pc - but i see only half - i dont see all in right menu and under menu - other i see - i see my new page, i see my signature - this copy ok, bud i dont see - first site (empty), i dont see portal (empty), i dont see sponzoring (empty) - where can i find this pages? [12:14:16] Desktom: you can override it, but I see no reason to [12:14:31] Desktom: but isn't {{SERVER}} what you want? [12:14:33] Nikerabbit... it works :) [12:14:43] {{SERVER}} is what I want indeed! [12:14:44] 03catrope * r25633 10/branches/apiedit/phase3/ (5 files in 3 dirs): apiedit: Adding ApiUnblock module [12:15:47] oops... no it's not... because it always returns 'http://localhost' [12:16:18] always? [12:16:31] yep [12:16:45] if you create the page when accessing from localhost, maybe [12:16:56] Hi all [12:17:00] Desktom: then you need to set $wgServer and $wgServerName manually [12:17:11] Desktom: i.e. the automatic detection doesn't work for you for some reason [12:17:27] Duesentrieb: I'll look into it [12:19:22] Duesentrieb: it works [12:19:40] but {{SERVER}} may break because of caching [12:20:35] 03(mod) Introduce Special:Suffixindex - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10808 (10eep) [12:22:17] connection lost... I'm back :) [12:25:20] hmmmzzz? [12:26:45] uga [12:26:58] {{SERVER}} is the same as $wgServer? [12:27:11] Desktom_: you can either hardcode wgServerName or create a template [12:28:35] well.. I'm looking into the PHP... and if everything goes well, $wgServerName should contain the value I'm looking for [12:31:51] what I am wondering is what variable is returned when invoking {{SERVER}} [12:31:57] $wgServer [12:32:04] which is just $wgServer = $wgProto.'://' . $wgServerName; [12:32:35] hmmmzzz [12:34:06] if I dive into DefaultSettings.php and echo the $wgServerName there when it's done through the if-statements, it really has the right value [12:35:56] so: $wgServerName is host.domain.example and {{SERVER}} tells me http://localhost... [12:36:04] Desktom_: on preview? [12:36:18] Duesentrieb: by the way, downloading tarballs, as well as the rest of the features of tonight, going live in 10-15 minutes [12:36:22] just gotta get zip files going. [12:37:48] Nikerabbit: problem solved [12:38:24] Nikerabbit: problem was first I connected with http://localhost then I connected with http://host.domain.example [12:38:48] Nikerabbit: when i did a hard refresh of the tab with http://host.domain.example, it contained the right value [12:38:59] Nikerabbit: so: {{SERVER}} works [12:39:15] -_- [12:39:21] *Desktom_ feels a bit stupid * [12:41:25] just like I said about caching [12:41:29] but have to go now --> [12:41:33] thanks! [12:42:36] Hmm what's the special: page to assign users to groups called? [12:43:12] Special:Userrights [12:44:47] ta [12:52:51] morrrrrrning [12:53:08] <^demon> morning brion [12:53:13] mornin' [12:54:27] brion-office, test.wikipedia.org looks mad. [12:54:33] mad? [12:54:49] errors earlier, now I basically timeout [12:55:05] It was throwing the WMF, try back later errors earlier [12:57:26] test.wikipedia.org error: http://mediawiki.pastey.net/73530 [12:58:30] this one is very helpful [12:59:04] domas = database guy, right? [12:59:24] oooooohhhhhh [12:59:27] no [12:59:30] I'm domas! [12:59:51] *domas closes eyes [12:59:55] I don't even know what you just said. ;-) [12:59:58] hi [13:00:14] i'm trying to install this and i'm at config/index.php and it doesn't have a button for me to continue on in the install. just has a list of stuff from checking environment [13:00:31] nevermind i find out in the list [13:01:30] TimLaqua: will look for segfaults soonish [13:02:27] how i can put wiki 1.4.x on readonly mode? [13:06:05] asmarin: $wgReadonly="aaa" [13:08:01] domas: doesnt run [13:08:11] :(((( [13:08:46] i think i need to block database instead code but i dont remember :-( [13:09:40] $wgReadonly="blahblah"; in LocalSettings.php should make it r/o [13:09:45] on the other hand, I don't care about 1.4 [13:10:26] [[uncyclopedia:nobody cares]] about pre-1.7 versions ;-) [13:10:35] TimLaqua: should be fixed [13:10:49] backend looks fine [13:10:59] brion-office: srv3 was in segfault loop [13:11:03] domas: log it please [13:11:14] you can log it too! :) [13:11:22] I fixed it like few seconds ago [13:11:25] assume i'm not here -- you're the one did something [13:11:29] logging usually takes five minutes [13:11:39] we need !log command in this channel :) [13:11:44] :) [13:12:08] i'm just tired hearing of outages that happened 8 hours ago and someone did something to fix them without a peep in the admin log [13:12:19] OMGOMG! [13:12:25] we have to log this channel! [13:12:39] or wikimedia-tech, more appropriately [13:12:51] argh, right [13:12:55] thought I'm on wm-t [13:13:44] that channel has too much noise going on [13:13:50] brion-office: i has a quick talk with Nikerabbit and RoanKattouw earlier about wether it would be a good idea to change more uses of User:isAllowed to Title::userCan [13:14:28] what's your take on this? i would like to use userCan fpr all page-related stuff (including delete, move, protect, etc), so namespace- or extension-based permissions work [13:14:46] i found page :-D [13:16:55] 03brion * r25634 10/trunk/extensions/OggHandler/OggPlayer.js: If we're going to be petty about comments, let's point to the comment which describes the issue and the reason for using the hack, instead of the misleading QuickTime documentation page. :) [13:18:41] Adriaan_, get any answers yet? [13:18:49] i'm still baffled! STILL! [13:19:08] No, I've just sent out some emails to random people. Toolserver room is empty. [13:20:15] Nevermind, I was in the wrong room [13:21:16] All, do you know where I can ask for help about licensing information on Wikipedias? [13:21:35] hojjat: in #wikipedia [13:21:47] hojjat: or #wikipedia-en, #wikipedia-de, etc [13:22:04] I need some people who are really good in GFDL [13:22:20] Preferably a way to contact the foundation members as well [13:22:49] hojjat: foundation -> #wikimedia [13:22:59] good, thanks [13:23:10] hojjat: for real legal discussion, use the mailing list(s) [13:24:14] do we have one specifically used for licensing issues? [13:25:15] don't know. discussions tend to take place where they come up i guess. it also depends on what kind/scope of discussion, etc [13:26:05] well, I'm going to ask how to apply GFDL for copy-and-pastes across wikipedias, and weather it is possible to apply a special section of GFDL to them [13:30:41] 03brion * r25635 10/trunk/phase3/ (5 files in 3 dirs): [13:30:41] Revert 25602 and 25604 schema changes for now. [13:30:41] Please don't commit schema changes to trunk until you've cleared them with me and Tim -- remember trunk is meant to be ready-to-run live at all times. [13:30:41] They force operational work before we can update the software again, and it's a big pain in the ass to deal with them unexpectedly. [13:35:00] 03brion * r25636 10/branches/REL1_11/phase3/includes/Title.php: Merge r25628 from trunk -- normalize user: and user_talk: ips the same way [13:36:48] brion_office: thanks, I was about to mention merging that one [13:37:18] \o/ [13:49:22] *TimLaqua_away slaps TimLaqua and starts getting carried away [13:49:29] testing 1.11 :-S [13:53:08] 03brion * r25637 10/trunk/phase3/ (5 files in 3 dirs): [13:53:08] Some naming cleanup of the filename prefix blacklist added in r25620: [13:53:08] * Dropped a redundant if(count()) around a foreach(). [13:53:08] * Renamed SpecialUpload::getFilenamePrefix() to getFilenamePrefixBlacklist(), since it returns a blacklist of filename prefixes, not the prefix of a filename. :) [13:53:08] * Renamed some local variables to match [13:53:11] * Renamed 'filename-prefix' message to 'filename-bad-prefix' and 'filename-prefix-list' to 'filename-prefix-blacklist' to clarify usage. [13:56:38] \o/ thanks brion :) [14:04:35] 03(NEW) Add 3 projects for Special:Import on English Wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11226 15enhancement; normal; Wikimedia: General/Unknown; (darklama) [14:05:56] http://en.wikipedia.org/w/index.php?title=Jarl_in_Sweden&diff=prev&oldid=156273562 [14:06:02] *VoiceOfAll *sighs* [14:06:38] VoiceOfAll: whoa...kinda, err, stupid bot...o_O [14:07:00] that's lame.. :( [14:07:07] yeah [14:07:41] I mean it does other stuff, but still... [14:08:12] no use capitalizing template names... o_O [14:09:46] 03proes * r25638 10/trunk/extensions/Wikidata/OmegaWiki/ (Editor.php HTMLtable.php): Solved problem on edit page. [14:11:07] 03(mod) Add 3 projects for Special:Import on English Wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11226 +shell (10raimond.spekking) [14:34:19] what command would i use to make wiki ignore formatting [14:34:20] 03proes * r25639 10/trunk/extensions/Wikidata/OmegaWiki/Controller.php: Removed spurious OmegaWikiAttributes::getInstance() calls from Controller.php [14:34:34] TheCougar: command [14:34:36] so if i wanted to display a formatting command on the page what would i do to prevent it from just becoming a format [14:34:40] It can be nested infinitely. [14:35:07] awesome thanks [14:35:42] i have a list of commands that i'm going to forget but would like to use and i entered them and then realized i couldn't see them:) [14:36:35] 03proes * r25640 10/trunk/extensions/Wikidata/OmegaWiki/Controller.php: Minor change [14:38:26] last thing before i head off for the day. what do i put into my localsettings.php so i can link using external links in the wiki? [14:38:46] 03(mod) Bug in a java script : keyword or instructions does not work anymore - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11223 15enhancement->minor; normal->low (10robchur) [14:40:10] TheCougar: You already can. [14:40:15] 03(mod) Error in NUMBEROFARTICLES - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11220 (10robchur) [14:40:56] MinuteElectron: hum it isn't working. it just comes up with [link] on the page. like the formatting was removed but it wasn't [14:41:11] [htt://whatever link] [14:41:17] [http://whatever] [14:41:21] http://whatever [14:41:29] all work, they just have different results [14:41:32] ah http:// has to be included? [14:41:35] yeah [14:41:45] fixed then. thank you very much [14:44:50] You're welcome, enjoy the rest of your day. [14:51:44] <_Danny_B_> where can i get the list of allowed html tags on wmf wikis, please? [14:59:44] _Danny_B_: It's hardcoded in a function somewhere. [15:01:23] can there be a way for bureaucrats to flag a "trusted file" which will allow HTML unfiltered? [15:01:40] Would it be considered 'spammy' to give a link to a test of MediaWiki 1.11 on the mailing list? [15:02:03] that would be nice in the event that you want to embed flash/java/whatever [15:02:24] Unlikely. [15:03:43] it could be possible though, through an extension or something? [15:04:37] <_Danny_B_> Pathoschild: heard about it, but i guess it isn't in svn, since it's only for wmf only [15:06:22] _Danny_B_: Doesn't Wikimedia use the default MediaWiki allowed HTML tags? [15:07:56] <_Danny_B_> Pathoschild: don't know, that's why i'm asking ;-) besides i don't have any idea where to look in svn to find it [15:19:56] _Danny_B_: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/Sanitizer.php [15:21:06] it doesn't have a list of disallowed tags, but it has a whitelist of what *is* allowed [15:21:27] search for the line that contains "$whitelist = array (" [15:22:56] rev_bot? don't we have that information in recentchanges? [15:23:14] or people want to look at page histories.. [15:27:56] domas: I've done stats on a lot of pages, most pages aren't exactly flooded with bot edits [15:28:09] I'm not sure how useful rev_bot would be [15:30:39] but that page,user,timestamp... [15:30:52] we can add infinite number of fields and have infinite ways of showing all the data [15:30:58] it is just that there's no infinite resource pool [15:31:50] getting edits by a user to a page is OK I guess [15:32:01] but.. why? [15:32:09] how common is the need for such operation? [15:32:54] brion-office: Can r25573, r25574, r25590 and r25598 (new section edit summaries) be included in REL1_11? These fix some behavior added 2 days before creation of the REL1_11 branch. [15:33:29] VoiceOfAll: revision is one of those few tables where overindexing completely sucks :) [15:34:06] domas: looking for possible sockpuppetry [15:34:17] it might help there, but yeah, it wouldn't exactly be heavily used [15:34:51] getting changes since your last edit [15:35:34] domas: but if we really want to be efficient, I wouldn't add it [15:36:06] domas: mmm...efficiency vs. features [15:36:35] well, there always has to be some kind of balance [15:36:42] Why is the MediaWiki skinning system so lame? [15:37:03] hey... all of a sudden with 1.11rc1, i'm having problems getting image thumbnailing to work... [15:37:45] Error creating thumbnail: unable to open image `filename`: No such file or directory [15:38:12] MinuteElectron: efficiency vs features ;-D [15:38:20] yet that entire filetree is 777'd, and I can actually access that filename via the web if I give the fill url /wiki/images/4/4c/file.jpg' [15:38:44] domas: heh, woudln't take that much more effort. [15:38:51] Hoob: purge those pages [15:39:00] MinuteElectron: have you seen cbt? [15:39:04] I ran the update.php, the rebuildAll.php, the rebuildImages.php [15:39:10] I've seen some cute MW skins [15:39:16] flattened out symlinks, etc... still the same error... [15:39:45] domas: I can't say I know what that means. [15:39:56] not 100% positive it's in 1.11 (vs 1.10.1) but no one reported any errors prior to the 1.11 rc install [15:39:59] Hoob: is this wiki public? [15:40:04] no, private, sorry [15:40:52] at one point in my trying to resolv this it also gave a "could not create directory" error that was just as illogical, but that one's gone again [15:41:17] voice: what do you mean by "purge those pages" ? [15:41:40] MinuteElectron: should be a directory in mediawiki [15:42:10] *MinuteElectron looks [15:42:52] Doens't look too bad comapred to MonoBook.php [15:42:54] Hoob: go to page X, like in edit mode, but with action=purge, not action=edit [15:43:03] 03(NEW) Mailing archive indexes should be - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11227 normal; normal; Wikimedia: Mailing lists; (mbimmler) [15:43:14] either way, you shouldn't have gotten the errors, but I remember something similar [15:43:15] ahrg, I messed up with that bug :( [15:43:33] *VoiceOfAll goes to free a cute little wasp trying to get outside his window [15:43:52] voice: hmm, that worked [15:44:13] i'll have to read up on what that does... thanks... [15:44:47] 03(mod) Mailing archive indexes should be updated - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11227 summary; +comment (10mbimmler) [15:44:59] 03proes * r25641 10/trunk/extensions/Wikidata/OmegaWiki/ (Controller.php Editor.php OmegaWikiEditors.php): Changed interface UpdateController to use an IdStack on add() instead of a RecordStack [15:45:00] Hoob: try running refreshLinks again [15:45:11] that re-parses each page, which redoes image stuff [15:46:05] alright... thanks, seems to work now... (not all of the pages had the problem, which made me pretty sure it wasn't a fs/permissions issue... but...) [15:46:55] it is a bug though, hmm [15:47:24] domas: I've got like 6 wasps in my room or the one near it [15:47:40] damn hive next to a leaky window ;) [15:49:52] 03(mod) Mailing lists archive indexes should be updated - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11227 summary (10mbimmler) [16:06:25] I upgraded to apache 2.2, have php5.0 (same as when I had apache 2.0x)...onw of my wikis (2 on this servers) seems to have died. All mediawiki files are there (even re-installed via SVN) and the database tables are there. How can I "debug" the blank page I am getting ( wiki.jrtad.com )?! [16:16:58] kyron: look into apache error logs (or php error log if it's configured). enable php error reporting: error_reporting(E_ALL); ini_set("display_errors", 1); [16:17:01] 03siebrand * r25642 10/trunk/phase3/languages/messages/MessagesNl.php: Updates to messages/MessagesNl.php [16:18:10] 03siebrand * r25643 10/trunk/extensions/Translate/MessageGroups.php: Fix typo [16:31:47] 03proes * r25644 10/trunk/extensions/Wikidata/OmegaWiki/ (Controller.php Editor.php OmegaWikiEditors.php): Automatically use the only option when the attribute drop down has only one option when entering attribute values. [16:55:24] 03(mod) History pages to clearly display bot edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11222 (10wikipedia.kawaii.neko) [16:57:48] Duesentrieb, sorry for the delay, I forgot to mention apache reports no errors. This wiki is configured in apache the exact same way wiki.neuralbs.com is configured (and that one works...obviously) [17:22:50] 03(mod) Support collation by a certain locale ( sorting order of characters) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=164 +comment (10studerby) [17:37:24] Damned...I am realizing that my wiki is being used for spaming. Now that I have disabled anonymous edit, how would I hunt down these pages? (there is s surely a link to a howto) [17:40:32] kyron: you need a link search extension [17:41:11] I gather that Special:Allpages is insufficient? [17:41:35] http://www.mediawiki.org/wiki/Extension:LinkSearch [17:44:13] I second that emotion. Good extension. [17:45:40] thanks... has anyone got a clue for my other problem (dead wiki) as described above? [17:46:37] Dead how? I'm sorry, my log doesn't go back far enough. :( [17:50:34] carla216, I upgraded to apache 2.2, have php5.0 (same as when I had apache 2.0x)...onw of my wikis (2 on this servers) seems to have died. All mediawiki files are there (even re-installed via SVN) and the database tables are there. How can I "debug" the blank page I am getting ( wiki.jrtad.com )?! [17:50:59] carla216, note that there is no error message coming back from apache [17:52:03] kyron, check PHP error log. [17:52:33] ( php -i | grep error_log ) [17:52:54] Blank pages usually indicate PHP died before the application printed anything, but it's not printing an error message because display_errors is off. [17:53:15] Simetrical, you hacked my computer and read my questions befor I posted them :P [17:53:27] Simetrical, the thing is, this computer also runs wiki.neuralbs.com [17:53:32] how could I test if the installation of http://www.mediawiki.org/wiki/Extension:FlaggedRevs#Setup was succefully? [17:53:39] which is configured the exact same way [17:53:40] Of course if its error-handling were less braindead (say, displaying the existence but not details of fatal errors even if display_errors is off) this wouldn't be such a common problem. [17:53:45] kyron, you never know. [17:53:51] heheh [17:54:25] Seriously, you don't. [17:54:39] Could be some file in one install got corrupted, or God knows what. [17:55:03] Simetrical, ...good point, you suggest I enable the error outut in php.ini? [17:55:19] kyron, have you been logging PHP errors anywhere? [17:55:20] Simetrical, i thought you were referring to hacking my computer :P [17:55:31] Oh, no. [17:55:39] Simetrical, acording to php -i: error_log => no value => no value [17:55:42] I was referring to the configuration. [17:55:46] kyron, set a value, yes. [17:55:58] Let me see... [17:56:05] I think it should take effect immediately, but maybe you need to do apachectl graceful. [17:56:28] Obviously the file needs to be writable by Apache, at least, if not world (since anyone can run PHP scripts). [17:57:39] Simetrical, sorry for the delay, I have to read up where I actually enable the logging (php.ini has : error_reporting = E_ALL & ~E_NOTICE) [17:58:12] Are you sure it's the right php.ini? [17:58:18] I was on a server once that had about five. [17:58:23] :/ [17:58:23] For that URI, I get nothing, and a blank View Source. For http://wiki.jrtad.com/Main_Page, I get an Apache-based 404, port 80. Perhaps there's an error in your .htaccess file? That can hose up everything. So can a space after a php file's closing ?> [17:58:48] php -i | grep php\.ini [17:59:10] Loaded Configuration File => /etc/php/cli-php5/php.ini [17:59:20] but that is, obviously, the CLI config [17:59:25] Bleh. [17:59:29] Do phpinfo() then. [17:59:43] and I have in /etc/php: apache2-php4 apache2-php5 cgi-php4 cgi-php5 cli-php4 cli-php5 [18:00:12] :D [18:00:21] Also, kyron, a NewestPages log helps a lot (for spam). Let me get that link... [18:00:56] http://www.mediawiki.org/wiki/Extension:Newest_Pages [18:01:13] and http://www.mediawiki.org/wiki/Extension:SpecialLastUserLoginEx [18:01:19] carla216, yes, actually, concerning the spam, how do I actually download the Extension:LinkSearch ? [18:01:33] Google should have instructions. [18:01:36] Shows a nice chart of who's logged in when, and their email address, nick, etc. [18:01:44] carla216, net [18:01:48] Simetrical, svn? [18:03:38] kyron, probably. [18:11:54] Wow...error logs can be so useful...when turned oon. Turns out: "Failed opening required 'extensions/Winter.1.5.0/Winter.php'" [18:12:06] What I don't get is that the extension is there and insalled O_o... [18:16:26] Is it readable? Are all directories below it +x? [18:18:21] Simetrical, yepp [18:18:28] -rwxr-x--- 1 apache root 30117 2006-01-11 18:42 Winter.php [18:18:36] as well as the dir being a+x [18:19:03] And the directory below it? [18:19:13] Hmm. [18:20:36] Simetrical, yep [18:21:20] You're sure PHP is running under the user Apache? Try 666 (or 777, if you like). [18:23:16] nope... 666 doesn't work [18:23:59] Don't know, then. [18:25:57] anyone here can help me check if the Extension:FlaggedRevs are installed at my page? http://www.gnn.com.br/wiki/eudemons/ [18:27:15] GNN_Rick, http://www.gnn.com.br/wiki/eudemons/index.php5?title=Especial:Version [18:27:19] GNN_Rick: looks ok http://www.gnn.com.br/wiki/eudemons/index.php5?title=Especial:Version+ [18:27:26] :) [18:28:17] 03siebrand * r25645 10/trunk/extensions/Translate/MessageGroups.php: Fix bug in class name [18:28:38] Simetrical, Raymond_ and how could i made one page static? i mean the users can edit but it will only be published if I autorize it [18:29:12] GNN_Rick, I'm pretty sure there are extensions that do that. Like FlaggedRevs, for instance, although that might not be the most suitable (if it works yet). [18:29:31] it' still under constructions [18:30:14] i see FlaggedRevs is still under constructions, well do you know any extension that could do it? allow all users edit everything, but only publish if I autorize it? [18:30:59] GNN_Rick, I don't know, I never needed that. [18:31:07] dunno too :-( [18:31:08] Ok...anyone can point me or give me the proper search keywords on howto checkout the wikimedia extensions...getting quite frustrating to have them there and not be able to download them (maybe should add a few lines on mediawiki on howto downlaod them! :P ) [18:32:09] GNN_Rick: ask VoiceOfAll, he is the main-developer of this extension [18:33:09] Raymond_ do you have him telephone number? [18:34:27] GNN_Rick: sorry, no. but he is in this chat, maybe he sleeps... [18:35:21] Raymond_ ok i will still trying to search another extension for this http://www.mediawiki.org/wiki/Category:Stable_extensions [18:38:07] 03david * r25646 10/branches/liquidthreads/extensions/LqtBaseView.php: Note to self: Test before committing! [18:51:23] 03brion * r25647 10/trunk/tools/counter/ (. counter.py hitcounter.sql): Experimental hit logging thingy [18:58:26] FlaggedRevs are under http://www.mediawiki.org/wiki/Category:Experimental_extensions [18:58:52] 03siebrand * r25648 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Add support for ContributionScores in Translate. [19:02:34] I am a little confused, apache is runned as apache (verified with top/ps) but I get a PHP SAFE MODE Restriction telling me that the script is runned as 0 ... [19:02:49] eww, safe mode o_o [19:03:36] well...with php sites being the source of 1001 hacks... [19:05:26] Safe mode sucks. open_basedir is good, and given that combined with Unix permissions you should be pretty much okay. [19:06:13] Although that's more from a programmer's point of view than an admin's. [19:07:56] Simetrical, ;) that's an age old debate (prog Vs admin) [19:08:26] Simetrical, the ownership was also the source of my problems for the Winter.php extension [19:08:36] well...that and safe mode [19:08:46] Doesn't safe mode stop the use of all shell commands or something? That would be pretty sucky. [19:08:47] ditch safe mode. [19:08:47] Hahaha. [19:08:54] Yeah, safe mode causes problems. It's being killed for PHP 6. [19:08:59] yay :D [19:09:00] \o/ [19:09:01] What was wrong with the ownership? [19:17:10] Simetrical, Localsettings.php and the extensions have to be same owner in safe mode [19:17:48] Good grief. [19:17:55] You see why we all hate safe mode. [19:18:15] yeah well... consitancy [19:19:14] Now, if PHP would have decent error messages . . . or indeed have any redeeming features at all . . . [19:22:47] well...the error messsage actually helped me this time (well..._THIS_ time :P) [19:25:12] It could be much more specific. [19:25:17] Although I admit most apps don't do much better. [19:30:06] as an admin, can I retroactively change a certain edit summary? [19:30:16] Ace_NoOne: no. [19:30:30] Ace_NoOne: you can, by directly manipulating the database [19:30:43] Duesentrieb: how difficult would that be (any dependencies? probably not) [19:30:45] there's also the Oversight extension that allows you to remove revisions completely [19:31:08] I know, but I want to edit a few I just accidentally mangled [19:31:14] Ace_NoOne: no dependencies. the only slightly ricky bit is finding the right revision record. need to join with page table [19:31:27] uhoh. baby alert :( [19:31:28] sounds complicated [19:32:04] you got a baby, Duesentrieb? congrats (I hope you didn't name him Merlin, as my neighbors did just a few weeks ago) [19:32:19] Merlin? [19:32:21] WTF. [19:32:44] I mean, you don't have to name him Steve if you don't want to, but pick something that's not patently ludicrous, please. [19:32:53] so 1.6.10 is for php 4.4.4 [19:37:11] anyone here use the Extension:FlaggedRevs? [19:38:42] Simetrical: exactly [19:38:58] thing is, you can't tell them how horrible it is [19:39:05] because now it's a done deal [19:39:08] GNN_Rick: I fear you will not have look :-( I first beta test will start shortly with the German Wikipedia community [19:39:16] -I+A [19:39:28] where did you look it? [19:40:58] dunno, will be announced [19:41:48] i see, so the extension doens't work? [19:43:58] is this wiki it's working - http://amidaniel.com/testwiki/index.php?title=Sun&stable=1 [19:45:09] hi all, is there any compelling reason to use mysql 4.0.14 instead of 4.0.9 for running mediawiki 1.10.1? [19:46:31] it's newer [19:49:37] yeah, but I cannot influence the database verion :-( [19:50:25] Bugfixes probably... [19:50:31] Then not much point in your asking, is there? [19:52:47] well, the installer does not allow me using 4.0.9 which is on a hosted server... [19:53:17] Then, I guess there is a compelling reason ;) [19:53:43] so if there's nothing critical, i'll just whack the installer [19:54:13] however if there was some dramatic change, i'd rather not do this [19:57:01] so would it be ok to force the installer to use mysql 4.0.9? [19:57:32] I'd imagine so . . . [20:01:34] ok, i'll try that, thank you for your help so far [20:07:54] those whackin vertebrates will sting you, old skool! [20:21:02] Is it by any means possible to edit something in the MediaWiki to make it insert a default template when a person first starts editing a page on Wikiquote? [20:28:00] exist design extensions for MW? [20:28:14] like this http://ctl.mc.maricopa.edu/wiki/index.php/CTLpedia_Documentation [20:28:46] Adriaan__: yes, get support on wiki the file a bugzilla request for extesnion:preloader [20:29:03] Thanks [20:29:12] *then [20:29:16] : You're welcome, enjoy the rest of your day. [20:29:22] You too :P [20:29:27] thanks [20:33:05] VoiceOfAll_ are you there? [20:34:20] 03(NEW) Special: Whatlinkshere should give total number of pages at the top - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11228 15enhancement; normal; MediaWiki: Special pages; (amirvis) [20:34:57] !extensions | GNN_Rick [20:34:57] GNN_Rick: MediaWiki has been built so it can easily be customized by adding extensions, this is usually a simple process, to find a list of them visit http://www.mediawiki.org/wiki/Category:Extensions [20:35:02] We are not your servants. [20:35:11] As yesterday, Google is your friend. [20:35:21] MinuteElectron, we're not??! [20:35:30] :D [20:36:28] kkk, ok [20:39:53] Thanks mwbot (you're a bot?) (were you talking to me?) thanks anyway [20:40:14] Adriaan__: MinuteElectron made it talk [20:40:22] kool [20:40:52] mmm...kiwi [20:41:26] kiwi kiwi kiwi kiwikiwikiwiki wiki [20:43:22] mwbot is the servant [20:44:50] kiwi is the lazy man's fruit. You can eat all of it - skin, meat, core and all. Just pop it in and chew. [20:48:04] Morning all, would anyone mind helping me? I'm trying to install Special:Makesysop on my wiki, and the code is getting an error on line 133: [20:49:04] http://www.pastey.net/73557 is the last few lines [20:49:08] of Localsettings.php [20:49:47] Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/testwiki/public_html/it/LocalSettings.php on line 133 [20:49:50] WM-Thunderhead: Can you paste the entire thing except the passwords etc. [20:49:55] eek, parse errors! [20:50:00] Mhm. [20:50:33] ah! I think I found it... [20:50:38] 'en' => testwiki_en, [20:50:40] should be [20:50:44] 'en' => 'testwiki_en', [20:50:46] ;-) [20:50:49] yes [20:50:56] correct, I must be blind. [20:50:58] Ahhhh [20:51:01] Thanks much [20:51:05] np :) [20:51:12] I'll change it right after I update the docs on Mediawiki.org ;) [20:51:37] Oh... wait, I'm wrong... :( [20:51:40] Thanks much [20:52:50] Aah: [20:52:50] Parse error: syntax error, unexpected T_VARIABLE in /home/thefire2/public_html/de/LocalSettings.php on line 99 [20:53:14] T_VARIABLE is? [20:53:20] *sorry for asking so much* [20:53:30] Please paste the entire thing. [20:53:34] Certainly [20:53:36] Without passwords. [20:53:42] anyone familiar with the innards of Special:Recentchanges? I'm considering re-designing the output for (much!) cleaner display, but I think it's been tried before, to no avail [20:53:44] Of course :) Give me a minuite or two [20:54:18] s/display/presentation [20:58:54] http://www.pastey.net/73558 [20:59:14] Thanks for looking this over. *gives out stroopwaffels* [20:59:43] ah [20:59:45] 100$wgLanguageCode = "en"; [20:59:51] ...wtf is that 100 doing there? ;-) [21:00:03] $wgLanguageCode = "en"; [21:00:06] is better :) [21:00:18] and should fix that error, too, WM-Thunderhead ;) [21:00:51] Well, actually I was counting to find Line 133, i put that 100 there to mark my place [21:01:01] The error occured before I had it there [21:01:07] haha counting [21:01:13] use a text editor with a 'go to line' command [21:02:27] that is, however, line 99 and the only thing that would cause an error on that line AFAIK... [21:04:46] hmm [21:05:06] should there be a =>, or just =? [21:05:44] where? [21:05:54] on arrays, => [21:05:58] elsewhere, = [21:06:03] default is $wgLanguageCode = 'en'; [21:06:12] in /includes/DefaultSettings.php [21:07:04] Right, but I'm talking about the array that Makesysop uses [21:07:18] tehn -> [21:07:24] or rather => [21:20:55] How is it possible to have several wiki just by having 1 wiki installation? [21:21:36] my media wiki is extremely slow to load, even on the same network. any ideas? [21:22:22] TheCougrar: what do you compare your mediawiki with? [21:22:50] ParserFunctioner: other sites i have loading up and other wiki's [21:23:20] It depends on the server you use [21:23:26] took 12 seconds for it to go from one page to the next and all it is is a short bit of text on the pages [21:23:36] ParserFunctioner: is it cpu intensive or ram intensive? [21:23:56] php5.0.5 media wiki 1.6 (i think) [21:23:59] and don't compare mediawiki with other light wikis [21:24:13] mediawiki is mostly cpu intensive [21:24:22] i was comparing it to like wikipedia (sp) and aother wiki i have running on another server [21:24:31] It checks lots of things to parse a page [21:25:05] maxs out at around 50% of my cpu no more then that [21:25:10] mediawikis running on wikimedia are fast [21:25:28] i could use more memory i think. [21:25:38] ParserFunctioner: Thaty is due to caching. [21:25:55] TheCougar: Probabably CPU, if anything faster memory rather than more memory. [21:26:17] faster memory? that's gonna buy you like, 2%? [21:26:19] TheCougar: did you install APC or some other PHP bytecode cache? [21:26:34] no extra stuff installed for php [21:26:34] also, PHP 5.0.5 is really old [21:26:44] yeah i haven't had the chance to upgrade [21:26:45] ParserFunctioner: search Extension:Farmer on mediawiki.org for your solution [21:26:48] btw, How is it possible to have several wiki just by having 1 wiki installation? [21:26:55] TheCougar: bytecode cache is the single most important thing you can do to help mediawiki performance [21:27:01] thanks feltipen [21:27:08] flyingparchment: i'll take a look [21:27:31] What does wikimedia do for my solution itself? [21:28:08] it uses one mediawiki for all its wikis, doesn't it? [21:29:18] *shrug* [21:29:33] i wouldnt know [21:29:40] anyone know what the default admin email is for mediawiki? @_@ I'm trying to log in but I can't remember it... [21:29:46] not email, username x_x [21:30:09] I think when you build your wiki you set one yourself [21:30:18] SykoSilver: there's no default, you are prompted to give a name on the installation for, [21:30:26] SykoSilver: look at Special:Listusers [21:30:33] set it to list only sysops [21:30:51] or only beurocrat's even (or whatever the correct speeling is) [21:30:53] Thanks @_@ [21:30:56] anyone here know how to get mediawiki to stop redirecting? [21:30:59] bureaucrat [21:31:04] http://klavernwiki.afreak.ca/ <-- example [21:31:09] ckeigher: sure. fix your config, oncluding rewrite rules [21:31:14] bureau - a desk. (french) [21:31:17] Duesentrieb: the rewrite rules have been removed [21:31:28] Duesentrieb: and my config show nothing along those lines [21:31:32] flyingparchment: that doesn't help me to remember how to spell it :) [21:31:35] unless it is not under LocalSettings.php? [21:31:45] Duesentrieb: "eau" is very french, that's how i remember it :) [21:31:46] it's telling me there's no user by the name of WikiSysom, bu the user list says there is =/ [21:31:52] *WikiSysop [21:31:53] ckeigher: all settings are there. [21:32:03] ckeigher: dump http headers to see what is redirecting where. [21:32:30] wget -O /dev/null -S is quite usefull for that (unless you are on windows) [21:32:42] HTTP request sent, awaiting response... 301 Moved Permanently [21:32:43] Location: http://klavernwiki.afreak.ca/index.php/Main_Page [following] [21:32:44] ahhh nevermind it's working now @_@ [21:33:00] flyingparchment: three vowls. maybe i can remember that too :) [21:33:06] Duesentrieb: that's being looped through the console [21:33:22] what is? [21:33:58] the 301 moved permanently [21:33:59] past the call and the first few (3 or 4) loops to a pastebin [21:35:04] Duesentrieb: http://pastebin.arslinux.com/13220 [21:35:10] how i configure my wiki to: "as in the Portuguese Wikipedia, where users require at least 15 constructive edits before authorization to use the added tools"? [21:37:13] GNN_Rick: set $wgAutoConfirmCount = 15; and then restrict the permissions you want to the autoconfirmed group. [21:37:27] GNN_Rick: you can also set a min age for the accounts using $wgAutoConfirmAge (seconds) [21:37:41] thank you Duesentrieb [21:37:57] Duesentrieb: see... i thought it was a .htaccess file, but nothing is there [21:38:55] ckeigher: iirc, one possible reason would be that wikipedia *thinks* it's called via a different domain. [21:39:00] i'm not sure about that though [21:39:18] Duesentrieb how the system judge if the edittion was constructive? [21:39:30] GNN_Rick: it can't. [21:39:47] "not blocked after 15 edits" would be more like it:) [21:40:10] hm... it might be looking at subsequent reverts of the edits. but i doubt it. [21:41:04] it simply compares to the user's edit count [21:41:08] Hi folks - does anyone know where MW keeps the code for the "Save page" etc... buttons one the Edit page? [21:41:23] EditPage.php ? [21:41:27] BillN_: did you check EditPage.php? [21:41:30] yes [21:41:39] look again, then [21:41:41] Duesentrieb: Duesentrieb when i view the the LocalSettings.php file, i see nothing mentioning domains [21:42:17] ckeigher: it's not there per default. try setting $wgServerName to the domain, and $wgServerName = "http://$wgServerName"; [21:42:26] good idea [21:42:37] not sure if it'll help with the redirection. this is the general fix for mw not knowing its own domain [21:44:26] OH HELL [21:44:27] i know why [21:45:04] tell us :) [21:45:27] when i copied it from one domain to another, i ended up putting it in the site root [21:45:34] whattyaknow.... I wasn't looking at it "right" Thanks! [21:45:36] that'll mess it up [21:45:51] ckeigher: yes, that's generally a bad idea. and it's a very bad idea if it's not configured carefully. [21:46:05] sorry i didn't catch that. it's one of the more common gotchas [21:47:04] Duesentrieb: how do you turn off the url rewrite? [21:47:26] hm? url rewriting is in .htaccess files. what do you mean? [21:48:35] ckeigher: you probably want to check $wgScriptPath and $wgArticlePath [21:49:20] 03rotem * r25649 10/trunk/phase3/ (2 files in 2 dirs): Update. [21:54:37] $wgScriptPath = "/wiki"; [21:54:37] $wgScript = "$wgScriptPath/index.php"; [21:54:37] $wgRedirectScript = "$wgScriptPath/redirect.php"; [21:55:36] ckeigher: well, /wiki is not where the files are, is it? [21:55:52] ckeigher: but i recommend to simply create the dir and move the files there. [21:55:54] how I change the group of one user? [21:56:05] Duesentrieb: gone ahead and did that [21:56:13] ckeigher: or to stay with the conventions, call the dir /w and set $wgScriptPath accordingly [21:56:30] you cann then use a rewrite rule to create a virtual /wiki dir and use it with $wgArticlePath [21:56:44] GNN_Rick: Special:Userrights [21:58:18] Duesentrieb thank you and how i create new groups? [21:58:39] $wgGroupPermissions['bot' ]['autopatrol'] = true; [21:58:43] only add a new value at bot? [21:58:45] for new group? [21:59:12] yes [21:59:44] GNN_Rick: RTFM! [22:11:16] 03siebrand * r25650 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Add support for PdfHandler in Translate. [22:23:51] hoooray [22:23:53] thanks Duesentrieb [22:23:58] now to figure out how to rebuild thumbnails [22:53:58] hello [22:54:28] when mediawiki 1.11 will be out? (more or less) [22:54:33] ChemicalBit: a month [22:55:32] oh thank you . I heard about late august, but there was no 1.11 in late august :-( [22:55:34] thank you [23:06:01] Hello everyone :) [23:07:19] 03tstarling * r25651 10/trunk/phase3/includes/ (Article.php DifferenceEngine.php): [23:07:19] Fixed the diff cache purge feature: [23:07:19] * Made it work with the anon-only confirmation form. [23:07:19] * Fixed data flow issue (removed reference to $wgRequest in DifferenceEngine.php) [23:07:19] * Made it actually purge rather than just skip the cache one time [23:08:02] Worked it out :-) [23:15:53] Got a question about installing 1.10 [23:15:58] Anyone that can help? [23:17:11] Well, *after reading the message* We just installed it, and none of the special pages work at all [23:17:20] they're all totally blank [23:17:30] sooo yeah, any help is appreciated [23:28:11] Anyone around? [23:28:37] apparently not [23:29:14] Don't think I'll ever get Localsettings.php :-( [23:29:39] can't set it up? [23:29:57] Set up, but keeps getting errors. I'm trying to install Special:Makesysop [23:30:29] hmm haven [23:30:35] *haven't gotten that far myself! [23:30:54] It's set up, and generally running, but the interwiki isn't working properly [23:33:01] Heh, people are dropping like flies when I mention Makesysop ;-) [23:34:50] well, we don't even have system messages/special pages working lol [23:35:24] Yet it's working on Wikia? [23:38:18] 03(NEW) Nonexistant language subdomains of . wikinews list wrong info - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11229 15enhancement; normal; Wikimedia: General/Unknown; (fearow00)