[00:00:00] there or there-abouts [00:00:12] give or take a couple of weeks [00:06:43] Such precision. [00:12:34] :D [00:12:50] it's hard interpreting a trendline when the only gridlines are in yearly intervals [00:15:15] so get random samples [00:16:53] yeah, that might have been a better idea rather than the entire lot [00:17:24] I'd just map commits per day for the past few months and extrapolate. [00:17:34] 50k: Apr 28, 49k: Mar 29, 48k: Mar 3 [00:17:35] anyway, I'll concentrate on it tomorrow [00:17:49] Marybelle: also mapping out the trend of increasing the number of devs [00:18:19] Marybelle: I drew a graph of the commits after 30k, and applied a linear trendline [00:18:26] Eh, I don't see a strong correlation there. At least not to phase3 development, though commit count changes regardless of where.... [00:18:42] (To Splarka.) [00:18:55] which has a correlation coefficient of 0.9982 with the real data, so it's close enough [00:19:13] ... to say "sometime in December, maybe kinda"? [00:19:14] :P [00:19:54] well, given that it depends on when someone decides to push "Commit" it's a bit variable anyway [00:21:52] oi [00:26:36] after setting up $wgConf my Common.css is empty. is anyone familiar with $wgConf and could look at this code? it's quite short: http://pastebin.ca/1410795 [00:31:24] OK, reading it a bit more accurately reveals 327.75 days [00:32:38] = 23rd november [00:33:04] aib: was it unempty before? [00:36:59] Good evening. Is there a method/interface/package/whatever that allows a mediawiki article to pull content from a database? [00:37:19] What kind of database? [00:37:30] mySQL? Simple schema. [00:38:50] http://www.mediawiki.org/wiki/Extension:DataInvoker [00:38:55] Basically, I maintain almost all of my site in mediawiki. I have a list of restaurants with locations and food fare that I'd like to pull into a page. The page will have several different views (alphabetical, distance from home, food type), and rather than have to maintain that in three separate pages or sections, I'd like to pull the content from a database. [00:39:25] mmm, you might want SemanticMediawiki then [00:39:29] !hesaidsemantic | Splarka [00:39:29] --mwbot-- Splarka: http://img393.imageshack.us/img393/576/hesaidsemanticga2.jpg [00:40:07] k4jcw: http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki [00:40:20] Splarka, yes it was.. [00:40:32] err, no it wasn't. [00:40:36] sort of lets you turns pages into a library cross-referenced database definitions, or something [00:40:46] it's got a whack of stuff in it. [00:40:56] so the wiki doesn't render correctly, although the content is there [00:41:08] aib: can you paste the that was loading it? [00:41:11] Yea, and that has a pretty site-wide impact, IIRC. [00:41:25] Switching to the semantic version, I mean. [00:41:33] aib: ahh, do you mean /monobook/main.css and/or other skins? or do you mean MediaWiki:Common.css ? [00:42:00] k4jcw yah, so probably browse http://www.mediawiki.org/wiki/Category:Data_extraction_extensions and http://www.mediawiki.org/wiki/Category:Database_extensions [00:42:37] Cool. That's a great start. Thanks! [00:42:42] Splarka, [00:43:20] mmm, and it looks like your scriptpath is now null? [00:43:41] oop, no.. name of the wiki in question [00:44:05] so what happens if you go to: /emergent/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000 ? [00:44:32] Splarka, http://grey.colorado.edu/emergent/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000 [00:45:15] now i turned off $wgConf, it's all back [00:46:40] odd [00:47:22] yeah if it were a database issue the wiki content wouldn't show up [00:49:37] hmm [00:49:47] reenable wgconf [00:49:54] done [00:52:15] missing again, hmm [00:52:26] heh [00:52:28] I detect [00:52:30] http://grey.colorado.edu/emergent/index.php?title=MediaWiki:Common.css&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000 [00:52:35] purge the message cache [00:53:25] restart memcached? [00:56:03] 03dale * r50147 10/branches/new-upload/phase3/ (6 files in 3 dirs): session upload code fixes [00:56:43] i think that's pretty indicative though thanks Splarka [00:56:46] the message cache is the cache of the translated system messages, from languages/messages and from MediaWiki: namespace on the wiki [00:57:04] it isn't synonymous with memcache, though one might be a subset of the other in certain setups (dunno) [00:57:07] i thought i put messages in memcached, although restarting it didn't fix it [01:00:51] i restarted squid and apache too. where is this dastardly cache.... [01:15:38] need some advice on setting up AdminSettings [01:15:50] I'm upgrading from 1.4 to 1.14 [01:16:18] I looked in the AdminSettings sample file and only see the settings for connecting to the db [01:16:19] set it to a db user with the ability to create/modify tables on your wiki's database [01:16:34] what about all of the other settings that were previously in LocalSettings? [01:16:42] uh, don't bother [01:16:54] AdminSettings is only for connecting to the db with a more-privelaged user [01:17:10] LocalSettings gets loaded as well for all maintenance scripts (such as update.php) [01:17:16] what about stuff like wgSiteName, etc... [01:17:36] just leave it with the settings that the sample has listed [01:17:43] don't make this more complicated than it needs to be :) [01:17:46] LocalSettings.php moves between versions. [01:18:05] ok - so just setup the db user and then run the upgrade tool>? [01:18:12] I suppose I should backup first [01:18:13] You don't need to do anything with it except make sure it ends up in the proper directory after you update the config files. [01:18:19] Yes, you definitely should. [01:18:34] the proper directory being root of mediawiki tree right? [01:18:46] Yes. [01:19:18] is there even a tarball around to downgrade back to 1.4 if I run into a problem anyway? [01:19:32] aib: sorry, was afk, try /maintenance/rebuildmessages.php [01:21:57] Splarka, I set $wgLocalMessageCache and found a bug which is that the $wgConf message file doesn't have the language. it's 'messages-pdpwiki-' instead of 'messages-pdpwiki-en'. i set lang=en in all cases but no luck [01:22:14] odd [01:22:39] the first line of 'messages-pdpwiki-en' and 'messages-pdpwiki-' are both a cache hash for Common.css and both hashes are identical [01:22:56] http://grey.colorado.edu/emergent/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000 is loading now, did you disable wgConf again? [01:23:08] yes, it's re-enabled now [01:23:50] mmm, dunno then [01:30:07] is the upgrade tool going to work on a mysql 4 db? [01:30:19] It should. [01:41:03] http://rafb.net/p/nSX9p472.html [01:41:20] I think I'm missing some mysql permissions on the db user, but not sure what [01:42:18] anyone? [01:50:48] jetsaredim: check the owner? [01:51:34] yea - needed more permissions for the db user [01:51:40] it's chugging along now [01:51:57] and I can now access pages without getting db errors exploding all over the place [01:53:44] jetsaredim: http://rafb.net/p/quAuGU90.html here's what I have [01:54:40] saper: that's what you have for what? [01:56:19] for my user [01:56:37] select * from db where user = 'myuser' \G [01:56:49] ah ok [01:57:01] connected to 'mysql' database; [01:57:12] yea [01:57:48] where do I manage groups (sysop) etc [01:58:59] I want to not be the admin of this wiki anymore [02:00:39] :) [02:00:58] I left the group this wiki is for about 3 years ago [02:01:22] no one had maintained the machine in that amount of time especially not mediawiki [02:04:44] so my friend that still works in that group was bugging me about admin rights [02:04:45] since they had such an old install of mediawiki, none of the docs applied, so I needed to update tons of stuff on the machine to get it to be able to run mediawiki [02:04:45] pita [02:10:56] I don't seem to have any pages listed on the special pages page under restricted special pages - that seems like a bad thing [02:19:41] Hi, I'm looking to embed an entire wiki within an iframe. Is there a plugin to simply output the page content without the navigations, etc, or should I use another skin with http://www.mediawiki.org/wiki/Extension:PersistUseskin ? [02:20:53] there is action=render, but that includes no css/js [02:21:33] Hmm. [02:21:44] http://en.wikipedia.org/wiki/Foobar?action=render [02:22:10] Yeah, but that's just the rendered content, not a fully-fledged HTML page. [02:22:33] yah, but you could supply the as you need [02:22:49] I'm probably better going with a custom skin. [02:23:54] probably ^_^ [02:24:18] 03(mod) Admins should see a warning when in process of overruling a move protection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18466 (10nakonwiki) [02:24:25] 03(mod) Admins should see a warning when in process of overruling a move protection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18466 +patch (10nakonwiki) [02:24:54] is there any way to add a keyword and a patch in the same commit? [02:25:30] dont think [02:26:41] how do I get rid of the message about setting $wgLogo? I just want the default flower image [02:27:26] the message is part of the image [02:27:32] http://commons.wikimedia.org/wiki/Image:MediaWiki_logo_without_tagline.png [02:28:12] that one isn't the default, but you can use it ^_^ [02:29:22] Splarka: so just save it locally or reference it in the LocalSettings [02:31:28] nakon: do you wanna do a similar one? When admins override title blacklist they never see a warning [02:32:15] jetsaredim: either way ya want [02:32:21] Mike_lifeguard: sure, i'll take a look [02:32:31] sweeeeet [02:32:44] I'll grab the bug # for you.. [02:33:05] Splarka: guaranteed to stay there? [02:33:37] nakon: https://bugzilla.wikimedia.org/show_bug.cgi?id=13780 (presumably that applies to all the new things titleblacklist blocks, like account creations with , or editing when using ) [02:34:04] jetsaredim: don't hotlink [02:34:29] I mean, you can either replace the default logo file in your /skins folder with this, /or/ put it there as another file name and reference that in your localsettings [02:34:37] kk [02:36:02] Splarka: hrm - have this already set... $wgLogo = "$wgStylePath/common/images/wiki.png"; [02:36:14] yes [02:36:16] so you have two choices [02:36:33] 1) save the http://commons.wikimedia.org/wiki/Image:MediaWiki_logo_without_tagline.png over wiki.png and do nothing else [02:36:47] 2) save it as /common/images/SOMEOTHERFILENAME.png and set it in $wgLogo [02:38:09] i did #1 [02:38:13] but don't see the change [02:38:38] whoops - nm [02:38:42] browser cache [02:39:17] any ideas why I don't see any special pages under restricted special pages? [02:41:20] Are you logged in as the sysop? [02:41:34] my user is listed on the sysop page [02:42:17] ?title=Special:ListUsers&group=sysop I'm listed along with wikisysop [02:43:40] well, there aren't really that many on a vanilla install for just sysops [02:43:50] are you a bureaucrat? can you see "User rights management" ? [02:44:55] ahh - no not bureaucrat [02:45:02] how can I set that? [02:46:40] !rightssql [02:46:40] --mwbot-- INSERT INTO user_groups (ug_user, ug_group) VALUES ('1', 'bureaucrat'); Where '1' is your user ID, and 'bureaucrat' is the right you wish to apply. [02:46:54] or set 'userrights' true for sysop temporarily [02:51:52] ok cool - works now [02:51:55] awesome [02:52:09] thanks for your help Splarka [02:52:14] rar [02:52:27] s/rar/zip/ [02:52:35] !rar | rmccue [02:52:35] --mwbot-- rmccue: rar [02:52:51] Heh. [02:53:34] http://toolserver.org/~mzmcbride/cgi-bin/mw-logs.py?search=%3Csplarka%3E%09rar [04:11:37] 03(mod) Admins don't see when page creations match against the blacklist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13780 (10nakonwiki) [04:12:04] 03(mod) Admins don't see when page creations match against the blacklist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13780 +patch (10nakonwiki) [04:12:31] Mike_lifeguard: worked out an initial patch [04:13:07] wow, that was fast :D [04:14:55] it's kind of basic now, i'll see about extending its functionality later (almost time for bed now) [04:15:33] past my bedtime already :) [04:18:28] *qsheets refuses to go to bed [04:18:56] *qsheets also refuses to type... much [04:31:48] How do I define my own accessibility shortcuts (i.e., alt-shift-R for Recent changes) ? [04:33:44] check languages/messages/MessagesEn.php for messages starting with 'accesskey' for hints [04:35:04] 'accesskey-n-recentchanges' => 'r', [04:35:17] which means on-wiki you'd edit MediaWiki:'accesskey-n-recentchanges [04:35:26] er, MediaWiki:Accesskey-n-recentchanges even [04:48:45] 03(NEW) New logo for iowikt - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18658 enhancement; Normal; Wikimedia: Site requests; (wyvernoid) [05:22:45] 03nicdumz * r50148 10/trunk/tools/slayerd/slayerd.cc: Adding full commandline with arguments from /proc/pid/cmdline to email. [05:23:21] flyingparchment, that should do the trick ^ [05:28:43] looks reasonable, now we just need someone to test it [05:29:20] hmm. [05:29:42] except that my /prod/$pid/cmdline doesn't seem to be enclosed in () [05:30:16] it isnt [05:30:24] oic [05:30:37] you added the comment, not the code ;) [05:30:39] just added comments for your previous code :) [05:30:58] but this will only read the first word of the command [05:31:18] I tried with a dummy script [05:31:24] it reads everything for me [05:31:38] mm. [05:31:43] no. [05:31:46] hm.. maybe it's different for processes that call setproctitle [05:32:03] <20> rriver@nightshade:~/slayerd>cat /proc/30732/cmdline | tr '\0' x (1 job) [05:32:07] /bin/shx-cxnice python /home/nicdumz/pywikipedia/statistiques.py > /home/nicdumz/stats.log 2>&1 || cat /home/nicdumz/stats.logx% [05:32:26] the real arguments are separated by \0, but some of them have actual spaces in [05:32:43] soo... because there are spaces, it stops [05:33:32] rriver@nightshade:~/slayerd>svn diff (1 job) [05:33:33] svn: Error at entry 13 in entries file for 'debian': [05:33:33] svn: Bogus date [05:33:35] what? [05:33:46] uhhh. [05:35:29] huh [05:36:25] 03river * r50149 10/trunk/tools/slayerd/ (debian/changelog slayerd.cc): [05:36:25] - 1.6 [05:36:25] - use getline instead of >> so we read the entire command line [05:38:49] 03river * r50150 10/trunk/tools/slayerd/ (Makefile debian/files debian/slayerd.substvars slayerd.8): [05:38:49] - include missing manual page [05:38:49] - update makefile version [05:39:17] on a side note [05:39:38] 03river * r50151 10/trunk/tools/slayerd/slayerd.cc: change the mail format slightly [05:40:06] why are those std::string sline allocated on each block? [05:40:56] now they aren't [05:41:05] 03river * r50152 10/trunk/tools/slayerd/slayerd.cc: remove dead code [05:41:10] :) [05:41:30] "where's the trick?" [05:41:46] okay, i installed the new one on nightshade [05:41:55] good! thank you :) [05:42:39] grrrr, my image thumbnails stopped working for some reason [05:42:53] i think that's the first time i said '... but someone else could do it', and someone actually did [05:43:02] most users are happy to complain but don't like actual work ;) [05:43:48] oh well :) [05:45:01] that might be because I also get complained to [05:46:32] =)) [05:47:30] you don't want to mmap when slayerd is running .. ;-) [05:47:54] like any of our users even know what mmap is... [05:48:38] interwiki.py ? [05:48:43] it's like mmap, right? [05:48:49] =)) [05:48:52] 03philip * r50153 10/trunk/phase3/includes/ (6 files in 2 dirs): Update the Chinese conversion tables. [07:11:53] 03(mod) MySQL-specific queries in /profileinfo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6802 (10karun) [07:18:48] 03(mod) MySQL-specific queries in /profileinfo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6802 lowest->normal; -need-review (10karun) [07:19:04] heeheee [07:19:07] someone uses database profiler? [07:19:27] sometimes :) [07:19:33] 03(mod) MySQL-specific queries in /profileinfo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6802 15enhancement->normal; +need-review (10karun) [07:19:44] 'sometimes' people should just use ProfilerSimpleText ;-) [07:19:48] i dont use it much, but i would like to improve postgresql support [07:19:52] for mediawiki [07:20:14] and it appears to be a simple bug to fix, when i am just starting [07:20:25] 03(mod) MySQL-specific queries in /profileinfo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6802 +postgresql (10alex.emsenhuber) [07:31:03] 03(mod) EditPage.php needs rewrite - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18654 (10niklas.laxstrom) [08:12:57] 03ialex * r50154 10/trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php: Compatibility with PHP 5.3: removed references from arguments that aren't passed by reference when calling wfRunHooks() [08:28:15] 03(mod) Special:Log on en.wikipedia giving database error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18657 +comment (10domas.mituzas) [08:28:26] 03ialex * r50155 10/trunk/extensions/Configure/ (4 files): Interaction beetween Configure and Farmer: Special:Farmer/admin will now link to Special:Configure and Special:Extensions [08:46:44] how is 'markbotedits' utilized? [08:49:54] you mean what does it do? [08:51:09] http://www.mediawiki.org/wiki/Special:Contributions/Splarka?bot=1 [08:51:28] http://www.mediawiki.org/wiki/Special:ListGroupRights [08:51:33] > Mark rolled-back edits as bot edits (markbotedits) [08:52:28] it used to be, only sysops could rollback, but when the rollback right was divorced from sysops, it became necessary to make a separate right for bot (hidden) rollback [08:53:03] what it does: rollback links on Special:Contributions with ?bot=1 get bot=1 in the parameter [08:53:28] and if you have the 'markbotedits' right, that rollback will be marked as +bot, and so will the original edits you're rolling back [08:53:40] this hides a spammer or vandal from recent changes [10:53:38] 04(REOPENED) RSS feed link should have silly orange icon - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3043 +comment (10danny.b) [11:13:36] 03siebrand * r50156 10/trunk/extensions/TSPoll/ (TSPoll.i18n.php TSPoll.php): [11:13:36] * tweak message text [11:13:36] * stylize.php, indentation updates, removed trailing whitespace [11:13:37] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12788 (10danny.b) [11:13:40] 03(mod) CSS-added icons next to links display through the text and makes it unreadable in RTL - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1061 (10danny.b) [11:13:43] 03(mod) Strange spacing before [[irc:...]] links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18207 (10danny.b) [12:11:38] Hello everyone! [12:12:18] I need some help with MediaWiki, is that understood? [12:12:46] !ask | Alcazalamander [12:12:46] --mwbot-- Alcazalamander: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. See also: !gethelp [12:13:40] I have taken som code from a Wikia Wiki, and in that code "#if{ }" is used, very simmilar to PHP. I guess I need an extension to get it to work, but which? [12:13:56] !e ParserFunctions [12:13:56] --mwbot-- http://www.mediawiki.org/wiki/Extension:ParserFunctions [12:14:59] That is the best thing I have heard ever! [12:15:26] I love you! [12:18:53] You are maybe currious if it worked? [12:18:58] It did! [12:38:29] 03ialex * r50157 10/trunk/phase3/ (includes/MagicWord.php maintenance/parserTests.txt): (log message trimmed) [12:38:29] Cleanup in MagicWord::$mVariableIDs, removed IDs that aren't handled in Parser::getVariableValue(). [12:38:29] Side effect: Removed "Pages in namespace (Magic word disabled currently)" parser [12:38:29] test added in r17687 by nickj (was passing; I know). The problem is that the [12:38:30] expected result is an empty string, but since it's disabled by default with [12:38:32] $wgAllowSlowParserFunctions = false (i.e. not added to parser's list of magic [12:38:34] words IDs) it should return a red link to [[Template:PAGESINNAMESPACE:]] (the [12:56:00] is it just me or are your version numbers screwy? mediawiki.org says the latest release is "1.14.0" but your old php4 release is "1.6.12" [12:56:14] 14 > 6 [12:56:34] oh [12:56:35] heh [12:56:43] nm, i should get more sleep [12:56:47] i read it as 1-4 [12:56:48] >_> [12:56:58] thanks >_> [12:57:22] all problems can be solved with math [13:25:54] morning [13:26:28] Good afternoon :P [13:26:44] Good Evening [14:41:33] I haven't srtarted actually writing anything that uses Extension:DataInvoker, but reading the documentation, I'm unclear how you'd retrieve/display more than one item at a time. Anyone have any practical experince with this? [14:42:15] (I also wish the authors of modules, extensions, libraries, etc would at least provide one small working example of how things are supposed to work) [14:42:49] Probably the only one who knows how it works is the dude who put it up, unless it's widely used. [14:42:52] I've never heard of it. [14:43:16] Unfortunately, dude doesn't seem to have any contact information. [14:44:03] Splarka pointed me at that yesterday. [14:44:23] Yesterday for me. Maybe today or tomorrow for him. [14:44:29] *Splarka blames google [14:44:39] I gave many options though, heh [14:44:52] Smenatic is not really an option. [14:45:02] k4jcw yah, so probably browse http://www.mediawiki.org/wiki/Category:Data_extraction_extensions and http://www.mediawiki.org/wiki/Category:Database_extensions [14:45:10] eww, that extension sounds like a Bad Idea (tm) to me. [14:45:38] Why so? [14:45:56] I'm not familiar enough with MW to have an opnion as to why it should or shouldn't be Evil Incarnate. [14:47:21] would be trivially easy to kill any site that has it installed. [14:48:25] You'd have to be able to edit pages, no? [15:05:22] 03(mod) MySQL Connection dies with error 61 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18626 (10seth) [15:05:25] hiya, I'm trying to create an extension that will interface with subversion to display the latest version (or any version) of a source file inside a Wiki page. [15:06:14] have you seen the Special:Code extension? [15:06:17] I'd like the outputted source code to be inside tags but those don't seem to get parsed when output by an extension. Is there any way to do that? [15:06:56] hmm, that should depend on what hook you use, are you making your own or your own {{#parserfunction}}, or some other method? [15:07:19] I'm making my own . [15:07:44] okay, the output of tag bypasses the main parser, the main use for this is to create things the parser might not natively allow [15:07:49] 03siebrand * r50158 10/trunk/extensions/Configure/Configure.i18n.php: Tweak Farmer extension related messages [15:07:53] such as unwhitelisted html, or preserved whitespace [15:08:06] (I'm not sure I've seen the Special:Code extension) [15:08:29] your extension might work if you simply use {{#tag:tagname|data}} [15:08:47] but you might consider rewriting it as a parser function [15:08:50] http://www.mediawiki.org/wiki/Manual:Parser_functions [15:09:07] okay I'll read into that... [15:09:26] (note that #tag won't necessarily allow the output to be parsed but allows the input to be) [15:10:05] and the code review extension is unrelated to this, but is related to interfacing with subversion, which looked like your question ^_^ [15:10:17] Splarka, another question I had was... the extension should first check in the cache whether it has already checked out a local copy of the indicated SVN file. [15:11:01] if it doesn't have a copy, it should check out the file to the cache, embed it's contents between the tags [15:11:12] does that sound do-able? [15:11:37] I saw some cache functions in the doc... [15:12:48] but none that I thought looked like good candidates to search through a hash table or something (very new to extension coding) [15:13:06] mmm, all greek to me, but check out http://www.mediawiki.org/wiki/Extension:CodeReview [15:13:24] does something similar (fetches diffs and caches them) [15:14:08] ah okay... I had looked into that extension before but didn't think it did what I want to do, but I can at least take a look at the code, that'd be usefull. [15:14:10] thanks! [15:14:22] check out Special:Code on the wiki [15:14:41] will do. Gracias! [15:14:44] http://www.mediawiki.org/wiki/Special:Code/MediaWiki/49575 from http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=49575 [15:14:49] etc [15:21:03] took me about 5 minutes to realise that everyone was not indeed talking about me in the comments on Special:Code/MediaWiki/49575 :D [15:21:56] heh [15:22:27] wow that Special:Code page is pretty nifty [15:23:33] "Special". who came up with that naming anyway ;-) [15:24:20] Don't blame me, I'm only a mediawiki beginner. [15:26:36] Is it possible to see how many users use a certain Gadget? [15:26:41] magnus, probably [15:27:30] Subfader: probably some nasty sql query on the prefs blob [15:27:55] yeah it's all blobby :/ [15:28:29] domas dumped the en.wp prefs a while ago, some interesting intel, maybe ask him how he did it [15:28:38] install a backdoor (like google analytics) *hide* [15:28:49] or by having the gadget add an invisible pixel to the screen that calls up a script on the same domain that can be used to read the user's cookies to determine who they are, and then consequently log it [15:28:57] bah google analytics. slows down your site [15:29:17] but I think an SQL query would be faster in many ways :P [15:29:38] ok I thought there might be an easy way. [15:31:36] oh... SVNIntegration seems to do exactly what I want to do. [15:31:49] SVNPrintFile [15:31:49] Prints the contents of the given file using GeSHi for syntax highlighting if existent. [15:31:53] nifty [15:32:02] will contact domas. a chance at least :) [15:32:22] Subfader: better idea, ask domas to do it for you :) [15:32:38] meh [15:32:48] SELECT ... FROM ... WHERE ...prefs LIKE '%gadget%' [15:32:50] Speak of the devil [15:33:17] that easy! :) [15:38:05] indeed. just search a part of the gadget name in teh user table and gut the list of users who use it [15:38:36] well, all users who have saved prefs since the gadget was enabled will have a pref for that gadget [15:38:47] which is of course, stupid, and why werdna rewrote preferences [15:39:18] what you wanna look for is gadget-gadgetname=1 [15:39:31] (or rather, a 1 or true field or whatever it uses) [15:39:47] Subfader^ [15:40:00] oh. checking [15:40:26] on en.wp for example: [15:40:27] 4 gadget-editop=0 1 gadget-editop=1 278506 gadget-edittop=0 7740 gadget-edittop=1 [15:40:48] 278506+7740 users had saved their prefs while that edittop gadget was active [15:41:00] and 4 poor idiots saved their prefs while the typo'd version was active, heh [15:41:04] er, 5 [15:46:35] on my wiki it are less than expected :/ [15:48:27] ah so the result of -0 + -1 is the correct ammount? [15:49:11] well, that the gadget has an entry in their prefs means they've saved their prefs since you enabled the gadget, the 0/1 is disabled/enabled [15:49:28] thought so [15:50:13] I want to request Extension:UnderstandYourUsers [15:59:15] werdna [15:59:18] you around? [16:02:42] Does anyone know how to adjust the ammount of time the Abuse Filter blocks an IP for [16:07:46] Prom_cat: it appears to be hard coded [16:08:13] Prodego: Thats a "Big" problem then, especially with global filters [16:08:35] so fix it [16:08:56] Our use of a global account name filter sees spammers going from wiki to wiki getting he ip they're using (part of dynamic range) indef blocked [16:09:03] the^ [16:09:26] Prodego: Where is it hardcoded? [16:09:32] so you dont want to indefblock spammers? [16:09:41] class file [16:09:54] grep for: case 'block': [16:10:09] OverlordQ: I dont want to indef block IP's in a dynamic range attemping to create "grawp" accounts [16:11:38] haha [16:11:47] Prodego: Its not indef [16:11:56] $block->mExpiry = Block::parseExpiryInput( '1 week' ); [16:11:56] indef is for accounts [16:11:59] 1 week is for IPs [16:12:09] $logParams[] = 'indefinite'; [16:12:34] Prodego: It might be one week for IP's, but the log entry for IP's isnt different from accounts, so it shows up as indef [16:13:01] again, so fix it [16:13:08] I don't write abusefilter [16:13:11] *Prodego nods [16:13:24] rangeblocks are 1 week [16:13:30] i just realised [16:13:42] range blocks are 1 week, IP and accounts blocks are indef [16:13:54] ok [16:28:45] 03(NEW) Indefinate Blocking of IP's - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18659 normal; Normal; MediaWiki extensions: AbuseFilter; (bretthillebrand) [16:29:34] 03(NEW) Enable Global Blocking Support - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18660 enhancement; Normal; MediaWiki extensions: AbuseFilter; (bretthillebrand) [16:41:28] Hello! I added an extension request http://www.mediawiki.org/wiki/Extension_requests#Magic_button but no one seems to be interested. [16:41:54] mui Erkkimon [16:41:54] If all it took to get programming work done was to ask for it, the world would be a lovely place, wouldn't it? [16:43:26] I can't create extensions but I really need that kind of extension and I guess I need to do it myself. Any tips where to start and ideas how to implement it in practice? [16:43:38] Nikerabbit: Morroo! [16:57:45] Simetrical: re the colors: only w3c defined colors have *guaranteed* visualisation [16:57:59] Danny_B, these are W3C-defined. [16:58:03] In the CSS3 Colors module. [16:58:15] And they were interoperably implemented for long before that. [16:58:19] hi! [16:58:21] *werdna is in LA [16:58:28] i've seen cases where color named say "foo" was displayed as greenish in one browser and reddish in other [16:59:19] Simetrical: on which days between May 7 and May 10 are you free? [16:59:43] werdna: welcome to rainville [17:00:05] werdna: Does [[Extension:AbuseFilter]] have any MediaWiki-message to be used as tag prefix (ie. if [[MediaWiki:abusefilter-tag-prefix]] contain "Automated AbuseFilter message: " and filter tag is "abusive language", summary would contain "Automated AbuseFilter message: abusive language")? [17:00:26] werdna, May 10 I'm free pretty much the whole day. May 7 I'm free most of the day, and several hours on May 8. [17:01:16] Simetrical: May 10 is probably best [17:01:17] Simetrical: css3 isn't recommendation yet as well as is not supported by all major browsers yet [17:01:35] I may be going upstate sometime between the 7th and the 9th, but I need to be in the city for May 10 as I fly to Orlando that evening. [17:01:38] Danny_B, there is nothing called "CSS3". It's broken into many modules. Some are CRs already. [17:01:53] There's no point in obsessing over the exact status. The question is whether the specific feature will change. [17:02:03] This one will not, since every single browser has implemented it since the dawn of time. [17:02:08] It's completely stable and universally supported. [17:02:24] CSS2.1 was a Working Draft too for a long time, and? [17:02:32] Simetrical: hey! i know about modules. but they all are part of CSS 3 [17:02:35] Agony: tagging is not intended only for AbuseFilter [17:03:12] Danny_B, but all developed separately, often maintained by separate people, and they all have separate statuses. [17:03:29] CSS3 is not a standard, it's a grouping of standards (most but not all still in draft stage). [17:03:34] there's no argue about that, so why do you mention that? [17:03:35] We use CSS3 selectors, do you object to that too? [17:04:41] hmm, I should have a shower [17:04:46] maybe it'll wake me up a bit [17:04:51] i personally don't like named colors because of most of them not being descriptive [17:05:13] hi Danny_B [17:05:27] eg. khaki is widely known in our country as greenish shade while the definition is rather sandish, beigeish or so [17:06:50] and fancy names like chocolate (it's nearby orange!!!) cornflowerblue, cornsilk, darkorchid, firebrick, etc. do not say anything about the color at all [17:07:28] so i'd propose to have the code like: [17:07:28] color: #d2691e; // chocolate [17:07:37] Danny_B, I totally agree with the undescriptive one. I've removed some of those. [17:07:42] nom nom nom [17:07:44] But "orange" is a lot more readable than hex. [17:07:49] both parties will be satisifed [17:07:54] . . . and // doesn't work for comments in CSS. [17:07:59] oh, right [17:08:04] of course /* */ [17:08:12] No, I won't be satisfied if we avoid using perfectly good and universally implemented standards in favor of wasting space on comments. [17:08:23] *Danny_B is coding in javascript now so misplaced that ;-) [17:08:26] There's no reasonable justification for that. [17:09:35] ok, i'm not going to talk anymore, because you even don't want compromises. [17:09:49] and btw: "perfectly good and universally implemented standards" is exactly the #rrggbb style [17:09:55] It's also "orange". [17:10:08] That's no less standard and no less universally implemented AFAIK. [17:10:09] besides it's back compatible while those stupid indescriptive words are not [17:10:17] :O [17:10:18] What browser doesn't support "orange"? [17:10:32] the names work only for the 10 colors or so people can name instantly [17:10:34] AFAIK all of them do, back to the earliest CSS implementations. [17:10:44] for the rest... [17:10:51] I'm pretty sure the list is just taken from Netscape's color names for [17:10:52] . [17:10:58] i'm talking about stuff like darkblue,not oranbge,which has been specified long time ago and ios back compatible [17:11:11] So darkblue also. [17:11:12] Nikerabbit: oh yeah, hi, btw ;-) [17:11:15] What browser doesn't support that? [17:11:32] Oh, orange is even CSS2.1, WTF. [17:11:41] If the validator complains about that, it's *really* broken. [17:11:47] But still, what browser doesn't support darkblue? [17:11:52] Simetrical: YOU want it,so evidence is on YOUR side - prove that every single browser supports it ;-) [17:12:14] YOU want to remove it, so evidence is on YOUR side - prove that any browser doesn't support it. ;) [17:12:14] i thought it was already there and you want to remove it [17:12:21] that means you have to justify the change [17:12:48] hmm, i see the words in source [17:12:49] *Simetrical tests out browsershots.org [17:13:43] *Danny_B thought that the code should be consistent [17:14:08] so now on half places we'll have words on half #rrggbb [17:14:29] we can add also rgb(r%,g%,b%) syntax too to make bigger mess [17:15:09] Test case: http://toolserver.org/~simetrical/tmp/colors.html [17:15:20] can't we use CMYK? [17:15:23] Isn't rgb() not supported in IE6 et al.? [17:15:55] http://browsershots.org/http://toolserver.org/~simetrical/tmp/colors.html <-- We shall see. [17:16:11] flyingparchment: yeah! :o) [17:18:48] Simetrical: afaik rgb() isn't supported in ie3 [17:18:54] IE3? [17:18:59] Did that even exist? [17:19:06] yes [17:19:16] *flyingparchment used it for a while at school [17:19:17] Amazing. [17:19:26] then they released IE4 with the active desktop thing, and it sucked. [17:19:27] Oh, yeah, they did sequential numbering. [17:19:31] [[IE3]] [17:19:32] 03(NEW) Wrap tags in an identifying span - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18661 enhancement; Normal; MediaWiki: Page rendering; (happy-melon) [17:19:38] No skipping 5 like those sissy Netscape folks. [17:24:18] bah, even ie1 existed [17:24:18] rgb() is even uglier than hex, anyway. [17:24:38] # Queue estimate: 22 minutes to 1 hour, 40 minutes (Details) <-- Does anyone know a non-sucky version of browsershots? [17:24:42] Simetrical: you must be very young that you don't remember ie3 ;-) [17:25:07] 21! I remember when my household switched to IE6 because it was the best browser out there. [17:25:11] At least, I guess it was IE6. [17:25:52] hehe [17:26:30] *flyingparchment still has a book about the new HTML 3.2 standard [17:26:43] Simetrical: anyway, i'd say you should not mark revisions you are interested in, only comment... [17:26:59] Danny_B, we're supposed to mark anything fixme that we object to, AFAIK. [17:27:07] It's only marking "ok" where you should be careful. [17:27:17] (Why would anyone mark a revision fixme if they weren't interested in it?) [17:27:29] The point of fixme is mainly to get Brion to notice it and make a decision, or at least that's how I use it. [17:27:48] s/interested/involved [17:28:20] flyingparchment: oh yeah, those were the days ;-) [17:58:45] 03(mod) Special:Nuke shows always "1 edit" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16985 (10nakonwiki) [17:58:51] 03(mod) Special:Nuke shows always "1 edit" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16985 +patch (10nakonwiki) [18:10:48] Danny_B, darkblue works in IE4 and Opera 0.27, at least. http://browsershots.org/http://toolserver.org/~simetrical/tmp/colors.html [18:15:35] hihihi [18:15:44] how do I reference mediawiki? [18:15:52] bibtex plz ;-) [18:15:53] Meaning? [18:16:06] *Simetrical doesn't speak bibtex [18:16:07] Simetrical, in a scientific paper... we used media wiki [x] [18:16:33] we used the same software that runs wikipedia [18:16:38] ;-) [18:16:57] just wondering if there is a reference other than the homepage [18:17:22] Philip, CT, Unruh, KP, Lachman, N, Pawlina, W (2008). An explorative learning approach to teaching clinical anatomy using student generated content. Anat Sci Educ, 1, 3:106-10. [18:17:31] Search extension transforms Wiki into a relational system: A case for flavonoid metabolite database. BioData Min, 1, 1:7. [18:17:51] ArrayWiki: an enabling technology for sharing public microarray data repositories and meta-analyses. BMC Bioinformatics, 9 Suppl 6:S18. [18:18:27] *faceface just keeps babbling away to himself [18:18:42] I don't think you can *reference* software. [18:18:47] I'll use the homepage [18:19:11] http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=%22to+reference+this+software+please+cite%22 [18:20:44] I think some people are using mediawiki [18:21:43] Here is my suggestion - http://pastebin.com/d720045e9 [18:21:50] (bibtex) [18:22:42] "PDBWiki has been implemented using MediaWiki \cite{mediawiki}, the same software that runs Wikipedia." ;-) [18:25:58] 03ialex * r50159 10/trunk/extensions/Configure/Configure.php: Fix for r50155: increment the version rather than decrementing it :) [18:45:46] Is there a way to leave a mass message to all user's talk pages (as an administrator only preferrably?) [18:50:54] *thedj puzzled... [18:50:57] interesting.... nice idea [18:51:08] I wonder if there's an extension for that sort of thing [18:51:40] is there an API person in the house ? [18:52:01] would make it easy for site update news.... [18:52:12] you could just use the sitenotice [18:52:17] ugga [18:53:42] werdna: ohoy! [18:53:45] i can't seem to get an edittoken if i specify a json callback..... [18:53:54] does sitenotice display for anonymous users as wel? [18:54:06] luna6: MediaWiki:anonnotice [18:56:20] thedj thanks for that tip trying to find information on that [19:12:27] 03(mod) Output a canonical form to IRC RC feed (never localized!) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18303 (10mikelifeguard) [19:25:44] 03(NEW) edittoken broken on test.wp when specifying json callback - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18662 enhancement; Normal; MediaWiki: API; (hartman) [19:26:58] not an enhancement of course... /me idiot [19:27:05] 03(mod) edittoken broken on test.wp when specifying json callback - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18662 15enhancement->major (10hartman) [19:31:14] As it stands right now, one can move [[Foo]] → [[Foo (bar)]] but not move [[Foo (disambiguation)]] → [[Foo]] afterward because although the redirect has only one revision it does not point to the page you are trying to move. [19:31:18] Is that true? [19:31:20] thedj: I doubt this is new breakage. The site hasn't been scapped in weeks. [19:33:41] Marybelle: it worked last week when i was working on catburn [19:33:51] i think... [19:33:53] not sure. [19:42:51] hi rainman__ [19:44:14] heya [19:44:28] hoya [19:50:34] rainman__: no hittos today either? [19:51:28] nope, keeping those away [19:51:53] :o [19:53:38] 03(mod) Localized namespaces for mt.wp (2) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18498 (10djchris_portelli) [20:09:19] 14(INVALID) edittoken broken on test.wp when specifying json callback - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18662 +comment (10roan.kattouw) [20:16:49] Why don't MW articles with a dot in their names load? http://apologetiikkawiki.fi/Ihminen_vs._apina [20:17:42] Seems like MW wouldn't catch the address at all. Is this a bug in MW or could the problem be in Apache's configuration? [20:19:21] I haven't checked the URL, but it's almost certainly Apache's configuration. [20:20:40] Simetrical: 'Ight. Thanks. [20:21:08] Simetrical: http://apologetiikkawiki.fi/Ihminen_vs_apina works. [20:37:33] How can I find the longest pages in a category? (For example, I want to promote the longer pages in Category:Stubs.) Query MySQL? [20:38:58] Hi there. I have interwiki links which lack the protocol (http:) at the front. These work fine except that if you go to a URL like http://ru.wikifur.com/en:Test it gives http://ru.wikifur.com//en.wikfur.com/wiki/test rather than the expected http://en.wikifur.com/wiki/Test [20:39:12] I think the right place to fix this is wfExpandUrl in includes/GlobalFunctions.php, but I wanted to check if there was a less crucial function to modify. :-) [20:40:29] The $url being passed into that function is something like //en.wikifur.com/wiki/Test which will result in it meeting the test for / being at the front, although the one that is looking for is really the one at the front of URLs like "/wiki/test" [20:40:40] Oh, you're using protocol-relative URLs? [20:40:44] Yes. [20:41:11] I don't see a need to waste bytes on lots of http: at the front of them in my interlanguage link lists. :-) [20:41:12] Funny. Wikimedia was thinking of using those, and it seemed like all the relevant software supported them. Now it seems ours doesn't. :D [20:41:51] Well, they work fine in the content itself, you can do [[en:Test]] or [[:en:Test|Test]] and it works. [20:41:55] wfExpandUrl() looks right. [20:42:04] I mean, wrong. [20:42:08] You know, the right thing to fix. [20:42:11] Yeah [20:45:54] Now the interesting question is whether a protocol-relative URL is valid in Location() [20:46:02] for a HTTP redirect. [20:46:06] let's find out! [20:46:42] Hey, and it worked! [20:47:51] http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30 [20:49:03] Seems like it's not supposed to. [20:49:06] Mmm [20:50:44] Nevertheless, it gave it back to me. [20:51:01] Well, the browser you tried with did. [20:51:07] Can't say if it will work with other browsers. [20:51:37] That's what I'm trying now [20:52:40] Works in IE, FFx, Opera, Chrome. Lynx complains about the Location URI but loads the intended one anyway. [20:53:25] (I'm actually moderately impressed at Lynx.) [20:58:02] I guess I should really extract the protocol from $wgServer. [20:59:55] Actually, you know, wfExpandUrl() is meant to return a fully-qualified URL. [21:00:08] If it receives a protocol-specific URL, it should probably prepend "http:" or something. [21:00:11] hello! [21:00:40] I guess it would have to try extracting the protocol from $wgServer, which I think is what you just said? :) [21:02:50] 03(NEW) __NOGALLERY__ prevents categories from displaying the total number of pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18663 normal; Normal; MediaWiki: Categories; (brad9626) [21:03:26] Yeah [21:03:47] This, of course, presumes that $wfServer is absolute. [21:04:11] You'd have to fall back to http: if you couldn't figure out the protocol from $wgServer, of course. [21:04:37] Which would sometimes fail, I guess. [21:04:53] So maybe in that case it would be better not to prepend anything at all . . . [21:04:57] Boys, I'm having a problem with my wiki [21:05:09] is there anybody willing to help me? :) [21:05:10] But $wgServer really should be absolute. I think it would be a little crazy if it weren't. [21:05:13] !ask | Ipergorilla [21:05:13] --mwbot-- Ipergorilla: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. See also: !gethelp [21:05:33] oh sorry X| [21:06:02] i'm having a problem with parserfunctions extension [21:06:36] to be exact, it doesnt recognise the command "trunc" [21:06:56] i've been copying the same exact wikicode from another wiki [21:07:09] (where the code works just fine) [21:07:15] Check installed extensions. [21:07:30] And make sure it's not a template. [21:07:33] it's weird though, because we both have the same version of parserfunctions [21:07:49] Are you sure it's in ParserFunctions? [21:07:53] yep [21:07:55] wait [21:08:21] oh yes [21:08:30] it's parserfunctions [21:09:02] i'm using it in a template, but i guess that's not what you meant :) [21:09:44] http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions [21:09:50] There is no "trunc" ParserFunction. [21:10:29] ehhm yes there is °° [21:10:42] under "unary" [21:11:17] it's kind of a command for #expr [21:12:56] it is supposed to truncate the decimal digits from a number.. but it doesn't work on my MW :( [21:14:11] any ideas? [21:14:33] Link to a page where it's not working? [21:15:09] http://www.pcentral.eu/wiki/Template:Trainerexp [21:15:22] please don't laugh about the subject XD [21:15:41] http://bulbapedia.bulbagarden.net/wiki/Template:Trainerexp [21:16:09] and as you can see it works just fine in the latter page °° [21:17:06] one difference is that i have 1.12 installed, and they have 1.14 [21:17:32] Your version is too old, it seems. [21:17:56] so you say the only way is upgrading? [21:18:50] Probably would be possible to backport. [21:19:11] backport? [21:19:55] I just threw out this random idea in wikipedia-en and wikimedia-tech, and was wondering its technical feasability [21:19:56] Backport r33780 to your version by hand so it works, without having to do a full upgrade. [21:20:00] !r 33780 [21:20:00] --mwbot-- http://www.mediawiki.org/wiki/Special:Code/MediaWiki/33780 [21:20:08] It has to do with watchlists [21:20:31] is there any way to put a categorization system for it? [21:20:50] because some people watch many pages, and it sometimes gets very disorganized [21:20:58] how technically feasible is it? [21:22:30] ooh ok [21:22:46] i see what you did :D [21:23:05] It would be possible, sure, but I wouldn't expect it to happen anytime soon unless you manage to interest a dev. [21:23:13] It wouldn't be a trivial project. [21:23:16] *Simetrical likes trivial projects [21:23:19] I'll start working right now :) [21:23:33] Ahh okay [21:23:49] *Greencaterpillar makes grand scheme on interesting a dev :P [21:32:04] dumb question, does the Google crawler increment the 'page hits' counter? [21:32:08] I guess it does [21:32:18] every time the page is rendered right? [21:33:26] Greencaterpillar, sounds trivial to me [21:33:34] to hack it together at least [21:33:49] i.e. user x wants to watch for changes in category y - no problem [21:33:56] well, I mean like, [21:34:00] make categories in a watchlist [21:34:07] for example, "talk pages of vandals" [21:34:14] and "people I"m waiting for a reply from" [21:34:25] and "pages found on special:unwatchedpages" [21:34:27] wuts that? [21:34:30] user-created categories [21:34:35] and "people I"m waiting for a reply from" ? [21:34:51] Examples of user-created categories in their watchlist, which is what I'm proposing [21:34:58] some people watch thousands of pages [21:35:01] Greencaterpillar, if you can put the set of pages you want to watch in a category - its easy [21:35:21] is making your own categories against the rules? [21:35:32] because it would go under the category namespace instead of user namespace? [21:35:34] Greencaterpillar, yeah, it dosn't really fit here [21:36:11] where do watch lists get listed? [21:36:25] not like that, but [21:36:44] I was proposing having a feature to allow users to create an organizational system of their watchlist [21:36:48] groups and subgroups of pages [21:36:53] 03demon * r50160 10/trunk/phase3/ (3 files in 3 dirs): Revert r49959 (Fixed some CSS validation issues with colors) [21:36:57] where do watch lists get listed? [21:37:14] I'm sorry, what does that mean? [21:37:23] 03(WONTFIX) CSS valid code - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18069 +comment (10innocentkiller) [21:37:26] where can I see your watchlist? [21:37:44] I'm not sure, to be honest :P [21:37:53] I was just proposing this as a system for all users [21:37:56] where can I see my watchlist? [21:38:11] special:watchlist [21:38:26] Special:Watchlist [21:38:37] or http://(whatever wiki)/wiki/Special:Watchlist [21:39:51] Greencaterpillar, and for the convenience of user x, you want user x to be able to categorize the pages he's watching? [21:40:04] yes [21:40:07] just a proposal [21:40:17] I think many users would like that feature [21:40:35] especially the people that watch thousands of pages [21:40:42] or even hundreds :P [21:41:08] right [21:41:22] I was thinking that you wanted to let users 'watch' categories of pages [21:41:29] slightly different [21:41:42] sorry about the confusion :P [21:41:45] np [21:41:54] how feasible is it to put it in? [21:42:03] does the google bot increment the page views counter? [21:42:10] Greencaterpillar, not sure [21:42:28] never looked at how watchlists are handled [21:43:15] I think it would be nice if users listed the pages that they watched on their user page... [21:43:36] like {{watch:pagename}}. [21:43:37] but then you would have to bloat your edit count and such [21:43:41] but thats just a dream [21:43:57] ing? [21:44:48] so, yeah [21:45:22] 03(NEW) Relative URIs in interwiki links table causes failed redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18664 minor; Normal; MediaWiki: Redirects; (greenreaper) [21:47:04] 04(REOPENED) job-queue insert appears to fail for highly used templates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5527 (10brad9626) [21:47:48] 03(mod) Relative URIs in interwiki links table causes failed redirects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18664 +patch (10greenreaper) [21:48:12] 03(NEW) Mailinglist for the no.wp bureaucrats - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18665 enhancement; Normal; Wikimedia: Mailing lists; (atluxity) [21:49:04] Does the Google bot increment the page views counter? [21:53:30] This page has been accessed 35,655 times.... [22:21:34] faceface, the page views counter is never updated [22:21:43] it's disabled on wikimedia wikis [22:21:54] Did he say Wikimedia wikis? [22:21:56] on your wiki, yes, googlebot would update it [22:21:57] This is #mediawiki. [22:22:09] Simetrical, didn't notice when i started answering :) [22:22:12] Unless that's special-cased in the code. [22:22:16] Is it? [22:22:20] It would make sense. [22:22:26] tyty [22:22:36] I don't think anyone has looked into it [22:22:41] Simetrical, 'would make sense' and MW are not always the same thing [22:22:43] ;-) [22:22:44] since wmf doen't use it [22:22:56] right, and if its no use to wikipedia... [22:23:17] anyway, I'll stop bitching ;-) [22:23:20] thanks dudes [22:30:50] 04(REOPENED) action=opensearch documentation in API help shows "format -" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18003 +comment (10brion) [22:34:36] 03(mod) Paginate Special:AllMessages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16497 +comment (10happy-melon) [22:38:27] 03(mod) Paginate Special:AllMessages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16497 +need-review +patch (10happy-melon) [22:38:30] 03(mod) Improve TablePager (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18620 (10happy-melon) [22:38:34] What does "50k" signify in the topic? [22:40:18] recent peak hit rate on squids [22:40:33] I thought that was the 75k in #wikimedia-tech. [22:41:18] ah righ [22:41:23] svn commits :D [22:41:49] 03(NEW) Requesting "show/hide" links in various places - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18666 enhancement; Normal; MediaWiki: Deleting; (dmcdevit) [22:42:56] 03(mod) Paginate Special:AllMessages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16497 (10innocentkiller) [22:48:46] 03(mod) Requesting "show/hide" links in various places - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18666 +comment (10sam.korn) [22:51:00] 03(mod) Add revisiondelete "show/hide" links in various places - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18666 summary; +comment (10brion) [23:01:58] hello [23:02:19] why is PNG thumbnailing limited to 12.5 million pixels? [23:04:12] you can always increase it if you have lots of RAM [23:05:22] I have high resolution files with 600 dpi [23:05:27] what would be great [23:05:48] 03(NEW) Non-existent account names with double underscores in Special:ListUsers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18667 normal; Normal; MediaWiki: Special pages; (dmcdevit) [23:05:53] so i uploaded both: 600dpi and 200dpo [23:06:22] ex: http://commons.wikimedia.org/wiki/File:Dahl_1.Heft_Tafel_2_600dpi.png [23:54:23] 03(mod) Mailinglist for the no.wp bureaucrats - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18665 (10cbrown1023) [23:55:12] 03(mod) Please create newprojects-l for announcing the creation of new wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17850 (10cbrown1023)