[01:21:37] how to add table support in Mediawiki toolbar? is that a special extension i need to download? [01:27:43] how to escape the | from a cell so that it can be displayed in the table [01:30:21] shoot I;ll just use html [01:30:59] <^demon> Simetrical: Ping. [03:54:38] the default skin for mediawiki seems to add a ?XX to the stylesheet link [03:55:13] [03:55:16] like that ^^ [03:55:26] is there a way to make it not do that? [03:56:11] 03(mod) Job queue max age - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13786 (10random832) [03:57:02] 03(mod) Job queue max age - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13786 (10random832) [04:05:30] 03(mod) Job queue max age - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13786 +comment (10Phoenixoverride) [04:30:44] 03(NEW) Restore the global CheckUser log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13789 normal; normal; MediaWiki extensions: CheckUser; (mike.lifeguard) [05:14:37] Im trying to configure a new install of MW 1.13 and Im having some problems, anyone about to give me a hand? [05:15:29] 03(mod) Restore the global CheckUser log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13789 +comment (10cooties) [05:16:10] *AaronSchulz listens to Apache [05:18:10] hay AaronSchulz can you give me a hand? I just finished the install and get the Setup has completed, your wiki is configured. message but I dont have the options for setting the wiki variables [05:19:14] AaronSchulz: Im stuck at http://www.mediawiki.org/wiki/Manual:Installation_on_Uniform_Server_%28Windows%29#Configuring_the_Wiki_Variables [05:20:26] hmm, never installed on US [05:21:17] does the wiki load? [05:21:39] well, if you didn't set the db info yet, presumedly not ;) [05:21:41] I get Fatal error: Call to a member function selectRow() on a non-object in K:\www\wi\includes\User.php on line 797 [05:22:07] do you have a localsettings.php file? [05:22:35] yeah [05:22:49] did you try setting the db name/pass there? [05:23:07] http://pastebin.com/m26e678e [05:23:31] its a config from an old install [05:24:16] *AaronSchulz hopes $wgDBpassword isn't really that ;) [05:24:50] AaronSchulz: it is [05:25:06] AaronSchulz: its a portable version that I use on a flash drive [05:25:20] is $wgDBserver set right? [05:25:31] AaronSchulz: I dont know [05:25:45] how do I check that? [05:26:41] so the db is on a drive? [05:26:49] yeah [05:27:10] I am not sure the database has been created yet though [05:52:24] 03(mod) White space differences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13466 +comment (10JSchulz_4587) [05:54:39] 03aaron * r33580 10/trunk/phase3/skins/common/diff.css: Remove distracting red dotted box. This was make some hard to read, and annoying diffs. Various VP/T complaints. [06:15:16] I forget... how does one make something NOT display via Monobook.js? [06:15:43] (specifically, p-cactions) [06:16:33] VonSchmut: display: none; [06:17:18] heh that'd be css [06:17:22] oh, js [06:17:29] use css :) [06:17:33] document.getElementById('p-cactions').style.display = 'none'; [06:17:44] is css... via js [06:17:54] ty [06:18:15] or .style.visibility = 'hidden'; [06:18:24] if you want it to be invisible but still take up the same space [06:18:26] Oh, wait, I meant, specific elements, not all [06:19:19] Like, say, if I want to hide the watchlist tab, for example [06:19:24] document.getElementById(ID HERE).style.display = 'none'; [06:19:40] oh, I see... okay [06:19:45] but yah, as flying said, you could use CSS [06:19:53] under what conditions do you want it hidden? [06:20:07] One-man wiki... don't need it [06:20:19] right, so go to common.css [06:20:27] #ca-watch {display:none;} [06:20:35] coo... danke [06:20:40] in MediaWiki:Common.css [06:20:46] *VonSchmut nods [06:22:26] hmm, nope, that ain't working... maybe in the skins folder? [06:22:55] purged browser cache? [06:23:13] yep [06:23:30] That's why I thought it might be .js [06:24:14] what version are you on? [06:25:21] 1.12 [06:25:32] 03(NEW) Enable transwiki-import to Japanese Wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13790 15enhancement; normal; Wikimedia: General/Unknown; (kanjy.wm) [06:27:17] enabled site css/js? [06:27:49] anyone know any good linux sysadmin types in the SF bay area? [06:28:25] Is there a way to hide that in MonoBook.php or should I just nix it completely [06:28:58] Haven't enabled js yet, no [06:29:34] $wgUseSiteCss ? [06:30:54] ? [06:31:23] have css, haven't enabled js [06:31:28] is that enabled in your localsettings? [06:32:05] should be, I haven't changed it [06:32:41] unless true's no longer the default [06:32:47] view a page source, do you see a