[10:48:23] TimStarling: I'm not opposed to refactoring. I just want get rid of the bug as fast as possible. [10:49:32] New code comment: Krinkle; Minor note: When splitting up a file into two files (mediawiki.special.preferences.js in th; [10:50:15] is it CLI or web or both? [10:50:34] and are you fixing it for yourself or all installations in the world? [10:52:08] Nikerabbit: Do you actually need to make a new account, or can you just use the default installed one? [10:52:55] p858snake|l: default what? [10:53:05] TimStarling: both [10:53:09] user account [10:53:34] p858snake|l: I know no such thing, explain [10:53:58] We inculde a default one in the mySQL installs don't we [10:54:22] no [10:54:35] maybe you're thinking of postgresql but it's still really not [10:55:06] if you don't care about performance you can always check in an extension setup function or similar [10:55:22] you could have a configuration variable to switch it off for cases where you do care about performance [10:56:15] can I just do $user = User::newFromName( $wgName ); if ( $user->isAnon() ) { $user->addToDatabase(); } ? [10:56:42] and then have the respective code call FuzzyBot::getUser(); [10:57:03] s/respective/affected/ [10:57:11] 03(mod) Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it - 10https://bugzilla.wikimedia.org/33461 +comment (10s.mazeland) [10:57:34] yes [10:58:03] I will do that then [10:58:09] see for example edit.php in core [10:58:42] 03(mod) Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it - 10https://bugzilla.wikimedia.org/33461 +comment (10s.mazeland) [11:00:24] 03(mod) Deletions performed by FuzzyBot not logged on the deletion log, only appears at RecentChanges - 10https://bugzilla.wikimedia.org/33466 (10Siebrand) [11:10:32] 03nikerabbit * 10/trunk/extensions/Translate/ (9 files in 4 dirs): [11:10:32] Move FuzzyBot code into new class so that the user is created when needed [11:10:32] Bug 33466 [11:10:46] 03(mod) "Create a book" and "Download as PDF" don't wrap Chinese or Japanese lines - 10https://bugzilla.wikimedia.org/33430 +comment (10yaoziyuan) [11:11:32] 03(FIXED) Deletions performed by FuzzyBot not logged on the deletion log, only appears at RecentChanges - 10https://bugzilla.wikimedia.org/33466 +comment (10Niklas Laxström) [11:19:38] 03(mod) "Create a book" and "Download as PDF" don't wrap Chinese or Japanese lines - 10https://bugzilla.wikimedia.org/33430 +comment (10yaoziyuan) [11:26:03] New code comment: Krinkle; updated [[Manual:Interface/JavaScript#mw.config]]; [11:31:18] New code comment: Krinkle; if you use a function from the Html class instead of the Xml class, then the "class" attribute takes; [11:46:58] 14(DUP) If category sortkey is dependant on page specific variables ({{NAMESPACE}}, {{PAGENAME}} etc), sortkey not re-parsed on page move - 10https://bugzilla.wikimedia.org/30819 +comment (10Bawolff) [11:46:59] 03(mod) Moving a page doesn't update its category links if the category depends on page relative magic words. - 10https://bugzilla.wikimedia.org/32946 +comment (10bawolff+wn) [11:47:50] 03nikerabbit * 10/trunk/extensions/Translate/specials/SpecialLanguageStats.php: [11:47:50] Repurpose the existing recent changes link in Special:LanguageStats to point to the new message group [11:47:50] I18n #349 [11:50:49] New code comment: Siebrand; You forgot to add utils/FuzzyBot.php.; [11:51:45] 03nikerabbit * 10/trunk/extensions/Translate/utils/FuzzyBot.php: I forgot to svn add the file again. ahoy r107816 [11:52:41] 03(NEW) Email notifications for eswikibooks - 10https://bugzilla.wikimedia.org/33468 normal; Wikimedia: Site requests; (wmdferg) [11:53:26] Project MediaWiki-phpunit build #4959: FAILURE in 2 min 18 sec: http://integration.mediawiki.org/ci/job/MediaWiki-phpunit/4959/ [11:53:33] New code comment: Nikerabbit; Hey that page is awesome with the list of version information.; [11:58:22] Yippie, build fixed! [11:58:22] Project MediaWiki-phpunit build #4960: FIXED in 2 min 14 sec: http://integration.mediawiki.org/ci/job/MediaWiki-phpunit/4960/ [12:00:01] 03ialex * 10/trunk/phase3/includes/Wiki.php: Updated comment since $wgArticle is going to be removed in 1.20. [12:04:57] 03ialex * 10/trunk/phase3/includes/SkinTemplate.php: [12:04:57] * Moved wfReportTime() call just before executing 'SkinTemplateOutputPageBeforeExec' hook to take into account remaining calls [12:04:57] * Group similar stuff [12:04:57] * Factorise calls to $this->getLanguage() [12:04:57] * Facrorise calls to $user->is(Anon|LoggedIn)() [12:04:58] * Changed the code that wraps 'subtitle' and 'undelete' items to be more readable [12:18:26] 03petrb * 10/trunk/tools/wmib/RClogs.cs: fixed a bug when summary was passed as channel [12:18:57] 03nikerabbit * 10/trunk/extensions/CleanChanges/ (CleanChanges.php CleanChanges_body.php cleanchanges.js): Made CC use resource loader and made the JS not use legacy globals. The JS code could probably be cleaned up more with jQuery [12:19:29] 03ialex * 10/trunk/phase3/includes/ (OutputPage.php SkinTemplate.php): [12:19:29] * Always set 'userjs' and 'userjsprev' items to false since they are now incorporated in 'bottomscript' (only affects skins not using OutputPage::headElement()) [12:19:29] * Removed SkinTemplate::setupUserJs() since it's no longer used and marked OutputPage::isUserJsAllowed() for removal in 1.20 since its last call is now gone [12:21:45] 03santhosh * 10/trunk/phase3/ (3 files in 3 dirs): [12:21:45] Parser can take mw.user too along with male, female for {{gender:$1|..}} [12:21:45] If the parameter passed is mw.user, use the gender from mw.user.options. If not, use the passed gender. [12:21:45] Update the qunit tests. [12:21:45] Update the documentation. [12:21:45] Followup r107811 [12:25:20] ug [12:37:08] 03(mod) Offer SVGs as being rendered in PNG on File pages - 10https://bugzilla.wikimedia.org/24619 +comment (10Derk-Jan Hartman) [12:40:37] 03(mod) Add "Developer" or "API" link to footer of Wikimedia wikis - 10https://bugzilla.wikimedia.org/33464 normal->15enhancement (10Mark A. Hershberger) [12:42:06] 03(mod) mediawiki.Title.js should normalize titles the same way Title.php does - 10https://bugzilla.wikimedia.org/33465 (10Mark A. Hershberger) [12:43:32] 03(mod) TeluguTransliteration not functional on Te Wiktionary - 10https://bugzilla.wikimedia.org/33467 +comment (10Mark A. Hershberger) [12:44:02] 03(mod) Moving a page doesn't update its category links if the category depends on page relative magic words. - 10https://bugzilla.wikimedia.org/32946 +comment (10Krinkle) [12:44:16] 03(mod) Email notifications for eswikibooks - 10https://bugzilla.wikimedia.org/33468 (10Mark A. Hershberger) [12:47:52] 03(NEW) Enable "rollback" function for "editor" group (in ka.wikipedia org) - 10https://bugzilla.wikimedia.org/33469 normal; Wikimedia: Extension setup; (g.natela) [12:50:01] 03ialex * 10/trunk/phase3/includes/ (FakeTitle.php Title.php WikiPage.php): (log message trimmed) [12:50:01] * Store the value of the page.page_restrictions field in Title::loadFromRow() and defers loading restrictions until when it's really needed; this reuses the Title::$mOldRestrictions member which is not used anywhere yet [12:50:01] * Removed $oldFashionedRestrictions parameter from Title::loadRestrictions*(); [12:50:01] the only extension using it is LiquidThreads and it's using Title::newFromRow() [12:50:02] to create the Title object, so the field is already cached (and this even allows [12:50:02] to cache that field when there's no row for that page in the page_restrictions [12:50:03] table) [12:56:35] 03nikerabbit * 10/trunk/extensions/Translate/specials/SpecialMyLanguage.php: I18n #353: Using Special:MyPage/Page/ta will now try titles in this order: Page/, Page/ta, Page [13:01:24] 03(mod) change the default Hebrew font - 10https://bugzilla.wikimedia.org/30437 +comment (10Amir E. Aharoni) [13:01:57] 03nikerabbit * 10/trunk/extensions/Translate/resources/ (ext.translate.css ext.translate.quickedit.css): Removed unused CSS [13:02:15] 03(mod) Enable "Article Feedback" on Georgian Wikipedia (ka.wikipedia.org) - 10https://bugzilla.wikimedia.org/33377 +comment (10g.natela) [13:03:20] 03(FIXED) The exact name of "user" namespace in ka.wiki - 10https://bugzilla.wikimedia.org/30655 (10George) [13:05:59] 03nikerabbit * 10/trunk/extensions/Translate/resources/ext.translate.css: Removing more unused CSS [13:09:38] 03nikerabbit * 10/trunk/extensions/Translate/ (Translate.php utils/MessageWebImporter.php): Get rid of ugly flash effect, and remove one place where using this modules makes no sense [13:11:05] 03(mod) Enable "rollback" function for "editor" group (in ka.wikipedia org) - 10https://bugzilla.wikimedia.org/33469 (10George) [13:11:46] 03(mod) Enable "rollback" function for "editor" group (in ka.wikipedia org) - 10https://bugzilla.wikimedia.org/33469 (10George) [13:13:53] 03(NEW) create api for Special:Nuke - 10https://bugzilla.wikimedia.org/33470 normal; MediaWiki extensions: Nuke; (duplicatebug) [13:13:54] 03(mod) Non Core API issues (tracking) - 10https://bugzilla.wikimedia.org/23855 (10duplicatebug) [13:24:19] New code comment: Duplicatebug; It is better, to select the page_counter field only when needed ($wgDisableCounters is not ; [13:27:08] 03amire80 * 10/trunk/extensions/Narayam/maintenance/ (. FixNarayamDisablePref.php): Preferences update script for Bug 31917. [13:27:29] 03(mod) Change the Disable Narayam preference to Enable Narayam - 10https://bugzilla.wikimedia.org/31917 +comment (10amir.aharoni) [13:32:14] 04(REOPENED) The exact name of "user" namespace in ka.wiki - 10https://bugzilla.wikimedia.org/30655 +comment (10Niklas Laxström) [13:34:19] New code comment: Nikerabbit;
+ equal( parser( 'gender-msg', 'They', user ) , 'They reverted their last edit', 'Gender mascul; 
[13:44:34] 	 hi, I found that there is Special:Allpages which shows me all the existing pages. how would I generate such an index on my mainpage?
[13:50:59] 	 03(mod) Renaming user causes conflicting usernames in deleted file histories - 10https://bugzilla.wikimedia.org/33452  (10duplicatebug)
[13:56:04] 	 New code comment: IAlex; That function is not called if $wgDisableCounters is true.; 
[13:58:45] 	 03(mod) The exact name of "user" namespace in ka.wiki - 10https://bugzilla.wikimedia.org/30655  +comment (10g.natela)
[14:10:02] 	 03demon *  10/trunk/extensions/CheckUser/api/ApiQueryCheckUser.php: Fixup for r100310: timetamp -> timestamp
[14:10:19] 	 New code comment: Siebrand; Does not work for FlaggedRevs: \ * Prefs-flaggedrevs-ui is present in trunk\extensions\FlaggedRevs\fro; 
[14:14:04] 	 New code comment: Siebrand; Damn URLs. \ * First: http://ur1.ca/768d7 \ * Second: http://ur1.ca/768e1; 
[14:14:52] 	 03amire80 *  10/trunk/extensions/Translate/TranslateHooks.php: Documentation.
[14:20:30] 	 03(mod) Enable "rollback" function for "editor" group (in ka.wikipedia org) - 10https://bugzilla.wikimedia.org/33469  normal->15enhancement (10George)
[14:31:13] 	 03(mod) Support for protocol-relative URLs (tracking) - 10https://bugzilla.wikimedia.org/20342  (10Chad H.)
[14:31:13] 	 03(NEW) $wgCookieSecure = 'detect' fails when $wgServer is protocol-relative - 10https://bugzilla.wikimedia.org/33471 normal; MediaWiki: General/Unknown; (innocentkiller)
[14:38:25] 	 03demon *  10/trunk/phase3/ (RELEASE-NOTES-1.19 includes/Setup.php):
[14:38:26] 	 Revert r107042 (bug 32219, make InstantCommons protocol-relative) and do it properly + release notes.
[14:38:26] 	 apibase is used for fetching content from the server as well as determining description pages, so should use a full-qualified protocol when the site's in https.
[14:38:42] 	 03(FIXED) Make $wgUseInstantCommons protocol relative - 10https://bugzilla.wikimedia.org/32219  +comment (10Chad H.)
[14:43:04] 	 New code comment: ^demon; s/full-qualified protocol when the site's in https/fully-qualified protocol/ \ I changed my commit su; 
[14:50:19] 	 New code comment: SPQRobin; Thanks for updating. (And it seems the docs for wgSeparatorTransformTable/wgDigitTransformTable were; 
[14:54:59] 	 03(NEW) Active WikiLove on si.wiki - 10https://bugzilla.wikimedia.org/33472 major; MediaWiki: Installation; (pkavinda)
[14:56:03] 	 03(mod) Active WikiLove on si.wiki - 10https://bugzilla.wikimedia.org/33472  major->04CRIT (10Pasindu Kavinda)
[14:58:15] 	 03danny_b *  10/trunk/phase3/skins/common/ (commonPrint.css shared.css): * follow up to r107673 - adding universal selector, because  and  are being eventually added as well
[14:59:18] 	 New code comment: Danny B.; r107834; 
[15:01:58] 	 03(mod) Active WikiLove on si.wiki - 10https://bugzilla.wikimedia.org/33472  04CRIT->normal;  +shell (10Danny B.)
[15:03:19] 	 New code comment: ^demon; Incorrect commit summary.; 
[15:08:04] 	 New code comment: ^demon; * Use setBatchSize( 100 ) in the constructor so users can specify --batch-size. This will set $this-; 
[15:18:19] 	 New code comment: Krinkle; So basically wfExpandUrl( .. , PROTO_CURRENT);; 
[15:18:45] 	 ^demon: yay thanks!!!!!!
[15:19:06] <^demon>	 Durp?
[15:20:04] 	 New code comment: Platonides; I suspect it was a commit of the wrong file.; 
[15:20:04] 	 New code comment: ^demon; I suppose we could do that too :); 
[15:20:32] 	 ^demon: twn front page is now fully secure
[15:20:50] <^demon>	 Oh. You're welcome :)
[15:21:21] 	 there are still many pages that use openstreetmap that aren't, but who cares
[15:21:49] 	 New code comment: Danny B.; "Existing pages on wikis that assume childtables will automatically get the same styling" - that's a; 
[15:22:02] <^demon>	 Of course, you guys could've made it secure if you were using $wgForeignFileRepos manually :)
[15:23:59] <^demon>	 Platonides: Or the wrong commit summary for the correct file. We can't know without committer feedback :)
[15:25:17] 	 03(mod) Leading question marks in lists - 10https://bugzilla.wikimedia.org/21382  +comment (10Krinkle)
[15:29:07] 	 03(ASSIGNED) Headlines should have their id in the h-tag not in a span - 10https://bugzilla.wikimedia.org/33415  (10Krinkle)
[15:29:19] 	 New code comment: EshelBS; It was, although it's OK. I should be more careful, of course.; 
[15:31:30] 	 03(FIXED) Add support for a filter callback function in jQuery byteLimit plugin - 10https://bugzilla.wikimedia.org/29455  +comment (10Krinkle)
[15:31:34] 	 New code comment: Amire80; ... And i should me more careful with using testing accounts, too.; 
[15:31:39] 	 03demon *  10/trunk/phase3/includes/Setup.php: simplify r107833 per CR, just use wfExpandUrl()
[15:32:09] 	 14(DUP) Headlines should have their id in the h-tag not in a span - 10https://bugzilla.wikimedia.org/33415  +comment (10Danny B.)
[15:32:10] 	 03(mod) The headline id should belong to  tag and not to inner  - 10https://bugzilla.wikimedia.org/31932  +comment (10Danny B.)
[15:34:17] 	 03(ASSIGNED) Enforce byteLimit on wpNewTitle on Special:Move - 10https://bugzilla.wikimedia.org/29454  +comment (10Krinkle)
[15:34:18] 	 03(mod) Add support for a filter callback function in jQuery byteLimit plugin - 10https://bugzilla.wikimedia.org/29455  (10Krinkle)
[15:34:39] 	 03demon *  10/trunk/phase3/includes/Setup.php: remove an extra space
[15:35:35] 	 03(mod) From field in notification email is confusing - 10https://bugzilla.wikimedia.org/32770  +comment (10Daniel Zahn)
[15:37:41] 	 03(mod) Leading question marks in lists - 10https://bugzilla.wikimedia.org/21382  +comment (10subfader)
[15:37:42] 	 03(mod) The headline id should belong to  tag and not to inner  - 10https://bugzilla.wikimedia.org/31932  (10Danny B.)
[15:39:13] 	 03(mod) The headline id should belong to  tag and not to inner  - 10https://bugzilla.wikimedia.org/31932  +comment (10subfader)
[15:39:33] 	 03(mod) Make JS components of ResourceLoader framework independant - 10https://bugzilla.wikimedia.org/30956  +comment (10krinklemail)
[15:39:43] 	 03(mod) Make JS components of ResourceLoader framework independant - 10https://bugzilla.wikimedia.org/30956  (10Krinkle)
[15:40:06] 	 03(FIXED) Make mw.util.addCSS resistant to IE's @font-face bug with setting cssText before DOM insertion - 10https://bugzilla.wikimedia.org/33305  (10Krinkle)
[15:40:19] 	 03(mod) Make mw.util.addCSS resistant to IE's @font-face bug with setting cssText before DOM insertion - 10https://bugzilla.wikimedia.org/33305  (10Krinkle)
[15:42:42] 	 03(mod) Vector dialog styling causes problems with links - 10https://bugzilla.wikimedia.org/28690  +comment (10krinklemail)
[15:47:58] 	 03demon *  10/trunk/tools/language-breakdown/langs.php: Es -> et, ping r106976
[15:50:57] 	 03(WONTFIX) Provide a means to show gadgets on non-Gadget parts of Preferences - 10https://bugzilla.wikimedia.org/33220  +comment (10Krinkle)
[15:57:34] 	 New code comment: ^demon; I don't like the change in BatchUserRights. SpecialPage classes should begin with "Special..." so th; 
[15:58:34] 	 New code comment: Krinkle; It is indeed inconsistent in that regard. But it is in consistency with the "dir" property of the li; 
[15:59:48] 	 03(mod) Implement 'dir' for query properties. - 10https://bugzilla.wikimedia.org/26909  +comment (10krinklemail)
[15:59:57] 	 03(mod) Implement 'dir' for query properties. - 10https://bugzilla.wikimedia.org/26909  (10Krinkle)
[16:00:13] 	 03(ASSIGNED) Implement 'dir' for query properties. - 10https://bugzilla.wikimedia.org/26909  (10Krinkle)
[16:03:34] 	 New code comment: Krinkle; Marking this 'ok'. The introduction of the child selector for the wikitable styling in general is no; 
[16:07:03] 	 03(mod) Disable Gadget wherever user css/js is disabled, or at least aim for consistency - 10https://bugzilla.wikimedia.org/18186  +comment (10Krinkle)
[16:15:19] 	 New code comment: Krinkle; I agree it is wrong to assume that kind of inheritance, I'm saying that users are currently seeing t; 
[16:15:19] 	 New code comment: Reedy; Per the bug for this, which is probably a more sane discussion place, as reverting this definitely w; 
[16:20:11] 	 is it a site issue or mediawiki bug? on http://commons.wikimedia.org/w/index.php?title=Special:ListFiles&offset=20100430123253&user=Hat600 "next page" links to http://commons.wikimedia.org/w/index.php?title=Special:ListFiles&user=Hat600
[16:20:56] 	 also first and last link
[16:25:21] 	 03(mod) Incomplete user renames (and other username discrepancies) (tracking) - 10https://bugzilla.wikimedia.org/29757  (10Fletcher Commons)
[16:25:32] 	 03(mod) Renaming user causes conflicting usernames in deleted file histories - 10https://bugzilla.wikimedia.org/33452  (10Fletcher Commons)
[16:33:16] 	 03(mod) namespaceDupes.php does not update pagelinks table - 10https://bugzilla.wikimedia.org/32404  +comment (10malafaya)
[16:39:47] 	 03(mod) Upgrade Bugzilla to 4.0.3 - 10https://bugzilla.wikimedia.org/33417  (10Daniel Zahn)
[16:40:58] 	 03(FIXED) Upgrade Bugzilla to 4.0.3 - 10https://bugzilla.wikimedia.org/33417  +comment (10Daniel Zahn)
[16:43:22] 	 q
[16:54:34] 	 New code comment: Duplicatebug; This symlink is in the wrong branch/in the wrong way. LocalisationUpdate running with this branch is; 
[16:55:53] 	 03(mod) Add a delay before welcoming a user and a global lock check - 10https://bugzilla.wikimedia.org/30343  (10Quentinv57)
[16:56:19] 	 New code comment: Duplicatebug; Yes, for core, but extensions can use this function and get a value,. It is in the most cases 0, but; 
[17:02:30] 	 03(mod) Install sitemap extension into bugzilla, and then update bugzilla robots.txt - 10https://bugzilla.wikimedia.org/33406  (10Daniel Zahn)
[17:06:10] 	 03(FIXED) Install sitemap extension into bugzilla, and then update bugzilla robots.txt - 10https://bugzilla.wikimedia.org/33406  +comment (10Daniel Zahn)
[17:07:39] 	 bugzilla is now 4.0.3 and has SiteMap extension
[17:07:45] 	 it just submitted a sitemap to Google
[17:08:03] 	 so soon searching for them should become a lot easier ..per bug 33406
[17:16:17] 	 03ialex *  10/trunk/phase3/includes/Article.php: Use $wgUser instead of the User from the context in Article::view() and Article::showDiffPage() for consistency
[17:20:28] 	 03ariel *  10/branches/ariel/xmldumps-backup/mwbzutils/ (Makefile README recompressxml.c): utility to compress an input stream into multiple bz2 streams on output, with index of pages and offsets
[17:22:30] 	 03ialex *  10/trunk/phase3/includes/Title.php: Fix for r107825: forgot to change one instance of $oldFashionedRestrictions to $this->mOldRestrictions
[17:24:59] 	 03ariel *  10/branches/ariel/xmldumps-backup/mwbzutils/findpageidinbz2xml.c: add verbose option
[17:26:52] 	 03ialex *  10/trunk/phase3/includes/WikiPage.php:
[17:26:52] 	 * Removed WikiPage::$mTouched and use the value from Title; that member is not used anywhere else and is marked protected
[17:26:52] 	 * Fix some spaces and added description for WikiPage::$mTouched
[17:28:16] 	 ehm, anyone in here with experience on using the third party extension semantic mediawiki inside a wikifarm, grouping properties in a main-/pool-wiki?
[17:28:59] 	 imme-emosol- why not ask in #semantic-mediawiki
[17:30:31] 	 Saruman: :) 'cause i didn't feel like trying all sorts of names after trying /j #smw. thanks
[17:35:34] 	 New code comment: Danny B.; I'm ready to jump in and check (and eventually correct) all wikis when it's deployed.; 
[17:36:20] 	 03(WONTFIX) Add a delay before welcoming a user and a global lock check - 10https://bugzilla.wikimedia.org/30343  +comment (10Quentinv57)
[17:38:16] 	 03(NEW) Duplicate columns in table output from ask query - 10https://bugzilla.wikimedia.org/33473 normal; MediaWiki extensions: Semantic MediaWiki; (vipul.wikis)
[17:41:00] 	 Danny_B|backup: Thanks, there's only 800 wikis :D
[17:41:15] 	 wikitable should be quickly done on each wiki though
[17:41:45] 	 I said the same when we deprecated wikibits, that was March 2011. I'm still not even half-way with the migration on all wikis when it was deployed.
[17:41:47] 	 Krinkle: it's just for the record, i already mentioned it here when we were speaking about that patch for the first time
[17:42:13] 	 but that's a different story, just kidding :)
[17:43:50] 	 I had thr worst dream last night
[17:44:33] 	 I made a commit but forgot to put a commit summary in.
[17:47:03] 	 Probably means I spent too much time coding before bed.
[17:49:04] 	 New code comment: Johnduhart; Huh?; 
[17:49:29] 	 Krinkle: Thanks for making those improvements to the debug toolbar :)
[17:52:20] 	 03(NEW) Not able to override inbuilt transliteration facility - 10https://bugzilla.wikimedia.org/33474 major; Wikimedia: Language setup; (hemantbugzilla)
[17:57:33] 	 johnduhart: what's unclear?
[17:58:07] 	 I don't understand the problem, could you point to the line of code where the issue is?
[17:59:37] 	 no
[17:59:42] 	 I don't own IE7 or IE8
[18:00:01] 	 Title Case should be clear
[18:02:09] 	 03(mod) Not able to override inbuilt transliteration facility - 10https://bugzilla.wikimedia.org/33474  (10Amir E. Aharoni)
[18:05:11] 	 03(mod) Not able to override inbuilt transliteration facility - 10https://bugzilla.wikimedia.org/33474  +comment (10amir.aharoni)
[18:05:46] 	 03nikerabbit *  10/branches/wmf/1.18wmf1/ (3 files in 2 dirs): MFT r107559 r107645 r107648 r107783
[18:08:32] 	 03(mod) Duplicate columns in table output from ask query - 10https://bugzilla.wikimedia.org/33473  normal->major; +comment (10Vipul Naik)
[18:09:07] 	 03johnduhart *  10/trunk/extensions/CheckUser/api/ (ApiQueryCheckUser.php ApiQueryCheckUserLog.php): Followup r100165, properly formatted timestamps
[18:13:29] 	 03(FIXED) Please enable WebFont on bypwiki - 10https://bugzilla.wikimedia.org/33368  +comment (10Niklas Laxström)
[18:13:31] 	 Nikerabbit: It's a developer tool, do we really care about IE compatibility?
[18:13:55] 	 johnduhart: since IE has so crappy developer tools, yes
[18:14:14] 	 I don't even remember what those errors were, could be fixed even
[18:15:44] 	 Hi all.
[18:16:09] 	 How do I remove all pages created/edited by a certain username? (They are a spammer.)
[18:16:24] 	 try nuke extension
[18:16:51] 	 Nikerabbit: anyway from the command line or from HTTP?
[18:17:27] 	 rindolf: it comes with installation instructions
[18:17:34] 	 Nikerabbit: what does?
[18:17:41] 	 the extension
[18:17:58] 	 Nikerabbit: yes, but I don't want to install a MediaWiki extension.
[18:18:13] 	 yes you do
[18:18:18] 	 Nikerabbit: why do  I do?
[18:18:28] 	 to easily get rid of spam
[18:18:33] 	 Nikerabbit: OK.
[18:21:35] 	 03(mod) Special:Nuke shows always "1 edit" - 10https://bugzilla.wikimedia.org/16985  +comment (10Nemo_bis)
[18:22:32] 	 03nikerabbit *  10/trunk/phase3/includes/WikiPage.php: Typofix r107842
[18:22:58] 	 hi RoanKattouw
[18:23:47] 	 Nikerabbit: http://wiki.perl.org.il/index.php?title=Special:Nuke does not display anything.
[18:23:52] 	 Hi Nike
[18:23:55] 	 Maybe the MediaWiki version is too old.
[18:24:04] 	 New code comment: Catrope; I like the idea of moving message parsing to the server side that way. I have ideas about how it can; 
[18:26:14] 	 03nikerabbit *  10/trunk/phase3/includes/Setup.php: Revert r107835 - breaks my wiki "unknown function'
[18:27:32] 	 RoanKattouw: can you reply to wikitech thread too, if you didn't already
[18:28:03] 	 Will do
[18:46:19] 	 New code comment: SVG; When all special page classes should be named SpecialFoo, why is there the FooExtension_body.php nam; 
[18:58:18] 	 03(NEW) Please upload 8 videos to Wikimedia Commons - 10https://bugzilla.wikimedia.org/33475 normal; Wikimedia: General/Unknown; (odder.wiki)
[19:05:28] 	 14(INVALID) Duplicate columns in table output from ask query - 10https://bugzilla.wikimedia.org/33473  +comment (10Jeroen De Dauw)
[19:05:50] 	 https://www.mediawiki.org/wiki/Extension:Dynamic_Category_Map#Installation
[19:27:17] 	 03jeroendedauw *  10/trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php: patch by kgh from bug 33463
[19:27:43] 	 03(FIXED) i18n for special property (German) - 10https://bugzilla.wikimedia.org/33463  +comment (10Jeroen De Dauw)
[19:37:45] 	 04(REOPENED) Duplicate columns in table output from ask query - 10https://bugzilla.wikimedia.org/33473  +comment (10Vipul Naik)
[19:54:41] 	 03ialex *  10/trunk/extensions/SignDocument/ (SignDocumentHelpers.php SpecialSignDocument.php):
[19:54:41] 	 * Use accessor to get the latest revision of a page
[19:54:41] 	 * Load page data before calling Title::exists() so that we don't need to load the data twice
[19:54:41] 	 * Removed useless members and method from SpecialSignDocument
[19:57:31] 	 how do I remove the  index.php  from my URLs ?
[20:00:49] 	 New code comment: NeilK; So cryptic! :) \ Anyway, here's what I had in mind. \ The parser part of mediawiki.language.parser.js ; 
[20:02:04] 	 New code comment: NeilK; Sorry, that's 6K saved in *debug* mode. In optimized mode you're saving about 1.5K.; 
[20:02:28] 	 !shorturls | osmosis
[20:02:28] 	 osmosis: To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem
[20:10:34] 	 New code comment: NeilK; Oh, and here's the jsperf where I've been working on a hybrid strategy -- use regexes sometimes and ; 
[20:13:49] 	 03(FIXED) Please upload 8 videos to Wikimedia Commons - 10https://bugzilla.wikimedia.org/33475  +comment (10Roan Kattouw)
[20:14:34] 	 New code comment: NeilK; Oh and one more thing -- with regexes, It's way harder to do backslash-escaping of characters like {; 
[20:14:36] 	 someone here is familiar with dumps?
[20:14:42] 	 apergos isn't here...
[20:15:18] 	 I need to get a db of certain wiki to local db, mostly articles, other stuff doesn't work
[20:15:20] 	 * doesn't matter
[20:16:16] 	 Petan what do you need to do?
[20:16:32] 	 I need to import simple wiki on instance on labs
[20:16:34] 	 New code comment: Catrope; Sorry for being so cryptic :) \ I was gonna look at the feasibility of using the preprocessor DOM out; 
[20:16:42] 	 but I don't know which all dumps I need
[20:16:46] 	 I downloaded all
[20:17:10] 	 then I imported all sql files to db, now I started import of xml using maintenance/import
[20:17:21] 	 but I don't know if it's right or not
[20:17:31] 	 Betacommand: ^
[20:17:59] 	 petan: do you need full history or just current page versions?
[20:18:04] 	 full
[20:18:10] 	 preferably
[20:18:18] 	 which wiki>
[20:18:19] 	 it's not for me I just help Oren
[20:18:23] 	 simple wiki
[20:18:36] 	 he is developing new search engine and he wanted some production db to test it
[20:18:39] 	 on large searches
[20:19:28] 	 import is now running and mysql is slowly getting more records, but I don't know if it's correct ebcause wiki is completely fucked up
[20:19:43] 	 when I open Main page it throw some error
[20:19:51] 	 maybe it's because import is running
[20:20:21] 	 import http://dumps.wikimedia.org/simplewiki/20111227/simplewiki-20111227-pages-meta-history.xml.7z
[20:20:33] 	 and then run refreshlinks
[20:20:45] 	 ah, so I should stop the import of /tmp/simplewiki-latest-pages-articles.xml
[20:20:46] 	 ?
[20:20:55] 	 that's what is running now
[20:21:24] 	 do I need to import any .sql?
[20:21:29] 	 there are lot of sql's
[20:22:37] 	 make that rebuild all
[20:23:08] 	 petan: thats where the maintenance script does 
[20:23:25] 	 question is if I should interrupt this or not
[20:23:30] 	 now it's running /tmp/simplewiki-latest-pages-articles.xml
[20:23:51] 	 that's maybe just a waste of time in case I should import another dump
[20:23:58] 	 it is
[20:24:00] 	 so should I kill it rollback db?
[20:24:03] 	 * and
[20:24:13] 	 as thats just the current version of the articles
[20:24:33] 	 the link that I gave is the full hist dump that you want to use
[20:24:38] 	 ok
[20:24:43] 	 do I need to import anything else
[20:25:22] 	 run refreshLinks.php
[20:25:46] 	 and rebuildall.php
[20:26:37] 	 03halfak *  10/trunk/tools/wsor/message_templates/ (8 files in 3 dirs): Working user_metrics with simple example
[20:40:47] 	 03jeroendedauw *  10/trunk/extensions/SemanticMediaWiki/ (4 files in 3 dirs): fix bug 33473
[20:43:30] 	 03(FIXED) Duplicate columns in table output from ask query - 10https://bugzilla.wikimedia.org/33473  +comment (10Jeroen De Dauw)
[20:46:24] 	 03raymond *  10/trunk/ (103 files in 72 dirs): Localisation updates for core and extension messages from translatewiki.net
[20:53:27] 	 03(mod) Please upload 8 videos to Wikimedia Commons - 10https://bugzilla.wikimedia.org/33475  +comment (10odder.wiki)
[21:06:19] 	 New code comment: Catrope; Here's a hacky proof of concept in eval.php, I'll work on this some more in the morning (and hopeful; 
[21:23:19] 	 New code comment: NeilK; Ah, I see. Well I did not see any useful way to instrument the parser when I had first looked into t; 
[21:33:19] 	 New code comment: NeilK; There is one small issue though (which is still a bug in jQueryMsg itself) is that you have to parse; 
[21:35:12] 	 03amire80 *  10/trunk/extensions/Narayam/maintenance/FixNarayamDisablePref.php: Rollow up to r107830. Replacing echo with $this->output() and adding setBatchSize( 100 ), according to ^demon's comments. Adding documentation.
[21:36:04] 	 New code comment: Amire80; Addressed in r107852.; 
[21:44:08] 	 03(NEW) User was renamed and edits not reattributed - 10https://bugzilla.wikimedia.org/33476 normal; Wikimedia: Extension setup; (mattbisanz)
[21:44:54] 	 03(mod) User was renamed and edits not reattributed - 10https://bugzilla.wikimedia.org/33476   +shell (10MBisanz)
[21:50:17] 	 03(mod) Excessive punctuation highlighting in wikidiff2 - 10https://bugzilla.wikimedia.org/33331  +comment (10mr.heat)
[21:50:20] 	 hmmm…technical server error on MW.org
[22:36:56] 	 !seen yuv*
[22:36:58] 	 I found 3 matches to your query (sorted): yuvipanda_ yuvipanda yuvipanda__. yuvipanda_ (~yuvipanda@mediawiki/Yuvipandan) was last seen parting #mediawiki 7 hours, 25 minutes ago stating "{}".
[22:37:04] 	 ah
[22:37:15] 	 I thought he's on holiday ^^
[22:43:12] 	 03krinkle *  10/branches/JSTesting/resources/Resources.php: [JSTesting] fix comment
[22:43:35] 	 You'll never figure out when I'm online!
[22:55:03] 	 03tstarling *  10/trunk/phase3/languages/messages/ (17 files):
[22:55:03] 	 * Fix for r107559: set $namespaceGenderAliases to an empty array in all languages with fallback=ru but with overridden namespaceNames, so that user namespaces don't get converted to Russian.
[22:55:03] 	 * Fix duplicated array keys from r107648.
[23:00:40] 	 03tstarling *  10/branches/wmf/1.18wmf1/languages/ (21 files in 3 dirs): MFT r107854: Russian $namespaceGenderAliases fixes
[23:02:00] 	 !seen johnduhart
[23:02:02] 	 johnduhart, go look in a mirror.
[23:02:18] 	 hehe
[23:02:22] * varnent  giggle
[23:06:35] 	 
[23:19:19] 	 03tstarling *  10/branches/wmf/1.18wmf1/includes/parser/Parser.php: MFT r107623: fix {{NAMESPACE}} etc. in tracking category name messages
[23:21:38] 	 Hey, I'm trying to find an extension for my mediawiki site to upload a lot of images at once without having to do it by hand.
[23:22:29] 	 03(NEW) {{SECTIONPAGENAME}} and {{SECTIONPAGENAMEE}} variables, parser function, magic words - 10https://bugzilla.wikimedia.org/33477 normal; MediaWiki: Parser; (r610)
[23:22:47] 	 Recently, another wiki merged into our site, and I've imported all the pages, but having trouble with the images. I have a zip file containing all the images (approximately 101.1MB in size) and I am trying to find a way to upload them all en masse to the wiki.
[23:22:54] 	 Is there some extension that I can download to do this?
[23:23:23] 	 slyv: if it's a one-off you could just use maintenance/importImages.php
[23:23:59] 	 copy up the files with FTP or scp or whatever your webhost uses, then use that maintenance script to import them
[23:25:20] 	 Does the maintenance script keep all my images untouched that I already have uploaded?
[23:27:06] 	 yes
[23:27:32] 	 help page: http://paste.tstarling.com/p/WmcPeN.html
[23:28:54] 	 So I just do: "php maintenance/importImages.php /public_html/imagestoupload/ png jpg gif bmp PNG JPG GIF BMP"?
[23:29:35] 	 Does the folder containing all my images need to be in the mediawiki folder?
[23:30:33] 	 php maintenance/importImages.php --extensions=png,jpg,gif,bmp,PNG,JPG,GIF,BMP /public_html/imagestoupload/
[23:30:54] 	 and no, the folder containing the images to be uploaded should not be in the mediawiki folder
[23:31:07] 	 they will be copied in there by the script
[23:31:07] 	 Ah, okay. Thanks!
[23:31:16] 	 so you can delete the source folder once it's done
[23:31:54] 	 Awesome
[23:36:10] 	 03(mod) User was renamed and edits not reattributed - 10https://bugzilla.wikimedia.org/33476  +comment (10Reedy)
[23:36:35] 	 03(mod) User was renamed and edits not reattributed - 10https://bugzilla.wikimedia.org/33476  (10Reedy)
[23:36:36] 	 03(mod) Incomplete user renames (and other username discrepancies) (tracking) - 10https://bugzilla.wikimedia.org/29757  (10Reedy)
[23:41:27] 	 03(mod) Add timestamp to job queue - 10https://bugzilla.wikimedia.org/27724   +platformeng (10Reedy)
[23:42:03] 	 03(mod) Wikimedia wikis' job queues need better monitoring - 10https://bugzilla.wikimedia.org/27851  (10Reedy)
[23:49:11] 	 Hmmmm
[23:49:55] 	 I just unzipped the image folder and found that they had done the HashedUploadDirectory
[23:50:23] 	 And on my wiki, I don't have the HasedUploadDirectory, is there a quick way to remedy it?
[23:58:23] 	 03tstarling *  10/trunk/extensions/SpamBlacklist/SpamBlacklist_body.php: Match protocol-relative URLs. Patch by Anaconda.