[08:11:35] I need to set up a new extension in Gerrit. Who wants to help walk me through it? :) [08:15:00] sure is quiet in here [08:18:26] "kaldari does not have "Create Project" capability." :( [08:18:57] anyone have the ability to create new gerrit projects? [08:19:24] Howdy MaxSem [08:19:34] yo, kaldari [08:19:51] meh, just read how your change crashed and burned:( [08:20:14] ha, yeah it was about as popular as Brussel Sprouts [08:21:05] I abandoned the elegant 2-line fix and wrote a 6 file extension instead [08:21:41] but no ones around to help me check it in :( [08:21:57] they're all drunk on eggnog or something :) [08:24:54] oh, so you don't celebrate xmas too? [08:47:34] MaxSem: nah, I'd rather give the gift of MediaWiki extensions :) [16:28:58] MaxSem: can you update solarium extension to 3.0.0? [16:29:25] well, you can do it, too:P have you tested your code with it? [16:32:21] Nikerabbit, have you tested your code with it? [16:36:49] I'll test mine [16:54:37] MaxSem: I had some problems with solr 4 and solarium 2.6 [16:55:21] do you have a 4.0 WMF-eligible package?:P [16:56:25] anyway, there are some interface changes [16:57:42] MaxSem: nope, we should work on that too [17:14:56] mhm, its autoloader is playing shit for me [17:20:21] Nikerabbit, 3.0 appears to depend on Symfony [17:21:45] which is a big deal [17:49:43] yay, frameworks [18:13:34] Emofarmers: it doesn't [18:14:02] Nikerabbit, Fatal error: Class 'Symfony\Component\EventDispatcher\EventDispatcher' not found in /home/max/Projects/MediaWiki/extensions/Solarium/lib/Core/Client/Client.php on line 215 [18:14:20] "Code style switched from Zend Framework 1 to Symfony 2 (but Solarium is still not tied to a framework!)" [18:14:26] "Custom hooks have been replaced by the very well documented and tested Symfony EventDispatcher component." [18:14:56] so it requires a part of Symfony [18:15:51] a small component yes [18:16:08] https://github.com/symfony/EventDispatcher [20:18:43] Im looking for information on Sessions in mediawiki, I know in the old days making sure the UserID and Token where matching the same data in the Database, in 1.19 what do they use now? as my old session sharing tricks are not working, The following is being done: UserID, UserName are being set to the proper details, and Token is updated in the user's cookies and database [20:20:36] Hello JRWR. [20:23:40] Hello Dereckson [20:26:21] If your need is to reauthenticate the user, and you have a piece of code knowing who is is, a dirty hack I've on a 1.17 wiki is to manually authenticate an user is to create a new User object (with User::newFromName($username);) and then call $user->setupSession(), $user->setCookies(). [20:27:27] It just seems like mediawiki is ignoring my token cookie [20:29:40] here is the blob of code I'm using to make the session [20:29:40] http://hastebin.com/cawomurave.pl [21:35:51] Nikerabbit, how urgent is this stuff? I've discovered more inconsistencies and it takes longer than I anticipated [21:37:05] MaxSem: not very urgent I hope [21:37:22] I should to some testing with solr 3.6 together with my new schema [23:12:50] Nikerabbit, I started https://wikitech.wikimedia.org/view/Solr - please add to it if you see something lacking:) [23:20:10] MaxSem: sure I'll have a look