[00:08:35] aib, Wikinews apparently depends heavily on it. [00:09:21] oh? i haven't been there lately [00:11:07] looks fancy [00:55:02] hey, I'm getting a fatal error in Special:RestrictUser [00:55:03] Fatal error: Call to undefined method Language::getDisplayNsText() in /home/yourwiki/htdocs/html/w/includes/specials/SpecialListUserRestrictions.php on line 142 [00:55:22] the language class doesn't have that method, so I'm not sure why this line would be trying to use it [00:57:01] should it be getNsText()? [01:01:06] oh, nevermind, i think it may have been fixed in a later revision [01:14:55] Are there other perfectionists that hate the minor recent changes. Is there any extention to tweak the Special:RecentChanges page? [01:17:01] "Tweak" isn't very specific. [01:17:59] MZMcBride: To change the layout. Example: Remove (Talk | contribs | block) :) [01:19:41] I don't think there are any extensions. [01:19:43] Though the software itself has a few options to tweak the layout, I think. [01:19:45] Special:Preferences [01:24:36] http://www.organicdesign.co.nz/Category:Extensions but i can't remember what it is called [01:25:22] Ok, need to reboot [01:25:25] brb [01:25:56] oh and i just found it on the mediawiki archives [01:26:06] bah, no brion :( [02:22:33] 03(mod) blank edit summary message is displayed when an auto summary is put in - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8912 +comment (10pink-ink) [02:27:44] 03(mod) API list=recentchanges results are completely wrong - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16877 (10b-jorsch) [02:29:13] 03(mod) Allow limited indirection by redirects, up to $wgMaxRedirects levels. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11644 (10skizzerz) [03:11:07] 03(mod) References are not shown to Anons when they don' t have edit permissions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11224 +comment (10svemir) [03:55:50] Simetrical: what's up? [03:55:55] oops, siebrand what's up? [03:56:59] is their a way to look at recent bugs on bugzilla? [03:57:29] Betacommand: advanced search [03:57:43] then the "Only bugs changed between: " setting [04:03:57] Betacommand: Grep the mailing list? [04:04:07] Or the logs from here... [04:04:15] or do what I said [04:04:38] MZMcBride: anything wrong with my way? [04:04:56] What are the Templates you'll definitely need to insert in A wiki? [04:05:01] Bugzilla's search always makes me sad. ;-) And he said "recent" which I figured meant new. [04:05:05] A wiki? [04:05:10] But yours likely works. [04:05:27] !templates | Miazz [04:05:27] --mwbot-- Miazz: For more information about templates, see . The most common issues with templates copied from Wikipedia can be fixed by installing ParserFunctions and enabling HTML Tidy . [04:05:53] Before I even was finished typing I got my answer [04:08:22] I got another question regarding MediaWiki but I will first install the forgotten modules [04:31:51] Seen this Main_Page http://starwars.wikia.com/wiki/Main_Page ? Its outrageous.. Wish I could make that. [04:39:04] Meh. Stealing is ripping huh? [05:25:40] i'm getting a Key 'cuc_user_ip_time' doesn't exist error when using checkuser [05:25:46] and i've followed all the instructions [05:28:30] Prod-you: not that I can anaswer it, but what version of mw and cu? [05:28:47] 1.13.3 and latest [05:29:06] the svn version of CU? [05:29:12] yea [05:31:29] Splarka: around? [05:31:35] sorta [05:32:16] Prod-you, might need you :) [05:32:34] *Prod-you was here yesterday as well [05:33:11] dunno nuthin' bout server-side voodoo of checkuser [05:33:31] Prod-you: I am absolutely not competent to help you, but [05:33:41] can you actually look at the tables [05:33:44] yep [05:33:47] in your db do you have any tables that start with cuc_ ? [05:33:59] more importantly, are they in the right DB [05:34:04] yep [05:34:10] well [05:34:19] the table is _cu_changes [05:34:29] and it has various cuc_* columns [05:34:43] is project the correct DB name [05:34:52] well, it's within the correct db [05:35:55] and all the tables begin with the correct prefix [05:36:28] the table should be $wgDBprefixcu_changes [05:36:28] so in summary [05:36:45] the database is right, the prefix is right, the prefixis on the columns are right [05:36:52] (there are a bunch) but that specific column isn't there [05:37:08] what is $wgDBprefix set to [05:37:19] stratw [05:37:55] no underscore after it? [05:38:00] mysql> show columns from stratw_cu_changes; [05:38:23] gave me a bunch, but no cuc_user_ip_time [05:38:27] if $wgDBprefix isn't stratw_ then [05:38:30] it is [05:38:40] wasn't reading it properly [05:38:45] ok, good :) [05:38:55] and you are saying cuc user ip time, isn't in cu changes [05:39:16] cuc_user_ip_time isn't in stratw_cu_changes [05:39:58] could you list everything that is? [05:40:26] http://rafb.net/p/QRnupU34.html [05:42:12] google search for this only brought up people on uncyclopedia who had the problem [05:42:16] and there was no solution there [05:43:03] hmmm, I am no mysql expert but "INDEX cuc_ip_hex_time (cuc_ip_hex,cuc_timestamp)," doesn't seem to create a column, so [05:43:08] just an index [05:43:40] so what is the error message you get? [05:43:42] (the whole thing [05:44:21] apologize for the paste in here but [05:44:22] A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: [05:44:22] (SQL query hidden) [05:44:22] from within function "CheckUser::doUserIPsRequest". MySQL returned error "1176: Key 'cuc_user_ip_time' doesn't exist in table 'stratw_cu_changes' (db1)". [05:46:07] i guess i might try deleting the tables and trying it again [05:46:38] the question is, how do I delete a table? [05:47:48] drop table [05:47:51] and if I did that, would it break anything? [05:47:56] assuming I reinstalled [05:48:15] ah whatever, just did a backup yesterday :P [05:48:18] *Prod-you hopes for the best [05:48:23] probably, but whatever :) [05:48:44] it sounds to me like the indexes aren't being recognized for some reason [05:48:50] I know nothing, keep that in mind :) [05:48:55] :D [05:49:00] I wonder... [05:49:33] hey TimStarling, you about and feel like helping out? If not I am enjoying messing about :) [05:51:20] you haven't confirmed whether the index exists [05:51:31] SHOW CREATE TABLE would do that [05:51:36] yea, mostly because I am useless :) [05:51:44] Prod-you: do that [05:53:03] dropping the table and rerunning the install worked [05:53:21] ok, probably the indexes weren't created for some reason [05:53:35] and that caused everything to, well, not work [05:53:54] thank you Tim [05:53:55] i think the previous maintainer of this db had tried putting checkuser on before [05:54:15] that's the only reason i can figure that this wouldn't have worked :/ [05:55:15] thanks Prodego :) [05:55:56] Prod-you: thank tim too, because a) he knew what he was doing and b) his time is expensive :) [05:56:18] lol [05:57:03] TimStarling, though I didn't use your method, thanks for the extension, it should be very helpful :D [05:57:46] ah [05:57:49] well here's a new issue [05:57:54] Fatal error: Call to undefined method CheckUserLogPager::getDateCond() in /home/swiki/public_html/w/extensions/CheckUser/CheckUser_body.php on line 1287 [06:09:17] well that would explain it [06:09:30] getDateCond doesn't exist in 1.13.3 [06:12:49] branched in july, that was added in august [06:13:04] meaning CheckUser isn't compatible with 1.13 anymore :/ [06:16:04] 12(TimStarling12): will going back to version http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/CheckUser/?pathrev=39192 require me to recreate the tables? [06:16:31] I doubt it [06:16:41] just droppig in the new files should work? [06:18:17] yes [06:18:30] k, trying it out [06:39:32] it works [06:39:33] thanks tim [06:59:09] werdnum: still here? [07:21:16] Hello, any chance someone here knows whether a) there is an archive of previous complete dumps of enwiki? or b) when in the near future we're going to have a complete dump? [07:23:11] b) does "when pigs can fly" sound about right? [07:23:35] oh.. ;) btw.. [07:23:42] Tubarao, based on previous evidence, yes. :P [07:24:35] archives? you mean more complete than the lists at http://download.wikimedia.org/ ? [07:25:19] Splarka, there aren't any complete dumps there with modification history. The last one that was successful that I have was from Jan 2008. [07:37:53] does