[00:02:12] hah [00:02:29] i don't even remember them having it on 16-bit windows [00:02:39] we musta just had netscape back then [00:02:54] yah, I used Netscape 3.0 on Win 3.11 [00:03:14] damn, can't find a nice animation of the IE2 progress thingy [00:03:20] but it kinda waves while the clouds in the back scroll [00:06:25] yeah [00:07:37] what is that thing called anyway, icon/working/progress/logo/thingy [00:07:44] every browser has one, but does it have a standard name? [00:11:44] holy crap [00:11:50] I just figured out that in the new firefox [00:11:59] if you twist your fingers on the trackpad on my macbook [00:12:01] you can switch tabs [00:12:03] that ROCKS [00:25:37] Splarka: you mean the progress bar/symbol? [00:25:38] Splarka: a spinner? [00:27:56] if i use $wgAPIModules['delete'] to change which code handles that module, it completely overrides it right? not extends/adds to? [00:32:44] p858snake: isn't a bar and is usually a logo (think IE/NN in 1996)... Mike_lifeguard: the "spinner" aspect is rather a newer concept [00:33:02] oh that thing [00:33:13] I don't know what you're talking about. I wasn't born in 1996 :o [00:33:59] Coppa! [00:38:58] 03dale * r48102 10/branches/new-upload/phase3/includes/ (4 files in 2 dirs): more work/stubs for upload chunks support in the API [00:40:40] Is the wiki at Mediawiki.org setup to use cookies? [00:40:53] For authentication, that is. [00:41:44] well yes, like every other website on the internet, you need cookies to auth to it :P [00:42:04] Hmmm. [00:43:17] I am have a problem staying loged on to my site. But I don't have problems staying logged on at Mediawiki. Also I can not see the cookies in firefox. [00:43:20] satellite internet? [00:43:42] Yup. [00:44:00] you know Hughes eats your cookies, right? [00:44:14] with agressive caching and stuffs [00:44:33] oh, direcway, same diff though [00:44:45] I had heard. But why does it work on one site and not on the other? [00:45:05] possibly they selectively proxy [00:45:42] You have lost me. [00:46:00] http://en.wikipedia.org/wiki/Transparent_proxy [00:46:55] anyway, I have two cookies for mediawiki.org: centralauth_User and centralauth_Token [00:46:57] BRB [00:47:04] are you using the secure server to access mediawiki.org ? [00:47:18] No. on HTTPS [00:47:42] is that "no on https" or "no, I'm on https" ? [00:47:56] I am not secure [00:49:02] but you stay logged in to mediawiki.org ? [00:49:14] Yes. [00:49:31] 03(NEW) trim leading/trailing spaces from IP inputbox - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17823 normal; normal; MediaWiki extensions: GlobalBlocking; (mikelifeguard) [00:49:35] bah! [00:49:44] *werdnum curses mike.lifeguard :P [00:49:47] how about en.wikipedia.org? [00:49:51] 03werdna * r48103 10/trunk/tools/wikibugs/wikibugs: Use a real email parser instead of a bunch of horrible regexes. Fixes bug 9995. [00:50:00] eh? [00:50:37] Let me find out. [00:50:54] werdnum: that was directed at you :) [00:51:17] 03werdna * r48104 10/trunk/extensions/GlobalBlocking/SpecialGlobalBlock.php: Trim wpAddress in global blocking form [00:51:28] take THAT [00:51:36] 03(FIXED) trim leading/trailing spaces from IP inputbox - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17823 +comment (10Andrew) [00:51:59] :P [00:52:26] hey werdnum while you're at it [00:52:30] fix the IP regex detectors [00:52:33] brion-meeting: When you've got some moments, the new wikibugs is committed :) [00:52:41] Splarka: hmm? [00:52:55] werdnum: http://en.wikipedia.org/wiki/Special:BlankPage [00:52:58] go to the search box [00:53:02] type in: 999.999.999.999 [00:53:11] and [go] [00:53:20] wouldn't you say that is the victim of lazy regex? [00:53:54] also try: 1::1 [00:54:02] (gets falsely detected as an IPv6) [00:54:02] yes indeed [00:54:48] Hio [00:54:52] Just a quick question [00:55:06] contestants ready, hands on buzzers [00:55:09] as the founder of my wiki is there a way i can get e-mail notification about everything that every user does? [00:55:13] yes [00:55:16] *Splarka hits buzzer! [00:55:29] it is some setting... [00:55:31] werdnum: Can you check for the same thing on the Special:Checkuser forms [00:55:32] ? [00:55:46] Sparkla, I stay loged in there as well. [00:55:56] $wgUsersNotifiedOnAllChanges [00:55:57] and there were multiple places in globalblocking that didn't trim, IIRC -- dunno how many you changed there [00:56:06] just the one [00:56:08] whore [00:56:20] I'll go fix them :P [00:56:24] YESSSS [00:56:31] *Mike_lifeguard high-fives [00:56:32] jez9999: http://www.mediawiki.org/wiki/Manual:$wgUsersNotifiedOnAllChanges [00:57:36] heh [00:57:37] # Declare this twice so it works for all versions [00:57:37] $wgUsersNotifiedOnAllChanges = [00:57:37] $wgUsersNotifedOnAllChanges = array( 'WikiSysop', 'User123' ); [00:57:44] is the second meant to be a misspelling? [00:57:59] no [00:58:05] but it _IS_ a misspelling, heh [00:58:12] see the note at the top of the page [00:58:27] werdnum: What are the changes of getting Special:GlobalBlock/64.191.70.245 to work like Special:Block/64.191.70.245 [00:58:27] ah heh [00:58:27] ? [00:58:40] Mike_lifeguard: pretty high [00:58:44] chances? [00:58:46] give me a moment [00:58:54] $par for the whore [00:58:57] I have no time for proper spelling [00:59:34] we're under attack :o [00:59:34] I can se the cookies on e..wikipedia [00:59:52] Splarka: well i'm using 1.14.0 [00:59:52] do they stick? [00:59:53] 03werdna * r48105 10/trunk/extensions/GlobalBlocking/ (3 files): Trim IPs in other forms too [00:59:57] so dont need to do the misspelling :-) [01:00:03] then you're good to go [01:00:15] but why would anyone want that much email! [01:00:19] gonna have it sent to your mobile? [01:01:08] Mike_lifeguard: done [01:01:19] 03werdna * r48106 10/trunk/extensions/GlobalBlocking/SpecialGlobalBlock.php: Treat Special:Globalblock/IP appropriately. [01:02:36] hot [01:02:45] like me [01:03:40] yup [01:03:48] aussies... fuckyea [01:03:56] Sparkla, is there a config setting I am missing> [01:05:01] 03(NEW) optionally place a local block when globally blocking - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17824 normal; normal; MediaWiki extensions: GlobalBlocking; (mikelifeguard) [01:05:02] hehehe [01:05:34] RonK: no idea, the bug seems to be that wikipedia/mediawiki.org work for you! heh [01:05:45] but here is Wikimedia's setup: http://noc.wikimedia.org/conf/ [01:06:16] I'll take a look. Thank you. [01:10:35] do we have a page of wanted but currently not actively being developed extensions ? [01:16:50] tomaszf: https://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=Extensions+requests&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED [01:17:07] 03nad * r48107 10/trunk/extensions/RecordAdmin/ (RecordAdmin.i18n.php RecordAdmin_body.php): make create new record type make a form too with links to add content [01:17:33] Splarka: that works :) [01:17:34] thanks [01:17:37] and http://www.mediawiki.org/wiki/Extension_requests [01:17:45] rar [01:26:55] 03werdna * r48108 10/trunk/extensions/AbuseFilter/ (3 files): Add rcount function, same as count except it takes a regex as the needle [01:28:34] if i delete a page, and then recreate it, does it have the same pageid? [01:28:36] Mike_lifeguard: I *want* people to attack meta -- the abuse filter needs rules written there :P [01:28:39] no [01:28:51] evil man :P [01:28:59] boy, rather [01:29:01] :O [01:29:04] ohsnap [01:31:50] 03werdna * r48109 10/trunk/extensions/AbuseFilter/AbuseFilter.parser.php: Change escaping handling -- make \d => \d instead of d. It helps with writing regexes. [01:35:09] check \b!! [01:35:11] how can i find out the name of the pag ebeing loaded in localsettings.php? [01:43:04] 03(NEW) add API module for interaction with user rights - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17825 15enhancement; normal; MediaWiki: API; (c.stafford) [01:45:25] wow, what an original request [01:46:15] 03(NEW) CodeReview revision list "path" column values should be clickable links to path subsearch - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17826 15enhancement; normal; MediaWiki extensions: CodeReview; (brion) [01:48:13] slithytove2006: mmm, I guess you can use $_SERVER['REQUEST_URI'] or something, i don't know how reliable that would be though [01:50:11] 14(DUP) add API module for interaction with user rights - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17825 +comment (10herd) [01:50:13] 03(mod) Set user rights via API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15935 +comment (10herd) [01:51:27] *Ladonna wonders if Brion can poke that bug. ^ Pretty please? :-) [01:53:23] @chuck: i want to make a skin that changes depending on the page. i was hoping to just do the detection in local settings via $wgDefaultSkin [01:53:36] maybe you could use a hook [01:54:48] 03werdna * r48110 10/trunk/tools/wikibugs/wikibugs: Fix careless error [01:54:59] brion: :) [01:55:32] 03(mod) Set user rights via API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15935 +comment (10brion) [01:56:12] *brion looks [01:56:29] \o/ [01:56:30] ok let's do this [01:56:42] :D [01:56:44] Thanks. [01:58:00] *brion grumbles [01:58:01] $ scp wikibugs root@mchenry.wikimedia.org [01:58:15] ^ srsly i've made this mistake like a hundred times in the last decade [01:58:19] it's kind of annoying [01:58:20] sorry about that, i didnt see that 15935 had been reopened, it wasnt when i looked a couple days ago when i thought about it [01:58:41] It's all good. [01:58:51] brion: yeah I do that all the time [01:59:00] You just need the damn :~ or whatever at the end [01:59:06] werdnum: ok try pinging the bug [02:00:15] moment of truth and justice [02:00:25] for great justice [02:00:26] and all that is unicode [02:00:45] 03(FIXED) Rename 'os'=?UTF-8?Q?=20Wikipedia=20namespace=20to=20=D0=92=D0=B8=D0=BA=D0=B8=D0=BF=D0=B5=D0=B4=D0=B8?=, the actually used prefix - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17776 +comment (10rhalsell) [02:00:46] ... [02:00:48] bah! [02:00:50] *Splarka hides! [02:00:55] gotcha? [02:01:02] oh [02:01:06] *werdnum stabs Splarka [02:01:08] you are so dead. [02:01:09] *Splarka dies [02:01:13] yes, I know, but it was worth it [02:01:17] it's not... doing anything? [02:01:32] *Splarka giggles in the grave [02:02:16] brion: hmph. I changed something in the bug and now.. nothing's happening. [02:02:22] brion: I bet you haven [02:02:28] 't installed Email::MIME on mchenry [02:02:36] perl -MCPAN -e 'install Email::MIME' :) [02:03:31] :P [02:05:50] *werdnum waits for it [02:05:55] ugh [02:06:10] it keeps askinig me if it should install dependencies [02:06:12] THE ANSER IS EYS DUDE STOP ASKING [02:06:21] make had returned bad status, install seems impossible [02:06:40] um [02:07:02] i'm so confused [02:07:05] hmm? [02:07:24] http://rafb.net/p/NAw0iv28.html [02:08:03] loading loading loading [02:08:25] brion: are you sudo'd up? [02:08:36] root@mchenry:~# [02:08:52] did i mention i hate perl? [02:08:54] cpan is teh suck [02:09:06] yeah, cpan sucks [02:09:11] i'll just try it again, it's the computer science way :D [02:09:19] same :( [02:09:32] i think it's like a 9 out of 10 times fail rate for me usually :P [02:09:38] You cannot fix a machine by power-cycling it with no understanding of the problem. [02:09:43] Hey, it works :p [02:10:04] not for me [02:10:14] brion: rm -rf /root/.cpan/build and try again maybe [02:10:17] *chuck hugs his ruby and rubygems package manager <3 [02:10:35] haven't tried ruby or python much, trying to get into one or the other [02:10:47] stab stab [02:11:02] i love python, i hate its documentation and libraries :) [02:11:19] no change after removing build dir [02:11:28] i love ruby, and i love its documentation and libraries, actually :P [02:11:51] i constantly find really useful libraries even now after using it for months [02:12:01] perl has a lib for everything [02:12:02] maybe it's got an undisclosed dependency [02:12:38] ooh, how about you switch from bugzilla to redmine? :P [02:12:48] seriously i hate how there's like five hundred fucking deps for every fucking perl library [02:12:52] brion: try installing Email::Simple first [02:13:16] but the error is in WRITING the makefile [02:13:24] 03demon * r48111 10/trunk/extensions/CodeReview/CodeRevisionListView.php: (bug 17826) Make path links clickable in CodeRevisionListView. [02:13:32] Writing Makefile for Pod::Escapes [02:13:32] -- NOT OK [02:13:33] http://rafb.net/p/4zlP0M10.html [02:13:51] 6.1 gigs free on / [02:13:55] and i'm root [02:13:57] wtf? [02:14:06] let's dump the whole ~/.cpan [02:14:25] yeah [02:14:31] *^demon kicks CIA-60 [02:14:31] ow [02:14:36] no change [02:14:39] wtffffffff [02:14:39] *werdnum rubs CIA-60's tummy [02:14:39] *purr* [02:14:43] <^demon> Or rather... [02:14:46] *^demon kicks wikibugs [02:15:22] *chuck eats CIA-60 [02:15:22] *CIA-60 tastes crunchy [02:15:24] http://www.cpanforum.com/threads/502 [02:15:37] make [02:15:37] The program 'make' is currently not installed. You can install it by typing: [02:15:37] apt-get install make [02:15:37] -bash: make: command not found [02:15:39] \o/ [02:15:40] <^demon> (FIXED) CodeReview revision list "path" column values should be clickable links to path subsearch - https://bugzilla.wikimedia.org/show_bug.cgi?id=17826 +comment (innocentkiller) [02:15:50] YOU'D THINK IT WOULD FUCKING TELL YOU THAT IT CAN'T FIND 'make' [02:15:50] brion: lol.... [02:15:58] christ [02:16:11] *brion installs build-essential [02:16:16] *Prodego calms brion [02:16:21] *werdnum giggles at brion's misfortune [02:16:31] "oh i'll just install this script before i go home" [02:16:34] "on friday evening" [02:16:37] "what could go wrong" :) [02:16:52] hehe [02:17:04] *werdnum sends brion chocolate. [02:17:11] < brion> nom nom nom [02:17:12] om nom nom nom [02:17:17] bahaha [02:17:22] I was close :P [02:17:59] brion: and noww..... you can ENABLE FILE MOVING :P [02:18:01] *werdnum hides. [02:18:19] still borked [02:18:48] might need to kill the .cpan/build tree again [02:19:34] ha! [02:19:36] tried that [02:19:44] apparently i have to tweak the cpan configuration [02:19:50] sigh [02:19:50] so it thinks 'make' is '/usr/bin/make' [02:19:54] instead of nothing at all [02:20:14] maybe it would be sensible to warn you when you set it up [02:20:31] you know, "YOU NEED MAKE. IF YOUR 'make' PATH IS BLANK, THERE IS SOMETHING STRANGE GOING ON" [02:21:00] this is perl. it doesn't have to make sense [02:21:17] mmmm, perl. [02:21:25] \o/ [02:21:29] ok werdnum, ping zee bug! [02:21:32] *werdnum writes a four-line perl script to replace brion [02:21:34] 03(mod) Allow wiki markup in messages: repoadmin-edit-bug, and repoadmin-edit-view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17579 +comment (10innocentkiller) [02:21:58] well that's a good sign [02:22:00] 03(mod) œ∑´®†¥¨Википеди This is a test bug - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17827 (10Andrew) [02:22:04] \o/ [02:22:04] \o/ [02:22:05] hawt [02:22:15] 03(NEW) Whitelisting global blocks on Meta makes no sense - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17828 normal; Normal; MediaWiki extensions: GlobalBlocking; (mikelifeguard) [02:23:00] 03(NEW) A simple XML "skin" to be used with XSLT - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17829 enhancement; Normal; MediaWiki: User interface; (rene.kijewski) [02:23:22] 03() Wikibugs gets confused by bugs with non-ASCII chars in summary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9995 +comment (10Andrew) [02:23:28] ... [02:23:30] eek [02:23:31] ... [02:23:46] so much for "ok i can go home now" :D [02:24:07] sec [02:24:18] need a sample bugzilla mail with a resolution [02:24:25] :) [02:24:38] and my gmail is being slow and bitchy [02:26:15] 03(NEW) \b doesn't match properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17830 normal; Normal; MediaWiki extensions: AbuseFilter; (mikelifeguard) [02:27:39] if i'm doing something crazy, like forging an xml file for importing, is it ok if i only put the inside , but not their matching (which i dont have) [02:28:46] brion: okay brion, should be fixed. [02:28:51] whee [02:28:54] 03werdna * r48112 10/trunk/tools/wikibugs/wikibugs: Fix another careless error [02:29:31] 03() \b doesn't match properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17830 +comment (10Andrew) [02:29:33] *cough cough debug big* [02:29:35] *bit [02:29:37] oops [02:30:10] 03werdna * r48113 10/trunk/tools/wikibugs/wikibugs: Kill debugging code [02:30:15] awwww http://identi.ca/notice/2649487 [02:30:28] 03(mod) MySQL 4 MATCHes "Grouped Phrases" as substrings, not word boundaries. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=375 +testme; +comment (10innocentkiller) [02:30:40] brion: aww :P [02:31:36] brion: what is the "from xmpp" part under the status update? [02:31:47] is it a jabber status updater or something/ [02:31:54] yes indeed [02:31:55] werdnum: ok updated [02:31:56] werdnum: Why would I need to use \\b in my regex? [02:32:18] do all \X need to have two \s? [02:32:34] 14(INVALID) œ∑´®†¥¨Википеди This is a test bug - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17827 +comment (10Andrew) [02:32:35] Mike_lifeguard: Yes, it's been fixed on svn [02:32:37] \o/ [02:32:55] chuck: yes, the laconica system can tie in with jabber/xmpp -- i've got it sending updates to my google talk account, and i can post right back from it. pretty handy :D [02:33:02] oh, r48109 is for all those? [02:33:04] brion: okay go home and have a good weekend :D [02:33:05] now URIencode it for non-unicode irc clients [02:33:13] brion: ah, nice [02:33:14] Mike_lifeguard: yeah :) [02:33:14] *Splarka hides [02:33:18] k, thx [02:33:23] non-unicode irc clients should be upgraded [02:33:26] Yay. Nice work, werdnum. :-) [02:33:27] or at least replaced with IE/Mac [02:33:35] xD [02:33:42] haha [02:34:00] brion: how about non-unicode text/plain encoding? http://toolserver.org/~amidaniel/chanlogs/%23mediawiki/20090307.txt [02:34:08] the logs are sad [02:34:21] should be upgraded [02:34:29] text/plain should be upgraded? [02:34:37] text/plain;charset=utf-8 [02:34:41] >:D [02:34:47] heh [02:34:59] Splarka: actually that file loads right up as utf-8, looks fine to me! [02:34:59] *Splarka upgrades brion to IV nutrition, no need for foods [02:35:10] noooo [02:35:12] foods are important [02:35:18] foods are delicious [02:35:21] waste of precious bug-fixing time [02:35:24] nom nom nom [02:35:28] intravenous bacon is just not the same [02:35:32] did anyone notice that the "Wikemedia" foundation is featured on the home page of squid? xD [02:35:32] ok i'm headin ghome now :D [02:35:32] this is the price of progress! [02:35:35] have a good weekend all [02:35:43] brion: however fun that sounds [02:35:46] mmm, IV bacon [02:35:48] good weekend [02:35:53] yup [02:35:55] bye [02:36:12] 10cc of lard, stat! [02:36:27] :DD [02:40:42] 14(WFM) The contribution counter on toolserver shows an error when trying to access the tables of enwiki_p - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7511 (10innocentkiller) [02:41:15] why is that in bugzilla? O-o [02:41:25] oh, kate's tools :) [02:41:35] forgot about that [02:42:03] 14(DUP) unwanted tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17740 +comment (10innocentkiller) [02:42:05] 04(REOPENED) without - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16854 +comment (10innocentkiller) [02:43:55] <^demon> Mike_lifeguard: Yeah. There's a few misc. things open in the category. Was able to close 2. [02:44:13] can't we move them to jira? [02:44:37] <^demon> Feel free. [02:52:18] 03(NEW) "Hide username from the block log, active block list and user list" should also hide the block in Special:Log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17831 normal; Normal; MediaWiki: Blocking; (mikelifeguard) [02:55:56] 03(RESOLVED) unwanted tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17740 +comment (10p858snake) [03:20:04] 06(LATER) Make Special:Unreviewed Pages sortable by age - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17741 (10JSchulz_4587) [03:39:14] 03(FIXED) Logging failed IP checks creates faulty log entries and log searches - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17814 +comment (10JSchulz_4587) [03:43:43] 03aaron * r48114 10/trunk/extensions/CheckUser/CheckUser_body.php: [03:43:43] * (bug 17814) Don't log invalid CIDR checks [03:43:43] * Fixed breakage xff checks [03:43:43] * Removed cruft variables [03:43:44] * Use getTitle(), not $wgTitle [03:45:50] 03aaron * r48115 10/trunk/extensions/CodeReview/ (CodeReview.i18n.php CodeRevisionView.php): Show rev ID in changelog messages [03:51:48] anyone feel like fixing the bug where API action=delete when blocked gives "unknownerror" instead of "permissiondenied", or should I file a bug for someone to get to later? [03:57:57] anomie: http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=48091 https://bugzilla.wikimedia.org/show_bug.cgi?id=17774 [03:59:32] Splarka- Still happens for me in r48115 [03:59:50] might reopen that bug then, or leave a comment [04:00:08] anomie: I'd file a separate bug. [04:00:18] you're a separate bug [04:00:19] Splarka- It's a different bug, looks like [04:00:20] The bug Splarka linked to is related, but not the same. [04:00:26] MZMcBug [04:00:35] *Ladonna bites Splarka. [04:00:39] he feels every letter of every error needs its own bug [04:00:40] Ladonna- I will, I was just checking if someone was around to commit a 1-line fix before I bothered [04:00:45] heh [04:00:51] when in roan, do like the ronin do [04:01:12] anomie: just sit here for 24hr and watch the roan trap [04:01:22] probably not worth a whole bug [04:01:29] (except 50% chance he'll tell you to file one) [04:01:32] Roan will say to file a bug. [04:01:46] werdna: ah, I always liked that nick better [04:01:50] too late [04:02:09] And, Splarka knows that if people don't file bugs, we spend six years wondering why something isn't fixed only to find out nobody ever actually bothered to request it properly. [04:02:13] he pluralized himself [04:02:40] Ladonna: and amazingly everyone manages to live with it [04:02:45] so it wasn't such a bad bug after all [04:03:09] You really want me to respond to that logic? [04:03:27] it isn't logic, it is an observation [04:03:56] It isn't about urgency. [04:03:57] if there is a problem, and it is 6 years old, and nobody has formally complained about it or even noticed that it wasn't complained about, then it wasn't that big of a problem to begin with, and nobody died [04:04:09] or those that did wern't missed [04:04:52] filing bugs for everything you see wrong in the mediawiki world actually makes it harder to find the valid ones [04:04:58] Bug filing is good. It provides a record of problems and where they were fixed. [04:05:06] Where and when. [04:05:30] should I open a bug for IE2? [04:05:50] Does it relate to MediaWiki? [04:05:51] it wouldn't be hard to workaround the lack of a host:, with a client detector [04:05:55] no, Wikimedia [04:06:17] If there's a problem causing an issue for you, I see no reason to not file a bug. [04:06:19] heck, I could fix wikibits.js for IE5 [04:07:53] 2 more lines and we've wasted more time and resources than by just telling anomie to open the bug [04:08:15] 03(NEW) When blocked, action=delete returns "unknownerror" instead of "permissiondenied" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17832 normal; Normal; MediaWiki: API; (b-jorsch) [04:08:36] That bug nearly caused serious issues for me today. [04:09:22] Ladonna- I came across it from a mention on a talk page of how it caused you problems, actually [04:09:33] Hi, is it possible to create new user group for a wiki? [04:09:43] bitbit: yep [04:09:44] I figured it was something like that. I meant to file it myself, but I've been busy. [04:09:49] !rights [04:09:49] --mwbot-- For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [04:09:54] Thanks for filing it. [04:09:59] no problem [04:10:07] !newusergroup | bitbit [04:10:07] --mwbot-- bitbit: To create a new usergroup, simple set permissions for that group in LocalSettings.php, using $wgGroupPermissions. Then, simply add users to that group [04:10:11] I like that even better [04:10:16] more specific [04:11:00] so this is a server side thing [04:11:07] not an admin thing [04:11:13] wiki admin that is [04:11:18] right [04:11:26] ok, thanks (: [04:11:40] Extension:Configure changes that a bit [04:11:49] I find it needs some polishing yet [04:12:27] such as? [04:12:51] 03aaron * r48116 10/trunk/extensions/FlaggedRevs/ (3 files in 2 dirs): Refactoring to use core 'autopatrol' right [04:57:00] 03(NEW) "Hide username from the block log, active block list and user list" removes users from CU results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17833 normal; Normal; MediaWiki extensions: CheckUser; (mikelifeguard) [05:07:08] 03(mod) Provide a 'user-watchlist' that lists all recent contributions of a set of users - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=470 +comment (10mikelifeguard) [05:18:00] 03(mod) Alias of 'Wikipedia' namespace in Chinese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17701 (10skjackey.tse) [05:32:05] 03aaron * r48117 10/trunk/phase3/languages/messages/MessagesEn.php: rev_deleted message tweak [05:51:27] 03(NEW) System message for "Logs" text on user contribution page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17834 minor; Normal; MediaWiki: User interface; (garyking) [06:04:18] it uses a system message [06:04:55] 03aaron * r48118 10/trunk/phase3/ (2 files in 2 dirs): [06:04:55] * Added revdelete-suppress-text [06:04:55] * Removed some duplication [06:04:55] * Bolded suppress option [06:05:05] but the same message is used in LogEventsList, DeletedContributions... and inconsistently, nice! [06:06:34] 03(mod) System message for "Logs" text on user contribution page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17834 (10herd) [06:15:04] 03aaron * r48119 10/trunk/phase3/ (3 files in 3 dirs): [06:15:04] * Added sp-contributions-logs message (bug 17834) [06:15:04] * Added revdelete-suppress-text message to messages.inc [06:15:49] 03(FIXED) System message for "Logs" text on user contribution page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17834 +comment (10JSchulz_4587) [06:15:53] Has anybody thought about forking the FCKeditor extension? [06:15:58] Or SocialProfiles, for that matter [06:16:53] I think about it all the time, if by forking you mean, stabbing it with a fork repeatedly in the face [06:17:03] :v [06:17:48] Well, they are GPLed and all, and it looks like there are patches that have been sitting around unapplied for months [06:18:20] ahh, so just a fast-progress fork [06:18:37] speedy fork, spork! [06:19:02] That sounds about right [06:20:03] 03aaron * r48120 10/trunk/phase3/includes/specials/SpecialRevisiondelete.php: Remove more duplication [06:21:03] doo eet [06:25:27] 03(mod) "Hide username from the block log, active block list and user list" removes users from CU results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17833 (10JSchulz_4587) [06:42:56] stupid question but how do I fix the silly "Error deleting file: Could not rename file" errors? the path it gives is: "public/8/84/" when there's no public folder in the images dir [06:46:17] Make the images directory writable [06:46:44] OverlordQ: is that on a WMF wiki, or your own? [06:46:47] own [06:46:52] dir is writable [06:47:00] it created the dest directories just fine [06:47:24] in the images/ folder I have: 0 1 2 3 5 6 7 8 a archive c deleted f README temp thumb [06:47:27] no public, like I mentioned [06:47:38] Make the deleted directory writable [06:48:33] seriously? [06:48:41] ? [06:49:12] if the webserver can make the empty directories for the files to get moved to, I"m sure it can handle actually writing the files into it. [06:50:13] What kind of an extention would i need to make tags work? [06:50:27] define 'work' [06:50:43] they should do what they say on the box, they're whitelisted in the sanitizer [06:51:23] OverlordQ: What is the full error? [06:52:02] When I use --CynMod that's exactly what I see instead of seeing CynMod in smaller than normal letters. [06:52:51] which wiki? which version? is that inside or any other ? [06:53:43] mediawiki 1.7.0 [06:54:04] hmm [06:54:56] 1.7 was tagged 15419 [06:55:02] and was whitelisted well before that [06:55:22] at least as far back as r7378 [06:57:12] Well its not wokring [06:57:40] Got an example link? [06:57:51] *headdesk* [06:58:25] doesn't have to do with deletions, all image maintnence throw the same error [06:58:57] Could not rename file "public/6/66/beans.jpg" to "public/archive/6/66/20090307065450!beans.jpg". [06:59:25] Well, see https://bugzilla.wikimedia.org/show_bug.cgi?id=13812 for why the error message is confusing [06:59:49] *Splarka is chasing back this "small", from Sanitizer, to Parser, to OutputPage [07:00:02] http://wikis.sytes.net/mediawiki/index.php/Main_Page [07:00:15] that's been fixed though [07:00:27] OverlordQ: are you running 1.14? [07:00:30] wow, has been there since phase 3 was started, almost 6 years [07:00:38] CynMod: You're using < instead of < ... [07:00:49] CynMod: your < and > are being encode [07:00:50] d [07:01:04] I ain't doing anything to it. [07:01:06] you need to use and [07:01:12] don't distract him from the facts, he's got a bug! [07:01:15] Splarka: It's surprising that MediaWiki allowed basic safe HTML? [07:01:16] I type and and save the page and that's what I get. [07:01:22] hmm [07:01:38] possibly it is being escaped in the sig transclusion [07:01:43] 1.7 was ancient [07:02:12] CynMod: you type it in the page, or in your Preferences in the signature box? [07:02:17] Here is exactly what I have in my signature in my preferences " -- [[user:CynMod79|Cynical Modder]] " [07:02:30] right [07:02:34] well check [x] raw signature [07:02:38] if it existed in 1.7 [07:02:41] or [07:02:55] go to a page and type foo without any siguature, to see if it works [07:02:58] raw sig exists [07:02:59] Splarka: you're allowed to tell people to upgrade, you know [07:03:17] Emufarmers: you're allowed to /help/ them too [07:03:26] pfft [07:03:32] http://wikis.sytes.net/mediawiki/index.php/Special:Version [07:03:38] Splarka: ^ [07:03:45] How do tell exactly what version I have? [07:03:59] mediawiki 1.7.0 [07:04:02] heh, by guessing apparently [07:04:04] noob [07:04:13] anyway [07:04:17] not using raw sigs is your problem [07:04:22] I mean if I go to upgrade..noob [07:04:34] im trying it now. [07:04:36] if you don't use raw sigs, whatever you type in there goes into [[User:CynMod79| RIGHT HERE ]] [07:04:47] CynMod: there is nothing to upgrade to, NOOB [07:04:51] you're on the latest stable [07:05:04] ok enough with the 'noob'ing [07:05:10] hurts my brain [07:05:13] noob [07:05:18] get with the internets, prod [07:05:35] ok that worked. THanks [07:05:41] you can has spell badly, you c4n sp3ll w1th numb3rs [07:06:30] 0F C0UR53 Y0U C4N 5P3LL W17H NUMB3R5. [07:07:02] There is no admin panel is there? [07:07:18] not yet [07:07:25] !localsettings [07:07:25] --mwbot-- All configuration is done in LocalSettings.php (near the end of the file). Editing other files means modifying the software. Default settings are not in LocalSettings.php, you can look in DefaultSettings.php. See , , , and [07:07:45] Yeah I figured. thx [07:07:47] but there is an extension in the works to give that a UI frontend [07:08:02] a really cool extension [07:08:41] in the works? any ETA? [07:09:00] http://www.mediawiki.org/wiki/Extension:Configure [07:09:44] ETA is whenever you decide to give it a shot based on the bug reports and revision frequency [07:10:28] it is somewhere between "this could destroy civilization" and "this is safe to use on Wikipedia" [07:11:23] lol [07:11:28] (which some argue are the same level) [07:12:16] I just need to set the timezone to my time zone and I don't need the date in the timestamp [07:13:08] you can sign with ~~~ to omit date [07:15:16] for $wgSMTP do I use = ' and ' or " and " [07:22:59] does this have its own email? [07:53:37] http://www.mediawiki.org/w/index.php?title=Manual:Interface/Sidebar&diff=242701&oldid=242649 heh [07:54:06] My reaction was "who the hell googles "explicittly"? [07:56:14] heh [07:56:48] While we're swapping links: http://www.mwusers.com/forums/showthread.php?t=10114 [07:57:03] This ragequitter was a poet, apparently [08:02:15] morning guys. i have a mediawiki installation recently upgraded to 1.14.0 i have now some problems when showing images. [08:04:00] the error is: "No width specified to ImageHandler::makeParamString" [08:04:46] can anybody please give me a hint, what to do? [08:33:58] 03(NEW) ForeignAPIRepo throwing error on first page load for file - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17835 minor; Normal; MediaWiki: File/Repo; (overlordq) [08:40:19] 03(NEW) XML contains invalid character from page title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17836 normal; Normal; MediaWiki: API; (dc) [08:56:02] 14(INVALID) XML contains invalid character from page title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17836 +comment (10dc) [08:57:08] sry. back [09:04:39] 04(REOPENED) XML contains invalid character from page title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17836 +comment (10dc) [09:23:18] Hello everybody!Can ynybody help me with a problem???In ru.wikipedia.org pahe looks http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ,but in my wiki it is looks like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire How to fix this problem?:) [09:36:19] BullDoG: 504? get a better hosting? [09:38:38] Is there a way to get the wiki to only allow people that have an account and are signed in to edit pages? [09:44:23] yes, it is in the FAQ [09:45:02] Nikerabbit, hoster now making antiddos shild:) [09:49:19] 03(NEW) Cortado player broken in FF3.0.7 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17837 normal; Normal; MediaWiki extensions: OggHandler; (overlordq) [09:49:28] Hello everybody!Can ynybody help me with a problem???In ru.wikipedia.org pahe looks http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ,but in my wiki it is looks like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire How to fix this problem?:) [09:49:44] Nikerabbit, Hoster is works:) [09:58:58] 03(mod) Cortado player broken in FF3.0.7 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17837 (10overlordq) [10:05:12] hello! I would like to let only admins create new users. I'm sure I've done it once a while ago, but I can't find anymore where this is done.. [10:07:30] Hello everybody!Can ynybody help me with a problem???In ru.wikipedia.org pahe looks http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ,but in my wiki it is looks like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire How to fix this problem?:) [10:08:07] ? [10:08:28] wat?? [10:09:33] thats not a pc problem / [10:09:35] ? [10:09:47] wikipedia's server [10:09:57] sumbudy uploaded anim pix [10:10:19] ad a'D/' [10:10:25] A?? [10:10:37] BullDoG: I suppose the code in your page contains an error somewhere [10:11:47] BullDoG: delete section by section to see which causes a problem.. [10:15:29] petaflot, i made copy-paste from ru.wikipedia.org to my wiki.....i think i must install to my wiki some extentions????? [10:15:52] Hi, is there a way to exclude more than one namespace in Special:RecentChanges? [10:21:17] BullDoG: it's more likely you need models or something like that. but why copypaste anyway? [10:34:59] ���� ��� �������? [10:38:32] Hi, did someone know about a extension that allows to export mediawiki articels to *.doc? [11:02:43] kr1s: this is ugly ;-) [11:05:29] Does anyone know how to show an image in sub directory [11:05:29] something like [11:05:29] [[image:subdirectory/image.gif]] ? [11:08:43] eh? [11:09:05] I'm trying to display an image that is in a subdirectory in the images directory [11:09:38] did you just copy the file to the directory? [11:09:42] [[image: ]] reads from the images directory by default [11:10:01] i want to display an image in a subdirectory from the images directory [11:10:16] petaflot, my english or the Idea? [11:10:28] afaik . . . it doesn't work that way [11:10:52] either upload it normally or use the importImages script [11:11:10] Ghaa, that's so tard [11:12:26] not really [11:12:51] kr1s: the idea.. I see why you'd want to do that but it's not what I'd do [11:13:03] I've been ripping my hair out for hours trying to figure out how [11:13:27] Just trying to make things more organised, That's all [11:13:38] O_o [11:14:17] I wasn't literally lal [11:14:20] Morphine: you could just categorize your images.. that won't sort the files but that's not the way they're supposed to be accessed anyway [11:15:10] the way they're organized on disk shouldn't matter [11:15:41] kr1s: does it absolutely need to be .doc or can it be any user-friendly-readable file format? [11:16:20] kr1s: I would generate tex files and convert them to postscript or pdf [11:20:10] 03purodha * r48121 10/trunk/phase3/languages/messages/MessagesEn.php: Missing full stop, or abbreviation indicator. [11:26:20] hi there [11:26:54] i get an error when i try to upload files: Uploaddisabled. How can i fix? [11:31:30] 03(NEW) Add to MediaWiki:revdelete-suppress-text - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17838 enhancement; Normal; MediaWiki: Internationalization; (bugzilla.wikimedia) [12:02:37] 03(mod) User should be able to set fallback language(s) in preferences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11267 +comment (10bugzilla.wikimedia) [12:05:14] i try to post again: i get an error when i try to upload files: Uploaddisabled. How can i fix? [12:05:35] 14(DUP) Ending whitespace is preserved in template argument even when it shouldn't - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8533 +comment (10michaelj.walsh) [12:05:38] 03(mod) No (or broken) whitespace stripping in unnamed template parameter values. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11375 +comment (10michaelj.walsh) [12:07:20] enable them? [12:07:25] How? [12:07:44] is it a userrights issue? [12:08:02] !uploads [12:08:02] --mwbot-- File uploads are an often-used feature of MediaWiki, but are disabled by default in all current release versions. To enable them, first make the upload directory (default images) writable by PHP, then set $wgEnableUploads to true in LocalSettings.php (i.e. "$wgEnableUploads = true;"). See for more info. [12:08:47] OverlordQ: thanks! [12:26:31] hi, I need more formatting controls in my wiki(like wikipedia), are there any extensions? [12:27:04] you mean in the edit bar? [12:27:13] OverlordQ: yes :) [12:28:07] look in . . . errr, I think it's [[MediaWiki:Monobook.js/edit.js]] on enwp if you need an example [12:28:57] OverlordQ: do I have to create all of those myself? [12:29:14] just use those as an example to create whatever you want [12:29:33] OverlordQ: true, but isn't there a pre-made extension? [12:29:54] not unless you use something like FSCKEditor which AFAIK doesn't work with latests MW [12:29:59] OverlordQ: haha, sorry, just wondering since I am running out of time :p [12:30:37] but i could be wrong [12:30:45] there's about a billion and one exensions [12:31:08] OverlordQ: yep, that's the problem. There are no 'bundled' extension with all those formatting opts :( [12:35:31] OverlordQ: thanks anyways :) [12:36:58] 03(ASSIGNED) Set user rights via API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15935 +comment (10roan.kattouw) [12:39:30] dex: This is what you might want to try: http://www.mediawiki.org/wiki/Extension:Add_Button [12:40:35] MGrab: thanks :D [12:51:14] 14(INVALID) XML contains invalid character from page title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17836 +comment (10roan.kattouw) [12:55:50] 03(mod) No (or broken) whitespace stripping in unnamed template parameter values. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11375 (10michaelj.walsh) [12:58:24] 03(mod) No (or broken) whitespace stripping in unnamed template parameter values. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11375 +easy +need-review +patch; +comment (10michaelj.walsh) [12:58:54] 03catrope * r48122 10/trunk/phase3/ (5 files in 2 dirs): [12:58:54] * API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked [12:58:54] * Fix this by changing all calls to current() to reset() [12:59:53] 03(FIXED) When blocked, action=delete returns "unknownerror" instead of "permissiondenied" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17832 +comment (10roan.kattouw) [13:02:43] 03catrope * r48123 10/branches/REL1_14/phase3/includes/api/ (ApiDelete.php ApiPatrol.php ApiProtect.php ApiRollback.php): Backporting r48122 to 1.14 branch [13:05:54] 03catrope * r48124 10/branches/REL1_13/phase3/includes/api/ (ApiDelete.php ApiProtect.php ApiRollback.php): Backporting r48122 to 1.13 branch [13:13:41] 03catrope * r48125 10/trunk/phase3/includes/api/ApiQueryRevisions.php: Followup to r48122: missed one [13:13:57] 03catrope * r48126 10/branches/REL1_14/phase3/includes/api/ApiQueryRevisions.php: Backporting r48125 to 1.14 branch [13:14:22] 03catrope * r48127 10/branches/REL1_13/phase3/includes/api/ApiQueryRevisions.php: Backporting r48125 to 1.13 branch [13:15:37] 03catrope * r48128 10/branches/REL1_12/phase3/includes/api/ (5 files): Backport r48122 and r48125 to 1.12 branch and kill another current() that was removed in 1.13 [13:52:36] 03(mod) XML contains invalid character from page title - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17836 (10dc) [13:55:13] Hello … I've just installed the FlaggedRevs extensions … the extension seems to work, however, there's an error message at the top of each wiki page: [13:55:23] Warning: Missing argument 5 for FlaggedRevsHooks::overrideRedirect() in /…/w/extensions/FlaggedRevs/FlaggedRevs.hooks.php on line 1289
[13:55:31] Any idea what could cause this error message? [13:56:11] $article would be the fifth argument. [14:01:08] 03(mod) PHP Warning + Notice in Special:AbuseFilter/test - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17815 (10raimond.spekking) [14:02:04] zrh: sounds like the extension is not qauite compatible with the version of mediaweiki you are using [14:02:32] Duesentrieb_: OK, I'll update to the latest version and see whether that helps, thank you! [14:03:05] or download the version of that extension that fiths your version of mediawiki. [14:07:27] 03rotem * r48129 10/trunk/ (5 files in 4 dirs): Localization update for he, and several fixes in en. [14:15:33] Anyone else noticed that redirects broke up sometimes? We have now third time at fiwiki that redirects broke: page display that page is redirect but redirecting is not working and [[Special:UncategorizedPages]] fills up with redirects... bug, feature or PEBKAC? In case someone needs example, [[fi:seututie 846]] is one like described [14:20:24] Last time this happened, I resolved that at least most of unworking redirects were remains of page moves. When page was modified, redirect started to work (example: change #OHJAUS to #REDIRECT and save) [14:21:39] mui Agony [14:21:45] hola Nikerabbit [14:22:17] I just installed mediawiki and tried importing wikisource. I keep getting "template error: please do not remove empty parameters (see the style guide and template documentation). [14:22:40] }} I tried googling for the error, only to get more pages, which have the same problem [14:23:02] When article is just touched, happens like http://fi.wikipedia.org/wiki/Seututie_846 this [14:23:03] I also get a tonne of "Expression error: Unrecognised punctuation character " [14:23:11] Agony: reopen https://bugzilla.wikimedia.org/show_bug.cgi?id=17300 ? [14:23:38] Agony: or when was that page moved? [14:24:52] 31. tammikuuta 2009 kello 16.34 [14:25:11] (2009-01-31 16:34) [14:25:43] but touch test was made two minutes ago [14:25:50] hmm [14:25:57] so the cleanup script was not succesful then? [14:26:14] result was "1. [[Ketolanperäntie]]" [14:27:40] 03(NEW) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17839 enhancement; Normal; MediaWiki: Templates; (dasch_87) [14:29:09] http://www.google.com/search?hl=kn&client=iceweasel-a&rls=org.debian%3Aen-US%3Aunofficial&q="template+error%3A+please+do+not+remove+empty+parameters"&btnG=ಹುಡುಕು [14:31:37] Nikerabbit: apparently no, or Tim has forgot to run script at fiwiki (I don't think so). Perhaps there is still some bug when using localized #REDIRECT? [14:32:14] Duesentrieb_: I've just updated to 1.15 Alpha, problem solved, thanks again! Now I can try to figure out how this extension actually works! :) [14:32:30] Agony: no there isn't [14:32:41] localised stuff has been there for ages [14:33:49] I know but I bumb all the time problems when using localized #OHJAUS, never when #REDIRECT is used [14:34:23] that is because page moves use the first [14:35:39] true... so we come back to Tim's fixup script [14:36:17] and Tim is away [14:36:39] (no wonder, everywhere is weekend :) ) [14:36:41] 03(NEW) Add Extension:RecordAdmin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17840 blocker; Normal; Wikimedia: Bugzilla; (bugzilla.wikimedia) [14:40:48] 03(NEW) String comparision does not work - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17841 critical; Normal; MediaWiki extensions: Semantic MediaWiki; (dasch_87) [14:40:50] 03(NEW) Alter MediaWiki:Recordadmin-needscontent - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17842 enhancement; Normal; MediaWiki extensions: General/Unknown; (bugzilla.wikimedia) [14:40:53] 03(mod) Add Extension:RecordAdmin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17840 (10bugzilla.wikimedia) [14:47:09] Hi, is there a way to exclude more than one namespace in Special:RecentChanges? [14:49:19] help? [14:50:39] bitbit: no [14:51:03] ktnx [14:52:03] how come I can't find the common.css? [14:52:18] Does it have a new name in 1.14? [14:52:35] http://en.wikipedia.org/wiki/MediaWiki:Common.css [14:52:35] no [14:53:15] I don't have that file. [14:53:28] CynMod: it's a page not a file [14:53:55] and if it doesn't exist, create it [14:54:05] css is a cascading style sheet which I don't have. [14:54:27] You can hide the Powered by MediaWiki image by adding the following to your wiki's MediaWiki:Common.css: #f-poweredbyico { display: none; } [14:54:34] This is what I am trying to achieve. [14:56:06] CynMod: So edit the [[MediaWiki:Commons.css]] wiki page (create it if it doesn't exist yet) and add that line [14:56:33] Access forbidden! [14:56:43] That's what I get when I go to that page in my wiki [14:56:55] Then make sure you're logged in as a sysop [14:57:09] 03raymond * r48130 10/trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php: Follow up r48116: Comment out a message which conflicts with a core message key. [14:57:12] Do you get a MediaWiki error or an Apache error? [14:57:12] I am [14:57:24] You don't have permission to access the requested object. It is either read-protected or not readable by the server. [14:57:33] URL? [14:57:40] http://wikis.sytes.net/Mediawiki:common.css [14:58:57] CynMod: http://wikis.sytes.net/index.php/Mediawiki:common.css [14:59:29] and fix your rewrite rules [14:59:30] Thanks [14:59:38] What's wrong with them? [15:00:33] oh, you don't have them [15:00:37] sorry [15:00:53] Im lost [15:00:56] what do I need them? [15:01:33] You don't, ialex was confused, is all [15:02:29] ok [15:07:34] For adding more buttons to the edit page, what would I put in for signature w/o time stamp? [15:08:48] Or better yet, where do I find where the original buttons are so I can view its code for an example? [15:09:14] CynMod: You want something that adds a sig without a timestamp? [15:09:22] That's just ~~~ or ~~~~~ (don't remember which one) [15:10:11] Yeah. The default one on the edit box adds --~~~~ and I want to make a new one in the Mediawiki:common.js that will add --~~~ [15:11:36] This example uses tagopen and tagclose. Do I just use tagopen or would it be just tag? [15:14:41] Can anybody help me with problem?:)My page seems like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire but it is must to seems how that page http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ....What problem I have?:) [15:19:47] 03maikmerten * r48131 10/trunk/cortado/src/com/fluendo/ (3 files in 2 dirs): enable aspect-ratio correction as indicated by the video file. Add "ignoreAspect" to fall back to old behaviour (forced square pixels). [15:27:40] Can anybody help me with problem?:)My page seems like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire but it is must to seems how that page http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ....What problem I have?:) [15:29:40] 504 Gateway Time-out here [15:30:02] but I guess you might miss some templates ? [15:38:16] NicDumZ, sorry:)Already no error 504..please view site now:) [15:38:31] you miss some templates [15:38:51] Шаблон:Anime-wikify ? [15:38:58] Шаблон:Список серий аниме ? [15:39:11] you need to import every templates used in the page [15:39:59] NicDumZ, When i am iporting every new template from this page i have more and more tags on page:) [15:40:08] that's normal [15:40:14] recursive inclusion [15:40:38] * [Raaz- Soniyo ( FULL SONG)] [15:40:38] 05:32 love this song [15:40:39] * [Raaz- Soniyo ( FULL SONG)] [15:40:40] 05:32 love this song [15:40:55] ouch.. sorry [15:40:58] but unless all templates are imported, it's pretty hard to tell what's wrong [15:41:04] if anything *is* wrong [15:44:42] NicDumZ, now i will import all templates...wait a moment:) [15:50:04] Bye all, CUL8ER! :) [15:53:14] BullDoG, also you might need some of the css from http://ru.wikipedia.org/wiki/MediaWiki:Common.css [15:53:46] and js from http://ru.wikipedia.org/wiki/MediaWiki:Common.js [15:54:17] NicDumZ, How ti install it?:)I am noob;) [15:57:14] When uploading a file, in the destination box, can you type like /files/file.jpg to make it upload to the "file" directory? [15:57:21] wtf was that [15:57:52] When uploading a file, in the destination box, can you type like /files/file.jpg to make it upload to the "file" directory? [15:58:48] How am I spose to get an answer from my question with crap like that. [15:59:25] its a netsplit [15:59:30] they happen [15:59:31] deal with it [15:59:32] splits happen :) [16:00:02] When uploading a file, in the destination box, can you type like /files/file.jpg to make it upload to the "file" directory? [16:00:17] NicDumZ, i have install css and js....but poblem is actually for me:(Anything else?:) [16:00:20] Can anybody help me with problem?:)My page seems like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire but it is must to seems how that page http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ....What problem I have?:) [16:06:45] there is any limit in number of images (thumb) on one page? [16:22:11] Can anybody help me with problem?:)My page seems like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire but it is must to seems how that page http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ....What problem I have?:) [16:34:20] Can anybody help me with problem?:)My page seems like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire but it is must to seems how that page http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ....What problem I have?:) [16:34:21] Can anybody help me with problem?:)My page seems like that: http://animelife.org.ru/wiki/index.php/Rosario_%2B_Vampire but it is must to seems how that page http://ru.wikipedia.org/wiki/Rosario_%2B_Vampire ....What problem I have?:) [16:44:29] !repeat | BullDoG [16:44:29] --mwbot-- BullDoG: Please do not repeat yourself too often. If little conversation has occurred since your last message, then it is likely no one has an answer or someone who does hasn't looked in IRC yet. You risk annoying people if you incessantly repeat yourself. [16:47:56] Has anyone used the extension "Directory Manager?" [16:52:55] 03(NEW) Does not protect page from editing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17843 major; Normal; MediaWiki: Page protection; (techman224) [16:57:15] !tidy | BullDoG [16:57:15] --mwbot-- BullDoG: HTML Tidy is an extermal application that cleans up HTML for XHTML compliance (such as bad user input like
). Prior to the new preprocessor in 1.12 it was also needed for distributed, transcluded, or conditional HTML, or mixed HTML and wikitables, but newer versions allow it without Tidy. See [16:57:49] Has anyone used the extension "Directory Manager?" [17:01:18] hey guys [17:01:48] say, if I'm a user on the english wikipedia... why can't I send an e-mail to a user on the german wikipedia? [17:02:28] is this a mediawiki thing, or just a wikipedia setting? [17:02:39] dpy: you need to be logged in in the german wikipedia [17:03:03] if you want to use Special:Emailuser there [17:03:17] (and have your email confirmed, of course) [17:03:18] ialex: so I need to have a login on each and every national wikipedia to send ppl from that country an e-mail? [17:03:19] geez.. [17:04:01] dpy: yes (or have a global account so that you are logged in in all wikipedias) [17:04:55] ialex: I'll use his english account then, not sure if it is being checked though [17:07:40] 03(mod) Does not protect page from editing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17843 (10techman224) [17:19:51] since 1.14 I can't run maintenance scripts cos of some safe mode error. PHP Warning: realpath(): SAFE MODE Restriction in effect. I changed nothing and upgraded as I always did. Tried to change permission settings to the directory but nothing helps. Any ideas? [17:20:03] My php safe mode is OFF ;) [17:20:42] make php notice that? [17:20:49] since I can still run m.scripts in the old 1.13 directory it must be sth about 1.14 or permissions? [17:21:34] 1.14 may have added the call to realpath() [17:22:09] $IP = realpath( '.' ); imho [17:23:02] where to add that? [17:23:28] Subfader: don't add it, it's where realpath() is used ;) [17:23:48] Subfader: does php -i says that safe mode is disabled? [17:24:00] LocalSettings reads sth about MW_INSTALL_PATH which i did not define so it uses $IP = dirname( __FILE__ ) [17:24:56] quite contradictonary [17:25:01] nope it was $IP = realpath( dirname( __FILE__ ) . '/..' ); [17:25:09] and it's in commandLine.inc [17:25:28] $IP = realpath( '.' ); is in includes/WebStart.php [17:26:13] *ialex kick CIA-60 [17:26:44] *ialex kicks CIA-60 [17:26:44] ow [17:26:51] you lag! [17:27:05] my php info says safe mode: local: off / master: o [17:27:09] master: on [17:28:32] command line or online? [17:28:40] online [17:29:02] command line php -i gave me sth like safe_mode_allowed_env_vars => PHP_ => PHP_ [17:29:32] Subfader: that's not safe mode itself [17:29:36] maybe more, it dropped out of my putty window :) [17:29:45] too much info in the window [17:30:06] use | less or grep [17:30:07] **out of scrolling view [17:33:44] RoanKattouw- There's an error in the "contenttoobig" error string defined in ApiBase.php: $wgMaxArticleSize is in kilobytes, not bytes. [17:34:53] i don't get the less/grep part :( [17:37:09] so is my server misconfigured? I can imagine I'm not the only one with this error... [17:37:47] anomie: fixed [17:38:16] Subfader: you can scroll with | less [17:39:53] indeed. the only new value i find with "safe" is Thread Safety => disabled [17:39:56] ialex- Nifty. Also, I note that the way its used setting $wgMaxArticleSize=2048 actually allows up to 2049*1024-1 bytes, so the comment on $wgAPIMaxResultSize should probably be adjusted; things can break if any revision (plus whatever metadata counts) is greater than $wgAPIMaxResultSize. [17:41:06] should i add a new php_admin_value for the realpath thingy? [17:41:51] Subfader: i don't think php_admin_value has any effect for command line [17:42:01] 03(mod) Special:GlobalGroupPermissions is not listed as a restricted special page (but it) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17603 15enhancement->trivial (10techman224) [17:42:31] 03(mod) Put Special:Interwiki into wiki section (Extension:SpecialInterwiki) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17419 15enhancement->trivial (10techman224) [17:42:57] whoa. i ned to hit return to scoll down! there it is safe_mode => On => On [17:45:36] Subfader: so disable it in php.ini [17:46:43] 03(FIXED) Put Special:Interwiki into wiki section (Extension:SpecialInterwiki) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17419 +comment (10alex.emsenhuber) [17:48:55] trying. i have a vhost so i need to change vhost.conf. added php_admin_value safe_mode = Off but no change [17:49:55] Subfader: it has no effect for command line [17:50:15] you need to change php.ini [17:50:59] i thought my vhost.conf is there to override php.ini settings (which i cannot touch iirc) [17:51:22] Subfader: for apache yes, but not for command line [17:52:31] will ask my host abouzt the situation. so actually setting safe_mode to OFF with the permissions i have is not going to properly disable safe_mode, right? [17:52:58] yes [17:53:30] ok but I won't consider changing my host just cos of commandLine.inc ;) [17:54:36] Subfader: also you can try php -d safe_mode=off ... [17:54:55] was that the right thing to do in 1.14? I guess 90% of all MW users are hosted on a shared web service like mine [17:56:06] thath=? [17:56:24] !safemode [17:56:24] --mwbot-- safe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5 and removed in PHP6. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information. [17:57:20] yes i''ve read it. If you cannot turn safe_mode off ..., please consider finding a new host. [17:58:56] my point is I can't run maintenance scripts now. and like me 90% of all MW users who can't turn off safe_mode properly. but it worked fine till 1.14 though [18:01:42] ok anyway, will contact my host first, before i hating 1.14 much more than I do now already ;) thanks for the help [18:03:16] 03siebrand * r48132 10/trunk/extensions/CodeReview/ (30 files): [18:03:16] * add a few comments with full message names used where the message name is composed of a prefix with and action or something else [18:03:16] * stylize.php for all php files [18:03:16] * trailing whitespace removed [18:03:16] 03ialex * r48133 10/trunk/extensions/Configure/ (CHANGELOG Configure.php Configure.settings-ext.php): [18:03:21] * Added documentation url for Find Spam [18:03:23] * Fixed $wgCentralAuthAutoLoginWikis array type [18:03:25] * Marked that CentralNotice requires a schema change [18:03:29] ialex, there's an issue with protecting pages [18:03:49] 03siebrand * r48134 10/trunk/extensions/RecordAdmin/ (RecordAdmin.i18n.php RecordAdmin.php RecordAdmin_body.php): [18:03:49] * update message 'recordadmin-needscontent' [18:03:49] * stylize.php run and trailing whitespace removed [18:04:12] ah finally CIA-60! [18:06:16] heh [18:06:53] better 47 minutes late than never [18:07:42] Subfader: the problem with safe_mode is when the resolved directory has an different uid than yours [18:07:58] (for realpath) [18:08:49] ok thanks. will tell that my host as well. If not I try to use the 1.13 commandLine.inc in my 1.14 ;) [18:09:46] techman224: what's the issue? [18:10:10] ialex, https://bugzilla.wikimedia.org/show_bug.cgi?id=17843 [18:10:33] 03siebrand * r48135 10/trunk/phase3/languages/messages/ (49 files): Localisation updates for core messages from translatewiki.net (2009-03-07 17:28 UTC) [18:10:33] 03ialex * r48136 10/trunk/phase3/includes/api/ApiBase.php: Per anomie's report on IRC: $wgMaxArticleSize is in kilobytes, not bytes [18:11:03] ialex, when I want to protect a page from editing, I've set "edit" to admins only, but it doesn't protect it [18:11:18] There's no error messages [18:11:48] It only sets the move protection because I haven't check that box [18:11:55] 03siebrand * r48137 10/trunk/extensions/ (79 files in 76 dirs): Localisation updates for extension messages from translatewiki.net (2009-03-07 17:28 UTC) [18:13:59] techman224: works for me [18:14:16] ialex, it's in the latest revision [18:14:21] in trunk [18:15:06] techman224: I use trunk [18:15:17] ialex, are you at the latest revision? [18:15:21] yes [18:15:36] hello! I would like to let only admins create new users. I'm sure I've done it once a while ago, but I can't find anymore where this is done.. does anybody have a clue? [18:16:22] petaflot: $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['user']['createaccount'] = false; $wgGroupPermissions['sysop']['createaccount'] = true; [18:18:32] ialex: thanks! [18:18:50] then you (they) have to go Special:UserLogin&type=signup manually [18:19:01] ialex, try updating it, just to be sure [18:19:17] [[Special:UserLogin/signup]] also works, in newer versions [18:19:52] have to go [18:19:58] back in some hours [18:23:20] 03(mod) Add to MediaWiki:revdelete-suppress-text - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17838 +comment (10innocentkiller) [18:24:38] 03(WONTFIX) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17839 +comment (10innocentkiller) [18:25:08] 03(NEW) Redirect users to a specific page when they log in - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17844 enhancement; Normal; MediaWiki: User login/settings; (stwalkerster) [18:33:46] 03demon * r48138 10/trunk/phase3/ (4 files in 3 dirs): (bug 17844) Redirect users to a specific page when they log in. Based on patch by Simon Walker [18:34:55] 03(FIXED) Redirect users to a specific page when they log in - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17844 +comment (10innocentkiller) [18:41:13] 03rainman * r48139 10/branches/lucene-search-2.1/src/org/wikimedia/lsearch/ranks/Links.java: (log message trimmed) [18:41:13] Fix the bug reported on Village Pump with some articles missing in search index. [18:41:13] Not sure what *exactly* happens when a page is moved over a redirect, but there seems to [18:41:13] be a missing OAI entry for the update/deletion of the redirect over which the page is moved. [18:41:15] As a consequence, lucene "links" index gets out of date and thinks the new page is a redirect [18:41:17] and thus doesn't index it. It kinds sucks to have two sets of keys there but both are needed [18:41:19] since we might not always have ns:title (i.e. on page deletions) and we usually want to [18:59:05] 03ashley * r48140 10/trunk/phase3/ (RELEASE-NOTES includes/specials/SpecialContributions.php): add a link to Special:UserRights on Special:Contributions for privileged users. thanks to Skizzerz for patch review & fixing a little bug with my original code [19:05:40] 03(NEW) DejaVu Sans font renders incorrectly in thumbnails - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17845 normal; Normal; MediaWiki: Images; (le.korrigan) [19:26:06] 03(mod) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17839 (10dasch_87) [19:27:36] <[KrusheR]> hi [19:27:50] <[KrusheR]> is there a way to limit the length of usernames? [19:28:51] http://www.mediawiki.org/wiki/Extension:Username_Blacklist could probably do it [19:29:15] 03(NEW) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17846 enhancement; Normal; MediaWiki extensions: Extensions requests; (dasch_87) [19:29:28] <[KrusheR]> Splarka thanks pal [19:29:43] oops [19:29:45] merged into Titleblacklist [19:29:55] http://www.mediawiki.org/wiki/Extension:Title_Blacklist [19:30:25] that does that, and more [19:30:33] <[KrusheR]> just noticed that [19:30:37] <[KrusheR]> thanks again [19:31:01] enjoy [19:31:17] there's also http://www.mediawiki.org/wiki/Manual:$wgMaxNameChars and http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MinimumNameLength/ [19:31:38] boring! [19:31:54] such is life ;-) [19:31:55] <[KrusheR]> i think $wgMaxNameChars will be enough [19:31:59] <[KrusheR]> thanks ashley [19:32:22] np [19:36:50] [KrusheR]: it won't work like you might think [19:37:07] <[KrusheR]> why? [19:37:10] with the blacklist you can limit the number of characters [19:37:18] but with that you can only limit the number of bytes [19:37:25] <[KrusheR]> that will do [19:37:35] so for example, UTF-8 will be severely limited [19:37:51] <[KrusheR]> i've set it to a big enough number [19:38:05] ahh k, thought you were thinking very short [19:38:08] <[KrusheR]> i just didn't want some people to have enormus usernames that broke the design [19:38:15] <[KrusheR]> i've set it to 35 bytes [19:38:20] hmm, that is pretty short [19:38:28] <[KrusheR]> hmm [19:38:37] in a complex unicode script that's only 11 characters [19:38:58] do you have many funky-script foreign types? [19:39:04] <[KrusheR]> true [19:39:20] <[KrusheR]> what do you mean? [19:39:38] well, like people with nicknames written in arabic, kanji, etc [19:40:01] <[KrusheR]> not many [19:40:05] <[KrusheR]> and all very short [19:40:12] you may want to set that to say, 100 bytes, and then use the title blacklist to limit it to 35 characters *shrug* [19:40:12] k [19:40:20] then it'll probably work for you ^_^ [19:40:42] <[KrusheR]> i'm a bit reticient to install new extension becouse our server is loaded enough [19:41:06] <[KrusheR]> i'll have to rent a better server soon [19:41:27] <[KrusheR]> *reticent [19:43:23] 03(NEW) Adding links make EasyTimeline instance break - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17847 minor; Normal; MediaWiki extensions: EasyTimeline; (pred) [19:51:56] 03(mod) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17846 (10dasch_87) [19:52:05] 03(FIXED) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17846 (10dasch_87) [19:52:28] 03(mod) Variable for Thumbnail Width - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17839 (10dasch_87) [20:13:10] 03(NEW) Property E-Mail - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17848 enhancement; Normal; MediaWiki extensions: Semantic MediaWiki; (dasch_87) [20:19:46] 03(mod) Recent changes JavaScript: clicking arrow should keep it in focus - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17616 (10326374) [20:47:04] 03demon * r48141 10/trunk/android-client/ (32 files in 11 dirs): Initial checkin of android-client v0.0.5. Use at your own risk. Compiled apk available as android-client.apk. See README for the todo list. [20:48:24] <[AMB]Tolsome> Good Evening :) [20:49:55] <[AMB]Tolsome> http://simpire.megamers.ch/wikipire/index.php?title=Test. The default of the NavFrame is show, but it muss hide. How can I change this? [20:49:58] arr, you again! whatcha want this time, [20:50:14] "collapsed" I believe [20:50:32] (though that might be tables) [20:50:48] > The default behavior of this code will initially "show" the details, as well as a link to "hide" the details. To reverse the default behavior, so that the details are initially hidden, use class="NavFrame collapsed" (instead of class="NavFrame") in the outer div element. [20:51:35] <[AMB]Tolsome> where can I find it? :) [20:51:51] <[AMB]Tolsome> ah! [20:51:57] <[AMB]Tolsome> sorry, now I understand ^^ [20:52:31] <[AMB]Tolsome> thank you :) [20:53:51] rar [20:54:54] <^demon> Why do I get the feeling I'm the only one with the android sdk installed? [20:56:55] <[KrusheR]> is it possibe to set the advanced recent changes view (that fancy javascript enabled view) by default? [20:58:05] <[AMB]Tolsome> ok, wish you a nice evening :) bye :) [21:05:58] 03(mod) Property E-Mail - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17848 (10dasch_87) [21:08:02] 03nad * r48142 10/trunk/extensions/RecordAdmin/RecordAdmin_body.php: fix problem with select lists using wikitext to generate their options [21:08:42] [KrusheR]: it is, but not advised, unless you have a way to switch back for anon viewers (like Wikia does) [21:09:11] <[KrusheR]> why? [21:09:11] because it requires javascript (no graceful degrade) and can't be shut off [21:09:16] <[KrusheR]> ah [21:09:18] <[KrusheR]> ok [21:10:12] see http://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions [21:10:30] <[KrusheR]> thanks again [21:10:56] "javascript collapsible tree" is false [21:11:03] it is collapsed, it is a "javascript expandable tree" [21:11:14] it wouldn't be hard to make it javascript friendly and just call it "grouped recent changes" [21:11:29] and the JS would auto-collapse it on page load [21:11:40] and still make it non-js friendly too, by just showing the fully expanded tree view [21:11:45] but nobody cares enough [21:12:07] (unless someone already did it, heh) [21:15:21] <[KrusheR]> it seems difficult to me to make [21:15:48] <[KrusheR]> it would be cool to have a bounty system on mediawiki [21:23:05] <^demon> Splarka: {{sofixit}} [21:23:08] inside -tags, is it possible to have text that doesn't show up, but is still inserted when clicked on? [21:23:15] TMPHP;DNR [21:23:17] we have color templates, like {{green|@}} (which would show green @ on black background), and i'd like to show just the @ with colors, but insert the whole "{{green|@}}" string. [21:23:39] paxed: generate the in javascript [21:23:58] in fact, you don't even need the CharInsert extension for the feature, it just uses addTags() in wikibits.js [21:24:25] hmm... ok. [21:24:43] lemme getcha an (ex|s)ample [21:25:07] thanks! :) [21:28:46] 03ialex * r48143 10/trunk/extensions/ (3 files in 3 dirs): svn:eol-style native [21:31:11] 03(mod) Property E-Mail - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17848 (10dasch_87) [21:31:32] okay, so... [21:31:34] $ [21:31:38] a typical symbol to insert [21:33:45] you want... @ [21:35:54] except it interprets the {{green|@}} inside the javascript as wiki markup. this is for MW:Edittools, btw... [21:36:15] I mean, you want that as the result [21:37:58] ?? [21:38:39] 03aaron * r48144 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: * Bumped $wgFlaggedRevsOversightAge [21:39:39] 03demon * r48145 10/trunk/android-client/ (AndroidManifest.xml src/org/mediawiki/android/WikiPage.java): [21:39:39] * Bump build number to 5, forgot to earlier [21:39:39] * Grab the right HTML. [21:40:01] paxed: sec [21:43:25] <^demon> Aaron: No edit conflict on code review. [21:43:40] <^demon> It just saves both. [21:43:42] paxed: http://p.defau.lt/?qW3ruIyEwg8_gbTRrWVOhQ [21:47:34] Splarka: oh. i can't put that " ..." directly into MW:Edittools? [21:49:26] 03(ASSIGNED) Property E-Mail - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17848 +comment (10dasch_87) [21:49:54] hm. i guess tag is not allowed. [21:50:05] never is [21:50:18] 03(NEW) Boilerplate text on top of Special:Contributions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17849 enhancement; Normal; MediaWiki: User interface; (gtisza) [21:51:16] haven't needed to use raw html before. [21:51:58] kinda weird considering it's a page normal users can't edit anyway. [21:53:26] paxed: you could use a secure htmlets extension, but no, you can't do that [21:53:29] but that's silly anyways [21:53:37] 1. charinsert requres javascript to do anything [21:53:52] 2. you can insert javascript by editing MediaWiki:Common.js [21:54:05] 3. so why not just create the tags with javascript? [21:54:17] i was just hoping i could do it directly into the MW:Edittools. [21:54:25] 03(mod) "Hide username from the block log, active block list and user list" removes users from CU results - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17833 +comment (10mikelifeguard) [21:54:28] silly expectations, heh [21:55:19] 03demon * r48146 10/trunk/android-client/ (18 files in 5 dirs): eol-style [21:55:26] right. i'm used to twiddling on a slightly lower levels... [21:55:41] edit the CharInsert extension [21:55:57] this is for a wikia wiki. [21:56:05] ew [21:56:43] *shrug* [21:56:55] well, then your only option is what I described [21:57:08] since you can't add an extension or change raw html settings [21:59:10] 03(mod) autoblock disabled for IPs makes no sense - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17498 summary; +comment (10mikelifeguard) [22:02:42] Mike_lifeguard: how did you make the block [22:03:01] which one? [22:03:35] whatever blocked caused your 'autoblock disabled' to show up [22:03:39] on an IP [22:03:52] presumably with the normal UI [22:04:08] probably was made with the API [22:04:39] or alternatively, someone going to [[Special:Block]] directly, and then disabling autoblock [22:04:40] no, I am not a bot [22:05:14] so you made it by manually going to [[Special:Block]] and entering the info and checking the boxes? [22:05:24] I guess so [22:05:35] I can do a test block to try to replicate it if you want [22:05:49] hmm, no you are right, I just tested it [22:05:58] I don't think it used to do that [22:06:30] # (hist) (status) 22:06, 7 March 2009 Mike.lifeguard (Talk | contribs | block) blocked 1.2.3.4 (Talk) with an expiry time of 1 second (anonymous users only, account creation disabled, autoblock disabled) ‎ (test) (unblock | change block) [22:11:29] 03(mod) establish tests to catch non-Traditional Chinese mainstream characters - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17794 (10jidanni) [22:27:18] hi everyone - just wondering if anyone knew how to add a header to the monobook skin - I can get the header in but the login/edit, history, etc buttons remain at the very top - is there anywhere to add padding for those links? [22:37:39] Awesys, CSS [22:38:00] see /skins/monobook/main.css #p-personal [22:38:02] look but don't touch! [22:38:08] add the padding to MediaWiki:Monobook.css [22:38:19] (or to a stylesheet your extension loads) [22:38:38] oop, you mean the buttons, #p-caction [22:38:50] you'll also have to shift down #content [22:40:51] thx! looks like i need to touch personal as well.... thanks a lot! been lookign for a while :) [22:40:55] 03rainman * r48147 10/branches/lucene-search-2.1/src/org/wikimedia/lsearch/ (7 files in 3 dirs): [22:40:55] * Add new switch to take only certain indexes out of rotation on index update. This can be useful [22:40:55] when couple of hosts have redundant copies of some (but not all) indexes. [22:40:55] * cleanup some logs and detect empty queries [22:40:58] for the top righ tlinks [22:41:08] 03siebrand * r48148 10/trunk/phase3/languages/Names.php: Update 'za' language name per http://za.wikipedia.org/wiki/Sawcuengh [22:46:31] thanks - best regards :) [23:02:13] 03pinky * r48149 10/trunk/phase3/ (4 files in 4 dirs): (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the user name of the last user to edit the page [23:03:20] that'll go over like a lead balloon [23:03:43] how about the substonly thing like {{subst:CURRENTUSER}} that tim or brion said might be allowable [23:04:18] (or could revisionuser be subst'd? revisionid can't) [23:05:15] You're a lead balloon. [23:17:42] is pinky gonna close https://bugzilla.wikimedia.org/show_bug.cgi?id=10336 ? [23:17:53] ya I'll get to it eventually :P [23:18:24] Splarka: and yes it can be subst'd [23:18:49] k [23:18:56] that might solve https://bugzilla.wikimedia.org/show_bug.cgi?id=12733 too [23:19:03] but not 4196 of course [23:20:43] My preferred syntax for the feature in question is {{subst:USERNAME}}. [23:20:43] {{USERNAME}} without the subst: prefix would break in some (preferably [23:20:44] informative) way. [23:20:46] --Tim [23:26:50] ohyah? [23:26:51] Perhaps something like {{REVISIONUSER}} (matching existing {{REVISIONTIMESTAMP}}, {{REVISIONID}}, etc). That could be subst:ed via a template, which I believe would have the desired result. [23:27:09] --BR10N!!!one! [23:27:40] and if {{REVISIONUSER}} is substable, it is the same as {{subst:USERNAME}} [23:29:12] ya [23:31:30] 03kim * r48150 10/trunk/wikiation/installer/ (11 files in 2 dirs): (log message trimmed) [23:31:30] Code refactored using a refactoring editor. [23:31:30] All mention of "revision" has been replaced with "instance", [23:31:30] since we'll be using the word "revision" to refer to [23:31:30] svn revision numbers. [23:31:31] Since we're refactoring anyway, Also added settings_handler.py, [23:31:35] which provides default settings, and provides backwards compatibility [23:33:51] 03(FIXED) {{REVISIONUSER}} to print name of editor of current revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10336 +comment (10redwwjd) [23:42:25] 03(NEW) Please create newprojects-l for announcing the creation of new wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17850 enhancement; Normal; Wikimedia: Mailing lists; (mikelifeguard) [23:45:53] 03(mod) Please create newprojects-l for announcing the creation of new wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17850 (10mikelifeguard) [23:46:10] 03nad * r48151 10/trunk/extensions/RecordAdmin/ (RecordAdmin.php RecordAdmin_body.php): fix dpl queries in select lists [23:46:38] hmm, so should I close 12733? [23:47:06] it's not the exact same, although {{subst:REVISIONUSER}} can accomplish the same thing as the proposed {{subst:USERNAME}} [23:55:04] hmm [23:55:20] Pinky: close it as WORKSFORME and link it as having depended on the other bug [23:55:32] mmk [23:55:33] blocked by 10336, that is [23:55:42] i don't suppose does syntax highlighting for, um, [[wikitext]] [23:55:48] hahaha [23:55:53] CharlotteWebb make funny [23:56:36] so i'll stick to using
 then?
[23:56:38] 	it would be nice though, to have it at least hilight the preprocessor stack order
[23:57:21] 	you make it sound like that would be the quickest way to get banned from bugzilla
[23:57:22] 	you can use , like on html4strict or xml... the comments and legal tags will show, but it won't do much for the wikicode
[23:57:36] 	03kim * r48152 10/trunk/wikiation/installer/ (3 files): Added a debug flag to settings.py, to aid in debugging scripts.
[23:57:43] 	well, it is a bug for GeSHi, not for bugzilla
[23:58:24] 	can we write an extension to an extension or is it not that simple
[23:59:30] 	you'd probably just write a new specific syntax hilighter
[23:59:36] 	like 
[23:59:55] 	Tim was gonna do that, or something similar.. it woulda been cool too