[13:47:16] I love how all web designers never consider testing at 800x600 [14:27:58] Dispenser: or 1024*600. typical problem of today's wanna-be-webdevs [14:28:31] I've seen too many libraries that still use 800x600 [14:29:52] right [17:19:05] hmm, i just had a JS error when i was logged out [17:19:08] Firebug's log limit has been reached. 0 entries not shown. Preferences [17:19:11] wgVectorPreferences.simplesearch is undefined [17:19:14] [Break on this error] $j(document).ready(function(){if(!wgVe...uggest||skin!='vector'){return true;} [17:20:25] seems it was some caching. [17:22:43] Weird [17:23:11] it was reproducable on one page, then i hit purge, problem gone. [17:23:16] RoanKattouw: howdy [17:23:26] Hey [17:23:38] We have a meeting at 11, right? [17:24:59] supposed to, yes [17:25:19] i need you to fix something up in ResourceLoader.php for me [17:25:44] line 237 [17:26:02] i'm using dirname( $_SERVER['REQUEST_URI'] ) which is known to be wrong in some situations [17:26:40] I'm unsure of the typical MediaWiki convention for getting the path to where index.php is... like wgScriptPath as a full URL.... [17:27:46] wgServer + wgScript for index.php [17:28:12] wgServer + wgScriptPath ? [17:28:14] and wgServer + wgScriptPath + "api.php" for the api [17:28:18] ah [17:28:22] yes, that would work then [17:28:30] i'm using it for load.php [17:29:09] although wgServer might not be needed of course, since local urls might be preferable [17:30:36] they aren't [17:30:54] Why not? [17:32:22] um, what if you want to load JS from another site [17:32:38] the point is to support remote-embedding [17:32:43] Ah yes [17:33:56] so, now, whatever calls ResourceLoader::respond() supplies a request object and a server location (web accessible path to itself) [17:34:31] when you include the mediawiki module, a config comes with it, which includes this server location, where all future calls will be directed to [18:01:06] TrevorParscal: Please give me the call-in ext when I'm expected to call in [18:01:28] ok [18:01:35] finding meeting [18:03:31] how about 2001 [18:03:59] i don't know about the webex thing [18:04:37] OK [18:04:40] You guys getting started yet? [18:04:44] yeah [18:04:51] you in the conference? [18:04:57] Not yet [18:05:02] Walking upstairs to avoid TV sounds [18:05:06] k [18:05:12] good idea [18:07:23] Damn sound [20:52:54] this should be fun. http://crackberry.com/developers-blackberry-torch-9800-simulator-now-available-download [22:33:21] i assume runOnloadHook is deprecated [22:42:40] what's actual now then? [23:02:34] $(document).ready(function() { stuff here } ); I guess [23:18:33] $(jorm).ready(function() { doEvil(); } ); [23:30:11] *RoanKattouw_away preempts that from ever firing with the assignment jorm = worldPeace; [23:30:26] HEH.