[00:00:33] i mean, accessible to the modules [00:00:47] that make sense and seem the best route? [00:01:39] Yeah that seems to make sense [00:01:50] Except that it would probably be easier to let each module have their own RTL flag [00:02:13] Every addModule() call is gonna pass the RTL flag anyway because you don't know loading order or which modules are enabled [00:02:26] k [00:38:07] http://www.youtube.com/watch?v=vmpisOn4FmE&feature=player_embedded [00:38:09] ahahahahahahhahaha [18:02:34] RobH: I need a new Linode server for FlaggedRevs testing. Do you handle the Linode purchases? [18:20:54] You need a Linode server for FR testing? Really? [18:21:04] Are you sure we can't do this on e.g. Wikimedia Labs? [18:57:10] Ryan_Lane: I can purchase more linodes, but right now I do not have a valid AMEX. [18:57:20] So any purchases would also have to be approved by Erik/Naoko [19:13:18] pdhanda: how's the jedi training with brion going? [19:14:26] nimish_g I am not the jedi you are looking for [19:26:09] RobH: I've gotten approval from Erik. Do you need me to forward the email, or should I send one to you and Erik with the specifics? [19:47:18] Ryan_Lane: You can forward me the mail with Erik CC'd. The problem is my company AMEX expired, and I have yet to get the new one in the mail. [19:47:29] So I am going to have to change the login credentials for Erik so he can purchase it. [19:49:06] RobH: Ah. ok. Thanks for the info. I'll send it when I have access to my personal email. [19:49:27] no worries, I am assuming that its all good, so I am forwarding Erik instructions on how to purchase another linode. [19:49:31] once he purchases it, I can get it setup. [19:49:35] and give you access [21:49:14] RoanKattouw: I'm having problems with scripts defined in vector hooks not being loaded - any idea why that might be happening? [21:49:37] all of the wikieditor scripts get loaded just fine [22:01:35] Hm [22:01:48] Did you require_once() Vector.php in LocalSettings? [22:01:51] (sorry, stupid questions first) [22:12:04] RoanKattouw: yes, I've got this: [22:12:07] require_once("$IP/extensions/UsabilityInitiative/Vector/Vector.php"); [22:12:07] require_once("$IP/extensions/UsabilityInitiative/WikiEditor/WikiEditor.php"); [22:12:43] And CollapsibleTabs.js and SimpleSearch.js aren't being included? [22:12:49] correct [22:12:55] OK [22:13:10] Can you try to svn up the Vector directory for paranoia? [22:13:43] Adam-Millers-iMac:prototype adam$ svn up extensions/UsabilityInitiative/Vector/ [22:13:44] At revision 60296. [22:14:08] Huh you're right [22:14:11] the preferences script block gets written but none of the includes [22:14:41] the code is exactly the same as the comparable portion of the wikieditor hooks [22:14:43] it's bizarre [22:15:23] It uses a different hook, I'm debugging now [22:15:38] Yup the hook doesn't get called [22:17:09] Oh wait it is, screw you cache [22:27:41] Ugh, hook calling order [22:43:48] adam_miller: Fixed, it was a hook calling order issue [22:44:12] awesome, thanks man [23:27:42] RoanKattouw: I just added some new stuff for the left nav changes - not that I need to tell you this - but make sure I did all of that right. I was winging it a bit [23:49:33] I'll review it tomorrow