[02:50:55] can someone take a look at my site and tell me what's wrong: http://commons.bahaikipedia.org [02:54:52] t0lk: It would appear you saved the html of a viewvc log into a php file on your server and then included it. [02:55:21] hmm [02:55:32] i've had this problem before but never understood it [02:55:52] all i did was upload the files for the ogg extension and then do the "require($..." thing in local settings [02:56:21] Yeah, you didn't upload the files, you uploaded the html of a viewvc page [02:56:29] oh [02:56:42] do you know how i can correct that? [02:56:48] What you want is this: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/OggHandler/OggHandler.php?revision=25730 [02:57:00] yah [02:58:07] hmm [02:58:17] i got the files from here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/OggHandler/ [03:26:48] 03(FIXED) RSS watchlist doesn't honor 'expanded watchlist' preference - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11218 +comment (10cannon.danielc) [03:27:32] hmm .. CIA-6 doesn't seem to be replicating commits to the chan ... [03:28:55] *Simetrical gazes balefully at CIA-6 [03:29:08] is mwbot back yet? [03:29:20] alxndr: Yessir [03:29:26] *amidaniel joins Simetrical [03:29:35] mwbot i missed you [03:29:39] heh [03:29:52] *amidaniel suddenly notices the channel being overtaken by the bots O.o [03:29:53] *amidaniel runs [03:30:29] !overloard is bow down [03:30:35] O.o [03:30:38] whoops, i can spell [03:31:10] 03(FIXED) Transwiki import on Swati projects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10563 +comment (10jeluf) [03:31:30] amidaniel: CIA breaks a lot, i think it's running on the toolserver [03:31:48] flyingparchment: Oh? I thought it was run by cia.vc? [03:31:49] flyingparchment, I thought it was a third-party thing? [03:32:09] * [CIA-6] #litecd #sagengine #bzfx #Stratagus #macports #mediawiki #simbot #lyceum #a #avahi #ironstar #fdo-commits #guifications #ProCore #botpark #akregator #kmobiletools [03:32:13] *flyingparchment orders a new load of sarcasm detectors for the channel [03:32:22] bletch [03:32:26] Use smileys dammit [03:32:29] *amidaniel is not a mindreader [03:32:46] if i used a smiley it wouldn't be ironic. [03:32:54] irony is funny, sarcasm is lame. ;) [03:33:04] Then add tags [03:33:08] ... [03:33:13] .... [03:33:16] ..... [03:33:21] ... if you do that it's not irony [03:33:44] Neither is a black fly in your chardonnay, but it didn't stop alanis morisette :) [03:33:45] It can still be irony, it's just lame irony. [03:33:47] 03(FIXED) Enable Special: Import and configure sources for Polish Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10374 +comment (10jeluf) [03:35:05] good tv season started today :) [03:35:58] By whose standard of "good"? [03:36:26] the correct one (i.e. mine) [03:36:36] Uh-huh [03:37:43] 03(FIXED) Enable Special:Import on Norwegian Wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10485 +comment (10jeluf) [03:39:21] *amidaniel gives jeluf a cookie for his hard work [03:41:16] i would like a cookie also [03:41:41] no cookie for you! [03:41:57] :( [03:42:29] cookie for if you delete ~amidaniel/magnus_fork_do_not_use from the toolserver :) [03:42:33] *amidaniel does not like garbage [03:43:02] You can unlink directories in folders you own, can't you? [03:43:11] Or are they immune as soon as someone puts a file in them? [03:43:19] you can't delete non-empty directories [03:43:51] Can you move them to /tmp? [03:43:56] *Simetrical could just try, here [03:44:37] Seems not. [03:44:49] I can't do anything with it .. it's just "d--------- 7 root root 4096 2007-09-17 07:03 mangus_fork_do_not_use" [03:45:04] Suprisingly, I could still cat it, but that's about all [03:45:13] And I'm not sure why I could do that .. [03:45:14] You can rename it, it seems. [03:45:22] amidaniel: i deleted it [03:45:30] *amidaniel gives flyingparchment a cookie :) [03:45:34] ty [03:45:37] Simetrical: you can't move things across filesystem boundaries no matter what [03:45:46] Simetrical: (the mv command cheats by copying and deleting) [03:46:06] Could I it to /dev/null [03:46:08] But does it require higher privileges? [03:46:10] "rename"* [03:46:11] ? [03:46:21] Simetrical: does what require it? [03:46:23] *amidaniel tries some things [03:46:26] Moving across filesystems. [03:46:32] amidaniel: no, you can't delete /dev/null since you have no write permissions on /dev [03:46:42] Simetrical: it's impossible. there's no way to do it [03:46:43] *Simetrical can't seem to mv a write-protected directory to any other directory, even if both source and destination are self-owned [03:47:06] flyingparchment, I mean, whatever hack mv uses to implement that, which can for brevity be termed "moving across filesystems". [03:47:35] Do the permissions required to mv x y differ depending on whether y is on the same filesystem as x? [03:47:58] Simetrical: probably, since to move it across filesystems you have to create new inodes [03:48:08] Huh, I can move it within the current dir though [03:48:16] move across FS is implemented as a copy + unlink [03:48:21] well, moving a non-empty directory across a filesystem involves deleting the contents [03:48:24] whereas renaming it doesn't [03:48:34] Hmm .. ya learn something every day :) [03:48:43] you have to have write permission on the destination AND the source [03:48:55] amidaniel, yes, I can seem to move it within the directory but not to any other. [03:49:10] Simetrical: is the file read-only? [03:49:11] Kind of a strange design decision. [03:49:28] renaming within a folder doesn't actually touch the inode [03:49:32] NotACow, drwxr-xr-x root root, inside my home directory. [03:49:35] renaming between folders requires touching the inode [03:50:06] I thought you could do whatever you liked to stuff within a directory you owned. Aren't people admonished to make sure entire paths are unwritable except to root? [03:50:07] Simetrical: yeah, you can't touch the inode, so you can't move it out of the folder [03:50:42] you can rename it because an intra-directory rename doesn't actually modify the inode [03:51:05] but moving it between directories requires a link/unlink which increments and then decrements the inode refcount [03:51:24] and, in some implementations at least, you can't unlink a file you can't write to [03:51:28] Wow, someone's reading the UNIX manual before bed every night :DD [03:51:29] (which, imo, is stupid) [03:51:46] amidaniel: i may have just violated an NDA, actually :) [03:52:06] i used to have access to SysV sources [03:52:22] signed an AT&T nondisclosure back in 1991 or so [03:52:29] SunOS too [03:52:35] Ah, nice ... [03:52:38] http://src.opensolaris.org ;) [03:52:39] *amidaniel makes some phone calls [03:52:47] amidaniel: meh, novell will forgive me :) [03:53:07] Oh, you used to work for novell? [03:55:44] you can move between directories as long as they are in the same FS. You just need write permissions to both the source and target directories. [03:56:40] amidaniel: no, novell is the successor-in-interest to my NDA [03:56:55] JeLuF: Even witout write permissions to the source *file*? [03:57:12] NotACow: Ah, okay. I've met a few people who worked at novell .. interesting folks :) [03:57:18] All germans for some reason .. [03:57:19] ami: yes, works for me [03:57:24] *amidaniel tries [03:57:41] mv: cannot move `zzz' to `yyy/zzz': Permission denied [03:57:49] ls -ald . yyy [03:58:02] JeLuF: linux standard doesn't require permissions, but i've seen filesystems that do [03:58:07] d--------- 2 root root 4096 2007-09-25 21:46 zzz [03:58:24] and yyy is drwx amidaniel:amidaniel [03:58:26] those are rather restrictive permissions [03:58:34] NotACow: That's the idea :) [03:58:43] oh, wait, you're moving a directory? [03:58:47] Yes'm [03:58:51] directories require permissons to the directory to move [03:58:52] Yes, that was the whole discussion. [03:58:54] you have to relink .. [03:59:03] ami: you're right, there's apparently a difference between files and dirs. [03:59:12] JeLuF: yes, because moving a dir requires changing its contents [03:59:16] .. has to change [03:59:26] sounds reasonable [03:59:31] NotACow: It has no contents, though [03:59:41] amidaniel, it has . and .. . [03:59:53] meh, true :) [04:00:11] *Simetrical is skeptical of the reasonableness of such low-level implementations of file permissions [04:00:32] *amidaniel as well :) [04:00:48] Of course, we're talking about the absolute *fringes* of these file permissions, but nonetheless :) [04:01:13] *amidaniel tries again with a file [04:02:04] Alright, moving the file with the same permissions (minus d) worked fine [04:04:05] I believe that is what is technically called "nonsensical behavior". [04:04:24] 03(WONTFIX) Add Toolserver to $wgCaptchaWhitelistIP - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11137 +comment (10jeluf) [04:05:00] Well, seeing as nix file permissions have been around for, what, 30 years? now, I'm sure there's a "sense" behind it somewhere [04:05:12] Otherwise I'm sure someone woulda rose a stink :) [04:05:37] 38 years [04:07:06] Does POSIX really specify that write permission is required to modify an inode entry, in those words? [04:07:37] no, posix finds implementation-neutral language to describe how unix works [04:08:08] (there are also some behaviours that are surprisingly unspecified) [04:08:43] Trivial behaviors like these or some that might actually matter? [04:09:02] the #! magic is not POSIX [04:09:19] posix just says that scripts will be executed by the system command interpreter [04:19:17] Windows NT has a POSIX compliant subsystem, but no #! [04:29:01] 03amidaniel * r26140 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiMain.php): (bug 11404) API: Provide name of exception caught in error code field of internal api error messages. [04:30:33] hey folks [04:31:16] hi [04:31:28] I am trying to enable Formula support in mediawiki [04:31:34] 03(FIXED) API returns internal error when unable to connect to DB due to heavy load - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11404 +comment (10cannon.danielc) [04:31:48] had tex installed, and wgUseTeX set to true [04:31:55] and using PostgreSQL as backend [04:31:57] how do you rename main page? [04:32:13] slamman, MediaWiki:Mainpage [04:32:15] (or somesuch) [04:32:20] but I'm getting a DB error for even the most simple entries [04:32:32] Simetrical: I want Main Page to be called Home. [04:32:59] slamman: Edit MediaWiki:Mainpage, change its text to "Home" and then create the page [[Home]] [04:32:59] slamman, so change MediaWiki:Mainpage to "Home". [04:33:11] tuppa: What's the error? [04:33:53] amidaniel: http://pastebin.com/m5935e90c [04:34:00] Simetrical: one final question. How do you get to MediaWiki:Mainpage. [04:34:20] nevermind [04:34:25] slamman, it's a page. Type it in the search bar and hit "Go". [04:35:30] 03(mod) No way to define default form for default (blank) namespace ( Main) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11379 (10bugzilla.wikimedia.org) [04:36:32] Ok new topic :) I want a prettier link. http://ryangravener.local/~gravener/mediawiki/index.php/Home . In a perfect world it would say mediawiki/Home not index.php/Home [04:38:38] !shorturl | slamman [04:38:38] slamman: To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at http://www.mediawiki.org/wiki/Manual:Short_URL. There are instructions for most different webserver setups. [04:38:58] ok so i just need to do .htaccess [04:39:00] tuppa: Have you compiled texvc? [04:39:16] slamman: Yes, along with a few configuration changes to MW [04:39:21] amidaniel: not sure, how can I check? [04:39:55] tuppa: Then you haven't :) cd into the math subdirectory of MW and execute "make" [04:49:48] how can i add a link to a url that is not standard? [04:49:56] 03(NEW) pre and multiple colon - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11455 15enhancement; normal; MediaWiki: User interface; (zelegolas) [04:50:02] like: "skype:thegreatall?call" which is a non-standard url [04:50:13] is there a way to do that in skype [04:50:20] i mean media wiki, my bad [04:52:15] Anyone happen to know what Article::getSection() was deprecated by? [04:53:28] Just by Parser.getSection? [04:56:27] 03(mod) pre and multiple colon - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11455 (10zelegolas) [04:56:42] ahh this sucks [04:58:28] is there an administrator page? [05:03:08] 03aaron * r26141 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php FlaggedRevsPage.i18n.php): *Opps [05:06:34] slamman, no. Essentially all configuration is through LocalSettings.php. [05:06:59] is there a way to put in straight html? [05:07:48] ok Simetrical , good to know [05:08:51] ALL`, all HTML is sanitized unless you enable $wgRawHTML (or something like that, look up the name). [05:09:11] oh crap [05:09:18] that bar which has the wiki tools for editing is gone [05:09:35] Raw HTML does of course allow people with write access to the wiki to steal passwords. [05:23:15] 03amidaniel * r26142 10/trunk/phase3/ (RELEASE-NOTES includes/RawPage.php): (bug 11353) Add ability to retrieve raw section content via 'action=raw' by specifying a 'section' parameter in the URL. [05:24:58] 03(FIXED) api. php should be able to load only a section of wikitext of a page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11353 +comment (10cannon.danielc) [05:25:09] Oh, CIA's back :) [05:25:12] *amidaniel pets CIA-6 [05:30:57] how do I remove the "Main page" header from the main page, like on WP ? [05:32:43] Hinrik, CSS or JavaScript. [05:32:59] ok [05:33:06] part of the theme, then? [05:33:19] or, skin, as it's called [05:34:00] Could someone with t3h power possibly find out for me what the error is here? http://commons.wikimedia.org/w/api.php?&rvprop=content%7Ctimestamp&prop=revisions&titles=User%3ABryan%2FCategoryWatch&rvlimit=50&action=query [05:37:13] When I try to import it from commons I'm getting "can't open input file," which makes debugging a bit hard :) [05:37:43] Hinrik, just edit MediaWiki:Common.css or MediaWiki:Common.js. [05:38:16] I see [05:39:57] Hinrik, those being pages on the wiki itself, not files. [05:40:22] :) [05:40:27] bletch, now I'm perturbed: http://amidaniel.com/testwiki/api.php?&rvprop=content%7Ctimestamp&prop=revisions&titles=User%3ABryan%2FCategoryWatch&rvlimit=50&action=query [05:41:06] Is there something specific to commons that could be causing the explosion? Db server locking out the query or something? [05:41:46] Seems odd for it to die with the WSOD though [05:44:22] splat [05:46:06] Can't seem to find the relevant code in Common.{js,css} on WP ... [05:48:17] 03(mod) Fetching revision history fails without error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 +comment (10cannon.danielc) [05:49:00] ah, found it in mediawiki.org's Common.js [05:50:20] Ugg .. and what is all this shit VoA put on mah testwiki? >:() [05:50:26] *amidaniel goes to do some db scrubbing [05:51:36] can I add an image by linking to an external image? [05:54:16] Simetrical: http://www.mediawiki.org/wiki/MediaWiki:Common.js [05:54:25] the first few lines there, that's what I'm looking for, right? [05:54:42] doesn't seem to work [05:55:19] Hinrik, because it's configured for the MediaWiki.org front page, not your front page. [05:55:19] I tried replacing the instances of "MediaWiki" for the name of the main page on my wiki, but still nothing [05:55:41] could non-ascii characters cause problems? [05:55:46] the title is 'Forsíða' [05:55:52] Dunno, maybe. [05:56:11] Try this CSS rule in Common.css: body.page-Forsíða h1.firstHeading { display: none } [05:56:26] That requires MediaWiki 1.10 or so, I think. [05:56:41] no worries, 1.11 here [05:57:15] *amidaniel wanders off [05:57:17] That does nothing, by the way [05:57:41] That should work with non-ASCII characters. You can check the source code of the main page, look for the class on the element. [06:06:50] I'm not familiar with JS's regexes. How do I specify a unicode character? \x{} ? [06:07:41] ah, \uFFFF [06:26:43] I have just added some pages, but I can't see anything under Recent Changes, why come? [06:30:05] the edits were deleted? :) [06:30:15] you have your own edits tunred off? [06:35:21] neither [06:35:30] I managed to get some edits up, but not all of the ones I just created [06:46:07] <_wooz> lo [06:55:03] hello TimStarling [06:55:12] hi [07:14:10] How come {{#time:j|last sunday march}} works sometimes, but more often just gives an "Error: invalid time" ? [07:22:14] 03raymond * r26143 10/trunk/phase3/ (RELEASE-NOTES includes/SpecialNewpages.php): [07:22:14] * Fix namespace selection after submit of Special:Newpages [07:22:14] (Xml::namespaceSelector uses === not == as comparison operator) [07:22:14] * Make input form of Special:Newpages a bit nicer for RTL wikis [07:36:16] hi [07:54:07] 03(WONTFIX) [Wish] allow .kvtml files for Wikiversity - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11332 +comment (10matthias.spam) [08:31:06] 03(NEW) Add [[Special:History/Page]] and [[Special:Edit/Page]] as functional internal wiki links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11456 15enhancement; normal; MediaWiki: Special pages; (mediazilla.20.nickj) [08:41:18] 03ilabarg1 * r26144 10/branches/ApiEdit_Vodafone/includes/EditPage.php: No change on functionality. Changes to make easier merge. [09:08:20] hi [09:08:28] day [09:09:10] i want to make a xml dump of my mediawiki 1.4.x, but i dont found a good way, can i do that? [09:31:23] hi I got a question, can I add custom CSS as a enduser on media wiki [09:31:43] to change a unique branch of the wiki. [09:33:46] for the whole wiki or for one particular user [09:34:42] particular page [09:35:04] Common.css, a particular page has the class page-Page_name [09:36:03] but as an end user I can't get css into the mediawiki textarea right? [09:36:48] some css is allowed inline [09:38:03] Nikerabbit: what about css-possitioning [09:41:03] possibly not, for that use Mediawiki:Common.css [09:41:13] if you are a sysop, that is [09:59:54] 03raymond * r26145 10/trunk/extensions/ (2 files in 2 dirs): * Update German [10:05:08] 03(FIXED) Blacklist certain filename patterns - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10735 +comment (10raimond.spekking) [10:07:38] 03raymond * r26146 10/trunk/phase3/RELEASE-NOTES: Add a bug number I found today [10:14:37] 03(NEW) Interwiki code for mzn wikipedia is wrong - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11457 15enhancement; high; Wikimedia: Interwiki links; (ali1986) [10:15:07] hello everybody [10:15:27] i just installed mediawiki and all is fine..just a notice on the top: Notice: unserialize() [function.unserialize]: Error at offset 0 of 80 bytes in /var/www/html/wiki/includes/BagOStuff.php on line 392
[10:16:08] using postgresql here [10:17:18] doktoreas: it's fixed in svn [10:17:46] Nikerabbit, ok thank you [10:18:03] 03(mod) Add [[Special:History/Page]] and [[Special:Edit/Page]] as functional internal wiki links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11456 (10robchur) [10:18:08] 03(mod) Interwiki code for mzn wikipedia is wrong - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11457 (10N/A) [10:26:05] 03(mod) Interwiki code for mzn wikipedia is wrong - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11457 (10raimond.spekking) [10:26:49] 03siebrand * r26147 10/trunk/extensions/BoardVote/BoardVote.i18n.php: Remove messages that were not supposed to be in here. Thanks Nick. [10:33:10] Nikerabbit, can i direct checkout the svn from the wiki root? [10:33:16] overwriting all files? [10:33:30] sure [10:33:58] ok [10:34:51] umm [10:35:06] I'd rather not do svn co to existing directory [10:35:30] it's a fresh installation..better do all from the beginning? [10:53:30] ug [10:54:51] Nikerabbit, the error is also in SVN [10:55:02] now changed the offset [10:56:59] http://bugzilla.wikimedia.org/show_bug.cgi?id=11292 [11:00:59] Nikerabbit, all works.. i started the installation from scratch and is fine [11:17:19] alo [11:17:32] I've installed media wiki at the office, and I'm trying to find out whay I'm getting "Template:Notice" when I use the {{notice|text here}} format. can anybody tell me ? [11:17:51] because you don't have such template [11:18:31] Nikerabbit: ok ... that much is obvios ... but where do I get said template .. if it's not included in the base media wiki distribution ? [11:18:51] no templates are included [11:19:05] you have to make them yourself or copy from somewhere [11:20:37] I'm assuming copy the source of http://en.wikipedia.org/wiki/Template:Notice to my Template:Notice is not what you are refering to ? [11:21:32] yes, but you have to take licenses into account [11:22:52] even that doens't work .. *sigh* [11:23:16] ..and of course those templates may depend on other templates [11:23:41] no kidding [11:24:24] ok .... thakns .. I'll sort this out .. [11:27:27] 03ivanlanin * r26148 10/trunk/phase3/languages/messages/MessagesId.php: Indonesian (id) localisation updates. [11:35:24] *Werdna waves. [11:36:43] 03raymond * r26149 10/trunk/phase3/includes/SpecialUpload.php: Change message function to make usage of {{PLURAL:}} in 'restorelink' the same way as Skin.php uses it. [11:52:33] 03(NEW) Portuguese translation error, file: MessagesPt.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11458 minor; normal; MediaWiki: Internationalization; (tbarabasz) [11:55:44] hi guys [11:56:06] 03siebrand * r26150 10/trunk/phase3/languages/messages/ (11 files): [11:56:06] Localisation updates from Betawiki. [11:56:06] * am, bcl, bpy, dsb, ext, fi, gan, is, ja, nds, nl. [12:00:03] I've imported dutch nl database dump and installed mediawiki. But the page looks quite strange. I'm now reading about these extensions and stuff. But I wonder, do you really need them? My page now looks like this > http://www.web.nl/mediawiki/Las_Vegas_%28stad%29 [12:00:19] the original version looks like this : http://nl.wikipedia.org/wiki/Las_Vegas_%28stad%29 [12:02:26] lo [12:03:03] WebTNC: the images are missing [12:03:09] as is the Cite.php extension [12:04:45] yes, that's true. I've tried the Cite.php but nothing change that much. I'll turn it on again [12:06:11] about the images, I would love to do it like http://wikipedia.ilse.nl/artikel/Las_Vegas where they just include the images from upload.wikipedia.org [12:07:05] I've included Cite.php, as you see nothing much happens [12:08:10] sorry link of ilse should be : http://wikipedia.ilse.nl/artikel/Las_Vegas_%28stad%29 [12:09:30] I need to extract a part of my mediawiki (2 or 3 pages) and reimport them in another mediawiki. How can I do this ? [12:10:57] 03aaron * r26151 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage_body.php: *Don't show submit if the user can't [12:11:23] if it's just 2 or 3 pages I'd simply copy the source [12:11:46] VoiceOfAll: ping [12:11:57] p0ng [12:12:13] *Werdna pokes VoiceOfAll [12:12:31] tinus__, I need to have these pages up to date on the second wiki [12:12:40] maybe I should use mvs to do this in a cron job ? [12:13:03] VoiceOfAll: 'revreview-quick-see-quality' => '\'\'\'Current\'\'\'. [[{{fullurl:{{FULLPAGENAMEE}}|stable=1}} see stable revision]] there seems be one [ ] pair to much (and following messages too) [12:14:24] naw...the [] are meant to show [12:14:40] *VoiceOfAll kills Werdna [12:14:41] in fact, I need to give access to some pages in read only to some users. And I don't want them to see the rest of the wiki. I thought setting up another wiki is the simplest way to do it, as I have a special authentication on the first wiki (Active Directory with a check of group ownership) [12:14:57] VoiceOfAll: oi, its a feature not a bug :-) [12:15:06] like Teh rollbacks [12:15:12] ok [12:22:48] *Werdna tickles VoiceOfAll [12:24:48] Hi all. I saw once an tree view category extension in the sidebar, but not this one : http://www.mediawiki.org/wiki/Extension:CategoryTree. it was on a private mediawiki resource website. any clue ? [12:31:19] 03(FIXED) update Chinese message in page history - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11441 (10alexsh) [12:36:22] 04(REOPENED) Configure additional import sources on Italian projects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11171 +comment (10rincewind) [12:49:42] 03(mod) Fetching revision history fails without error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 (10roan.kattouw) [12:49:42] 03proes * r26152 10/trunk/extensions/Wikidata/php-tools/SwissProtImport.php: Refactored bootstrapping of concepts. [12:54:34] 03(mod) Ability to "move" images interwiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11439 (10roan.kattouw) [12:55:18] I'm having trouble installing MediaWiki - can't log into MySQL as wikiuser [12:56:14] nuck: why not? [12:56:34] nuck: have you not set the permissions? [12:56:35] install script says "check passwords" [12:56:52] can you login with the wikiuser using mysql client? [12:57:41] what's the mysql syntax for that (sorry, noob) [13:17:37] someone know which extentions I've to installed to get this right > http://www.web.nl/mediawiki/Hoofdpagina? [13:19:00] you'll need tidyhtml [13:19:31] hah - installed! [13:28:23] thank you Platonides [13:34:18] brion-work: do you have 2 sec to give an opinion on http://bugzilla.wikimedia.org/show_bug.cgi?id=11447 ? [13:38:54] Is it possible to know how many time a page was viewed, on a mediwiki site? (is this disble in WMF projects, or this is not at all in mediawiki?) [13:41:03] it's available in MediaWiki, but disabled on most large sites due to performance reasons. [13:43:49] Tubarao: will look in a bit, but i'm generally leery of more of these special-purpose assign-one-right pages [13:43:50] ChemicalBit: it's this config: $wgDisableCounters = false; .. it doesn't work correctly if you use reverse proxy/cache.. (it will count by default) [13:44:52] brion-work: I know.. I would have wanted Rob (or someone else :) to get the User Rights scheme redesigned... but alas.. [13:45:18] weee [13:46:58] TOR_CNR and Tubarao: ok thank you. I wondering this just to answer at http://meta.wikimedia.org/wiki/Metapub#click-counter_and_other_tools. , not to set it by myself [13:51:47] 03mkroetzsch * r26153 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php: Ad hoc solution for registering own special property labels. [14:28:19] 03aaron * r26154 10/trunk/extensions/FlaggedRevs/FlaggedRevs.sql: *Typo [14:55:24] VoiceOfAll: i'm trying to kill ExtensionFunctions.php, as it sucks hard [14:55:30] 03brion * r26155 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Remove ExtensionFunctions.php dependency... again... [14:56:08] what is the best way to backup your mediawiki? [14:56:16] RTFM? [14:56:17] oh, opps [14:56:21] !backup | gongoputch [14:56:21] gongoputch : http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [14:56:26] @search .* [14:56:26] Results: [backup, bugzilla, download, extensions, extranamespace, hidetoc, imagemap, install, logo, mediawiki, package, pastebin, purge, repeat, rights, simpleurl, subversion, tias, welcome, wiki] [14:56:41] ty [14:56:45] I'm trying to create a new skin - how do I get the path of the skin? [14:56:47] Well done ami :) [14:56:49] brion-work: why ExtensionFunctions.php isn't in phase3? [14:57:18] nuck: You shouldn't need too. [14:57:21] ...something like: (text('logopath') ?>); [14:58:10] I've got images for my skin in skins/nuckskin/images [14:58:33] ok [14:58:51] do I just hardcode ? [15:01:28] nuck: no [15:03:21] VasilievVV: because it shouldn't be used at all, it sucks [15:03:28] 03brion * r26156 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage_body.php: [15:03:28] Fixups: [15:03:28] * Don't abuse $enc variable prefix for variables that aren't encoded for output [15:03:28] * Don't put $wgScript raw into HTML output [15:04:27] $this->text('stylepath' ) ? [15:04:42] brion-work: ok, what we can do with it since it's used by many extensions? What do you propose to use instead of it? [15:08:19] VasilievVV: just junk it and use the modern system for attaching special pages [15:08:24] 03brion * r26157 10/trunk/extensions/FlaggedRevs/ (3 files): Code cleanup: use Xml::* functions rather than their old wf* aliases [15:27:16] brion-work: what about removing old version of extAddSpecialPage from SVN HEAD? [15:27:54] brion-work: where should $wgOut->addLink() go? [15:28:26] hey tango [15:28:38] hey anyone know sql and php [15:29:22] http://rafb.net/p/DUG8aH18.html [15:29:40] could someone look at that and kind of tell me what I have to do [15:29:57] so there are three tables in the database [15:30:10] TODO, IN_PROGRESS and DONE [15:30:23] one question by the way: is there a chance to separate watching articles from watching their discussion pages? [15:30:33] I just have move the task from one table to the other and the delete it from tghe orginal table [15:30:34] (if not, please take this as a feature request :p) [15:30:59] can anyone help me [15:31:18] I think it is a trivial thing for someone who know php and sql [15:31:25] 03brion * r26158 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php FlaggedRevsPage_body.php): [15:31:25] Escaping cleanup: [15:31:25] * Fix a lot of double-escaping; wfMsgHtml() output being fed into XML functions which do escaping [15:31:25] * Replace a few dodgy HTML hackups with Xml::* functions [15:31:25] * Mark a couple of encoded HTML variables with $enc* prefix [15:31:50] anyone [15:32:22] VoiceOfAll: not really sure what's the best place there... i'm jus tleery of whetehr $wgOut is even supposed to be initialized there :D [15:32:24] 03aaron * r26159 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: *Hook fixes [15:32:26] can anyone help me [15:33:48] brion-work: I like having two people hack away, it's like a hectic restaurant kitchen seen [15:34:05] *scene [15:35:17] "Too many coders, spoil the broth!" [15:36:20] :D [15:36:22] brion-work: Notice: Undefined variable: valuetext in C:\Server\xampp\htdocs\MW\extensions\FlaggedRevs\FlaggedRevs.php on line 568
[15:36:28] nooooooes [15:36:28] ;) [15:36:48] nowwwwww, that wasn't broken a few min ago, I wonder what happened? :D [15:36:58] i broked it sowwy [15:37:21] a general note... there's a lot of UI and backend code mixed together which makes it feel a bit hard to wade through to me [15:37:27] it'd be awesome if we could separate those a bit better [15:37:41] also making FlaggedRevs.php smaller will help load times when it's not all being used at once [15:42:00] brion-work: maybe I should stub the UI stuff, move it to FlaggedArticle, functionize some code and have it there, then make flaggedarticle a class-file [15:42:12] hey [15:42:16] sounds reasonable [15:42:46] http://www.mediawiki.org/wiki/Extension:Hierarchy <- I installed the hierarchy extension but now I have a warning on my page: http://rmc78.de [15:42:52] how can I fix that? [15:43:24] blinx: fix line 610 of Hierarchy.php [15:43:57] ah one line too much :) [15:44:02] an empty line [15:45:24] blinx could you help me [15:46:00] hm? [15:46:05] Dave: with what? [15:46:06] http://rafb.net/p/DUG8aH18.html [15:46:13] I just have move the task from one table to the other and the delete it from tghe orginal table [15:46:28] TODO, IN_PROGRESS and DONE are the tables [15:46:33] Dave: no idea, sorry [15:46:39] no probelm [15:46:55] brion-work: how can I add a second administrator to the wiki? [15:47:03] now about brion do you know php [15:48:14] How i can make a xml dump for a 1.4.x wiki? [15:48:58] asmarin do yoi know php [15:49:32] dave: a little not so much to do it myself [15:49:40] gotch a [15:50:59] 03aaron * r26160 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.pg.sql FlaggedRevs.sql): *Re-add one index, remove some stupid ones [15:53:46] IA-6 do you know php [15:55:25] Whois: CIA-6 (n=CIA@208.69.182.149) is CIA Bot (http://cia.vc) << I don't think so. [15:55:31] lol [15:58:31] Jack do you know php [15:58:42] a bit, not too much [15:58:55] View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500) [15:58:56] erg [15:58:58] b0rkage [15:59:05] (found this on http://www.mediawiki.org/wiki/Special:Contributions/VasilievVV) [15:59:27] 03aaron * r26161 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevs.php): [15:59:27] *Fix UI logic error [15:59:27] *Move UI stuff to FlaggedArticle. Move to a new file. [15:59:39] do you know how to transfer elements from one table to another [15:59:49] in php and sql jack [16:00:47] nope, don't think so...I only know a bit PHP, much less (=none at all) SQL [16:05:04] how can I show the images from wikipedia.org on my mirror? now mediawiki 1.10 shows broken images because it expects the images to be on my own server [16:05:52] as they should be [16:08:46] is there a setting in LocalSettings which can do the trick or do I need to fix this in another mediawiki file? [16:09:49] you /don't/ go around and steal Wikipedia's bandwidth. period. [16:12:47] 03(mod) api. php should be able to load only a section of wikitext of a page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11353 (10alistrius) [16:13:25] WebTNC: does Ilse have an agreement with the WMF about bandwidth usage and stuff? You may run into some issues if you are going to do it this way. The WMF does offer ''premium services'' [16:14:50] siebrand, I don't know about ilse. That's big portal website in Holland and I like the way they have integrated wikipedia. But I never heard about this premium services of WMF, thanks for your info. I'll check it out :) [16:16:20] WebTNC: you have to understand that the WMF runs a huge operation at <$2M/annum. Infrastructure sucks up almost all of that budget. Those re-using GFDL content also serving images from WMF servers is usually frowned upon. [16:17:48] WebTNC: see http://wikimediafoundation.org/wiki/Contact_us for contact details. [16:17:59] I see, you are right. Didn't thought about it that way. I was too focused on getting wikipedia up and run like wikipedia.ilse.nl :) [16:19:04] thanks siebrand [16:19:12] WebTNC: you're welcome. [16:19:54] 03(NEW) Make watching discussion pages independent from their articles - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11459 15enhancement; normal; MediaWiki: User interface; (wegwerf1) [16:24:14] 03(NEW) Username not rendered properly in tab - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11460 trivial; low; MediaWiki: Page rendering; (mike.lifeguard) [16:45:24] anyone here familiar with the mediawiki extension Lockdown? [16:46:46] i'm trying to get it running on MW 1.8 as it says it should work with it, but unfortunately when i try to go to any kind of special page i get an error relating to the Title::isSpecial() method. Anyone have an idea why i'm getting this? [16:53:01] TimLaqua, hi :) [16:53:07] hey [16:53:18] killin' time before a meeting. ;-) [17:00:39] BigC: It doesn't work on MediaWiki 1.8. Upgrade to 1.11 or die :) [17:00:42] !upgrade | BigC [17:00:42] BigC : http://www.mediawiki.org/wiki/Manual:Upgrading [17:01:08] minute: lol, agreed ;P [17:01:24] wow, new bot ? [17:01:32] No, it has been here for a few onths. [17:01:35] *months [17:01:40] never seen [17:01:49] But amidaniel occasionally forgets to restart it so it isn't here all the time. [17:01:56] ah [17:01:58] Very useful, currently has a few commands. [17:02:02] @search .* [17:02:02] Results: [backup, bugzilla, download, extensions, extranamespace, hidetoc, imagemap, install, logo, mediawiki, package, pastebin, purge, repeat, rights, simpleurl, subversion, tias, welcome, wiki] [17:02:10] *Jack_Phoenix wonders if the bot does !stab ;) [17:02:11] They are all of them ^^^ [17:02:20] Jack_Phoenix: :D [17:02:49] something like "mwbot stabs $user with $object" [17:04:28] 03(mod) Stop linked watchlist treatment for normal pages and corresponding talk pages (not user_talk pages) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=580 +comment (10roan.kattouw) [17:04:28] 14(DUP) Make watching discussion pages independent from their articles - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11459 +comment (10roan.kattouw) [17:05:19] hey [17:12:04] minute, ty, i'll talk to the engineers at work i guess and bug em to go for 1.11 [17:12:34] unless anyone knows another way to prevent anyone but sysop from accessing special pages (except for login and search) [17:13:36] BigC: You're welcome, enjoy the rest of your day. [17:14:01] :) [17:14:15] BigC: It is possible to modify SpecialPages.php to stop access - but is not reccomended. [17:14:37] hello [17:15:01] Dave__: Hi, how may we help you? [17:16:23] 03brion * r26162 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Use class autoloader for FlaggedArticle class, keep them warm fuzzies :D [17:25:00] hey guy s [17:25:14] I was wondering how I can reset the password of a mediawiki user [17:25:59] Dave: Please can you stop saying hi everytime you join and just state your query if you have one. :) [17:26:13] specialKevin: run maintenance/changePassword.php from the command line. [17:26:21] oh sorry there was no one on so I thought no one could hear me [17:26:35] hey minute do you know php and sql [17:26:48] Dave: There wasn't? - there are at least 100 other people in here. [17:27:35] when there is no text popping I thought people were here but couldn't hear me [17:27:48] Oh, right. [17:27:50] but no I know you guys can :) [17:27:55] :D [17:27:58] *now [17:28:10] so minute do you know php [17:28:20] 03(NEW) Remove deprecated extAddSpecialPage - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11461 normal; normal; MediaWiki extensions: General/Unknown; (vasilvv) [17:28:43] Dave: Yes, but only at an intermediate level. [17:29:00] well what I am trying to do is not that hard I don't think [17:29:22] I want to take from one table move it into another table [17:29:39] minute: thanks [17:29:44] so I have radio button that is TODO,IN_PROGRESS,DONE [17:29:47] tables of what sort? MySQL or wikitable? [17:29:51] specialKevin: You're welcome, enjoy the rest of your day. [17:29:54] MYSQL [17:30:13] so when I press update it calls a the php file and changes the data [17:30:17] Ahh, right. It isn't too difficult - mainly just SQL statements if you are good enough with them. [17:30:20] well moves it [17:30:30] I have no idea I am a newbie [17:33:13] minute you still there [17:33:27] yep [17:35:31] hello [17:35:45] Hi yannf! [17:36:03] why a page with [[ would not be counted? [17:36:07] 03(NEW) typo in hook definition - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11462 trivial; normal; MediaWiki: Internationalization; (mati) [17:36:21] http://www.wikilivres.info/wiki/index.php/Robert_Louis_Stevenson_%28Chesterton%29/Chapter_II [17:36:42] i edited the page and the counter decreased by 1 [17:37:05] before it said that it was a dead-end page [17:37:12] but it is not [17:37:21] brion-work: what about replacing extAddSpecialPage with correct code in all extensions [17:37:23] ? [17:38:24] there are probably hundred of pages not counted... :/ [17:38:29] yannf, which counter? [17:38:55] {{NUMBEROFARTICLES}} [17:39:43] it's a countable page [17:39:58] 03(mod) Remove deprecated extAddSpecialPage - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11461 +need-review +patch (10raimond.spekking) [17:40:30] Platonides, you can test it with this page http://www.wikilivres.info/wiki/index.php/Robert_Louis_Stevenson_%28Chesterton%29/Chapter_III [17:41:13] now the counter is 1,385, if the page is edited, it will probably decreased [17:42:31] this (Chapter III) is listed in http://www.wikilivres.info/wiki/index.php/Special:Deadendpages [17:42:39] however it has a link in it [17:42:45] Parse error: syntax error, unexpected T_STRING in D:\wamp\www\mediawiki\extensions\SortTODO.php on line 15 [17:43:10] http://rafb.net/p/hfR4sZ77.html [17:43:16] minute could you look at that [17:43:38] Dave: I can, but you might get more help in ##php :) [17:43:46] dave, #PHP or #Mysql [17:44:15] i hang out on #php and #mysql on efnet as well, which is worth checking out [17:44:54] Dave: Hmm, I can't see an error on that line. Weird how the error is in a comment. [17:45:37] hey BigC could you help me out then [17:46:17] Dave, what are TODO IN_PROGRESS and DONE ? [17:46:17] Dave: ##php [17:46:23] they should be defined [17:46:31] or between quotes [17:46:31] what should be [17:46:54] well, if it wasn't commented :P [17:47:15] $status = $_REQUEST["status"]; [17:47:17] probably if ($status == 'TODO') [17:47:17] 03aaron * r26163 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php: *Be clearer [17:47:18] $taskname = $_REQUEST["taskname"]; [17:47:20] echo $status; [17:47:21] echo $taskname; [17:47:23] ?> [17:47:25] that I get the same thing [17:47:32] Dave: stop flooding pls [17:47:43] 03(mod) New special page for assigning patrol and autopatrol - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11447 +comment (10vasilvv) [17:47:44] maybe there's some cache? [17:47:53] *VoiceOfAll /clears [17:47:56] sorry raymond [17:47:59] apc accelerator [17:48:06] or you're editing a different file... [17:48:57] dave... use a pastebin [17:49:51] im sorry, im working on some work stuff so i cant help a lot, but i will say this.. using $_Request is a big security risk. Specify $_Post or $_GET every time. [17:50:10] http://rafb.net/p/trGFWW96.html [17:50:44] so the templat on the bottom should fill in those variables [17:50:53] !pastebin | Dave [17:50:53] Dave : Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. Instead please use a pastebin such as and post a link to your paste in the channel. [17:51:41] yea im not too sure about that code dave, sorry. [17:51:51] pastebin is the website thing right? [17:52:17] dave, pastebin/rafb.net are the same [17:53:43] 03aaron * r26164 10/trunk/extensions/FlaggedRevs/Makevalidate.i18n.php: *Remove colon [17:59:41] 03brion * r26165 10/trunk/phase3/includes/GlobalFunctions.php: [17:59:41] Make wfIniGetBool() more accurate: [17:59:41] * accepts 'yes' as well as 'on' and 'true' [17:59:41] * accepts negative and non-1 integers, as well as garbage characters after the number (as C atoi() function for nonzero result) [18:04:31] hi everyone, i was just updating a user's password -- and i still can't login... i wanted to know that i did everything correctly: update mywiki_user set user_password = md5(concat('11-',md5('password'))) where user_id=11; [18:04:47] all my tables are prefixed w/ mywiki_ [18:05:19] seems right [18:05:44] you can also use maintenance/changePassword.php [18:05:50] which does everything for you [18:05:53] thanks [18:06:00] i'll look into that [18:06:54] any idea for my issue? [18:13:37] hoe do yo clear cache in mediawiki [18:15:15] action=purge [18:19:08] how can I show my wikipedia database dump without any images? [18:24:08] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 summary; +comment (10brion) [18:25:01] 03(WONTFIX) New special page for assigning patrol and autopatrol - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11447 +comment (10brion) [18:25:06] !purge Dave [18:25:10] !purge | Dave [18:25:10] Dave : To purge a cached page, such as when making changes to the navigation bar, add &action=purge to the end of the page url, or ?action=purge if using Simple URLs. E.g: http://en.wikipedia.org/wiki/Main_Page?action=purge [18:27:43] 14(DUP) pre and multiple colon - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11455 +comment (10brion) [18:27:46] 03(mod) pre over multiple lines in lists - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1581 +comment (10brion) [18:41:30] 03(WONTFIX) Remove deprecated extAddSpecialPage - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11461 +comment (10robchur) [18:47:18] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 (10brion) [18:47:26] *stefw waves hello as a new channel user, but as a maintainer of MediaWiki at rPath... then goes back to FAQ reading [18:48:50] *brion-work waves back [18:57:02] do you know what the charset is of the wikipedia dumps? [19:01:06] i am having problems with slashes as part of template content [19:01:22] is there a workaround or do i have to avoid slashes? [19:16:11] 03(mod) Upgrading from 1.2 to 1.11 fails with Mysql error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11451 (10brion) [19:19:52] 03(mod) Username not rendered properly in tab - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11460 (10brion) [19:23:18] 03brion * r26166 10/trunk/ (9 files in 4 dirs): * (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name [19:25:06] 03brion * r26167 10/branches/REL1_11/phase3/ (8 files in 3 dirs): [19:25:06] merge from trunk [19:25:06] * (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name [19:25:10] 03(FIXED) typo in hook definition - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11462 +comment (10brion) [19:26:04] does anyone have an idea how i can use slashes in template content? [19:26:29] if i put any slash into the content: {{template | blablabla / blubblabla}} then the template does not work [19:27:47] aton`: I usually put tags around the template content [19:28:10] 03(NEW) null edit disposes of summary without even any warning - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11463 trivial; lowest; MediaWiki: Page editing; (jidanni) [19:28:15] like {{ template | this=that }} [19:29:02] stefw, i will try that, thanks! [19:29:33] aton`: no problem... I run into that all the time because I use things with equals signs when I call a template that changes the font face [19:30:12] hm [19:30:22] i have a box [19:30:24] which is a template [19:30:30] and the content is displayed in the box [19:30:35] now i want to display links in it [19:30:55] links contain [ ] for the wikisyntax for links and :/// [19:31:07] breaks the links [19:32:09] aton`: aaah... interesting [19:32:31] *stefw ponders that a second [19:33:50] aton`: I can't think of anything that would help the situation... I know I have modified how I use templates because of things breaking within the template call, but I don't know how to get around that particular case [19:35:14] aton`: You might try something along the lines of http://en.wikipedia.org/wiki/Template:%21 [19:36:04] is there a way to have author 'signatures' on articles? [19:36:06] amidaniel, i dont like this kind of "hacks" [19:36:15] gongoputch, just put ~~~~ [19:36:23] wow [19:36:38] the more I ask, the more the simplicity of the answers impress me [19:37:35] amidaniel, i think these make the wiki syntax even more complicated [19:37:50] 03(mod) "Undo" and "rollback" should not both exist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10531 (10ssanbeg) [19:37:57] you have to remember every character and then again for template-content [19:38:18] 03brion * r26168 10/trunk/phase3/includes/LoadBalancer.php: bug 11453 -- remove spurious $i parameter on getGroupIndex() [19:38:32] Why is a forward-slash causing problems in a template param? Doesn't seem to be conflicting with anything used in the syntax [19:38:32] 03(FIXED) Superfluous parameter in method calls in LoadBalancer.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11453 +comment (10brion) [19:38:37] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 (10roan.kattouw) [19:38:50] 03(mod) Upgrading from 1.2 to 1.11 fails with Mysql error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11451 (10caluml) [19:38:54] 03(NEW) sffLinkText should not use SMWInlineQuery for page links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11464 15enhancement; normal; MediaWiki extensions: Semantic Forms; (lgerbarg) [19:39:56] 03(mod) sffLinkText should not use SMWInlineQuery for page links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11464 (10lgerbarg) [19:39:58] superfluous - great word. [19:41:36] Not as great as extraneous [19:42:20] 03(mod) "Undo" and "rollback" should not both exist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10531 (10roan.kattouw) [19:42:43] 03(mod) "Go" search button is ignoring user's custom search namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11380 (10brion) [19:53:34] 03(mod) Warning on editing other user's userpage - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5865 (10Li-sung) [20:05:18] Are there any developers here that have the time to look at bug 11428, the rewrite error bug, and give me some feedback on the proposed patch? [20:10:04] 03david * r26169 10/branches/liquidthreads/extensions/ (LqtBaseView.php LqtModel.php): precedence rule changes in mysql 5 require that this query be altered slightly. [20:13:19] I get an error message on SVN like this: [20:13:20] svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again [20:13:20] svn: Can't open file 'ImageMap\.svn\tmp\entries': The system cannot find the path specified. [20:13:34] running "svn cleanup" shows the same error messages. what can I do? [20:17:59] Hojjat: check out again into a new directory. copy any files you have modified to the new directory. move the old dire somewhere, then move the new dir to the old location. [20:18:05] if everything works fine, delete the old directory. [20:18:24] Duesentrieb: well, what I have here, is a RARed archive of a clean checkup [20:18:45] I merely decompressed it to my machine, and it doesn't checkout [20:19:16] Hojjat: perhaps rar was configures to omit some tiles? many things omit temporary files or dot-files per default [20:19:43] Duesentrieb: I checked that. all dot files are in place. I'll recheck it now too [20:21:11] 03aaron * r26170 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: *Show link only if there is a stable version [20:26:49] Simetrical: If/when you have the time, can you take a look at bug 11428 and give me feedback on my proposed patch? [20:26:57] (it's the rewrite error bug) [20:27:13] Duesentrieb: the RAR file is okay. But for some weired reason, it wasn't extracted correctly. [20:32:27] Shardsofmetal, not too interested in fiddling with my install and learning how all those vars work to the extent needed to test that patch. Brion might be a better bet, he takes an interest in non-Wikipedia complaints. [20:33:18] He also probably knows how all that stuff works, which I don't, offhand. I haven't ever looked at that part of the code. [20:34:04] mail me, i'll look later [20:34:23] ok, thanks brion and Simetrical [20:34:52] Is it possible / sensible to use the same Interwiki table for many wikis? [20:35:27] ZeiP, I guess it is possible. [20:35:40] Is there a way to make MediaWiki work with mod_rewrite? [20:35:54] one interwiki table for 2 or more wikis? very possible indeed [20:36:06] I have my installation in lindox.info/mediawiki, but I'd like lindox.info/Page to work [20:36:32] firewing1_afk, it's not recommended to rewrite to the base URL. See the docs for all this on mediawiki.org. [20:36:44] firewing1_afk, but yes, of course it supports it, after all Wikipedia does it. [20:36:58] Simetrical, is there sample rules I can use? [20:37:05] s/is/are/ [20:37:21] Simetrical, is there a better reason for that than some (solvable) problems with possibly existing files? [20:37:27] firewing1_afk, yes, look on mediawiki.org. [20:38:10] Simetrical, thanks - My bad, I had checked but missed the Short_URL page [20:38:15] ZeiP, no better reason than that, but they aren't reliably solvable unless you make those filenames illegal article names. Which is possible, sure, if you don't mind that. [20:38:28] I can't think of any other reason, anyway. [20:38:35] Simetrical, mmh. Thanks. [20:41:03] Jack_Phoenix, how can interwiki table be shared by two or more wikis? Any documentation on that? [20:41:42] no docs, but Dantman has made a very useful hack for that...I can give the source to you too and some instructions, but you might want to poke Dantman about this firstly :) [20:43:32] There's nothing to it really [20:44:07] If either of you would have the source and some instructions, I'd be glad :) [20:44:09] Just look for the spot where they mention the user bit, and duplicate that with an || on the same line [20:44:26] Though I do have a complete tableName rewrite [20:44:38] which, by the way, is darn cool ;) [20:46:33] Can I have it? :) [20:46:55] Nope, not now... [20:47:03] It's extremely experimental... [20:47:08] Which in short... [20:47:10] *ahem* [20:47:12] it works. [20:47:16] period ;) [20:47:49] Means I haven't tested it, don't now if it breaks things, and don't know if one of my lines always works as theorized [20:47:57] Jack, you only used it under one case [20:48:10] hmm? [20:48:22] Remember this is Database::tableName [20:48:46] There are half a dozen different configs/inputs to test [20:48:53] I promise I won't complain or ask anything from anyone about it? :) [20:50:18] just use the proven hack [20:50:29] This isn't a simple hack to tableName [20:50:39] It's a complete rewrite which works in a completely different way [20:51:00] Ok, thanks. [20:51:27] When Wiki-Tools gets back online I'm going to do some public testing on it... [20:51:45] If it's proven to work, then I'll submit it for MW core [20:52:06] Dantman: s/if/when [20:52:39] from what I've tested it...it works very well if you don't have fugly DB table prefixes... [20:53:05] Well that's not enough [20:53:22] The new function is designed to work with or without prefixes [20:53:34] And also work if the shared DB has a different prefix [20:53:41] And still be backwards compatible [20:53:45] What's it do? [20:53:54] It's a rewrite [20:54:00] I can show you the code if you want [20:54:19] It takes up one more line than the original, but doubles the features... ^_^ [20:55:29] Simetrical: http://wiki-tools.pastebin.com/f49c65f61 [20:55:48] 03(NEW) PRE lower border not shown - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11465 15enhancement; normal; MediaWiki: User interface; (huji.huji) [21:15:17] Could somebody tell me really quick, which images are associated with the mediawiki's default skin? [21:18:12] Vin, the ones in skins/monobook/ ? Plus probably a couple elsewhere in skins/. [21:18:40] Okay, so any images go with the skin if they're in the folder? [21:19:29] brion-away, do you have any comment on this? http://bugzilla.wikimedia.org/show_bug.cgi?id=10531 [21:19:31] Hey guys, has anyone here used TinyMCE in MediaWiki before? [21:19:45] Thank you, that's perfect. Goodbye! [21:30:13] Howdy. I'd like to use MediaWiki for an internal wiki. Is there a doc that details what I'd need to do to change the content license text? [21:31:30] hello. Is there a howto somewhere to change pages address from http://site.ext/index.php?title=PageTitle to http://site.ext/wiki/PageTitle? [21:32:08] hello, i'm kinda new to mediawiki so i've been readin alot but i can't find a way to do this: i want to be able to aprove every change made, either updates or creations.. is this possible ? how? thanks for you time guys [21:32:46] toobaz, read the FAQ. [21:33:05] 03(NEW) Eliminate spurious erros - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11466 trivial; normal; MediaWiki extensions: Semantic Forms; (lgerbarg) [21:33:12] DoctorJJ, you need to find an extension. (I should really remember what extensions are available for this, it's one of the top questions . . . is it in the FAQ?) [21:33:38] Seems not, someone should add it. [21:33:38] sorry. I really did it but... I need sleep... thanks [21:34:44] DoctorJJ, wikis works the opposite [21:34:55] thanks Simetrical, is not in the FAQ [21:34:57] people can change and it's reviewed after [21:35:06] morning all, is there a good webpage that covers CSS for wiki's? I'm still searching... [21:35:11] however, FlaggedRevs can do what you want [21:35:29] GI_James, it's the same as any other CSS. [21:35:30] GI_James wikis css is not different than any other CSS [21:35:33] Platonides, is that production-ready? [21:36:08] not for Wikimedia, it seems... [21:36:08] platonides: i knwo the wiki concept but for now i need it like this, thanks [21:36:14] I'm looking specifically, for a chart or something that tells what each section is... like div#globalWrapper is the outside... div#navblalba is menu's etc... I'm not sure how to chane stuff around. [21:36:42] GI_James i'm sure fsome Firefox extension can do that [21:37:40] GI_James|Work: get firebug [21:39:17] can do what? I just need to know, for instance, what code do I need to change the sidebox menu's, the one that has mainpage communit portal... etc... the search box, the toolbox, etc [21:39:38] 03(NEW) SF should not directly access SMW member variables - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11467 15enhancement; normal; MediaWiki extensions: Semantic Forms; (lgerbarg) [21:40:08] I did download firebug, it dind't do anything for me, but I haven't read the manual yet. [21:41:07] GI_James|Work: at the right side of the startus bar at the bottom, you should have a gray or green dot. clock it. [21:41:11] *click [21:41:17] guess I'm looking for a table or something with references to CSS & wiki. [21:41:28] there's no reference. [21:41:33] right, I did, but nothing happened, I'm at work now, and don't have access to firefox. [21:41:36] look at the html. firebug helps (a lot) [21:42:15] I'll try firebug again when I get home. when I did click it, I only got the option to open in new window. [21:42:23] o_O [21:42:44] that sounds very odd. [21:42:59] I'm learning CSS as I go... I've changed my wiki around pretty good so far... I just need to learn more .... [21:43:13] I"m on linux too, but that shouldn't matter in regards to firebug [21:44:13] works fine on linux for me [21:44:46] hmmm... I probably just don't know what I'm doing with it... I'll read up on it and try it when I get home. [21:46:38] ok, my new project is to create a table with wiki references so it will be easier for people to apply css to wiki's. [21:54:16] Is there a way to set your wiki so nobody can create an account? [21:54:54] yes [21:55:01] whop, well, you could technically remove the sign up link [21:55:04] look at access rights in defaultsettings [21:55:20] but if you really wanted to do it than do what BigC says :) [21:55:20] and remove createaccount for * and set it for sysop only [21:55:54] ok [21:56:11] Where is the defaultsettings file? [21:57:43] whop: $IP/includes [21:58:05] k [21:59:39] 03(mod) pre and multiple colon - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11455 (10zelegolas) [22:01:32] er sorry,dont edit defaultsettings [22:01:34] edit localsettings [22:01:51] ts in the root of your install [22:11:01]  [22:11:15] lol, messed up mediawiki [22:11:18] k [22:21:22] 03siebrand * r26171 10/trunk/phase3/ (11 files in 3 dirs): [22:21:22] Localisation updates from Betawiki. [22:21:22] * am, bcl, dsb, ext, fo, gan, hsb, is, sdc (new). [22:27:56] 03(NEW) Title.php: getParentCategories *sometimes* returns string. ... - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11468 15enhancement; normal; MediaWiki: Categories; (mati) [22:30:46] 03(mod) Title.php: getParentCategories *sometimes* returns string.... - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11468 (10mati) [22:47:47] 03siebrand * r26172 10/trunk/extensions/ (7 files in 7 dirs): [22:47:47] Localisation updates from Betawiki. [22:47:47] * Fixes and additions to 7 extensions for fi, fo, hsb, nds, nl. [23:15:35] Is there any way to tell what version of MediaWiki I am running? [23:19:11] where is lastmod set? [23:20:55] how can I tell what version of MediaWiki a site is running (I have access to the backend, I just need to know so I can tell if a particular mod will work). [23:21:07] gushi, index.php/Special:Version [23:32:51] so i don't want anyone to be able to edit besides admin... how i goesa bouts this [23:34:35] edit your localsettings file [23:34:59] http://www.mediawiki.org/wiki/Manual:Preventing_access [23:39:13] 03(mod) Make watching discussion pages independent from their articles - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11459 +comment (10mail)