[00:00:19] 03(FIXED) Mediawiki losing old file versions upon undeletion in MW 1.18 - 10https://bugzilla.wikimedia.org/31792 +comment (10Aaron Schulz) [00:07:46] New code comment: Krinkle; User Thehelpfulone would like this to be backported to 1.18 for wmf wikis. I don't know this extensi; [00:23:26] 03(mod) Liquid Thread activation on meta - 10https://bugzilla.wikimedia.org/33635 -shellpolicy (10Nemo_bis) [00:27:30] 03(mod) enotif doesn't send email if page on watchlist edited following a minor edit and enotif not configured to send minor edits. - 10https://bugzilla.wikimedia.org/27884 +comment (10bawolff+wn) [00:55:23] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (7 files in 4 dirs): work on ui stuff to remove instructors from courses [00:59:14] 03jeroendedauw * 10/trunk/extensions/EducationProgram/includes/ (EPCourse.php EPInstructor.php): follow up to r109015 for commenting out debug line and also fixed var name fail [01:13:04] Krinkle: I thought the top load queue was an RL2 feature, that hadn't been merged in with trunk yet [01:13:54] The RL2 branch is about extension/Gadgets [01:14:28] all other RL2 development has been done in trunk right away as they were fairly small and already agreed on, fairly small changes (code-wise) [01:14:44] ah [01:14:44] nothing was merged [01:15:07] The most recent developments with the asynchronous queue, that is for 1.19 or 1.20, right now in trunk but disabled by default. [01:18:15] 03(mod) Change wgContentLanguage on Simple Wikipedia from en to simple - 10https://bugzilla.wikimedia.org/25591 +comment (10rkaldari) [01:25:14] 03(mod) Change wgContentLanguage on Simple Wikipedia from en to simple - 10https://bugzilla.wikimedia.org/25591 +comment (10rkaldari) [02:19:45] hey guys I am trying to display an image on my mediawiki, however the image is not turing up: [02:19:46] http://pastie.org/3192572 [02:20:17] I was hoping to get some advice on how to get the image to display.. thanks [02:22:47] bluethundr_: https://www.mediawiki.org/wiki/Images [02:22:54] https://www.mediawiki.org/wiki/Help:Managing_files [02:25:12] thank you. but as shown in the paste the file is in the /var/www/wiki/images directory and I am referencing the file using the [[File:cassandra.jpg|frameless|Cassandra]] syntax... it's owned by apache:apache and it's is rw/r/r [02:25:32] no luck just yet [02:25:41] bluethundr_: You need to upload the file, you can't just put it in the images folder. [02:25:50] Read the pages I linked you. [02:26:02] hmm ok [02:26:03] tx [03:34:29] 03(NEW) [SRF] Patch GraphViz; misspelling new Parameter( 'graphsize') to new Parameter( 'graphlegend') - 10https://bugzilla.wikimedia.org/33745 enhancement; MediaWiki extensions: SemanticResultFormats; (jamesin.hongkong.1) [03:42:32] 03yaron * 10/trunk/extensions/SemanticForms/libs/ (4 files): Revert of r108255 - too early to get rid of JS globals, since SF still supports MW 1.16. Hopefully these changes can be restored in the next six months or so, though [03:45:49] 03(FIXED) SF svn rev 108803 - adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33702 +comment (10Yaron Koren) [03:46:17] New code comment: Tim Starling; I think it is OK to wait for 1.19 to be deployed, unless there is a report of SVGs in the wild that ; [03:47:09] http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads [03:47:10] 03(mod) Branching forms - 10https://bugzilla.wikimedia.org/30536 +comment (10yaron57) [03:47:11] I don't get the "Check for Windows and IIS users" section. [03:51:15] ...is anybody here? [03:52:38] * varnent here [03:53:00] Blittle: are you running a windows server? [03:53:37] Actually my MediaWiki is still on Localhost right now. [03:54:26] my understanding is that only applies to Windows web servers running IIS - so if you're not in that group - you can ignore it [03:58:24] Okay, thanks. [03:58:56] Am I the only one who cannot download extensions from MediaWiki? The web is loading really slow today-- [04:02:07] Where do I go to "set the /images folder to have permission '755'"? [04:02:25] that applies to unix servers [04:02:35] Oh ok. [04:05:55] 03(NEW) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 normal; MediaWiki: Resource Loader; (mah) [04:06:40] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 (10Mark A. Hershberger) [04:30:21] pfff [04:30:22] hah [04:31:32] https://gist.github.com/1619078 [04:31:35] Spot the error [04:31:57] It's suppose to create a link and add it to a div. [04:44:59] johnduhart: Frankly the whole way that seams to work looks faulty [04:46:25] Dantman: How so? [04:46:50] Extracting and re-inserting text, instead of transplanting dom nodes [04:47:23] Okay, how would I transplant the text? [04:47:23] Should be something more like $( 'a' ).append( $( theDiv.childNodes ) ) [04:47:32] Need to double check what actually works [04:48:39] Dantman: That wouldn't work since the divs need to surround the text and link as they-hmm acutally that might be better [04:49:23] Just make sure whatever you do includes text noes [04:49:25] nodes* [04:49:37] jQuery has a bad habbit of excluding them from just about everything [04:49:58] So you can't do something like .append( $(...).children() ) [04:51:29] Dantman: Thanks, that acutally worked better [04:51:56] http://awesomescreenshot.com/02bs26wc2 So now the whole arrow is clickable [05:01:18] I'm surprised no one has done a generic sopa blackout extension yet, since there appears to be one for every other web platform and package atm [05:04:32] that's a good idea - I'd use it [05:08:01] This is what I'm using http://p.defau.lt/?0e_b30cJeKx_ncFinA1_7Q with this https://github.com/zachstronaut/stop-sopa in sopa/ [05:08:26] should be pretty easy to reverse engineer https://test.wikipedia.org/?banner=SOPA_blackout_alt [05:09:22] I should have time later today - let me know if someone puts one together or I'll throw something together later [05:36:33] so should we be doing a notify then archive process for extensions with no licenses? does leaving them up present some sort of copyright/license problem? [05:37:22] Not sure [05:38:06] We might as well at least do the notify part [05:38:51] that's a good idea - I may create some subst templates to notify via user pages about things like archive and license issues - similar to commons [05:56:57] johnduhart & Dantman: this is just about ready to go: https://www.mediawiki.org/wiki/Project:WikiProject_Extensions/Projects/Page_Drive - counts pages being archived now as well [06:58:31] New code comment: Santhosh.thottingal; Please update the documentation of jquery default modules [[ResourceLoader/Default modules]]; [07:06:16] New code comment: Nikerabbit; The whole file is new in 1.19.; [07:11:16] New code comment: Nikerabbit; Ooh, just what I need for Translate too.; [07:18:31] New code comment: Nikerabbit; I guess I need to disable SemanticForms on translatewiki.net then.; [07:20:52] 03(NEW) Adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33747 critical; MediaWiki extensions: SemanticForms; (niklas.laxstrom) [07:25:53] 03(mod) SF svn rev 108803 - adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33702 +comment (10niklas.laxstrom) [08:03:31] New code comment: Nemo bis; I guess those messages with int need to be made optional on translatewiki?; [08:13:02] 03(NEW) Missing files for TrustedXFF throw error on labs.wikimedia.beta.wmflabs.org - 10https://bugzilla.wikimedia.org/33748 normal; Wikimedia: Labs; (listenleser) [08:15:14] 06(LATER) Create group "autopatrolled" (addgroup by sysop) on mediawiki.org wiki - 10https://bugzilla.wikimedia.org/33720 summary; +comment (10Krinkle) [08:15:46] 03(mod) Create group "autopatrolled" (addgroup by sysop) on mediawiki.org wiki - 10https://bugzilla.wikimedia.org/33720 +comment (10Krinkle) [08:19:46] 03(mod) JavaScript breaks when a page is in a hidden category - 10https://bugzilla.wikimedia.org/33729 +comment (10Lupo) [08:20:35] 03laner * 10/trunk/extensions/OpenStackManager/special/SpecialNovaInstance.php: Collapse puppetinfo section on instance creation, by default and more prominently display the warning. [08:28:41] 03(mod) Moving a thread to another page and deleting the source page leaves placeholders on the deleted page - 10https://bugzilla.wikimedia.org/24924 15enhancement->normal; +comment (10Nemo_bis) [08:30:09] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10krinklemail) [08:48:17] New code comment: Nikerabbit; Why would $wgExtensionAssetsPath ever be false?; [08:48:47] New code comment: Nikerabbit; Why would wgExtensionAssetsPath ever be false?; [08:51:16] New code comment: Krinkle; In most scenarios it will always be false at this point, as it is the [//svn.wikimedia.org/; [08:53:01] New code comment: Nikerabbit; So $srfgScriptPath is now redundant?; [08:53:20] Krinkle: I have a problem with https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109017 - do you see any possible solutions? [08:54:01] New code comment: Krinkle; Yep, unless for compatibility with old MediaWiki or if used inside SemanticResultFormats.php [08:54:53] Nikerabbit: One can't be compatible with 1.16 and 1.20 at the same time. Basically: Time to use branches and/or drop 1.16 [08:55:03] Simple as that [08:55:46] 03santhosh * 10/trunk/extensions/Translate/specials/ (SpecialImportTranslations.php SpecialTranslations.php): Add Help links to Special:Translations and Special:ImportTranslations pages. [08:55:46] there's too many RL changes and deprecations in 4 versions [08:55:47] or add ugly code that reimplements mw.config [08:55:53] Most extensions choose 1.17 or cut off point [08:56:04] or*as [08:56:17] taking RL as break-point for major changes [08:56:56] Hello, since last week I have this error when I want to display Special Pages => Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 19456 bytes) in /var/mediawiki/includes/specials/SpecialUndelete.php on line 1428 [08:57:24] Si I add on Localsettings.php => ini_set( 'memory_limit', '50M' ); but nothing changed... [08:57:56] 20971520 > 50M ? [08:58:02] hm.. [08:58:08] no [08:58:22] progz: Try getting the memory limit instead of setting it [08:58:35] and var_dump it, does it actually get set ? perhaps it's locked in your environment [08:58:43] Trying to set memory_limit in localsettings is quite pointless [08:59:17] 20971520 bytes = 20971 Kbytes = 20 Mbytes ? [08:59:24] 03hashar * 10/trunk/phase3/includes/ (DefaultSettings.php GlobalFunctions.php): [08:59:24] reverts wgDeprecationWhitelist [08:59:24] Per wikitech-l [08:59:24] Reverts r106883 and r106946 [08:59:46] Krinkle I don't understand : what is war_dump it ? [09:01:01] My memory limit is : /etc/php5/apache2/php.ini:memory_limit = 128M [09:01:21] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10krinklemail) [09:04:01] 03(mod) Bundle WikiEditor extension with MediaWiki - 10https://bugzilla.wikimedia.org/26914 (10Krinkle) [09:04:23] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10Niklas Laxström) [09:04:26] 03(mod) SF svn rev 108803 - adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33702 +comment (10mitchell_neill) [09:09:01] Dantman, I read the mediawiki doc and indeed I put $wgMemoryLimit = "50M"; instead of ini_set( 'memory_limit', '50M' ); [09:09:20] that sounds as pointless [09:09:54] Dantman: humpf... I don't understand why it's pointless ? [09:10:32] If you having memory issues at 128, why do you think making it smaller at 50 will help? [09:11:16] Because the error message tells me I am not at 128M ! " Allowed memory size of 20971520 bytes exhausted" [09:14:18] well the default value for wgMemoryLimit is 50, so if its reporting under that, than MW apparently can't self raise the limit memory usage [09:14:32] Is this shared hosting, vps or your own box? [09:14:34] progz: Because any sane person uses Suhosin and Suhosin doesn't allow php code to increase the memory_limit... hence any memory limit inside of php config is worthless... as it can't make the memory_limit any larger... and if you leave it there while you go changing server config you're liable to run into things like "Uhm... I increased that memory limit in the config, why is it still staying that low?" [09:15:06] $wgMemoryLimit would pretty much just be a deferred ini_set( 'memory_limit' [09:16:31] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10krinklemail) [09:16:39] It's a Debian Linux 6, with 3 Mediawiki on it. [09:16:55] "My own box" [09:18:07] Have you changed any configuration on it recently, before the errors started appearing? [09:18:31] p858snake|L: of course, I added some plugins on the 3 mediawiki [09:18:42] Exactly 4 plugins on each mediawiki [09:18:52] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10niklas.laxstrom) [09:19:10] what extensions? [09:19:27] anything else, unrelated to the mediawiki config? [09:19:39] no [09:20:25] CategoryTree, CategoryBreadCrumbs, PdfExport and FileProtocolLinks [09:21:24] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10krinklemail) [09:21:35] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10krinklemail) [09:25:48] 03(mod) Wikipedia Android app history view sometimes doesn't show history - 10https://bugzilla.wikimedia.org/33332 +comment (10Johannes Rohr) [09:26:32] Dantman, p858snake|L, Problem solved ! I remembered I have installed Suhosin so I modify /etc/php5/conf.d/suhosin.ini and put suhosin.memory_limit = 50M and everything works ! [09:26:45] Thanks for help [09:31:16] 03(NEW) Translation: History should be "Versionsgeschichte", not "Verlauf" - 10https://bugzilla.wikimedia.org/33749 normal; Wikimedia Mobile: android; (jorohr) [09:32:40] 03(mod) Translation: History should be "Versionsgeschichte", not "Verlauf" - 10https://bugzilla.wikimedia.org/33749 +comment (10Niklas Laxström) [09:38:16] New code comment: Santhosh.thottingal; tpt-duplicate can be better shown as error or warning, if possible close to the textbox with duplica; [09:40:25] 14(WFM) phpunit reports identical strings as different - 10https://bugzilla.wikimedia.org/33743 +comment (10Antoine "hashar" Musso) [09:40:56] whoop [09:47:08] 03amire80 * 10/trunk/phase3/languages/classes/ (4 files): Improved the comment about the two-forms plural shortcut. [09:51:21] 03(mod) Create group "autopatrolled" (addgroup by sysop) on mediawiki.org wiki - 10https://bugzilla.wikimedia.org/33720 -shell +shellpolicy (10p858snake) [09:51:47] 14(WFM) JavaScript breaks when a page is in a hidden category - 10https://bugzilla.wikimedia.org/33729 +comment (10Antoine "hashar" Musso) [09:53:03] 03(mod) Ability to watch section levels of pages - 10https://bugzilla.wikimedia.org/738 summary (10p858snake) [09:56:53] 03(mod) Disable page creation for unregistered users in Slovenian Wikipedia - 10https://bugzilla.wikimedia.org/9340 -shell +shellpolicy; +comment (10p858snake) [09:57:38] 03(mod) JavaScript breaks when a page is in a hidden category - 10https://bugzilla.wikimedia.org/33729 +comment (10dungodung) [09:58:32] 03(VERIFIED) JavaScript breaks when a page is in a hidden category - 10https://bugzilla.wikimedia.org/33729 (10Antoine "hashar" Musso) [09:59:07] 03(mod) Configure transwiki sources for the Commons - 10https://bugzilla.wikimedia.org/11126 -shell +shellpolicy; +comment (10p858snake) [10:01:17] 03(mod) Please add $wgBlockAllowsUTEdit to LocalSettings.php in the Malay Wikipedia - 10https://bugzilla.wikimedia.org/12159 -shell +shellpolicy; +comment (10p858snake) [10:02:29] 03(mod) Set default date format on English Wikipedia - 10https://bugzilla.wikimedia.org/12318 -shell +shellpolicy; +comment (10p858snake) [10:03:28] 03(mod) Edit section links do not display while using diff=curr - 10https://bugzilla.wikimedia.org/33671 +comment (10matanya) [10:05:52] 03santhosh * 10/trunk/phase3/ (2 files in 2 dirs): reintroduce the shortcut evaluation removed in r108403 and r108405 [10:07:37] 03(mod) Give 'reset-passwords' right to bureaucrats on Wikimedia private wikis - 10https://bugzilla.wikimedia.org/13177 +comment (10p858snake) [10:10:36] 03(mod) Give 'reset-passwords' right to bureaucrats on Wikimedia private wikis - 10https://bugzilla.wikimedia.org/13177 +comment (10Effeietsanders) [10:12:29] 03kaldari * 10/trunk/extensions/CongressLookup/ (7 files in 2 dirs): initial skelton for CongressLookup extension [10:14:31] New code comment: Nikerabbit;
 \ + // singular for $count == 1 \ + // plural for $count != 0 \ 
\ Makes no sense, did you ; [10:16:12] 03(mod) Please switch to Wiki.png at lo.wiktionary.org - 10https://bugzilla.wikimedia.org/14085 -shell +shellpolicy; +comment (10p858snake) [10:19:00] 03(NEW) adding option --memory-limit to SMW maintenance scripts - 10https://bugzilla.wikimedia.org/33750 enhancement; MediaWiki extensions: Semantic MediaWiki; (mediawiki) [10:23:38] 03(mod) Enable Special:Import on se-chapter - 10https://bugzilla.wikimedia.org/15065 +comment (10p858snake) [10:23:45] 03(mod) Enable Special:Import on se-chapter - 10https://bugzilla.wikimedia.org/15065 +testme (10p858snake) [10:32:38] 03(mod) Create new namespace aliases on en.wiki - 10https://bugzilla.wikimedia.org/16452 +shellpolicy (10p858snake) [10:32:41] ohai [10:33:31] 03hashar * 10/trunk/phase3/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php: [10:33:31] Skip BrokenRedirectsPage query test under MySQL [10:33:31] The MySQL backend, when using temporary tables, does not support referencing [10:33:31] a table which was already open. [10:33:31] http://bugs.mysql.com/bug.php?id=10327 [10:33:31] This patch skip BrokenRedirectsPage on MySQL as reported on r102411. [10:33:37] 03(mod) Add rating extentions to Dutch Wikipedia - 10https://bugzilla.wikimedia.org/16492 -shell +shellpolicy; +comment (10p858snake) [10:33:44] 03(mod) Make 'move-rootuserpages' admin-only on en.wiki - 10https://bugzilla.wikimedia.org/16747 -shell +shellpolicy; +comment (10p858snake) [10:34:17] New code comment: Hashar; I made the test suite to skip that query when using MySQL ( r109024 ). \ Ideally, we should run the q; [10:35:17] 03(mod) set $wgMaxRedirects = 2 on en.wiki - 10https://bugzilla.wikimedia.org/17888 +shellpolicy (10p858snake) [10:35:36] how come my lookup on my mediawiki (local) takes years, traceroute looks good.. [10:35:50] can take up to a minute to get into the page [10:35:59] its like its waiting and getting a timeout [10:36:59] 03hashar * 10/trunk/phase3/includes/specials/SpecialLog.php: typo in r103711: right -> rights [10:37:32] New code comment: Hashar; Typo fixed in r109025; [10:37:40] 03(mod) Add 'hideuser' right to CheckUser group Wikimedia-wide - 10https://bugzilla.wikimedia.org/18313 -shell +shellpolicy (10p858snake) [10:41:15] 03(mod) please move namespace - 10https://bugzilla.wikimedia.org/18501 +shellpolicy; +comment (10p858snake) [10:44:12] 03(mod) Create ms.wikisource - 10https://bugzilla.wikimedia.org/12353 -shell +shellpolicy (10p858snake) [10:45:05] 03amire80 * 10/trunk/phase3/languages/classes/ (4 files): Follow up to r109021, corrected the comment, and added a translation from Russian. [10:45:41] 03(mod) Database table cleanup (tracking) - 10https://bugzilla.wikimedia.org/16660 (10p858snake) [10:45:43] 03(mod) Ghost categories in wanted categories - 10https://bugzilla.wikimedia.org/15152 (10p858snake) [10:45:44] 03(mod) Write and run script to find non-existent images on WMF wikis - 10https://bugzilla.wikimedia.org/15889 (10p858snake) [10:45:46] New code comment: Amire80; Of course, r109026.; [10:46:58] 03(mod) Write and run script to find non-existent images on WMF wikis - 10https://bugzilla.wikimedia.org/15889 +comment (10p858snake) [10:49:02] 03(mod) Torblock-unblocked right not given to sysops - 10https://bugzilla.wikimedia.org/18640 +shellpolicy; +comment (10p858snake) [10:56:52] exit [10:57:48] 03(mod) Logo change for pih.wikipedia - 10https://bugzilla.wikimedia.org/20249 (10p858snake) [10:59:47] lunchhh [11:17:38] hmm, looks like en.planet.wm.org is being slow again. The wikipedia day post of the foundation is still not there it seems. [11:25:55] hey...i am a newbie...i have ome skills in C,C++ and i am learning Python. I would like to contribute to mediawiki [11:26:58] 03(NEW) apache redirects.conf hardcode redirections to HTTP - 10https://bugzilla.wikimedia.org/33751 normal; Wikimedia: SSL related; (hashar) [11:26:59] 03(mod) apache redirects.conf hardcode redirections to HTTP - 10https://bugzilla.wikimedia.org/33751 +ops (10Antoine "hashar" Musso) [11:27:46] New code comment: Hashar; Which is a site related bug :) https://bugzilla.wikimedia.org/33751; [11:29:31] 03santhosh * 10/trunk/extensions/Narayam/ (Narayam.i18n.php resources/ext.narayam.core.js): [11:29:31] Point the Narayam help link to the https://www.mediawiki.org/wiki/Help:Extension:Narayam [11:29:31] If wikis with Narayam deployed have the local help page, don't break it. [11:29:31] For wikis without the extension remove the non-existing help page links and default to mw help page [11:31:06] hi i am new here..i am fairly good at c and C++ and i am learning Python now. I need some pointers on how to start contributing to mediawiki [11:32:03] well, we don't have much code in those languages [11:32:26] there is some C#, Ocaml and Java, but mostly PHP and CSS [11:40:54] 03(NEW) Wikitable uses CSS not supported in IE6 - 10https://bugzilla.wikimedia.org/33752 critical; MediaWiki: User interface; (erwin) [11:44:06] hi, I am sorry if my question doesn't belong to this chanell (I tried to look everywhere): in some revision there were removed "http:" in mediawiki internationalization messages and on mw1.17 now it links shows as [//wikimediafoundation.org/... etc] where can i find the code responsible for turning these links in order to repair it? [11:55:04] Rien_: What do you want to repair? [11:56:24] 03(mod) margin-right:0 for table.wikitable - 10https://bugzilla.wikimedia.org/33445 +comment (10Erwin Dokter) [12:00:34] MrAngel: thanks for reaction at this moment on my mw1.17 I want to find what is responsible for turning [//url] alias url without http: or https: into link (it is probably somewhere in Linker.php or Skin.php) since mw118 i guess all prefixes like http: were removed from localisation messages (for example at Extension:WikimediaMessages) so after LocalisationUpdate all new messages don't turn tolinks anymore.. [12:04:03] New code comment: Nikerabbit; Mixed tabs and spaces in the sql file.; [12:04:36] I'd expect it to be in Parser, but not sure about that one [12:05:23] You can't update to the MW version those messages are designed for? [12:07:05] 03hashar * 10/trunk/tools/testswarm/scripts/testswarm-mw-fetcher.php: [12:07:05] fix mw.org hostname [12:07:05] ping r108727 [12:07:05] 03siebrand * 10/trunk/phase3/languages/messages/MessagesEn.php: Add plural support in 'longpageerror'. [12:07:43] MrAngel: unfortunately I still can't update to higher version but wanted to use some language corrections and translations from higher version... [12:07:48] New code comment: Nikerabbit; False -> false.; [12:08:40] Rien_: something else is going on [12:08:53] LocalisationUpdates does not update translations like that, the definition must match [12:09:08] are you using messages from WikimediaMessages? [12:09:37] Rien_: Ah ... I think the method you're looking to modify is replaceExternalLinks() in Parser.php ... unfortunately I can't offer any more advice, as I only have access to my testing installation from here [12:11:28] 03nikerabbit * 10/trunk/extensions/Translate/tag/PageTranslationHooks.php: Reuse ialex' fix for Translate to keep BC [12:12:16] Nikerabbit> yes, I am using WikimediaMessages only trouble is with the new [//url]... it looks that LocalisationUpdates updated translations from latest MW version... [12:12:59] MrAngel: thanks, I am just checking it [12:14:20] Rien_: well, trunk version of WikimediaMessages is definitely not compatible with 1.17 [12:18:06] Nikerabbit: it might not be, but it is working... but anyway I have the same problem with messages or extensions which are compatible with 1.17 (but their messages were changed to [//url]] format... just wanted to use up to date messages without returning there http: in front of every message's url manualy [12:18:23] 03jeroendedauw * 10/trunk/extensions/SemanticResultFormats/ (GraphViz/SRF_Graph.php RELEASE-NOTES): fix bug 33745 patch by MWJames [12:18:38] I'm not sure how different this code is from yours, but I'm wondering if you could make it work by adding an empty string to $wgUrlProtocols (just off the top of my head) [12:18:56] 03(FIXED) [SRF] Patch GraphViz; misspelling new Parameter( 'graphsize') to new Parameter( 'graphlegend') - 10https://bugzilla.wikimedia.org/33745 +comment (10Jeroen De Dauw) [12:19:11] Ugly hack, but might work [12:20:57] Rien_: $wgUrlProtocols[] = '//'; # may be all you need [12:24:03] MrAngel: thanks, but not working... $wgUrlProtocols[] = '//'; [12:25:18] New code comment: Santhosh.thottingal; Tested in IE6? IE6 does not support the max-height property.; [12:29:48] New code comment: Hashar; Danny B. wrote: \ table.wikitable td { \ border: 1px solid #aaa; \ } \ table.wikitable td td { \ bor; [12:31:36] Nikerabbit: my mistake, you are right, it is just WikimediaMessages problem, not LocalisationUpdates [12:36:38] MrAngel: nevermind thank you for help... until I find where is the code change between MW 1.17 and 1.18 I do replaces manually back to http: I was supposed to find the troubles by myself so sorry for after all irrelevant question... [13:03:18] I seem to have a corrupt or incomplete sql backup. When I try to import it through phpMyAdmin it says: Error [13:03:18] SQL query: [13:03:19] -- [13:03:19] -- Database: `weedwiki_growroom` [13:03:19] -- [13:03:20] -- -------------------------------------------------------- [13:03:20] -- [13:03:20] -- Table structure for table `archive` [13:03:21] -- [13:03:21] DROP TABLE IF EXISTS `archive` ; [13:03:21] MySQL said: [13:03:22] #1046 - No database selected [13:03:55] The first lines of the sql file are: [13:04:07] SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; [13:04:08] -- [13:04:09] -- Database: `redacted` [13:04:09] -- [13:04:09] -- -------------------------------------------------------- [13:04:10] -- [13:04:10] -- Table structure for table `archive` [13:04:10] -- [13:04:10] DROP TABLE IF EXISTS `archive`; [13:04:11] CREATE TABLE IF NOT EXISTS `archive` ( [13:04:31] Anyone have an idea how I can get my data back? [13:04:41] placebodealer: Sounds like you haven't selected a database [13:05:24] in the LocalSettings.php? I am just trying to import it into phpMyAdmin, would I need to do that first? [13:05:34] No, in phpmyadmin [13:05:49] You need to tell phpmyadmin which database to restore the backup into [13:06:26] 03(NEW) FlaggedRevs Wiktionary - 10https://bugzilla.wikimedia.org/33753 normal; Wikimedia: Extension setup; (infovarius) [13:06:57] I don't know phpmyadmin, but I suspect adding a line to the beginning of the dump may help: [13:07:01] USE `weedwiki_growroom` [13:07:03] or whatever your database is called [13:07:05] I go to import and choose the backup. Is there more I need to do? [13:07:47] 03(mod) FlaggedRevs Wiktionary - 10https://bugzilla.wikimedia.org/33753 +shellpolicy; +comment (10p858snake) [13:09:45] Got it, so I had to create the database, then import it. Not the most obvious interface. Is there a way I can merge the two databases I have now? [13:10:36] Databases from different wikis? Could be done, but I suspect it would require some coding [13:11:18] Okay, there were only a few pages in the new wiki, so I'll just add them by hand. Cheers [13:11:22] Either that or restore one, use Special:Export to get an XML dump, then restore the other and use Special:Import [13:11:41] Adding by hand shouldn't take more than 15 minutes [13:14:52] Importing the database seemed to kill all the wiki users. Is this normal? [13:15:50] Yes; you're replacing the entire database [13:15:59] 03(mod) SF svn rev 108803 - adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33702 +comment (10yaron57) [13:16:15] What happened to the users that were in the old database? [13:16:32] Weren't they restores? [13:16:39] *restored? [13:17:25] 03(mod) Adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33747 +comment (10yaron57) [13:17:45] Yeah, I was looking in the wrong place [13:18:18] New code comment: Yaron Koren; Why is that?; [13:18:19] Where will I change their password if I don't remember them? It's been over a year since I set this up [13:19:41] !resetpassword | placebodealer [13:19:41] placebodealer: For information regarding the resetting of a user's password, please see [13:19:48] New code comment: ^demon; I hate using $wgDBtype. Is there any way to use getDBType() here?; [13:22:43] cheers [13:27:24] 14(DUP) Enable Upload by URL for admins on Commons - 10https://bugzilla.wikimedia.org/14919 +comment (10p858snake) [13:27:25] 03(mod) Enable $wgAllowCopyUploads (upload by URL) - 10https://bugzilla.wikimedia.org/20512 +comment (10p858snake) [13:33:03] New code comment: Jeroen De Dauw; Sure. And in an ideal world you could assume that people would add @since tags when adding in stuff ; [13:33:29] 03(mod) Clean up leftovers of WP: alias on dewiki - 10https://bugzilla.wikimedia.org/23430 (10p858snake) [13:33:32] 03(mod) Maintenance scripts waiting to be run on Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/29782 (10p858snake) [13:33:33] New code comment: Jeroen De Dauw; I'm not following you guys here - how is it redundant? It's $wgExtensionAssetsPath with '/SemanticRe; [13:39:25] 03(mod) Secure Server 404 Error Message: Did you mean URL is wrong - 10https://bugzilla.wikimedia.org/23559 +comment (10p858snake) [13:41:22] 03(mod) Adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33747 +comment (10niklas.laxstrom) [13:43:03] New code comment: Nikerabbit; It doesn't hurt if it does not work on older browsers.; [13:43:47] New code comment: Edokter; I just found this *after* I filed bug 33752 to revert this change. Now I know the reasoning, perhaps; [13:44:53] 03hashar * 10/trunk/phase3/includes/ (Setup.php debug/Debug.php): [13:44:53] Move MWDebug enabling logic to Setup.php [13:44:53] MWDebug initialization method was made to look up for a global variable. This [13:44:53] patch move the logic to Setup.php so we can replicate it when doing tests. [13:44:53] Side effect, MWDebug is disabled by default. Users will explicitly have to [13:44:54] enable it by using init(). [13:44:55] Ping r105123 [13:51:09] 03hashar * 10/trunk/phase3/tests/phpunit/includes/debug/MWDebugTest.php: test with MWDebug enabled (made possible by r109032) [13:56:25] 03hashar * 10/trunk/phase3/tests/phpunit/includes/debug/MWDebugTest.php: (log message trimmed) [13:56:26] enable MWDebug tests [13:56:26] The first ones were failing because the test suite ran on gallium without [13:56:26] MWDebug being initialized. This is now the case since r109033. [13:56:26] The second part was failling because PHPUnit on gallium does not have [13:56:26] the assertCount() method. Use a assertEquals() / count() workaround instead. [13:56:26] Tests added by 108873 [14:08:48] 03(mod) Adding multiple instance templates broken - 10https://bugzilla.wikimedia.org/33747 +comment (10yaron57) [14:21:28] 03reedy * 10/trunk/extensions/CongressLookup/patches/CongressLookup.sql: Fixed mixed spaces/tabs from r109023 in CongressLookup.sql [14:24:04] 03(mod) phpunit reports identical strings as different - 10https://bugzilla.wikimedia.org/33743 +comment (10sam) [14:25:42] 03(mod) FlaggedRevs Wiktionary - 10https://bugzilla.wikimedia.org/33753 normal->15enhancement (10Sam Reed (reedy)) [14:26:27] 14(DUP) Missing files for TrustedXFF throw error on labs.wikimedia.beta.wmflabs.org - 10https://bugzilla.wikimedia.org/33748 +comment (10Sam Reed (reedy)) [14:26:29] 03(mod) TrustedXFF: hosts file missing - 10https://bugzilla.wikimedia.org/33741 +comment (10Sam Reed (reedy)) [14:26:43] 03(mod) TrustedXFF: hosts file missing - 10https://bugzilla.wikimedia.org/33741 (10Sam Reed (reedy)) [14:26:51] Reedy: I'm trying to understand r108164 better to transform MSSQLBackCompat so that it don't need a manual patch to the core code anymore. I'm not so sure where to start. [14:27:10] !r108164 [14:27:10] I don't know anything about "r108164". [14:27:17] Solitarius, it's been fixed in trunk actually [14:27:22] so it'll be in 1.18 [14:27:27] err [14:27:28] 1.19 [14:27:39] Oh, wonderful! [14:27:40] 04(REOPENED) TrustedXFF: hosts file missing - 10https://bugzilla.wikimedia.org/33741 +comment (10Sam Reed (reedy)) [14:27:47] Thanks you [14:27:47] let me find it [14:27:51] 03siebrand * 10/trunk/phase3/languages/messages/MessagesEn.php: Tweak 'protect-text'. [14:28:04] I think you can literally just overwrite the code when you deploy 1.19 and it should work and carry on [14:28:10] Still need the extension obviously [14:29:03] Of course. How is 1.19 progressing? I'm still on branches/REL1_18. [14:29:08] !r 107932 | Solitarius [14:29:08] Solitarius: https://www.mediawiki.org/wiki/Special:Code/MediaWiki/107932 [14:29:13] !r 108164 | Solitarius [14:29:13] Solitarius: https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108164 [14:29:38] !1.19 [14:29:38] Working on it, hoping to deploy in February 2012. http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/56919 [14:29:46] Easier than typing it ;) [14:30:27] I understand, I'm sure it's being asked a lot too. :) [14:30:35] heh [14:30:46] 1.18.1 was the cleanup post 1.18 release [14:31:09] 03(mod) Translation: History should be "Versionsgeschichte", not "Verlauf" - 10https://bugzilla.wikimedia.org/33749 +i18n (10Sam Reed (reedy)) [14:34:35] 03(mod) Wikitable uses CSS not supported in IE6 - 10https://bugzilla.wikimedia.org/33752 04CRIT->major (10Sam Reed (reedy)) [14:34:46] The branche even have a little more than 1.18.1. A 1.18.2 is on it's way with bug 33686 fixed. [14:35:51] heh, indeed [14:35:56] obviously only any use if you sqlite [14:36:35] 03(mod) Translation of "Wikipedia" namespace in Assamese for Assamese Wikipedia - 10https://bugzilla.wikimedia.org/33507 +comment (10shijualex) [14:37:03] Probably why it wasn't officialy been release yet. Waiting for a few more fixes, I guess. [14:37:34] Yeah, a really high priority fix or a security fix usually speed up the point releases [14:38:48] Rarrgh 182 new [14:40:48] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (7 files in 3 dirs): work on instructor management [14:40:48] I see 176 now. Are you on CodeReview duties today, Reedy? [14:41:23] I was on friday [14:41:30] Technically today I'm not supposed to be [14:41:49] But now the 1.18.1 is out, it's been sugested to work some more on CR [14:42:05] I think we're going ot stagnate 100-150 commits though [14:42:18] mission impossible when new revs keep coming at 50 per day [14:42:35] and there is nobody to review the remaining 100 last ones [14:42:35] heh, exactly [14:44:39] 03(NEW) Add javascript counter for number of selected checkboxes on CodeRevisionListView - 10https://bugzilla.wikimedia.org/33754 enhancement; MediaWiki extensions: CodeReview; (sam) [14:44:45] 03(mod) Add javascript counter for number of selected checkboxes on CodeRevisionListView - 10https://bugzilla.wikimedia.org/33754 (10Sam Reed (reedy)) [14:48:24] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (4 files in 3 dirs): moved country options function to utils class [14:50:40] Are there yet any convenience functions for prototypal inheritance implemented in MWs core JS? I've just searched a bit but couldn't find anything. I don't think jQuery brings any either. [14:55:22] what is prototypical inheritance? [14:56:36] Aaargh :p Yet again, I have one site running incredibly slowly (it just times out), and others working fine [14:57:09] 03rvogel * 10/USERINFO/rvogel: Added USERINFO file according to https://www.mediawiki.org/wiki/USERINFO_file [14:58:20] This makes no sense to me. Can someone else poke www.plotbunnies.com and tell me if it's just me? [14:59:49] aww bunnies [15:00:11] quite snappy to me [15:00:20] Weird [15:01:04] For me, it just times out. Other sites on the same server work fine; and the IP is in my hosts file,so its not waiting for DNS or something [15:03:13] Nikerabbit: inheritance in a prototype based object oriented language such as JavaScript? [15:05:48] just some example [15:06:06] are you a JS programmer? [15:06:59] 03(NEW) Opera Mobile on Android not redirected to mobile site - 10https://bugzilla.wikimedia.org/33755 normal; Wikimedia Mobile: generic; (sam) [15:07:17] New code comment: Reedy; Tested in: \ *Android 2.3.5 \ **Default browser - Ok \ **Firefox 9 - Seems to still use the full page (but; [15:08:48] New code comment: Reedy; svn:eol-style not set for this file! ;) \ [[Subversion/auto-props]] \ This file needs doing manually; [15:09:18] hmm, various places are reporting that sopa has died [15:09:32] 03(NEW) Mobile Firefox 9 not redirected to mobile site - 10https://bugzilla.wikimedia.org/33756 normal; Wikimedia Mobile: generic; (sam) [15:09:51] Nikkerabbit, take this for example: http://webreflection.blogspot.com/2010/02/javascript-override-patterns.html [15:09:51] 03(mod) Edit section links do not display while using diff=curr - 10https://bugzilla.wikimedia.org/33671 +comment (10kipod) [15:10:33] New code comment: Reedy; svn:eol-style has been fixed \ Marking ok on this basis, seems to work fine from my testing; [15:13:17] New code comment: Reedy; You should probably svn copy these sorts of things in; [15:13:58] 03(mod) BiDi: LTR and RTL mixed up (tracking) - 10https://bugzilla.wikimedia.org/28708 (10Sam Reed (reedy)) [15:17:04] over 10% of the review new backlog is ashley [15:17:12] * Reedy eyes ashley [15:20:20] 03(mod) Flag revs - 10https://bugzilla.wikimedia.org/32738 summary (10Sam Reed (reedy)) [15:20:38] 03(NEW) Flagged revs needs to use $wgExtensionMessagesFiles instead of LanguageGetMagic hook - 10https://bugzilla.wikimedia.org/33757 normal; MediaWiki extensions: FlaggedRevs; (sam) [15:21:03] New code comment: Reedy; bug 33757 logged as a TODO for Aaron so it doesn't just disappear into oblivion; [15:21:16] sounds like you want to exclude extensions not used by WMF from the review queue or whatnot [15:21:28] 03(mod) Flagged revs needs to use $wgExtensionMessagesFiles instead of LanguageGetMagic hook - 10https://bugzilla.wikimedia.org/33757 +comment (10sam) [15:21:28] yeah [15:21:31] (although, IIRC, there are plenty of simple changes and some not-so-simple ones) [15:21:32] we've done this by tags [15:21:52] it just doesn't make any difference for the revision lists/numbers [15:26:03] 03reedy * 10/trunk/extensions/UploadWizard/UploadWizardHooks.php: [15:26:03] Remove the seemingly unexpected changes from r108961 [15:26:03] Probably needs doing, but upstream users of the messages need changing ;) [15:27:15] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (6 files in 3 dirs): work on instructor management and logging stuff [15:31:57] 03(mod) Flagged revs needs to use $wgExtensionMessagesFiles instead of LanguageGetMagic hook - 10https://bugzilla.wikimedia.org/33757 (10Sam Reed (reedy)) [15:33:48] New code comment: Hashar; This has a really strange behavior which make the text jump in an unattended way anytime I click on ; [15:35:54] 03(mod) Bamini keyboard map needs fix - 10https://bugzilla.wikimedia.org/31904 +comment (10Siebrand) [15:36:52] 03(mod) Some vowel combination in Sinhala Wijesekara need to be corrected - 10https://bugzilla.wikimedia.org/32029 +comment (10Siebrand) [15:37:51] hi all! [15:38:10] Is anyone aware of a halfway decent wysiwyg editor that is 1.8.x compatible? [15:39:16] 1.8.x?! [15:39:46] Oops! 1.18 :P [15:41:00] 03(WONTFIX) Disable Narayam editor menu by default for some languages with input method - 10https://bugzilla.wikimedia.org/32997 +comment (10Siebrand) [15:44:02] New code comment: Duesentrieb; after another look, no, i don't think so: the number is used to generate the correct plural form. it; [15:44:08] 03(mod) Add Hooks to SpecialImport and SpecialExport - 10https://bugzilla.wikimedia.org/11539 +comment (10Sam Reed (reedy)) [15:45:18] 03(mod) Add Hooks to SpecialImport and SpecialExport - 10https://bugzilla.wikimedia.org/11539 -need-review -patch (10Sam Reed (reedy)) [15:47:12] 03(mod) Unwanted activation which disables user's ability to type - 10https://bugzilla.wikimedia.org/33300 +comment (10Siebrand) [15:49:47] 03reedy * 10/trunk/phase3/ (docs/hooks.txt includes/Import.php): Update documentation for ImportHandleRevisionXMLTag [15:50:03] 03(mod) Add Hooks to SpecialImport and SpecialExport - 10https://bugzilla.wikimedia.org/11539 +comment (10sam) [15:52:59] 03(mod) Allow groups to inherit permissions - 10https://bugzilla.wikimedia.org/31937 +need-unittest; +comment (10Sam Reed (reedy)) [15:54:15] 03(mod) Allow groups to inherit permissions - 10https://bugzilla.wikimedia.org/31937 +comment (10sam) [15:54:54] 03sbachenberg * 10/trunk/extensions/SolrStore/SolrTalker.php: Fixed a Bug in the findField Function, but now we need some new Exception Handling. If you now try to Search a Text in a nummeric Field it crashes. [15:54:59] 03(mod) Allow Special:ProtectedPages to display only temporary protections - 10https://bugzilla.wikimedia.org/32167 summary (10Sam Reed (reedy)) [15:55:11] 03(mod) Allow Special:ProtectedPages to display only temporary protections - 10https://bugzilla.wikimedia.org/32167 (10Sam Reed (reedy)) [15:55:36] 03(mod) Allow Special:ProtectedPages to display only temporary protections - 10https://bugzilla.wikimedia.org/32167 +comment (10sam) [15:57:16] hi there.. how can I delete files permanently in mediawiki 1.16? I found that '$wgSaveDeletedFiles has been removed, the feature is now enabled unconditionally', is there any other way? [16:03:07] 03(mod) The language used to render SVGs should be definable - 10https://bugzilla.wikimedia.org/32987 normal->15enhancement (10Sam Reed (reedy)) [16:04:00] 03(NEW) Arabic numerals on Arabic Wiktionary - 10https://bugzilla.wikimedia.org/33758 normal; Wikimedia: Site requests; (nesr17) [16:05:26] 03(mod) Unwanted activation which disables user's ability to type - 10https://bugzilla.wikimedia.org/33300 +comment (10Mark A. Hershberger) [16:07:04] 03(FIXED) Arabic numerals on Arabic Wiktionary - 10https://bugzilla.wikimedia.org/33758 normal->15enhancement; +comment (10Sam Reed (reedy)) [16:13:57] 03(mod) Wikitable uses CSS not supported in IE6 - 10https://bugzilla.wikimedia.org/33752 +comment (10Krinkle) [16:13:58] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/12788 (10Krinkle) [16:16:17] New code comment: SBachenberg; You can Test the new Error if you want: http://svbosofixwiki/sofiswiki/index.php?title=Spezial%3ASol; [16:17:32] New code comment: SBachenberg; First Url is wrong try this one: http://gesis.org/sofiswiki/index.php?title=Spezial%3ASolrSearch%2FP; [16:18:06] 03(mod) Wikitable uses CSS not supported in IE6 - 10https://bugzilla.wikimedia.org/33752 +comment (10krinklemail) [16:29:14] 03(FIXED) Add alias to fa wikisource - 10https://bugzilla.wikimedia.org/33708 +comment (10Sam Reed (reedy)) [16:38:22] 03(FIXED) Change project namespace for lb.wiktionary - 10https://bugzilla.wikimedia.org/33662 +comment (10Sam Reed (reedy)) [16:43:19] 03(mod) Please lock *.labs.wikimedia.org - 10https://bugzilla.wikimedia.org/33644 +comment (10sam) [16:43:47] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (4 files in 3 dirs): work on instructor management [16:45:03] 14(INVALID) Binary Gender - 10https://bugzilla.wikimedia.org/33343 +comment (10Niklas Laxström) [16:45:34] Hiya [16:45:58] I'm trying to check out some mediawiki stuff [16:46:00] getting this: [16:46:07] $ svn checkout http://svn.mediawiki.org/viewvc/mediawiki/trunk/wikistats/MetricsReporting ./MetricsReporting [16:46:08] svn: Repository moved permanently to '/viewvc/mediawiki/trunk/wikistats/MetricsReporting/'; please relocate [16:46:24] Seems that is where I'm checking it out from, no? [16:46:46] you are using the viewvc url, instead of the one of the repository [16:46:53] change viewvc to svnroot [16:47:00] 14(INVALID) Add adjective declension to ksh GRAMMAR - 10https://bugzilla.wikimedia.org/31751 +comment (10Niklas Laxström) [16:47:47] New code comment: Jeroen De Dauw; You're missing some spaces :) \ trim( $field['name'] );; [16:49:07] 03(mod) Translation of "Wikipedia" namespace in Assamese for Assamese Wikipedia - 10https://bugzilla.wikimedia.org/33507 +comment (10Sam Reed (reedy)) [16:49:37] ah ok, cool [16:49:51] 03(mod) Serbian (sr-ec and sr-el) should support GRAMMAR parser function - 10https://bugzilla.wikimedia.org/33546 +comment (10niklas.laxstrom) [16:49:57] cool, that worked, thanks [16:50:31] 03(mod) Run updateArticleCount.php on all Wikisources and Wiktionaries - 10https://bugzilla.wikimedia.org/33253 +comment (10sam) [16:50:33] you're welcome :) [16:56:11] 03(mod) Add support for GRAMMAR in javascript message parsing - 10https://bugzilla.wikimedia.org/33658 -need-review +reviewed; +comment (10Niklas Laxström) [16:56:37] 03(mod) Run updateArticleCount.php on all Wikisources and Wiktionaries - 10https://bugzilla.wikimedia.org/33253 +comment (10federicoleva) [16:58:20] 03gregchiasson * 10/trunk/extensions/ArticleFeedbackv5/ (7 files in 4 dirs): [16:58:20] AFT5 feedback page work - add helpfulness count column (still need to detangle [16:58:20] hide from mark as abuse, and add the second-level hide/delete), fix [16:58:20] pagination/filter/sort issues, light CSS fixes for readability, and make the [16:58:20] HTML generation a little less unusable. [17:00:17] New code comment: Hashar; Deployed by gerrit change https://gerrit.wikimedia.org/r/1923; [17:02:18] 03(FIXED) Remove the reupload right from autoconfirmed at Incubator - 10https://bugzilla.wikimedia.org/30492 +comment (10Sam Reed (reedy)) [17:02:47] New code comment: SBachenberg; Do you have a Netbeans Template for Mediawiki Code Style ?; [17:04:47] New code comment: Hashar; Something like wfGetDB()->getDBType() ?; [17:07:42] !r 39787 [17:07:42] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/39787 [17:07:51] good bot [17:16:55] 04(REOPENED) Add adjective declension to ksh GRAMMAR - 10https://bugzilla.wikimedia.org/31751 +comment (10Purodha Blissenbach) [17:19:10] 03(FIXED) Enable Rollback group on id.wiki - 10https://bugzilla.wikimedia.org/33508 +comment (10Sam Reed (reedy)) [17:21:18] 03(mod) Change project namespace for lb.wiktionary - 10https://bugzilla.wikimedia.org/33662 +comment (10hercule.wikipedia) [17:23:08] 03(mod) Change project namespace for lb.wiktionary - 10https://bugzilla.wikimedia.org/33662 +comment (10sam) [17:26:17] 03(mod) Change project namespace for lb.wiktionary - 10https://bugzilla.wikimedia.org/33662 +comment (10hercule.wikipedia) [17:26:32] New code comment: TheDJ; I'd much prefer loading CSS specific for IE6. All suggestions are difficult to read and will have so; [17:29:25] 03(NEW) Change sitename for lb.wiktionary - 10https://bugzilla.wikimedia.org/33759 enhancement; Wikimedia: General/Unknown; (hercule.wikipedia) [17:30:37] 03(mod) Mobile Firefox 9 not redirected to mobile site - 10https://bugzilla.wikimedia.org/33756 +comment (10brion) [17:32:30] 03(mod) Enable Rollback group on id.wiki - 10https://bugzilla.wikimedia.org/33508 +comment (10bknliem) [17:33:39] 03(mod) Mobile Firefox 9 not redirected to mobile site - 10https://bugzilla.wikimedia.org/33756 +comment (10sam) [17:34:47] New code comment: TheDJ; Yeah Navigation popups also triggers on those :D \ So likely it wasn't tested in that combination.; [17:35:37] 03(mod) Opera Mobile on Android not redirected to mobile site - 10https://bugzilla.wikimedia.org/33755 +comment (10brion) [17:37:18] New code comment: ^demon; That'll work I suppose. I was hoping the QueryPage classes already had a DB object on hand.; [17:41:58] 03jeroendedauw * 10/trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js: added missing semicolon [17:43:48] New code comment: Edokter; Forget my code above. Does not have the same effect.; [17:45:53] 03maxsem * 10/trunk/extensions/GeoData/ (5 files in 2 dirs): IM ON UR MARS, VALIDATING UR COORDINATES [17:48:17] New code comment: ^demon; * Should put the PRIMARY KEY on the column definition to support Sqlite. \ * Don't need the MEDIAWIKI ; [17:48:49] 03(mod) Mobile Firefox 9 not redirected to mobile site - 10https://bugzilla.wikimedia.org/33756 +comment (10brion) [17:49:49] 04(REOPENED) mw.util is undefined in MediaWiki:Common.js - 10https://bugzilla.wikimedia.org/33711 +comment (10Rainer@Rillke.eu) [17:50:39] Hello, I'd like to put the #p-personal links in a dropdown that shows only the username/ip or login link and then when you hover when logged in it display preferences, contribution, watchlist the rest [17:51:54] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10mah) [17:53:52] hello, i have a big problem since few weeks when I editing a page after the publish sometimes the explain conflict message appear and republish so i have a blank page like and I will do F5 many times ? Do you have an idea ? [17:54:22] 03yaron * 10/trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php: Added documentation for #autoedit, and made some minor formatting improvements [17:55:44] 03(NEW) mediawiki.legacy.wikibits does not wait for mw.util -dependency and fails in non-debug-mode - 10https://bugzilla.wikimedia.org/33760 normal; MediaWiki: Javascript; (rainerrillke) [17:56:17] 03jeroendedauw * 10/trunk/extensions/EducationProgram/ (5 files in 3 dirs): work on instructor management [18:01:32] 03(mod) mediawiki.legacy.wikibits does not wait for mw.util -dependency and fails in non-debug-mode - 10https://bugzilla.wikimedia.org/33760 +comment (10rainerrillke) [18:10:48] Great commit comment: "IM ON UR MARS, VALIDATING UR COORDINATES" [18:11:00] !r 109047 [18:11:01] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109047 [18:14:05] heh [18:15:25] Solitarius: ahaha Upper-Bedding [18:15:55] All credits go to maxsem. :) [18:16:56] hello, i have a big problem since few weeks when I editing a page after the publish sometimes the explain conflict message appear and republish so i have a blank page like and I will do F5 many times ? Do you have an idea ? [18:17:39] Hello. how do i write html code in mediawiki? [18:18:13] howto: purge cache? Do you use any PHP accelerator or memcache? [18:18:41] !html | diverdude [18:18:41] diverdude: For allowing any and all HTML, see . This is of course VERY DANGEROUS. Safer options include , and . [18:18:57] heu.. I don't now [18:19:03] solitarius [18:19:16] know* [18:19:39] all user have the same problem [18:20:06] !purge | howto [18:20:06] howto: To purge a cached page, such as when making changes to the navigation bar, add &action=purge to the end of the page url, or ?action=purge if using Simple URLs. E.g: http://en.wikipedia.org/wiki/Main_Page?action=purge [18:20:28] I know purge ! [18:20:42] but I think it's not the problem [18:21:03] it's very difficult to explain my problem in englisj [18:21:05] !blank | howto [18:21:05] howto: A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [18:21:07] english* [18:22:06] yes maxsem blank [18:22:31] under firefox and IE it's blank under chrome it's error 324 [18:26:44] should wgRawHTML be put in Localsettings.php? [18:30:58] ??? [18:32:34] 03nikerabbit * 10/branches/wmf/1.18wmf1/extensions/WebFonts/: Deleting to rebranch, I've spend 30 minutes trying to merge some simple updates but SVN just doesn't let me [18:36:21] 03nikerabbit * 10/branches/wmf/1.18wmf1/extensions/WebFonts/: Rebranched WebFonts from trunk 109049 [18:40:17] 03nikerabbit * 10/branches/wmf/1.18wmf1/extensions/Translate/ (12 files in 5 dirs): MFT r108608 r108660 r108792 r108815 r108816 [18:41:55] 03nikerabbit * 10/branches/wmf/1.18wmf1/ (2 files in 2 dirs): MFT r108713 r108215 [18:43:13] 03(mod) Special:Import error: "Import failed: Could not open import file" - 10https://bugzilla.wikimedia.org/15000 normal->04BLOCKER (10DavidL) [18:43:51] * varnent doing official "ding dong the SOPA is dead" dance [18:44:04] varnent: PIPA [18:44:19] Thy're going to try and slide that one though now [18:44:27] yeah - SOPA Jr. will be a threat - but it doesn't sound like PIPA will be it or go far [18:45:30] ... [18:45:33] are folks still planning blackouts to raise awareness or have they shifted to PIPA blackouts? [18:45:40] varnent, #wikimedia-sopa [18:45:54] "Do not take this concession as a victory! This is an old trick. Please spread the word and call them out repeatedly. 1: Make crazy offer (SOPA) 2: Client rejects crazy offer (us) 3: Make a "reasonable" offer (PIPA) 4: Client accepts offer because it seems reasonable compared to crazy offer. Don't let up." [18:46:41] * varnent agrees - and has said for awhile SOPA was not the real bill - but not sure PIPA is it either [18:46:49] 03(mod) Special:Import error: "Import failed: Could not open import file" - 10https://bugzilla.wikimedia.org/15000 04BLOCKER->normal; +comment (10John Du Hart) [18:49:02] * varnent may still put together a SOPA blackout extension for 3rd party wikis today [18:49:45] WMF are writing one.. [18:49:51] Or something along those lines [18:50:30] when is this sopa blackout thing? [18:50:40] 18th iirc [18:51:19] Reedy: I thought it was going to be a central notice banner, unless we're going full blackout [18:52:02] New code comment: Reedy; Have the Russians invented portals? Or are they sponsoring a WMF rocket to mars? It's going to be ve; [18:52:09] I'm not quite sure [18:52:25] Kaldair has started a contact your representative extension thing [18:52:34] https://test.wikipedia.org/wiki/Main_Page?banner=SOPA_blackout_alt [18:52:37] Reedy: Oh good [18:53:47] New code comment: Aaron Schulz; For some reason php-cloudfiles uses False...I ended up using that without noticing.; [18:55:25] 03(mod) Opera Mobile on Android not redirected to mobile site - 10https://bugzilla.wikimedia.org/33755 +comment (10brion) [18:59:53] Reedy: you think Kaldair can inlude the banner function in that to make an overall SOPA extension - or is it going to be non-SOPA specific? [19:06:29] Is it possible to login without a token via API? [19:06:42] no [19:06:50] login once, get needs token [19:06:54] take that token [19:07:01] login again passing the token aswell [19:07:15] 03(mod) Translation of "Wikipedia" namespace in Assamese for Assamese Wikipedia - 10https://bugzilla.wikimedia.org/33507 (10wikichaipau) [19:08:19] 03(mod) Translation of "Wikipedia" namespace in Assamese for Assamese Wikipedia - 10https://bugzilla.wikimedia.org/33507 +comment (10sam) [19:13:00] Reedy, I don't imagine you'd know why my bot keeps getting API tokens, but it refuses to login? It'll still edit logged out, though. I'm using PyWikipedia, and someone told me that it was probably the way I had the wiki setup. [19:15:14] 03(FIXED) Change sitename for lb.wiktionary - 10https://bugzilla.wikimedia.org/33759 +shell; +comment (10Sam Reed (reedy)) [19:16:49] 03(mod) FlaggedRevs for RU Wiktionary - 10https://bugzilla.wikimedia.org/33753 summary (10Sam Reed (reedy)) [19:17:32] New code comment: MaxSem; No, cuz I've included unit tests.; [19:18:23] 03(mod) Add Kaarangay: as namespace alias for Category: on warwiki - 10https://bugzilla.wikimedia.org/30813 normal->15enhancement; +comment (10Sam Reed (reedy)) [19:18:27] I setup mediawiki master / slave according to Manual:$wgDBservers but it keeps writing to slave, how can I make it only write to master? [19:20:36] 03(WONTFIX) Database error when creating page containing "[[File:Дамрак.JPG|250px]]" - 10https://bugzilla.wikimedia.org/30612 +comment (10Sam Reed (reedy)) [19:23:32] 03(FIXED) enable articlefeedback extension on spanish wikipedia - 10https://bugzilla.wikimedia.org/32182 +comment (10Sam Reed (reedy)) [19:27:21] 03(mod) Load order of cached request in IE6 messes with dependancy resolving (mediawiki.util not available in time) - 10https://bugzilla.wikimedia.org/29384 +comment (10erwin) [19:32:06] 03krinkle * 10/branches/RL2/extensions/Gadgets/modules/ext.gadgets.preferences.css: (log message trimmed) [19:32:06] [RL] Fix css bug [19:32:06] * Core sets "width: 0 !important" on "table.mw-htmlform-nolabel td.mw-label", [19:32:06] but due to styling of the table itself, it can't be 0 so the value is ignored [19:32:06] and column treated as if it has no set width. As a result the well-known [19:32:06] automatic column dividing behavior of browsers starts doing its job, and since [19:32:07] there are three of these tables on the page, all with gadget names of different [19:33:56] 03(NEW) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 normal; MediaWiki extensions: AbuseFilter; (and1eternal1) [19:35:59] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10Erwin Dokter) [19:45:34] 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 (1028bytes) [19:46:00] 03(mod) Add adjective declension to ksh GRAMMAR - 10https://bugzilla.wikimedia.org/31751 +comment (10niklas.laxstrom) [19:46:11] 03kaldari * 10/trunk/extensions/CongressLookup/ (SpecialCongressLookup.php patches/CongressLookup.sql): follow-up to r109023 - sqlite support, and removing unnecessary MediaWiki check [19:48:32] 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 +comment (10Prodego) [19:49:30] 03(mod) Enable Special:Import on se-chapter - 10https://bugzilla.wikimedia.org/15065 +comment (10davidohlin) [19:50:13] 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 +comment (10John Du Hart) [19:50:18] Wee, first big edit approved :D [19:50:26] * johnduhart waves to Ashex [19:50:32] thanks johnduhart :) [19:51:48] I'm going to rewrite addwiki.php that's in maintenance, what's the code review process like? [19:52:27] Ashex, I wouldn't suggest doing that [19:52:41] Why? [19:52:48] It's very Wikimedia specific [19:52:55] And it's not in phase3/maintenance in trunk ;) [19:52:57] Not very-very [19:53:01] But very, right [19:53:05] There's the WikiMediaMaintenance extension for that [19:53:13] * vvv rewroked it for his localmedia cluster [19:53:18] *reworked [19:53:24] From my understanding that's what is being used now by wikimedia [19:53:34] Yeah [19:53:39] So addwiki.php in the public release is essentially orphaned [19:53:42] But even for us it doesn't fully work [19:53:53] Ashex: It won't exist in the next release. [19:53:55] It makes sense to me to rewrite it to be more usable by the public [19:54:01] Ah [19:54:01] How? [19:54:11] It's written to fit how WMF uses it [19:54:29] Untill someone comes up with a decent way of doing clustering without all the hacks, it's probably pointless [19:54:33] it won't fit many use cases [19:54:39] Like Wikia I'm pretty sure won't use it... [19:54:42] I understand that, what I'm thinking is allow a user to run addwiki with args pointing to a database, prefix, and a directory to deposit LocalSettings.php [19:54:54] we've already got a cli installer [19:55:03] 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 +comment (10and1eternal1) [19:55:16] That's true, I'm just planning on using it to bootstrap a wiki family setup [19:55:27] the cli installer lacks some options I would need like db prefix [19:56:12] Add them? [19:56:36] Also it has db prefix [19:56:55] Hi, I have a problem while uploading an eml.file though it is allowed by $wgFileExtensions. I get the message uploadscripted. It used to work. Is there a tip how to solve this? May it have something to do with $wgMimeTypeBlacklist? [19:56:58] see maintenance/install.php [19:57:07] $this->addOption( 'dbprefix', 'Optional database table name prefix', false, true ); [19:57:26] yay IRC [19:57:41] Reedy: what release is that? [19:57:43] It's not in 1.18 [19:57:44] trunk [19:57:46] 1.19 [19:57:51] !1.18 [19:57:51] MediaWiki 1.18 is out. Latest version is 1.18.1; ; REL1_18 branched on 18 July 2011 at r92475 ; [19:57:57] ah, I was poking in there and saw 1.18.1 [19:58:02] it was branched 5 months ago [19:58:49] !wg DisableUploadScriptChecks | emlprob [19:58:49] emlprob: http://www.mediawiki.org/wiki/Manual:$wgDisableUploadScriptChecks [19:58:59] Addtionallly trunk is in a code slush, so making changes to install.php now is probably not a good idea. [19:59:01] emlprob: however, disabling such checks is rather dangerious [19:59:09] Indeed [19:59:21] but if it's small and useful, it can likely go in [19:59:38] emlprob: and generally a bad idea, unless your wiki is on some sort of private intranet, and even then probably not a great idea [20:00:00] * johnduhart was happy that he was able to get arrowSteps in [20:00:08] Reedy: I'll look at it [20:00:26] We generally reccommend to develop against trunk [20:00:31] Then put in back compat if you need it [20:00:36] I was going to go with addwiki.php as the chunk on adding the sql files from extensions was included [20:01:03] If an extension is in localsettings, running update.php does it... [20:01:11] hi bawolff. it is a private wiki and should be ok. However DisableUploadScriptChecks seems to be due in 1.19. and I am running 1.17.2 [20:01:29] oh, yeah that won't work for you [20:01:45] heh [20:02:02] !usetrunk [20:02:02] I don't know anything about "usetrunk". [20:02:02] Reedy: which reminds me, I need to work on a hack for Maintenance.php and update.php for the wiki family [20:03:11] Ooh. [20:03:31] Ashex: You might find this useful https://github.com/johnduhart/deploymentprep-conf [20:04:00] It's the configuration we used to build http://beta.wmflabs.org [20:04:08] @bawolff I also use clamav on the wiki to somehow relieve my fear [20:04:44] Ashex: Getting scripts to work on a specfic db entry was sort of hacky [20:05:24] emlprob: honestly, I doubt clamav is going to detect the type of issues the uploadscript checks are designed to catch [20:06:38] I guess so too, but I gave me a good feeling until you wrote this [20:06:46] johnduhart: thanks for that [20:07:02] emlprob, do you want to upload php files? [20:07:03] I don't expect anything I write to make it into the codebase [20:07:15] no, just eml [20:07:21] If anything I'll document it in on mediawiki [20:07:34] Ashex: We'd appreciate that :) [20:07:40] The Wiki Family page is atrocious [20:08:04] rather was, I'm not done with it yet [20:08:20] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10krinklemail) [20:08:35] Will my edits still need to be approved? [20:09:35] I'd assume the potential issue with eml files is they can be html, and then certain browsers could maybe be tricked into executing them, making some sort of xss issue [20:09:54] which could probably be worked around by putting such uploads on separate domain [20:09:55] how can I make mediawiki not write on page views? I am setting up replication for redundancy not load balancing and I need the backup server to be ok when the master is unreachable [20:10:37] Ashex: If they're accurate, yes [20:10:49] Ok, just checking [20:11:22] sidusnare: http://www.mediawiki.org/wiki/Manual:$wgDisableCounters is one thing [20:11:34] Oh acutally, [20:11:47] http://www.mediawiki.org/wiki/$wgReadOnly [20:12:03] If you set that on the secondary it'll disable 99% of writes [20:12:28] cool, now I need to figure out how to wrap that in a hostname conditinal [20:13:47] DefaultSetings/AdminSettings were dropped in 1.16, correct? [20:14:05] DefaultSettings no [20:14:09] That's still here now [20:14:16] For AdminSettings, that sounds about right [20:15:32] AdminSettings still works though, if you want it for some reason, its just not "there" by default [20:15:39] Gotcha [20:16:06] where is DefaultSettings located then? I assumed it was deprecated as it's not in my install [20:16:29] Oh there it is, in includes [20:17:07] Just diregard anything I saw for the next five minutes [20:17:27] I guess the best way is to print them as pdf and upload them afterwards. [20:18:08] Thank you for providing some insight into this. Cheers [20:18:30] johnduhart: ping ? I got an issue with the debug toolbar :b [20:18:39] hashar: Hi [20:18:59] johnduhart: under Firefox, in the query tabs, the columns each have a width of 33% [20:19:34] johnduhart: looks related to table-layout: fixed; and firefox not looking for the width applied on [20:19:48] Hmm. [20:20:19] I think it is a bug in firefox [20:23:06] hashar: Might be solving using CSS3 selectors for width [20:23:10] johnduhart: http://imgur.com/9aIK4 [20:23:12] solvabe* [20:23:29] another way would be to remove the colgroup [20:23:34] and apply the width to the first td [20:23:40] or to a new line made of [20:23:49] 03(NEW) Uncategorizedpages-summary not shown in Uncategorizedpages - 10https://bugzilla.wikimedia.org/33762 normal; MediaWiki: Special pages; (alexsm333) [20:24:08] hashar: As long as it doesn't break chrome in the process [20:24:35] there is the same issue one the "console" tab [20:24:52] that makes the first column "Log/Warn" way too wide :b [20:25:10] yeah [20:25:11] same code [20:26:30] the hard thing is that I can not reproduce the issue :/ [20:32:48] 03laner * 10/trunk/extensions/OpenStackManager/ (OpenStackNovaController.php special/SpecialNovaAddress.php): [20:32:48] * Fix releaseAddress - this version of the aws-sdk requires an associative array [20:32:48] * Fix reassociateAddress - if an address is already associated, disassociate it, then associate it [20:34:07] 03kaldari * 10/trunk/extensions/CongressLookup/CongressLookup.i18n.php: checking in some messages so we can start them being translated [20:34:41] 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 +comment (10Roland Rance) [20:40:02] johnduhart: I have reproduced it :) [20:40:09] Yay [20:41:15] 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761 +comment (10Bawolff) [20:43:54] Yay, MediaWiki contract work [20:44:06] minus contract [20:45:10] johnduhart: so umm, would that just be MediaWiki work for free? [20:46:32] WTF? http://dpaste.org/ZXGzY/ [20:47:14] MaxSem broke it. [20:47:57] * MaxSem throws includes/parser/ at Reedy [20:48:03] johnduhart it's still work :x [20:48:05] MaxSem, install linux [20:48:12] lol [20:48:15] * Alphos is short of both contract and work right now... [20:48:43] Reedy, since it's already on Linux, should I install Windows on cluster? [20:48:50] Alphos, I can give you a contract where you've got to give me money every month. Would that work? [20:48:53] bawolff: plus payment [20:48:55] MaxSem, ops love Solaris [20:49:03] johnduhart: that's an important plus ;) [20:49:05] Reedy hm, on second thought, no :D [20:49:13] bawolff: :D [20:51:29] hashar, you may want to look at r103931 too [20:52:49] !r 103931 [20:52:49] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103931 [20:59:21] Platonides: looks like the same issue :) [21:00:28] * hashar heads to irc.mozilla.org to report bug :b [21:02:01] 03(mod) Add alias to fa wikisource - 10https://bugzilla.wikimedia.org/33708 +comment (10atgigabyte.info) [21:02:32] New code comment: Fomafix; Maybe this is avoids overwriting an inline CSS definition if given (untested): \ [21:05:17] johnduhart, FYI don't install the 111.217 EAP [21:05:43] !api [21:05:44] The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at . For client libraries in various languages, see . [21:06:06] Reedy: Oh? I haven't been keeping up to date with releases on my laptop [21:06:37] bool, integer, null etc in documentation are appearing as "undefined classes" [21:06:38] somewhat amusing [21:06:47] hah [21:07:31] 03raymond * 10/trunk/translatewiki/MediaWiki/mediawiki-defines.txt: On hold until r109005 is reviewed [21:09:16] ( String( this.data.queries.length ).length*/*fontSize*/11 <---- [21:09:25] how to compute "em" :-) [21:09:45] 03raymond * 10/trunk/translatewiki/MediaWiki/WikimediaMainAgg.yaml: On hold until r109005 is reviewed [21:10:28] johnduhart: is there any reason to use colgroup in the debug toolbar panes? I would like to replace them with [21:10:39] looks like the colgroup are just there to set the width [21:11:23] hashar: You'd have you ask krinkle, he's the one who added them. [21:11:30] ok [21:11:54] hashar: colgroup is not visible on the page. simply add [21:12:12] you could probably remove colgroup if you add [21:12:24] yeah that is the idea [21:12:35] Since there was no common element, I couldn't use since it's looped. [21:12:48] but if you're adding headings, sure that sounds good [21:13:25] hashar: yeah, that font-size hack is ugly. tables are very tricky in this environment [21:13:39] beware of the table-layout: fixed; [21:13:52] 03hashar * 10/trunk/phase3/docs/uidesign/table-layout.html: firefox does not honor colgroup width with fixed layout [21:13:53] here is the design file [21:13:59] both tables should show the same layout [21:14:49] rendering with firefox 9: http://imgur.com/eR7Bs [21:15:04] the top table has width applied to [21:15:13] the bottom one has width applied to inner [21:15:47] so I will just drop for [21:16:04] and move style to css :-) [21:16:48] hashar: Is there anything we need to do before we can get JSTesting on testswarm ? [21:17:14] yeah I need to create a user [21:17:24] then set up a second cronjob to submit jobs to tw [21:17:48] need to update the run.php script so it get a new target (currently --prod is used) [21:17:56] but I can't test it on wmflabs. Lost my access there [21:19:14] 03ialex * 10/trunk/extensions/CongressLookup/patches/CongressLookup.sql: svn:eol-style native [21:22:50] hashar: ok, one other thing [21:23:02] somewhere along the way, the cronjob was removed [21:23:11] ?state=wipe needs to be run minutely [21:23:18] what is it for? [21:23:30] I never added it to puppet IIRC [21:23:42] When a browser asks for jobs, it is reserved in the database so that another similar browser doesn't run it also [21:23:53] if the client never comes back with the result, it needs to be released [21:24:07] ?state=wipe does things like that for entries not touched in over 5 minutes [21:24:13] and some other small maintenance [21:24:33] I've been refreshing it every 30 minutes in my browser but I'd like to not. [21:24:39] 03(NEW) French Wikiversity double wiki extension installation - 10https://bugzilla.wikimedia.org/33763 normal; Wikimedia: General/Unknown; (hubert.bossot) [21:24:42] it's in the documentation :D [21:24:44] we need to add that to gallium yeah [21:24:48] 03(mod) French Wikiversity double wiki extension installation - 10https://bugzilla.wikimedia.org/33763 +shell (10JackPotte) [21:24:57] any chance that can happen today ? [21:25:08] 03(mod) French Wikiversity double wiki extension installation - 10https://bugzilla.wikimedia.org/33763 (10Sam Reed (reedy)) [21:26:42] 03(FIXED) French Wikiversity double wiki extension installation - 10https://bugzilla.wikimedia.org/33763 +comment (10Sam Reed (reedy)) [21:26:49] 03(mod) margin-right:0 for table.wikitable - 10https://bugzilla.wikimedia.org/33445 (10fomafix) [21:29:14] 03ialex * 10/trunk/phase3/includes/ (OutputPage.php Setup.php debug/Debug.php): [21:29:14] Only run some MWDebug code when really needed: [21:29:14] * Add the mediawiki.debug module from OutputPage::addDefaultModules() along with other modules [21:29:14] * Get the request information when building the JS output instead of in Setup.php [21:30:17] 03raymond * 10/trunk/translatewiki/MediaWiki/mediawiki-defines.txt: r109027: Make key optional for translatewiki.net [21:33:07] 03(WONTFIX) Enable Special:Import on se-chapter - 10https://bugzilla.wikimedia.org/15065 -testme ; +comment (10p858snake) [21:36:40] 03(NEW) Use localized country names in CentralNotice - 10https://bugzilla.wikimedia.org/33764 enhancement; MediaWiki extensions: CentralNotice; (duplicatebug) [21:39:55] making some good progress… https://www.mediawiki.org/wiki/Mobile/PhoneGap/iOS_build_instructions [21:41:31] Ryan_Lane: I just cc'ed you onto something from toolserver-l, basically a bot script (interwiki,py) has memory and cpu issues so the thought of "Restricting" its use has been brought up, and now running it on labs has sort of half been mentioned [21:42:04] ok. send people to #wikimedia-labs for talking about it [21:47:40] 03kaldari * 10/trunk/extensions/CongressLookup/ (3 files): some more work on CongressLookup [21:47:46] 03raymond * 10/trunk/ (202 files in 49 dirs): Localisation updates for core and extension messages from translatewiki.net [21:47:53] 03raymond * 10/trunk/translatewiki/MediaWiki/mediawiki-defines.txt: r108863: Register extension for translatewiki.net. [21:48:41] Krinkle: I assume you've noticed the JavaScript related hubbub on en.wp? [21:49:24] Jarry1251: Probably, anything in particular? [21:49:52] 03(mod) Resource Loader should pre-depend on mw.util - 10https://bugzilla.wikimedia.org/33746 +comment (10erwin) [21:49:52] Well the whole "my gadgets aren't working any more" thing [21:50:07] uh ? [21:50:16] https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Gadgets_not_working.2C_all_of_a_sudden [21:50:48] Might be that one of those scripts wasn't RL-compatible? [21:51:06] I tested them, and even then shouldn't affect other flows [21:51:10] reverted for now [21:51:21] oh not the " i am not a enwiki admin" ramble again [21:51:57] Hardly matters. [21:52:15] Meh, I'd just ignore that. [21:52:48] 03(FIXED) Use localized country names in CentralNotice - 10https://bugzilla.wikimedia.org/33764 +comment (10Ryan Kaldari) [21:52:57] I'm not using staff as I am not staff. Steward made me globalinterface to fix and upgrade gadgets globally. [21:54:02] New code comment: Khorn (WMF); You're missing the $length param when you call trimZip here: \
+ if ( $zip ) { \ + $zip = $this-; 
[21:54:29] 	 03ialex *  10/trunk/phase3/maintenance/orphans.php:
[21:54:29] 	 * Use WikiPage instead of Article to call updateRevisionOn()
[21:54:29] 	 * Also lock 'user' table, needed in Revision::newFromId()
[21:54:39] 	 Jarry1251: 12 edit conflicts after another
[21:56:58] 	 03(mod) Forcing the language for {{PLURAL}} rule - 10https://bugzilla.wikimedia.org/22985  +comment (10wizardist)
[21:59:45] 	 03(mod) margin-right:0 for table.wikitable - 10https://bugzilla.wikimedia.org/33445  +comment (10erwin)
[22:02:20] 	 anyone know if the new extension "congresslookup" should be added to translatewiki? or is it important for US people only?
[22:03:48] 	 New code comment: Khorn (WMF); Got an error running this script, here: \ 
CREATE INDEX /*i*/ss_state ON /*$wgDBprefix*/sopa_senat; 
[22:04:04] 	 03(mod) Special:Import error: "Import failed: Could not open import file" - 10https://bugzilla.wikimedia.org/15000  +comment (10lambdav)
[22:04:46] 	 I'm having some trouble scripting install.php
[22:05:10] 	 I'm storing the args in $argv so install.php will read them as arguments
[22:05:17] 	 But it's not loading them properly
[22:05:17] 	 New code comment: Platonides; Yes, wm-license-pd-usgov-work-template is intended as an optional message.; 
[22:05:24] 	 Should I also be using maintenance.php from trunk?
[22:13:56] 	 Just confirmed that's not the issue by checking out trunk and running script against it.
[22:19:17] 	 New code comment: Khorn (WMF); And another error (can't have a null primary key), on: \ 
 `sz3_zip` int(3) unsigned DEFAULT NULL ; 
[22:22:02] 	 New code comment: Khorn (WMF); Oops, actually that comment should go with r109055. Adding it over there.; 
[22:22:48] 	 New code comment: Khorn (WMF); error (can't have a null primary key), on: \ 
`sz3_zip` int(3) unsigned DEFAULT NULL PRIMARY KEY,; 
[22:24:14] 	 03(mod) Translation of "Wikipedia" namespace in Assamese for Assamese Wikipedia - 10https://bugzilla.wikimedia.org/33507  (10wikichaipau)
[22:24:55] 	 03khorn *  10/trunk/extensions/CongressLookup/patches/CongressLookup.sql:
[22:24:55] 	 followup r109023, r109055
[22:24:55] 	 Cleaning up the update sql.
[22:27:26] 	 03yaron *  10/trunk/extensions/SemanticForms/includes/SF_FormField.php: Improved display of some messages
[22:28:02] 	 !b 33746
[22:28:02] 	 https://bugzilla.wikimedia.org/show_bug.cgi?id=33746
[22:28:03] 	 03jeroendedauw *  10/trunk/extensions/EducationProgram/ (6 files in 5 dirs): work on instructor management
[22:31:48] 	 New code comment: Khorn (WMF); resolved in r109068.; 
[22:32:03] 	 New code comment: Khorn (WMF); resolved in r109068.; 
[22:32:05] 	 bed time! have fun :)
[22:35:33] 	 New code comment: Khorn (WMF); Actually, it looks like you don't even have to call this there anymore anyway.; 
[22:35:42] 	 Ah HA! Damn custom functions
[22:37:03] 	 So who decided to not use argv and use a seperate array for storing functions?
[22:41:32] 	 New code comment: Khorn (WMF); Additional: These functions should be static, and get called with the $zip param. \ 
+ $myReprese; 
[22:49:40] 	  /query nickserv
[22:54:27] 	 03aaron *  10/trunk/phase3/includes/filerepo/FileRepo.php: Follow-up r108185: removed now unused ALLOW_STALE param
[22:55:07] 	 03khorn *  10/trunk/extensions/CongressLookup/ (CongressLookup.db.php SpecialCongressLookup.php):
[22:55:08] 	 followup r109065
[22:55:08] 	 Cleans up a bunch of function calls and field names.
[22:58:13] 	 03khorn *  10/trunk/extensions/CongressLookup/SpecialCongressLookup.php:
[22:58:14] 	 followup r109065
[22:58:14] 	 Killing what looks like nothing anymore.
[22:58:55] 	 03(mod) Translation of "Wikipedia" namespace in Assamese for Assamese Wikipedia - 10https://bugzilla.wikimedia.org/33507  +comment (10sam)
[23:00:18] 	 New code comment: Khorn (WMF); Resolved all my issues in r109072 and r109073.; 
[23:00:30] 	 If anything, install.php needs an option to read from a config file
[23:03:28] 	 03kaldari *  10/trunk/extensions/CongressLookup/CongressLookup.db.php: a bit more CongressLookupness
[23:03:42] 	 1 hour left to vote for full blackout of Wikipedia (along with google, facebook, etc) to protest internet censorship: http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action#Full_blackout
[23:03:47] 	 New code comment: Amire80; The location of the link on the screen may also be used by other extensions, templates or gadgets. T; 
[23:08:22] 	 Anyone mind telling me why it's a pain to pass args to install.php through an array?
[23:08:30] 	 pain in the ass*
[23:08:46] 	 03(mod) Email abuse - filter to stop? - 10https://bugzilla.wikimedia.org/33761  +comment (10Prodego)
[23:10:38] 	 how can i create a cdb file?
[23:11:48] * hexmode`  sees maint/cdb.php, but that doesn't create them evidently
[23:12:05] 	 03gregchiasson *  10/trunk/extensions/ArticleFeedbackv5/ (9 files in 4 dirs): AFT5 - Add ability to 'delete' (super-hide, visible to oversight only) comments. Started plumbing the bits to allow updating the count queries when hiding feedback, but i need to noodle that one over a bit more.
[23:12:20] 	 03yaron *  10/trunk/extensions/SemanticForms/ (27 files in 3 dirs): Overhaul of HTML: replaced most calls to methods in Xml class with calls to Html class, and replaced calls to element() with input() and hidden() where appropriate
[23:15:22] 	 hexmode`, cdb_open() --> cdb_insert() --> cdb_close()
[23:16:08] 	 MaxSem: *sigh* I was hoping someone did that for me
[23:26:42] 	 Hi!
[23:26:52] 	 What port does mediawiki normally use?
[23:27:05] 	 Mysql-server
[23:27:40] 	 3306
[23:27:44] 	 you don't need to set it usually
[23:27:44] 	 03jeroendedauw *  10/trunk/extensions/EducationProgram/ (4 files in 3 dirs): work on instructor management
[23:28:03] 	 OK.
[23:28:43] 	 But I'm behind a D-Link 825 router & want to make my mediawiki public so that I can access it to do changes & commits.
[23:28:52] 	 I'm logged into the router.
[23:29:16] 	 I'm in the Advanced-tab & Virtual Server-section.
[23:29:38] 	 Do I add my wiki-box's public IP to that or something else?
[23:29:49] 	 ...
[23:29:56] 	 Don't open your mysql setup to the world
[23:30:20] 	 What OS is your webserver/db server running on?
[23:30:35] 	 OK, but how do I get it public then?
[23:30:42] 	 My OS is Mageia.
[23:30:46] 	 The fork of Mandriva.
[23:30:53] 	 A.k.a. Mandriva & Mandrake.
[23:31:07] 	 MYSQL-server followed by apache.
[23:31:13] 	 Well, to make your website public you want 80 for http and 443 for https
[23:31:29] 	 if you're wanting remote access, you'd be better setting up ssh on a non default port, and opening that ope
[23:31:31] 	 *up
[23:31:38] 	 then you can use cli mysql from wherever
[23:31:55] 	 Like this? http://img.flashtux.org/img133023519dx4d12d5e7.png
[23:32:33] 	 ssh is already opened to this box.
[23:33:08] 	 03jeroendedauw *  10/trunk/extensions/LiveTranslate/includes/ext.livetranslate.js: added missing semicolons
[23:33:31] 	 Why are you putting an external ip address in te box?
[23:33:52] 	 Reedy: I was told to do so.
[23:34:21] 	 Hmmmmmmmmm.
[23:34:23] 	 Usually you put the private ip address in the box as you're telling the router where to send the packages
[23:34:33] 	 http://portforward.com/
[23:34:40] 	 OK.
[23:35:33] 	 Hold on.
[23:35:55] 	 HTTPS server-box isn't checked in the router-settings. Do I enable that?
[23:37:01] 	 How can I get mw version in js?
[23:37:28] 	 $wgVersion?
[23:37:36] 	 or however it's exported
[23:37:55] 	 hmm, seems that's gone
[23:38:05] 	 I gave up trying to script install.php through php for the time being
[23:38:31] 	 And am just writing a straight perl script, but the damn thing won't execute properly
[23:38:34] 	 wait, are you using the cli installer?
[23:38:41] 	 p858snake|l: yep
[23:39:06] 	 03(mod) TrustedXFF: hosts file missing - 10https://bugzilla.wikimedia.org/33741  +comment (10Mark A. Hershberger)
[23:39:10] 	 Have to quit for a little while. Changing some settings in the router.
[23:39:19] 	 Couldn't get install.php to read the settings properly
[23:39:31] 	 I can show you the script if you like
[23:44:32] 	 Reedy: Does this loook correct to you? http://img.flashtux.org/img1330235113exfd42311.png
[23:44:49] 	 You told me that it used 3306 as port.
[23:45:09] 	 And that I had to add my local IP to that box instead of the public one.
[23:46:14] 	 I told you not to expose mysql to the outside world like that
[23:47:08] 	 03kaldari *  10/trunk/extensions/CongressLookup/data/ (. cl_house.sql cl_senate.sql cl_zip3.sql cl_zip5.sql): adding data dumps for CongressLookup
[23:47:20] 	 OK, so what do I change & how?
[23:48:40] 	 I really hope that Mediawiki in the future can set this type of things automatically.
[23:49:00] 	 You don't need to set this up
[23:49:12] 	 And why would mediawiki set this up for you?
[23:49:38] 	 03kaldari *  10/trunk/extensions/CongressLookup/CongressLookup.db.php: a bit more logic for senators
[23:50:28] 	 Reedy: OK.
[23:50:48] 	 But visiting my external/public IP doesn't work for my wiki.
[23:51:10] 	 Well, there's 2 reason sfor that
[23:51:19] 	 most likely your router doesn't support nat loopback
[23:51:35] 	 and the other being you've not opened web ports for http
[23:52:41] 	 OK.
[23:54:04] 	 Krinkle: can you answer 2-3 gadget q's quickly?
[23:54:19] 	 maybe, ask ahead
[23:55:00] 	 1. if I look at what is after the | in Gadgets-definition, will that cover all the pages (js and css) that I need to fetch?
[23:56:00] 	 hexmode: Hm.. can you rephrase ?
[23:56:02] * hexmode  is looking at https://commons.wikimedia.org/wiki/Special:Export/MediaWiki:Gadgets-definition for reference
[23:56:37] 	 Krinkle: So, the PermissionOTRS gadget that is there
[23:57:09] 	 all I would need to get to copy that gadget is MediaWiki:Gadget-PermissionOTRS.js ... Right?
[23:58:00] 	 or diffGreenBlue... all I would need to get is MediaWiki:Gadget-diffGreenBlue.css
[23:58:50] 	 while, for Cat-a-lot, I would need MediaWiki:Gadget-Cat-a-lot.css and MediaWiki:Gadget-Cat-a-lot.js
[23:58:52] 	 A gadget consist of 1) definition line, 2) js/css pages as listed on that line, 3) label message
[23:59:01] 	 Reedy: It does support NAT.
[23:59:08] 	 ftp://ftp10.dlink.com/pdfs/products/DIR-825/DIR-825_ds.pdf
[23:59:21] 	 ADVANCED FIREWALL FEATURES
[23:59:21] 	 + Network Address Translation (NAT)
[23:59:23] 	 See?
[23:59:32] 	 hexmode: There can be multiple css/js pages, you need all of them
[23:59:36] 	 Krinkle: definition line is from MW:Gadgets-definition, right?
[23:59:53] 	 so *Foobar|Foo.core.js|Foo.init.js|Foo.main.css|Foo.extra.css or whatever