[00:00:08] applied* [00:00:20] I see the bug more clearly now, at least. [00:00:29] The edit notices do it on en.wiki. [00:00:32] Hazard-SJ: that's caused by a too old version of PHP [00:00:34] I think you're the first person to notice. [00:00:57] Hazard-SJ: which doesn't support the __DIR__ constant and trats it as a bareword [00:01:11] MatmaRex: Just putting the thing in a box works just fine too, but that resulted in Dantman whining a bunch. [00:01:34] MatmaRex: The server in question uses PHP 5.2.17 [00:01:40] Hazard-SJ: and i think many extensions just recetnyl changed it to be that way, it used to be dirname(__FILE__) [00:01:40] Additional code complexity has a real cost. [00:01:54] You have to weigh that cost against the benefit. [00:01:55] Isarra: there are already like 5 containers divs there [00:02:07] and i personally don't like it at all [00:02:17] With wikieditor, aye, but there aren't any without it. [00:02:49] MatmaRex: I see it was introduced in 5.3.0 [00:02:49] But that sounds more like a problem with wikieditor. [00:03:35] the whole editing interface and the things that lie beneath are to me a big pile of crap which it would be a herculean undertaking to fix [00:03:59] Brooke: And what of the complexity of working around the weirdness caused by this? And then working around the workarounds... [00:04:07] and, of course, any change is going to break gadgets and make people angry [00:04:21] If folks can just expect things to line up and be consistent, that makes everyone's lives easier... [00:04:22] I need to shower. [00:04:30] I've never had such problems on my local host which uses PHP 5.4.4 [00:18:55] MatmaRex: The host claims to support PHP 5.3 as well, so I'll attempt using that. [00:20:57] Upgraded [00:33:52] MatmaRex: The server in question uses PHP 5.2.17 [00:34:01] 5.2.17 released 06-Jan-2011... could be worse [00:35:27] For MediaWiki 1.20, PHP 5.3.2+ is required [00:36:02] Since we started MW 1.20 dev, all the extension maintenance commits have changed dirname( __FILE__ ) to __DIR__ [00:36:23] Krenair: I'm using 1.19.2, but since one of the extensions in question is from the master, I understand [00:36:37] Or both :| [00:37:10] Krenair: But I've enabled 5.3.15 on the server now, so it should be all good :) [00:37:24] Yep, here it is: https://gerrit.wikimedia.org/r/#/c/22363/1/AntiSpoof.php [00:38:01] If you press 'f' and look through the other files you'll see most of those have the same change [00:38:08] 03(FIXED) __DIR__ causes error - 10https://bugzilla.wikimedia.org/41248 +comment (10Hazard-SJ) [00:39:01] Okay [00:41:07] New patchset: Alex Monk; "Maintenance for the Calendar extension." [mediawiki/extensions/Calendar] (master) - https://gerrit.wikimedia.org/r/28901 [00:42:01] * Hazard-SJ goes to restore the db and files [00:43:29] New review: Alex Monk; "NOTE: I haven't been able to get this extension to work without causing an internal error yet, so th..." [mediawiki/extensions/Calendar] (master) C: 0; - https://gerrit.wikimedia.org/r/28901 [00:53:28] I need help with mediawiki [00:53:35] *Squid [00:53:42] I need help with squid [00:53:50] Its taking too long to save/edit pages [00:54:34] Without squid the requests are instant [00:54:39] if you're editing/saving, squid shouldn't be doing a great deal... [00:55:06] Squid is supposed to forward the request to backend [00:55:07] 03(NEW) Fatal error: Call to a member function getUser() on a non-object in SMW_ParseData.php on line 212 - 10https://bugzilla.wikimedia.org/41249 normal; MediaWiki extensions: Semantic MediaWiki; (jaideraf) [00:55:50] indeed [00:56:59] access.log shows very high times for POST requests [01:02:50] New review: Alex Monk; "CreditSource repo has been moved to CreditsSource, please move this change as well" [mediawiki/extensions/CreditSource] (master) C: 0; - https://gerrit.wikimedia.org/r/28315 [01:02:56] Lol [01:03:03] So Gerrit's review button was missing on that [01:03:14] But I still managed to review by pressing the 'r' button [01:03:15] yeah [01:03:18] because the repo is closed [01:03:28] Can anybody tell me whats wrong with the squid [01:03:36] Chris already transferred it [01:03:50] will have to get chad to open the repo to abandon that revision [01:04:47] faith: We're actually here for MediaWiki support, not Squid support. [01:05:02] It is related to mediawiki [01:05:57] It can be, but doesn't mean people who are around will have the knowledge to support it [01:06:09] So if the repo is closed why is the review button gone but I can still press r? :/ [01:06:14] It is a Squid problem, not a MediaWiki problem, if I'm understanding right. [01:06:23] Krenair: That would be a bug I guess? [01:06:29] ^ [01:06:36] seems VERY bug-esque [01:07:19] New review: Alex Monk; "Ignore the above. Apparently this was included as part of I73bf8246..." [mediawiki/extensions/CreditSource] (master) C: 0; - https://gerrit.wikimedia.org/r/28315 [01:08:46] cleanupUploadStash.php is sloooooow [01:09:00] There are mediawiki guys who have problems and some "pfsense" who has the same problem with squid [01:09:16] Reedy: {{sospeeditupthen}} [01:09:18] see here, mediawiki same problem: http://www.google.com/url?sa=t&rct=j&q=saving%20100x%20slower%20when%20squid%20in%20use&source=web&cd=1&cad=rja&ved=0CCEQFjAA&url=http%3A%2F%2Fwww.gossamer-threads.com%2Flists%2Fwiki%2Fmediawiki%2F72687&ei=50qDUL7EPOyzigK-04G4DA&usg=AFQjCNHR-tP8jfnVvNcMGOS4v1mFMzl3uA [01:09:44] It's also 6 years old [01:10:26] well this one is recent; http://www.mediawiki.org/wiki/Thread:Project:Support_desk/Saving_Pages_takes_Over_40_Seconds [01:10:36] it doesn't mention squid though [01:11:46] but i am wondering as mentioned in the prior link, if this has to do with mediawiki purge or something [01:12:23] 03(NEW) cleanupUploadStash.php is slow - 10https://bugzilla.wikimedia.org/41250 minor; MediaWiki: File management; (sam) [01:12:29] 03(mod) cleanupUploadStash.php is slow - 10https://bugzilla.wikimedia.org/41250 (10Sam Reed (reedy)) [01:12:50] i dont understand how squid integrates into mediawiki and there is not much documentation to see whats going on [01:12:58] mostly, it doesn't [01:13:13] mediawiki gives relevant http headers, squid deals with them [01:13:31] we do have some extra code to make squid purge things and such [01:14:02] $wgSquidServers = array(''); [01:14:12] I am giving that 127.0.0.1 [01:14:44] is that right? [01:14:57] well, is that right for your setup? [01:18:25] as i understand, i have to give it the ip for apache, and that is located at 127.0.0.1 at port 80 [01:18:56] faith, Apache, not squid/varnish? [01:19:45] here is the description, http://www.mediawiki.org/wiki/Manual:$wgSquidServers [01:20:05] and thats the setup (apache ip) thats working, its just slow [01:21:13] !slow [01:21:15] !profiling [01:21:15] For information on how to enable profiling for MediaWiki, see [01:21:23] faith, wgSquidServers is twofold. It whitelists XFF and sends PURGE commands there. Apache doesn't do PURGE so you should use wgSquidServersNoPurge instead just to whitelist XFF. [01:21:27] You need to find out what exactly is slow [01:24:54] omg! [01:25:24] commenting out $wgsquidservers reduced my times by 5 [01:25:57] sounds like you've got the wrong values in it... [01:27:00] Thanks dantman and reedy. [01:27:08] Let me investigate a bit more [01:32:41] 03(mod) Raise $wgMaxImageArea to 25 megapixels - 10https://bugzilla.wikimedia.org/41125 +comment (10Sam Reed (reedy)) [01:36:12] 03(mod) cleanupUploadStash.php is slow and bloated - 10https://bugzilla.wikimedia.org/41250 summary; +comment (10Sam Reed (reedy)) [01:36:43] Dantman: Can you explain me further these two variables please? [01:37:37] Dantman: I am also confused about using or not using at all the wgSquidservers variable [01:38:27] faith, $wgSquidServers = PURGE + XFF; $wgSquidServersNoPurge = XFF; [01:38:47] So do i need PURGE? [01:38:48] $wgSquidServersNoPurge is basically the same as wgSquidServers except PURGE requests aren't sent. [01:38:59] No, since Apache doesn't support it. [01:39:25] ok, so what was happening earlier? [01:39:40] PURGE is basically a command telling reverse proxying caches like Squid and Varnish to purge their cache for a url. [01:40:30] New review: Reedy; "Does this just work?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23919 [01:40:46] faith, Not sure... If $wgSquidServersNoPurge works one theory might be MW sending a PURGE and waiting for it to timeout. [01:40:58] i know that and i am a little confuse if I was purging earlier somehow or the purge was timing out or something... [01:41:21] Which could either be because Apache doesn't support PURGE. Or maybe because Apache isn't listening on localhost. [01:41:48] ok just one more thing [01:42:07] I have my squid and apache setup on the same box [01:42:23] apache is listening at 127.0.0.1:80 [01:42:41] while squid is given public dns:80 [01:43:12] just as in this config: http://www.mediawiki.org/wiki/Manual:Squid_caching [01:44:12] Now the question is wgSquidservers (by name and description too maybe) sound like asking for squid's ip [01:44:39] but somehow i had reached the conclusion that it should be apache's ip [01:44:39] Oh... I thought you were using Apache's reverse proxy capabilities. [01:44:53] Yes, this should be Squid's. [01:44:57] So what is it anyways, in both of those variables [01:45:21] These settings set the IP of a reverse proxy in front of the webserver. [01:45:23] I am using squid caching as defined here: http://www.mediawiki.org/wiki/Manual:Squid_caching [01:45:48] Basically they tell MW that they can trust the X-Forwarded-For headers coming from a specific IP. [01:46:07] And also perhaps send PURGE requests. [01:46:29] You're running squid so you should be using $wgSquidServers with the public IP. [01:46:35] So in this case can I use the elastic ip (using amazon aws) or should i use public dns? [01:46:57] Probably the elastic IP. [01:47:25] let me try [01:47:28] thanks a lot [01:47:41] If you have IP address issues you may also need to set $wgSquidServersNoPurge with 127.0.0.1 [01:48:18] and fyi, its working fine btw with wgsquidserversnopurge set to 127.0.0.1 [01:48:47] hmm let me check if have any issues [01:56:39] Dantman: my site is having some other issues (database) too at the moment... [01:57:00] Dantman: but tell me, do i really need purge? [01:57:48] Dantman: or can I get away using only wgsquidservernopurge variable and maybe set to 127.0.0.1 [01:58:37] faith, Squid/Varnish are usually setup to cache anonymous pages and then serve them from the cache. We use PURGE to clear that cache when a page is edited. [01:59:53] If you're using that cache then not having PURGE will mean that readers will perpetually be served outdated pages. [01:59:54] so if i dont use PURGE is it gonna mess up, or is it just not going to show the edit? [02:01:30] if I am ok with outdated pages for rightnow, can i keep the current config? yes? no? [02:05:36] 03(UNCONFIRMED) Uploading with same file blocked with Different 3 of messages - 10https://bugzilla.wikimedia.org/40921 (10Andre Klapper) [02:06:03] 03(mod) java.sql.SQLException: Incorrect string value: '\xF0\x9D\x9E\xB1_\xF0...' for column 'page_title' at row 9 - 10https://bugzilla.wikimedia.org/32439 +comment (10Andre Klapper) [02:06:13] Dantman: Thank you very much Dantman. You are my hero! [02:06:25] 03(mod) many API requests failing - 10https://bugzilla.wikimedia.org/40428 +comment (10Andre Klapper) [02:06:32] will look into the matter more later; brb [02:06:52] 03(mod) Vector toolbar. Option to Find / Replace only within selected text - 10https://bugzilla.wikimedia.org/40797 normal->15enhancement (10Andre Klapper) [02:07:42] 03(mod) Extension:NewUserMessage stopped loading random signatures on arwiki - 10https://bugzilla.wikimedia.org/40816 +comment (10Andre Klapper) [02:08:18] 03(mod) [Regression] jquery.textSelection fails in IE - 10https://bugzilla.wikimedia.org/34820 (10Andre Klapper) [02:12:59] 03(mod) typo SCRIPT_DEPRECTED -> SCRIPT_DEPRECATED - 10https://bugzilla.wikimedia.org/40649 +easy +patch-in-gerrit (10Andre Klapper) [02:14:12] 03(mod) __DIR__ causes error - 10https://bugzilla.wikimedia.org/41248 +comment (10Andre Klapper) [02:15:25] 03(mod) __DIR__ causes error - 10https://bugzilla.wikimedia.org/41248 +comment (10Krenair) [02:15:34] 03(mod) cleanupUploadStash.php is slow and bloated - 10https://bugzilla.wikimedia.org/41250 +performance (10Andre Klapper) [02:28:17] 03(mod) Problem with file deletion - 10https://bugzilla.wikimedia.org/40802 +comment (10Andre Klapper) [02:31:40] 03(mod) Upgrade Bugzilla to 4.2 - 10https://bugzilla.wikimedia.org/33158 +comment (10Andre Klapper) [02:32:51] 03(mod) Add message groups to an aggregate group - 10https://bugzilla.wikimedia.org/37147 +patch-in-gerrit (10Andre Klapper) [02:33:44] 03(mod) Set $wgAutoConfirmCount to 10 for Japanese Wikipedia - 10https://bugzilla.wikimedia.org/40270 (10morningaltair) [02:36:32] 03(mod) Always support Firefox ESR versions - 10https://bugzilla.wikimedia.org/41245 normal->15enhancement (10Andre Klapper) [02:38:01] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 summary; +comment (10Andre Klapper) [02:42:52] 03(mod) Replace contact to etherpad support from error messages - 10https://bugzilla.wikimedia.org/41049 +comment (10Andre Klapper) [02:49:10] 03(mod) [Regression] HTML dump is missing all images due to new FileBackend code - 10https://bugzilla.wikimedia.org/33878 +patch-in-gerrit (10Andre Klapper) [02:53:43] 03(mod) MathJax zoomed preview shouldn't be hidden when "click-dragged" on - 10https://bugzilla.wikimedia.org/36091 +comment (10Andre Klapper) [02:54:04] 03(mod) Determine block mode vs. inline mode properly for MathJax - 10https://bugzilla.wikimedia.org/35188 +patch-in-gerrit (10Andre Klapper) [02:55:06] 03(mod) PostgreSQL: "syntax error in tsquery" when search term contains apostrophes - 10https://bugzilla.wikimedia.org/35043 +comment (10Andre Klapper) [02:59:05] 03(mod) CentralAuth/global user rights/groups API; Get global user rights, membership to global groups; and userlist of global groups - 10https://bugzilla.wikimedia.org/16860 +comment (10Krenair) [03:02:49] New patchset: Alex Monk; "(bug 23821) Add an API module for locking/hiding global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/28836 [03:04:42] New patchset: Alex Monk; "(bug 23821) Add an API module for deleting global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/28902 [03:05:20] 03(mod) Write API for CentralAuth extension - 10https://bugzilla.wikimedia.org/23821 +comment (10Krenair) [03:49:21] 03(mod) Clear out NFS - 10https://bugzilla.wikimedia.org/41008 +comment (10Damian Z) [03:49:35] 03(mod) Clear out NFS - 10https://bugzilla.wikimedia.org/41008 normal->04CRIT (10Damian Z) [03:57:20] 03(mod) Review and deploy TimedMediaHandler extension (timed media handler) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/27699 +comment (10Sage Ross) [04:06:33] hi all [04:10:28] Hello nappy [04:10:46] Hi Hazard-SJ [04:10:46] Does anyone know about Xml::hidden()? [04:11:03] how to add Category on a Page? [04:11:36] nappy: See https://www.mediawiki.org/wiki/Category#Adding_a_page_to_a_category [04:12:39] Brooke: You, perhaps? [04:13:01] wow.. thanks Hazard-SJ [04:13:02] :) [04:13:13] You're welcome, nappy :) [04:13:29] (or Dantman or Reedy?) [04:14:58] Hazard-SJ: Xml:hidden doesn't appear to exist? [04:15:54] Hazard-SJ: Where are you seeing it? [04:16:03] marktraceur: Well...no more on MW it seems. I just found a thread that said it was removed in MW 1.18 [04:16:09] Yup [04:18:44] I'll try Html::hidden instead [04:19:02] hi, if i wanted to change the text displayed on my category, how would i do that? [04:19:18] for example Category:Linux will display on the page as Linux only [04:19:27] any ideas? [04:20:39] nappy: go to the category itself and click "Edit" at the top of the page. [04:20:55] hi Hazard [04:21:06] what i meant is that... in my homepage [04:22:23] there is a text saying View All Linux Page ,, and i want it to to link to my Category:Linux [04:22:44] Hazard-SJ, ^ [04:24:09] hey nevermind i found it [04:24:10] [[:Category:Help]] → Category:Help [04:24:13] :) [04:24:43] [[:Category:Help|Help category]] → Help category [04:25:09] :) [04:35:11] * Hazard-SJ sighs [04:35:31] Extension:Oversight 2 is unstable [04:36:08] It doesn't replace to the recent changes table when the rev is unhidden [04:36:38] Hazard-SJ: its also replaced by core functionaility as well [04:37:05] p858snake|l: I know. The thing is, I need 3 different things. [04:37:24] I might have better luck trying to clone one from the core [04:37:32] (if I can find it) [04:37:48] *3 different levels [04:38:59] I didn't try Extension:Oversight, because it doesn't allow frontend unhiding [04:51:56] * Hazard-SJ sighs [05:18:12] Couldn [05:18:20] New patchset: Ori.livneh; "Remove old PEF CSS" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/28903 [05:18:27] Couldn't Gerrit be faster? [05:18:33] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/28903 [05:40:06] Found what I was looking for, but seems to be a lot of work to edit the core for what I want *facepalm* [06:09:37] 03(mod) Meta-Wiki mobile site has errant trademark symbol (™) in footer - 10https://bugzilla.wikimedia.org/41141 +comment (10MZMcBride) [06:16:34] New review: IAlex; "Is this really needed? It seems to be a duplicate of lines 1680 to 1682." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/26819 [06:33:16] New patchset: Tpt; "(bug 38498) Add of an OAI-PMH API for index pages (Special:ProofreadIndexOai) + a small metadata typing system." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/28904 [06:38:06] 03(FIXED) UploadWizard - Adding same file twice results in strange behaviour - 10https://bugzilla.wikimedia.org/32843 +comment (10drecodeam) [06:54:12] 03(ASSIGNED) Set $wgAutoConfirmCount to 10 for Japanese Wikipedia - 10https://bugzilla.wikimedia.org/40270 -shellpolicy +shell; +comment (10Dereckson) [07:00:01] Hello. [07:00:11] hmmm Andre isn't here. [07:54:17] New patchset: Amire80; "Remove float from config-settings-block" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28905 [08:20:18] 03(mod) Replace contact to etherpad support from error messages - 10https://bugzilla.wikimedia.org/41049 +comment (10Juan de Vojníkov) [08:21:46] New patchset: Nikerabbit; "MediaWikiExtensionFFS and related changes" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28812 [08:24:26] 03(NEW) Sort dropdown items alphabetically on Special:AggregateGroups - 10https://bugzilla.wikimedia.org/41251 enhancement; MediaWiki extensions: Translate; (federicoleva) [08:24:35] 03(mod) Sort dropdown items alphabetically on Special:AggregateGroups - 10https://bugzilla.wikimedia.org/41251 (10Nemo_bis) [08:34:10] New patchset: Nikerabbit; "(bug 41251) Sort dropdown items on Special:AggregateGroups" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28906 [08:34:26] 03(FIXED) Sort dropdown items alphabetically on Special:AggregateGroups - 10https://bugzilla.wikimedia.org/41251 +comment (10Niklas Laxström) [08:58:47] 03(mod) Put the shorturl in a better place: current design is extremely ugly and confusing - 10https://bugzilla.wikimedia.org/38863 (10Nemo_bis) [09:03:09] 03(NEW) Outright remove of duplicate short URL under title - 10https://bugzilla.wikimedia.org/41252 major; MediaWiki extensions: ShortUrl; (federicoleva) [09:03:09] 03(mod) Put the shorturl in a better place: current design is extremely ugly and confusing - 10https://bugzilla.wikimedia.org/38863 (10Nemo_bis) [09:03:20] 03(mod) Outright remove of duplicate short URL under title - 10https://bugzilla.wikimedia.org/41252 +easy (10Nemo_bis) [09:03:26] 03(mod) Outright remove of duplicate short URL under title - 10https://bugzilla.wikimedia.org/41252 (10Nemo_bis) [09:12:57] 03(NEW) [PostEdit] PostEdit doesn't work when saving a redirect page - 10https://bugzilla.wikimedia.org/41253 normal; MediaWiki extensions: [other]; (fomafix) [09:14:01] 03(NEW) PDF collection's bug with * - 10https://bugzilla.wikimedia.org/41254 normal; MediaWiki extensions: Collection; (reza.energy) [09:14:38] 03(mod) PDF collection's bug with * - 10https://bugzilla.wikimedia.org/41254 (10reza1615) [09:14:39] 03(mod) PDF related (collection extention) bugs (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [09:18:02] 03(NEW) colltitle doesn't work in fa.wikibook - 10https://bugzilla.wikimedia.org/41255 normal; MediaWiki extensions: Collection; (reza.energy) [09:18:15] 03(mod) colltitle doesn't work in fa.wikibook - 10https://bugzilla.wikimedia.org/41255 (10reza1615) [09:18:16] 03(mod) PDF related (collection extention) bugs (tracking) - 10https://bugzilla.wikimedia.org/31552 (10reza1615) [09:39:15] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28812 [09:40:14] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28906 [09:46:10] 03(NEW) doublewiki and it's ranking in google - 10https://bugzilla.wikimedia.org/41256 normal; MediaWiki extensions: DoubleWiki; (reza.energy) [10:15:23] New patchset: Ori.livneh; "(bug 41253) Show PostEdit popup when saving redirects" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/28907 [10:16:19] 03(mod) [PostEdit] PostEdit doesn't work when saving a redirect page - 10https://bugzilla.wikimedia.org/41253 +comment (10Ori Livneh) [10:16:47] 03(ASSIGNED) [PostEdit] PostEdit doesn't work when saving a redirect page - 10https://bugzilla.wikimedia.org/41253 (10Ori Livneh) [10:37:59] 03(mod) many API requests failing - 10https://bugzilla.wikimedia.org/40428 +comment (10merl) [10:52:01] 03(mod) WikiBase should use localized numbers - 10https://bugzilla.wikimedia.org/41007 summary (10Huji) [11:06:20] 03(mod) [Regression] Options uncollapsed while not selected - 10https://bugzilla.wikimedia.org/41247 +comment (10Marco Aurelio) [11:15:25] 03(mod) [Regression] Options uncollapsed while not selected - 10https://bugzilla.wikimedia.org/41247 +comment (10Marco Aurelio) [11:18:07] 03(mod) [Regression] General AbuseFilter failings after upgrade - 10https://bugzilla.wikimedia.org/41247 normal->major; summary (10Marco Aurelio) [11:27:27] New review: Matmarex; "IAlex: Yes, it is. This doesn't work otherwise :) " [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26819 [11:31:28] New patchset: Amire80; "(bug 40693) Refactor font selector creation code" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28520 [11:33:35] hi, is it possible to have a link to image page without displaying the image itself on page where that link appears? [11:34:21] say http://en.wikipedia.org/wiki/Special:Search?go=Go&search=File:image.png|abc123 would display abc123 as a link on page, but not any kind of image from image.png [11:34:37] crap, what was that, i didn't write so..... [11:34:40] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Bartosz Dziewoński) [11:35:22] Tuju: yes, e.g. [[:File:Example.jpg]] [11:35:29] note the colon at the beginning [11:35:35] i wrote this: http://pastie.org/5092893 (irc client somehow changes the line) [11:35:46] MatmaRex: haa, lemme try that one. [11:36:11] the same works for categories and interlanguage links [11:37:40] MatmaRex: it worked great :) [11:37:49] MatmaRex: thanks. :) [11:42:47] New review: Matmarex; "Daniel, replied inline." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/28665 [11:52:27] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10pirate) [11:55:48] 14(INVALID) In Cologne Blue the tools using "mw-js-message" break formatting - 10https://bugzilla.wikimedia.org/38794 +comment (10Bartosz Dziewoński) [11:57:08] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Bartosz Dziewoński) [12:13:42] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10pirate) [12:16:00] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Bartosz Dziewoński) [12:17:34] somebody please slap this guy [12:17:38] or maybe me, if i deserve it more [12:18:00] but clearly some slapping should be administered [12:27:36] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10pirate) [12:28:44] Change merged: Jeroen De Dauw; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28344 [12:30:23] 03(mod) Centering images using [[image:foo|center]] breaks some table layouts in internet explorer - 10https://bugzilla.wikimedia.org/4439 +comment (10Bartosz Dziewoński) [12:30:38] Change merged: Jeroen De Dauw; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/28820 [12:31:15] Change merged: Jeroen De Dauw; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/28821 [12:32:16] 03(mod) Centering images using [[image:foo|center]] breaks some table layouts in internet explorer - 10https://bugzilla.wikimedia.org/4439 +comment (10Bartosz Dziewoński) [12:34:01] 03(mod) Centering images using [[image:foo|center]] breaks some table layouts in internet explorer - 10https://bugzilla.wikimedia.org/4439 +comment (10Bartosz Dziewoński) [12:34:45] https://bugzilla.wikimedia.org/show_bug.cgi?id=41246 oh god lol [12:36:30] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10pirate) [12:41:14] New review: IAlex; "I should have looked more carefully at the code, I didn't see that this not the same variable..." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/26819 [12:51:00] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10pirate) [12:54:33] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26819 [13:04:36] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [13:06:20] 03(mod) Review and deploy TimedMediaHandler extension (timed media handler) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/27699 +comment (10Krenair) [13:25:23] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [13:32:16] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [13:36:20] New review: John Erling Blad; "There were 3 failures:" [mediawiki/extensions/Diff] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/28704 [13:37:34] 03(NEW) Formatnum error for lang=fa - 10https://bugzilla.wikimedia.org/41257 major; MediaWiki: Internationalization; (huji.huji) [13:47:06] New patchset: Jeroen De Dauw; "Fixed test using asort on objects which makes php5.4 complain they cannot be converted to ints" [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/28704 [13:52:33] 03(mod) Review and deploy TimedMediaHandler extension (timed media handler) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/27699 +comment (10Sage Ross) [13:53:36] 03(mod) Formatnum error for lang=fa - 10https://bugzilla.wikimedia.org/41257 +comment (10Sam Reed (reedy)) [13:56:38] New review: John Erling Blad; "Works after fix." [mediawiki/extensions/Diff] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28704 [13:56:38] Change merged: John Erling Blad; [mediawiki/extensions/Diff] (master) - https://gerrit.wikimedia.org/r/28704 [14:00:02] 14(INVALID) Formatnum error for lang=fa - 10https://bugzilla.wikimedia.org/41257 +comment (10Niklas Laxström) [14:06:26] 03(mod) Removing of admin flag on Northern S�mi Wikipedia - 10https://bugzilla.wikimedia.org/40619 (10kukkakuu) [14:07:22] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28518 [14:07:50] where's the edit toolbar constructed? in php or js? [14:14:38] New patchset: Reedy; "When deleting old thumbnails, actually increment $i" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28909 [14:15:34] New patchset: Reedy; "When deleting old thumbnails, actually increment $i" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28909 [14:20:59] New patchset: Amire80; "Input method integration with ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28500 [14:20:59] New patchset: Amire80; "Make the setting item toggle on click" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28499 [14:21:15] New review: John Erling Blad; "Not sure if this is the correct place for this, but it could perhaps be useful for entries in the re..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/28502 [14:21:15] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28502 [14:26:36] 03(mod) Time separator for Slovene - 10https://bugzilla.wikimedia.org/40942 normal->15enhancement (10Sam Reed (reedy)) [14:31:03] 14(DUP) doublewiki and it's ranking in google - 10https://bugzilla.wikimedia.org/41256 +comment (10Tpt) [14:31:06] 03(mod) Don't index pages generated by DoubleWiki - 10https://bugzilla.wikimedia.org/31726 +comment (10Tpt) [14:32:38] hi all... [14:33:01] im in trouble setting my category in mediawiki... [14:33:45] i have a Category:Mac on my wiki.. and i want it to be displayed as View All wikis in Mac [14:34:34] this is what i have done > [[:Category:Mac|View All wikikis in Mac]] [14:34:53] but on the page is says,, Page does not exist.. why??? [14:36:52] any ideas guys?? [14:38:05] Did you create the category page? [14:38:58] New patchset: Matmarex; "CologneBlue rewrite: fix talkLink() to use generic nav links" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26821 [14:40:17] yes Reedy i did.. [14:40:25] i have a Category:Mac [14:41:28] ive put [[Category:Mac]] on every page that belongs to this cateogory [14:42:49] New patchset: Amire80; "Input method integration with ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28500 [14:44:26] nappy: what are you attempting to do? [14:44:30] "i want it to be displayed as View All wikis in Mac" – what is "it" here? [14:44:49] also, can you maybe link us to the wiki, so we can see the situation ourselves? or is it private? [14:44:49] hey MatmaRex [14:45:03] heres the situation... [14:45:22] i have created a Category:Mac on my wiki... [14:45:47] and i want it to link to something View All wikis in Mac [14:45:48] Just because you've added pages to the category, doesn't mean it'll appear as a bluelink [14:45:59] hhmmmmm [14:45:59] You need to create the description page too [14:46:06] Reedy, how? [14:46:14] Click on the redlink [14:46:15] add some page text [14:46:16] save it [14:46:42] hmmm what text should i add??? [14:46:58] oopps you mean those page on that category? [14:47:05] No [14:47:10] "This category is about foo" [14:47:25] just like that? [14:47:27] yup [14:47:34] okay.. will try... [14:50:37] wow... it works Reedy ... [14:50:55] now i understand that i will create the page first.. :D [14:51:01] thanks for pointing that out Reedy :D [15:13:14] New patchset: Matmarex; "CologneBlue rewrite: rewrite bottomLinks()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26898 [15:13:56] New review: Matmarex; "Fixed." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26821 [15:14:54] New review: Matmarex; "PS3: rebased." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/26898 [15:15:36] Krenair: Any reason to use getRequest in API modules execute()? [15:16:04] New patchset: Daniel Kinzler; "Fix unprefixed handling of IDs in ApiSetItemTest" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28910 [15:17:05] hoo, yeah, to get the request parameters.. [15:18:02] Krenair: Why not the $params array? [15:18:55] guys how do we set apache to see client ip when squid is set up [15:20:15] or more exactly i want mediawiki to see clients ip [15:20:51] XFF [15:20:51] luna_: First you have to set up squid to actually forward the IP [15:21:06] x forward for, right? [15:21:13] yeah [15:21:17] list your squid ip in it [15:21:18] i did that [15:21:28] how? [15:21:59] Where did you put it? [15:22:09] hi Reedy [15:22:21] hii [15:22:22] Reedy: did you see my comment about "se" [15:22:35] no.. [15:22:35] LogFormat "%{X-Forwarded-for}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" cached [15:22:38] hoo, I prefer the getRequest way :) [15:22:43] i put this line as it is [15:22:52] what do i need to change [15:22:55] Reedy: hmph... so no use making reviews on gerrit? [15:23:08] I've not opened my WMF email [15:23:18] New patchset: Umherirrender; "Allow field alias in SpecialRecentchanges::buildMainQueryConds" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28911 [15:24:45] 03(mod) JavaScript Category add/remove does not work in Nostalgia and Cologneblue skins - 10https://bugzilla.wikimedia.org/20696 +comment (10Bartosz Dziewoński) [15:24:46] It's a weekend, or something ;) [15:24:56] Krenair: I'm not sure... is it actually equal to using $params, especially when using the modules from PHP? [15:25:04] and I inserted 'forwarded_for on' in the squid.conf [15:25:13] !wgSquidServersNoPurge | luna_ [15:25:18] !wg SquidServersNoPurge | luna_ [15:25:18] luna_: https://www.mediawiki.org/wiki/Manual:$wgSquidServersNoPurge [15:25:29] Reedy: it's fine, I only commented on Friday [15:25:38] heh [15:25:40] I'll get round to it [15:25:52] as usual gerrit is useless and doesn't tell the time [15:26:48] 03(NEW) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 normal; Wikimedia: General/Unknown; (billinghurst) [15:26:52] 14(INVALID) JavaScript Category add/remove does not work in Nostalgia and Cologneblue skins - 10https://bugzilla.wikimedia.org/20696 +comment (10Siebrand) [15:26:58] New patchset: Umherirrender; "RecentChangesLinked: 'tagfilter' option already set in parent" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28912 [15:27:02] hoo, I'm not sure.. [15:27:08] New patchset: Adamw; "Fully expand templates before scanning banner for fields" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28913 [15:27:46] that sounds like dupe [15:29:09] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10Sam Reed (reedy)) [15:29:37] @Reedy: thanks a lot [15:29:45] wm-bot: thanks a lot [15:29:45] Hi luna_, there is some error, I am a stupid bot and I am not intelligent enough to hold a conversation with you :-) [15:29:52] 14(DUP) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10Krenair) [15:29:53] 03(mod) Sysops see "Fatal exception of type MWException" on is.wikt on RecentChanges - 10https://bugzilla.wikimedia.org/41187 +comment (10Krenair) [15:29:54] 03(WONTFIX) Show category links above the edit box - 10https://bugzilla.wikimedia.org/2679 +comment (10Bartosz Dziewoński) [15:29:54] lol [15:30:22] i just wontifxed a bbug below 5000. [15:30:25] * MatmaRex braces for impact [15:31:20] New patchset: Amire80; "Make "system" the default font for Hebrew" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28914 [15:31:23] 03(mod) Formatnum error for lang=fa - 10https://bugzilla.wikimedia.org/41257 +comment (10Huji) [15:32:54] 03(mod) cache headers for BannerListLoader are being overwritten by squids - 10https://bugzilla.wikimedia.org/40532 +comment (10Adam Wight) [15:32:57] Wheee [15:33:40] 03(mod) Special:Watchlist - Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/39336 summary (10Sam Reed (reedy)) [15:35:51] 03(mod) Search gives Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/37131 +comment (10Sam Reed (reedy)) [15:35:53] @Reedy: so how do I make phpmyadmin see the clients ip [15:37:27] 14(WFM) internal error - Fatal exception of type MWException on file page access - 10https://bugzilla.wikimedia.org/37978 +comment (10Sam Reed (reedy)) [15:38:24] 14(WFM) Special:NewPages: [11b2cdb4] 2012-06-28 12:28:13: Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/38035 +comment (10Sam Reed (reedy)) [15:40:26] 03(mod) Special:Watchlist - Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/39336 +comment (10Sam Reed (reedy)) [15:40:54] can anyone tell me, how i can make phpmyadmin/apache see clients ip when squid is in front? [15:42:09] 03(mod) CentralNotice banners should exist in their own namepsace - 10https://bugzilla.wikimedia.org/31595 +comment (10Adam Wight) [15:43:33] luna_: http://www.mediawiki.org/wiki/Manual:$wgSquidServersNoPurge and friends [15:44:15] 04(REOPENED) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10Krenair) [15:45:40] saper: i set those [15:45:54] but phpmyadmin still cant see the clients ip [15:45:59] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10Krenair) [15:46:02] 03(mod) Revision error on en.wikipedia.org, Internal error: Unknown cluster "cluster16" - 10https://bugzilla.wikimedia.org/24675 +comment (10Sam Reed (reedy)) [15:46:08] 03(WONTFIX) Hooks request after/before portlets - 10https://bugzilla.wikimedia.org/13676 +comment (10Bartosz Dziewoński) [15:46:08] hooray for wontfixing! [15:46:31] guys, if you ever want to find some old stale bugs, just search for "cologne blue". :D [15:46:42] o hi saper [15:47:50] 03(mod) Hooks request after/before portlets - 10https://bugzilla.wikimedia.org/13676 +comment (10Bartosz Dziewoński) [15:48:23] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +i18n (10Sam Reed (reedy)) [15:48:25] 03(mod) Error handling information reduced: "Fatal exception of type MWException" is somewhat useless - 10https://bugzilla.wikimedia.org/38095 (10Sam Reed (reedy)) [15:49:20] 03(mod) Sysops see "Fatal exception of type MWException" on is.wikt on RecentChanges - 10https://bugzilla.wikimedia.org/41187 +comment (10billinghurst) [15:49:47] Reedy: can you merge something for me? a two-line fix: https://gerrit.wikimedia.org/r/#/c/27968/1 :) [15:49:55] plz somebody [15:50:09] how can i make phpmyadmin see clients ip [15:50:13] in presence of squid [15:50:28] I have no idea [15:50:32] Ask #phpmyadmin [15:50:40] ok [15:51:35] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27968 [15:51:51] Reedy: <3 [15:52:26] 03(FIXED) CologneBlue Invalid argument supplied for foreach() - 10https://bugzilla.wikimedia.org/40857 +comment (10Bartosz Dziewoński) [15:52:38] New patchset: Markus Kroetzsch; "Simplify code in SQLStore3, unify table names" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28915 [15:54:59] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28915 [15:58:46] 03(WONTFIX) wikibits.js - flippable tables - 10https://bugzilla.wikimedia.org/16983 +comment (10Bartosz Dziewoński) [15:59:25] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10billinghurst) [16:01:24] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10billinghurst) [16:01:39] 03(NEW) Banner code reuse is lower than it should be - 10https://bugzilla.wikimedia.org/41259 major; MediaWiki extensions: CentralNotice; (spam) [16:02:28] 03(mod) Banner content code reuse is lower than it should be - 10https://bugzilla.wikimedia.org/41259 summary (10Adam Wight) [16:02:56] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10billinghurst) [16:13:52] New patchset: Markus Kroetzsch; "Extend compatibility of String and Blob" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28916 [16:14:28] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28916 [16:18:36] can somebody tell me how i can make phpmyadmin see clients ip [16:18:42] in presence of squid [16:18:57] luna_: did you see my previous message? [16:18:58] 03(mod) Many SVG files have stopped rendering - 10https://bugzilla.wikimedia.org/41174 +comment (10AnonMoos) [16:18:59] luna__: ^^ [16:19:16] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10billinghurst) [16:19:31] luna__: $wgUseSquid etc. will work only for the new clients, you can't see the old ones magically [16:19:34] Can someone review https://gerrit.wikimedia.org/r/#/c/24660/ ? This patch is waiting since a month without review. [16:19:53] i set those [16:20:29] and i have configured phpmyadmin to be accessible from my ip [16:20:37] but it sees me as 127.0.0.1 [16:20:51] Tpt: is unserialize() safe? [16:20:52] and everybody else as 127.0.0.1 [16:21:26] luna__: can you post your $wgUseSquid etc. settings? [16:21:32] sure [16:21:38] $wgUseSquid = true; [16:21:46] saper: I'm note sure. [16:21:53] #$wgSquidServers = array('10.170.86.144'); [16:22:00] $wgSquidServersNoPurge = array( '127.0.0.1' ); [16:22:04] Tpt: it can be any php object embeded? [16:22:17] are you talking to me? [16:22:24] luna__: no, to Tpt :) [16:22:29] nevermind [16:23:01] saper: i have phpmyadmin configured through apache's default file [16:23:25] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 (10Krenair) [16:23:25] saper: the doc is not explicit: http://php.net/manual/en/function.unserialize.php [16:23:54] saper: order deny, allow [16:24:11] saper: allow from [16:24:17] but this doesn't work [16:24:37] and if i make it allow from 127.0.0.1 [16:24:43] it allows everyone [16:24:51] luna__: not sure how that apache thing relates to mediawiki? [16:24:52] as it is seeing squid's ip [16:25:13] you can't do the simple allow,deny based on IP client address then [16:25:13] hmm [16:25:36] true IP address will be hidden in !xff [16:25:48] !xff | luna__ [16:26:45] yeah [16:27:41] can i set xff in apache default file? [16:28:12] what should i write in place of plain ip address [16:28:29] mp [16:28:38] I don't know [16:28:38] New patchset: Umherirrender; "Cache performer of a LogEntry to load it only once from the database" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28917 [16:29:09] What is the difference between ApiBase::PARAM_TYPE and ApiBase::PROP_TYPE? [16:30:36] Tpt: do you have a sample .djvu file with metadata for me? [16:30:59] param are foo|bar|baz [16:31:04] I'm guessing it's what type they are.. [16:31:49] saper: https://commons.wikimedia.org/wiki/File:Brillat-Savarin_-_Essai_historique_et_critique_sur_le_duel,_1819.djvu [16:33:12] saper: Metadata of DjVu are in XML. [16:33:21] thx [16:33:23] will upload to my local wiki [16:37:08] Reedy, so I guess PARAM_TYPE should be used in getAllowedParams and PROP_TYPE should be used in getResultProperties [16:37:17] Possibly [16:40:26] New patchset: IAlex; "CologneBlue rewrite: fix talkLink() to use generic nav links" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26821 [16:40:44] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 (10Bartosz Dziewoński) [16:41:08] New review: IAlex; "Fixed notice about undefined index on line 370." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/26821 [16:45:14] New review: Matmarex; "Since Ie5754f85 was merged it's not really necessary, but doesn't break stuff, either :)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/26821 [16:45:31] what's IAlex's IRC nick? is he here? [16:46:38] New patchset: Matmarex; "CologneBlue rewrite: rewrite bottomLinks()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26898 [16:46:52] Tpt: does not seem to display anything more for me [16:47:07] Tpt: http://tools.wikimedia.pl/pg/w/api.php?action=query&titles=Datei:Test.djvu&prop=imageinfo [16:47:21] New patchset: Hoo man; "Use anonymous functions with "use" in the Linker class" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28918 [16:48:31] Tpt: do I need anything more than wgFileExtensions[] = 'djvu'; [16:48:31] ? [16:49:36] Tpt: is it a multi-file archive? [16:50:12] saper: You need to setup djvulibre: https://www.mediawiki.org/wiki/Djvu [16:51:14] New patchset: Alex Monk; "(bug 23821) Add an API module for locking/hiding global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/28836 [16:51:37] New patchset: Hoo man; "Use anonymous functions with "use" in the Linker class" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28918 [16:54:01] 03(mod) [[w:sco:Special:RecentChanges]] — Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/41258 +comment (10billinghurst) [16:58:28] 04(REOPENED) internal error - Fatal exception of type MWException on file page access - 10https://bugzilla.wikimedia.org/37978 +comment (10Nemo_bis) [17:01:02] 03(mod) internal error - Fatal exception of type MWException on file page access - 10https://bugzilla.wikimedia.org/37978 +comment (10Krenair) [17:03:13] 03(mod) internal error - Fatal exception of type MWException on file page access - 10https://bugzilla.wikimedia.org/37978 +comment (10Sam Reed (reedy)) [17:03:29] 14(WFM) internal error - Fatal exception of type MWException on file page access - 10https://bugzilla.wikimedia.org/37978 (10Sam Reed (reedy)) [17:09:56] 03(mod) Search gives Fatal exception of type MWException - 10https://bugzilla.wikimedia.org/37131 (10Nemo_bis) [17:10:43] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26821 [17:23:24] 03(mod) Translations updates weren't backported for 1.19.2 release - 10https://bugzilla.wikimedia.org/40615 +comment (10Nemo_bis) [17:25:16] 03(mod) "Powered by Mediawiki" and "a Wikimedia project" buttons and targets should be localizable - 10https://bugzilla.wikimedia.org/40465 +comment (10Nemo_bis) [17:31:40] guys, I am using squid [17:32:23] and the confirmation emails I recieve from mediawiki are always from 127.0.0.1 [17:32:30] how do I change that? [17:36:15] hey guys im a php newb here ... there is a function called `makeListItem` in BaseTemplate ... I cant figure out how to pass a style to it ... the docs are http://svn.wikimedia.org/doc/classBaseTemplate.html#ac6290294eb608a947197619cce6fa924weird. [17:36:21] ack sorry. [17:36:23] http://svn.wikimedia.org/doc/classBaseTemplate.html#ac6290294eb608a947197619cce6fa924 [17:38:08] ah nevermind ... I got it. Thanks anyways [17:39:11] New patchset: Hoo man; "Use anonymous functions with "use" in the Linker class" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28918 [17:39:55] New review: Hoo man; "Fixed self:: calls (aren't working in anonymous functions)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/28918 [17:43:54] not sure if anyone could point me in the right direction to move the customLinks (the navigation) box the left of the page? [17:47:37] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28912 [17:48:08] ac_slater: in your own skin? [17:49:07] oh well. [17:52:32] New review: saper; "I am not able yet to get Djvu working on my test wiki, but I have few questions:" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/24660 [17:59:03] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28917 [17:59:45] New patchset: Jeroen De Dauw; "Updated use statements to not contain redundant as clause" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28919 [18:01:26] New patchset: Jeroen De Dauw; "Updated use statements to not contain redundant as clause" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28919 [18:01:47] New patchset: Alex Monk; "(bug 23821) Add an API module for deleting global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/28902 [18:01:56] New patchset: Siebrand; "Fix target path." [translatewiki] (master) - https://gerrit.wikimedia.org/r/28920 [18:02:20] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28920 [18:04:41] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28909 [18:11:00] 03(mod) User interface HTML elements don't use lang attribute - 10https://bugzilla.wikimedia.org/2865 +comment (10Amir E. Aharoni) [18:14:48] New patchset: Jeroen De Dauw; "Added a way to add additional data to the ParserOutput and retrieve it" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28767 [18:19:18] New patchset: Jeroen De Dauw; "Added a way to add additional data to the ParserOutput and retrieve it" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28767 [18:20:14] New patchset: Markus Kroetzsch; "Fewer database SELECTs for getting property values" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28921 [18:22:28] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28921 [18:25:04] 03(mod) Time selector on SpecialCentralNotice should use a standardized module - 10https://bugzilla.wikimedia.org/36793 +comment (10Adam Wight) [18:28:17] New review: jan; "You should use something like "$params = $this->extractRequestParams();" and replace all $this->getR..." [mediawiki/extensions/CentralAuth] (master) C: -1; - https://gerrit.wikimedia.org/r/28836 [18:37:43] 03(mod) Featuring oversight-requested posts - 10https://bugzilla.wikimedia.org/39410 +comment (10Oliver Keyes) [18:37:58] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Andre Klapper) [18:42:54] Jan_Luca: Since it seems you know about api, would you like to review https://gerrit.wikimedia.org/r/#/c/23984/ ? [18:43:06] It's strange, but gerrit gives me an error if I try to add you as reviewer, probably because 2 accounts come up with the same email when searching for you [18:44:19] lol gerrit [18:45:32] With gadgets, does anyone know what happens when you take a default gadget and set the default to off, or a non-default gadget and set it as a default? Does that change existing preferences? [18:45:38] ok, I'll say "gerry sucks" this time :P [18:46:07] Isarra: yes [18:46:35] So people who had it on with the default will no longer have it on when the default is changed? [18:46:49] i''m not sure how the default->no transition works [18:46:54] Hmm. [18:47:07] I don't want to be lynched by a mob of angry wikipedians. [18:47:09] but i think a no->default is applied to everyone who didnt have the gadget enabled [18:47:21] 03(mod) Don't index pages generated by DoubleWiki - 10https://bugzilla.wikimedia.org/31726 +patch-in-gerrit (10Andre Klapper) [18:47:21] so it would make sense for the other way to be the same [18:47:31] which, of course, doesn't yet mean it will work that way ;) [18:47:36] It would get folks lynched is what it would do... >.> [18:47:54] Buckets, I'll have to actually test this, won't I... [18:47:59] New patchset: Siebrand; "Normalize i18n file." [mediawiki/extensions/EditPageTracking] (master) - https://gerrit.wikimedia.org/r/28922 [18:48:01] Isarra: let me just check to make sure [18:48:16] i have an account on pl.wiki that i didnt change any preferences on since like 2008 [18:48:18] and there were some new gadgets enabled recently [18:49:03] Gods dammit quiet php failing, you suck. [18:49:12] * Isarra punches it. [18:49:12] yeah, the gadgets got onabled. [18:49:26] New patchset: Siebrand; "Normalize i18n files." [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/28923 [18:49:32] Mmkay... so that much does make some sense. [18:49:32] look at the options table. If when preferences are saved, enabled gadgets get a enabled=true and disabled a enabled=false (just guessing, I don't know what is stored there) then changing the default won't make any change to existing preferences [18:50:04] Change merged: Siebrand; [mediawiki/extensions/EditPageTracking] (master) - https://gerrit.wikimedia.org/r/28922 [18:50:08] yeah, and i think only non-default preferences settings are ever saved [18:50:09] Change merged: Siebrand; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/28923 [18:50:22] (but i'm guessing now) [18:50:37] (and assuming reasonability) [18:50:53] if only non-default preferences settings are saved then somebody is going to be lynched :P [18:50:55] ((or would that be "reasonableness"? silly english word formation)) [18:51:19] New patchset: Jeroen De Dauw; "Fixed fatal because field was not initialized and some style fixes" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28924 [18:51:32] Aye, if the thing is on and then the default it changed and it affects anyone who never touched it but still used it, that could be problematic. [18:51:42] New patchset: Siebrand; "Normalize i18n file." [mediawiki/extensions/GoogleNewsSitemap] (master) - https://gerrit.wikimedia.org/r/28925 [18:51:50] Change merged: Siebrand; [mediawiki/extensions/GoogleNewsSitemap] (master) - https://gerrit.wikimedia.org/r/28925 [18:51:52] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10pirate) [18:52:08] Buckets, helps if I tell this thing to include the right file... [18:52:17] Isarra: yeah, but what is it that you intend to disable? [18:52:30] The character insertion stuff. [18:52:36] ow [18:53:04] People kind of freaked out when some wmf folks accidentally removed it before, so if this affects everyone again that could get ugly. [18:53:46] i rarely visit enwiki, but i've got a feeling this would cause some wonderful drama [18:54:00] given that you have arbcom cases about "the" capitalisation... [18:54:09] Well, they have some pretty good drama going on already right now... [18:54:25] about the edit form redesign? [18:54:30] every redesign causes drama [18:54:38] and i dont think this is enwiki-specific, at least [18:54:38] :D [18:54:40] Naw, that one has mostly died down by now. [18:54:45] Aye. [18:55:19] Basically I went to arbcom requesting a clarification on a topic ban and it turned into a motion to ban the guy entirely. [18:55:33] It's things like that that make a girl want to stick to technical stuff. >.< [18:57:00] heh [18:57:16] arbcom drama is the best kind of drama [18:58:53] Quite. [19:01:40] New patchset: Jeroen De Dauw; "Renamed DataValue JS objects to match the data model and the PHP ones" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28926 [19:05:09] New patchset: Foxtrott; "Calendar view for the filtered format." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27831 [19:09:22] New patchset: MaxSem; "Solr backend for spatial searches" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/27610 [19:11:23] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28919 [19:11:32] 03(VERIFIED) in headings is ignored when the heading is shown in table of contents - 10https://bugzilla.wikimedia.org/35167 +comment (10Amir E. Aharoni) [19:12:46] 03(mod) in headings is ignored when the heading is shown in table of contents - 10https://bugzilla.wikimedia.org/35167 -patch-in-gerrit (10Amir E. Aharoni) [19:13:03] New patchset: Siebrand; "Normalize i18n file" [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/28927 [19:13:13] Change merged: Siebrand; [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/28927 [19:14:22] New patchset: Siebrand; "Normalize i18n file." [mediawiki/extensions/RSS] (master) - https://gerrit.wikimedia.org/r/28928 [19:14:29] Change merged: Siebrand; [mediawiki/extensions/RSS] (master) - https://gerrit.wikimedia.org/r/28928 [19:15:33] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Rainer Rillke @commons.wikimedia) [19:16:16] Change merged: Daniel Werner; [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28926 [19:20:10] New patchset: Foxtrott; "Calendar view for the filtered format." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27831 [19:20:15] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28910 [19:20:33] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Bartosz Dziewoński) [19:21:13] 03(mod) MobileFrontend should provide a way for the pages to display mobile-only content - 10https://bugzilla.wikimedia.org/32597 +comment (10Strainu) [19:22:24] New review: MarkAHershberger; "If it "just worked", that would be great. However I've added this to the make-release script. My t..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23919 [19:24:23] Change abandoned: John Erling Blad; "This one is now replaced." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28368 [19:25:32] New patchset: Markus Kroetzsch; "Init self::$fixed_prop_tableid before using it" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28929 [19:26:20] Change merged: Markus Kroetzsch; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28929 [19:27:53] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Marcin Cieślak) [19:28:07] New patchset: Siebrand; "Use MediaWikiExtension FFS." [translatewiki] (master) - https://gerrit.wikimedia.org/r/28930 [19:28:25] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28930 [19:32:24] New patchset: Jeroen De Dauw; "Revert "Init self::$fixed_prop_tableid before using it"" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28931 [19:32:27] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28931 [19:32:38] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28924 [19:33:26] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Bartosz Dziewoński) [19:36:32] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [19:41:19] hi [19:41:27] hi [19:41:29] how do I make a red link? [19:41:41] Link to a page that doesn't exist [19:41:45] [[link]]? [19:42:01] Have a look at the Linker class [19:42:04] Reedy: how about a link to a page I know won't exist [19:42:12] Reedy: where's that? [19:42:24] oh, this isn't within PHP [19:42:27] just link to the page that doesn't exist? [19:42:34] a php parser function returns a link [19:42:40] and I want to paint it red [19:42:57] what's the class? [19:43:27] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Rainer Rillke @commons.wikimedia) [19:43:36] the class is [19:43:43] many thaNks Vulpix [19:43:50] but you can't use in wikicode [19:43:56] :D [19:45:02] [[Special:FormEdit/B ...]] # doesn't work [19:45:10] i.e. the link aint red [19:45:16] because it needs to be an it won't work with a span [19:45:20] ahh [19:45:48] that's I warend you that you can't add a custom using wikicode [19:45:49] so basically, because hte link is returned by the special, I can't do it [19:45:59] *that's why [19:45:59] ic [19:46:05] *warned [19:46:05] faceface: what are you trying to achieve? [19:46:16] you must have a reason for wanting the link to be red [19:46:27] MatmaRex: ever used Special:FormEdit? [19:46:30] if you only want it to be red, use [[link|link]] [19:46:36] heheh [19:46:56] technically, I want it to be class=new, but practially, yeah that works [19:47:01] faceface: no, is it added by an extension? [19:47:12] Yeah, the semantic forms extension [19:47:13] faceface: you could make it a link to a nonexistent special page [19:47:28] MatmaRex: the special page returns the link to create a page [19:47:39] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [19:48:09] faceface: Vulpix's solution is probably the best [19:48:22] yups [19:48:22] (except that the default color is not just red, but #BA0000) [19:48:28] ah ha! [19:48:29] (a slightly darker red) [19:48:44] (at least on vector, it may differ per-skin) [19:49:25] so, how come the format is [[x|]]? [19:49:48] I actually want [[x|y]] in this case [19:50:22] is just a generic way to set a bit of text to look differently [19:50:38] oic, readign wrong [19:50:40] reading [19:52:11] MatmaRex: I read #CC2200 [19:53:53] thanks guzzles [19:54:53] http://seqanswers.com/wiki/MediaWiki:Searchmenu-new [19:54:54] you're welcome :) [20:03:35] Jan_Luca, I've just realised that by only allowing certain values for 'hidden' then it is always set [20:08:39] Ugh, this was so much easier with getRequest... [20:10:19] Same goes for the 'boolean' param type, ugh [20:12:02] New patchset: Kghbln; "Changing system messages" [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/28932 [20:15:07] New patchset: Markus Kroetzsch; "Use stored hashes to avoid additional SELECTs" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28933 [20:15:12] hi there I ve been using mediawiki for a while... [20:15:46] but time has come to switch system architecture to use 64bit and... [20:15:58] well I only saved a .sql backup [20:16:28] the point is I restored mysql and loaded that .sql backup succesfully but [20:16:58] when reinstalling mediawiki it does not seem to be finding it [20:17:21] how do I sync mediawiki with the mysql db? [20:17:47] I checked localsettings.php [20:18:16] and user password and prefix seems to be the same.. [20:18:41] I mean mediawiki should have access to the mysql db [20:19:00] but there must be something missing I dont know [20:20:48] New review: Alex Monk; "I decided against using $params eventually." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/28836 [20:21:03] Guest39803: same database name too? [20:21:11] yep [20:21:39] It's going to be something subtle [20:21:48] driving me nuts [20:21:55] You copied all the php files etc over too as is? [20:21:56] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [20:22:08] New patchset: Alex Monk; "(bug 23821) Add an API module for locking/hiding global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/28836 [20:22:28] New patchset: Kghbln; "Changing system messages" [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/28932 [20:22:37] the only thing I did was save a mysqldump mydatabase.sql [20:22:45] and then reinstall the whole system [20:22:52] under 64bit [20:23:06] I think I missed a mediawiki backup [20:23:51] it must be a way to restore the mediawiki project I was developing only from mysql db [20:23:54] backup [20:24:00] 03(mod) "Cologne Blue" Skin no longer allows Quick Bar to float left or right - 10https://bugzilla.wikimedia.org/41246 +comment (10Bartosz Dziewoński) [20:24:05] if you didn't backup the files, you're only going to be missing is configuration and any uploaded files [20:24:23] yep I read that in a internet thread [20:24:39] I didnt upload images [20:24:48] How did you create the LocalSettings.php? [20:25:12] with the brand new mediawiki step by step installation guide [20:25:25] quite nice improved btw [20:26:08] 03(FIXED) Translations updates weren't backported for 1.19.2 release - 10https://bugzilla.wikimedia.org/40615 +comment (10Siebrand) [20:26:20] I ve come to the idea the new restrictions I added could be the hitch [20:26:33] it is now under cc [20:26:49] would that be a reason for mediawiki not seeing the db? [20:26:51] cc? [20:26:56] creative commons [20:27:17] shouldn't make any difference [20:27:17] and restrictions for user editing and groups [20:28:21] the lack of mediawiki configuration perhaps? [20:28:45] in theory, having the database server, database name, username and password would essentially be enough to fix it [20:29:05] are you skillfull with mysql? [20:29:18] If you'd restored the database, and then re-ran the installer, targetting the restored database, it should take it and upgrade it (if necessary) [20:29:43] where should I look to compare localsettings.php data? [20:30:12] re-run the installer? [20:30:18] New review: Hoo man; "I don't like using getRequest here (It's much longer and harder to read than $params and still I'm n..." [mediawiki/extensions/CentralAuth] (master) C: -1; - https://gerrit.wikimedia.org/r/28836 [20:30:20] oh [20:30:31] what did you do? [20:30:43] yep the mediawiki installer [20:30:43] Just restore the backup and extract a new set of php files? [20:31:00] New review: Dereckson; "Coherent with Wordpress documentation:" [wikimedia/communications/WMBlog] (master) C: 1; - https://gerrit.wikimedia.org/r/28835 [20:31:46] New patchset: Kghbln; "Changing a system message" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/28934 [20:31:53] I dont remember wether the order [20:32:22] hoo: Is it possible for https://gerrit.wikimedia.org/r/#/c/23509/ to be merged? [20:32:22] perhaps I restored the db after mediawiki [20:33:05] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28933 [20:33:49] Jasper_Deng: Untested... but looks good [20:35:31] Jasper_Deng: Or wait [20:36:29] hoo: How much testing is needed? [20:36:34] Jasper_Deng: Probably not [20:36:49] but currently it's not doing as wanted [20:36:49] Reedy: "restore the backup and extract a new set of php files..." I think that could fix it...thanks [20:36:50] at least I guess :P [20:37:06] ? [20:37:40] Jasper_Deng: Gimme a second [20:38:03] New review: Alex Monk; "And I don't like using extractRequestParams here. I tried but it just caused issues (related to whet..." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/28836 [20:43:53] New patchset: Physikerwelt; "Restructuring of the classes. The Math.body file which contains the MathRender class was split in the following way Math.base contains the base class with the database related stuff and provides an abstract interface Math.source and Math.MathJax handle th" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/28824 [20:45:24] discovery of the day: gerrit-wm doesn't truncate commit messages. [20:45:31] :D [20:47:54] New patchset: MrBlueSky; "Correcting system message linksearch-text" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28935 [20:48:57] my writes are a bit slow [20:49:08] but sometimes they just get stuck [20:49:21] with apache using 99% cpu [20:49:31] what should i do? [20:51:12] database is fine; I tested with another test mediawiki instance, no problems [20:51:36] New review: Hoo man; "This seems to prevent users from actually seeing global filters. Made some comments about what needs..." [mediawiki/extensions/AbuseFilter] (master) C: -1; - https://gerrit.wikimedia.org/r/23509 [20:51:46] !slow [20:51:48] !performance [20:51:48] [20:52:33] @Reedy: first one is bad title, second one I have already read [20:52:46] First is fine [20:52:47] http://www.mediawiki.org/wiki/User:Aaron_Schulz/How_to_make_MediaWiki_fast [20:52:58] It depends whether your IRC client includes the <> [20:53:13] New review: Hoo man; "(to clarify) With users I meant users which can't modify the global filters" [mediawiki/extensions/AbuseFilter] (master) C: -1; - https://gerrit.wikimedia.org/r/23509 [20:54:31] @Reedy: what else can be done, specifically for writes [20:55:41] @Reedy: my mediawiki test instance was upto 2 times faster, although mostly same config [20:56:49] @Reedy: also write times are varying, as I said sometimes they get stuck [20:57:06] New patchset: Kghbln; "Removing obsoleted system message" [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/28936 [20:57:25] @Reedy: whereas test instance was mostly consistent [20:58:30] New review: Kghbln; "This message was deleted on tw.n Please merge with prioriy. Thank you." [mediawiki/extensions/Cite] (master) C: 1; - https://gerrit.wikimedia.org/r/28936 [21:06:29] New patchset: Jeroen De Dauw; "Remove duplicate files, no point in loading them twice" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28937 [21:07:56] New patchset: Kghbln; "Removing obsolete system message" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/28938 [21:10:27] New review: Reedy; "Why is it a priority?" [mediawiki/extensions/Cite] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28936 [21:11:47] New patchset: Kghbln; "Revoming obsolete system message" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/28939 [21:12:09] In an extension is there any way to find out, what the first day of week is in the current language? Or should I rather register my own message for that? [21:13:41] Ftrott: function getWeekdayName( $key ) from Language.php [21:14:45] New patchset: Yaron Koren; "Fixed path for calendar format CSS file" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28940 [21:15:27] Change merged: Yaron Koren; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/28940 [21:15:50] New review: Kghbln; "This message was deleted on tw.n Please merge with prioriy. Thank you." [mediawiki/extensions/TranslateSvg] (master) C: 1; - https://gerrit.wikimedia.org/r/28939 [21:16:36] New review: Kghbln; "This message was deleted on tw.n Please merge with prioriy. Thank you." [mediawiki/extensions/UploadWizard] (master) C: 1; - https://gerrit.wikimedia.org/r/28938 [21:18:09] Reedy: Thanks, but I do not need the name of a day. I need to know, what would be considered the first day of the week in that particular language. [21:18:50] getWeekdayName( 1 ); [21:19:19] Ftrott: do you mean whather the week is considered to start at monday, sunday, saturday, ... ? [21:19:19] Reedy: That would always return Sunday, right? [21:19:26] i don't think this is language-dependent [21:19:32] MatmaRex: Yes, exactly [21:19:32] culture-dependent, maybe [21:19:55] yeah, it's not a language difference [21:20:29] static public $mWeekdayMsgs = array( [21:20:29] 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', [21:20:29] 'friday', 'saturday' [21:20:29] ); [21:20:42] although, for example, on windows xp the first say is sunday on the english locale, but monday on the polish one [21:21:08] New patchset: MarkAHershberger; "Add known issues to Release Notes" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28941 [21:21:08] New patchset: MarkAHershberger; "(bug 27202) Add timestamp sort to list=allimages" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28942 [21:21:08] New patchset: MarkAHershberger; "add .tarignore for make-release updates" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28943 [21:21:08] New patchset: MarkAHershberger; "(bug 37714) Use log type in target object when deleting logs of the same type" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28944 [21:21:08] New patchset: MarkAHershberger; "Update RELEASE-NOTES with information about known issues." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28945 [21:21:22] but i don't think this is actually important to anyone [21:21:32] lol [21:21:38] New review: Kghbln; "It is a priority because the bot reinserts the message into tw.n if not removed. Then the message ge..." [mediawiki/extensions/Cite] (master) C: 1; - https://gerrit.wikimedia.org/r/28936 [21:21:40] hooray for gerrit spam! [21:21:40] I'd say monday is the first day of a week [21:21:46] obth get used in english [21:22:07] MatmaRex: :) It might be important for somebody looking at a calendar [21:22:36] Ftrott: as long as the weekend days are clearly marked, i think you could go with anything [21:23:04] (away now, back in 15 mins) [21:23:08] And usually the geographical distribution of languages and "calendar cultures" mtch pretty well. English being the exception, of course [21:24:02] Ok, extension specific message it is then. Thanks! [21:29:44] New patchset: Jeroen De Dauw; "Moved and renamed JS fiels for great consistency and did initial implementation of StringValue" [mediawiki/extensions/DataValues] (master) - https://gerrit.wikimedia.org/r/28946 [21:31:40] New review: Jeroen De Dauw; "For 1.9." [mediawiki/extensions/SemanticMediaWiki] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/28436 [21:40:19] 03(mod) Add a "live preview" link in the Central Notice interface - 10https://bugzilla.wikimedia.org/25387 +comment (10Adam Wight) [21:41:09] AaronSchulz: I'm getting lots of deadlocks when running jobs.. does that make any sense? [21:43:37] New patchset: Markus Kroetzsch; "Added some @since and @param tags" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28947 [21:43:37] New patchset: Markus Kroetzsch; "Caching mechanism for property table hashes" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28948 [21:44:12] New patchset: Nikerabbit; "Small performance improvement" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28949 [21:52:15] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/28947 [21:54:27] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/28949 [21:58:46] 03(NEW) desc messages not displayed for MediaWikiExtensionFFS - 10https://bugzilla.wikimedia.org/41260 major; MediaWiki extensions: Translate; (s.mazeland) [21:58:49] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Siebrand) [22:00:49] New patchset: Foxtrott; "Calendar view for the filtered format." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/27831 [22:13:36] 03(mod) desc messages not displayed for MediaWikiExtensionFFS - 10https://bugzilla.wikimedia.org/41260 (10Nemo_bis) [22:23:01] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Siebrand) [22:23:04] 03(NEW) Hard coded paths in PremadeMediawikiExtensionGroups::createMessageGroup() reduce flexibility - 10https://bugzilla.wikimedia.org/41261 normal; MediaWiki extensions: Translate; (s.mazeland) [22:27:33] https://www.mediawiki.org/w/index.php?title=Category_talk:Discussion_and_forum_extensions/ru&action=history These don't look particularly on-topic... anyone who speaks russian around who can confirm it? [22:27:47] 03(mod) [PostEdit] Popup is displayed again when returning to page after save - 10https://bugzilla.wikimedia.org/41232 summary; +comment (10Steven Walling) [22:32:14] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10Steven Walling) [22:32:58] MaxSem: ^^ [22:34:36] New patchset: Adamw; "begin refactoring CentralNotice into classes" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28833 [22:35:48] nuked [22:36:16] taaaaa [22:37:05] Google Translate is quite adequate for this purpose, btw [22:42:37] the ContentHandler branch merged wiped the executable bit from ulimit4.sh [22:42:56] that's why our image scalers have been choking [22:44:48] 03(FIXED) Give "Your edit has been saved" confirmation messages - 10https://bugzilla.wikimedia.org/16066 +comment (10Steven Walling) [22:45:10] New patchset: Tim Starling; "Restore executable bit to bin/ulimit4.sh" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28950 [22:45:24] New patchset: Siebrand; "Update MediaWiki core branch support." [translatewiki] (master) - https://gerrit.wikimedia.org/r/28951 [22:45:47] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28951 [22:46:01] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28950 [22:48:03] New patchset: Tim Starling; "Restore executable bit to bin/ulimit4.sh" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28952 [22:48:47] Change merged: Tim Starling; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/28952 [22:53:01] New patchset: Siebrand; "Update compatible updates from master" [mediawiki/core] (REL1_18) - https://gerrit.wikimedia.org/r/28953 [23:06:25] New patchset: Siebrand; "Backport compatible messages changes." [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/28954 [23:07:15] New patchset: Adamw; "(bug 25387) banner live preview link" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28955 [23:07:42] 03(mod) Add a "live preview" link in the Central Notice interface - 10https://bugzilla.wikimedia.org/25387 +patch-in-gerrit +patch-need-review; +comment (10Adam Wight) [23:09:00] New patchset: Siebrand; "Update compatible updates from master" [mediawiki/core] (REL1_18) - https://gerrit.wikimedia.org/r/28953 [23:09:13] Change merged: Siebrand; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/28954 [23:11:44] Change merged: Siebrand; [mediawiki/core] (REL1_18) - https://gerrit.wikimedia.org/r/28953 [23:14:12] 04(REOPENED) Show category links above the edit box - 10https://bugzilla.wikimedia.org/2679 +comment (10MZMcBride) [23:14:26] New patchset: MarkAHershberger; "* refactor a bit * add support for .tarignore" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/28956 [23:14:52] 03(mod) Show category links above the edit box - 10https://bugzilla.wikimedia.org/2679 +easy (10MZMcBride) [23:15:12] New patchset: Siebrand; "Backport compatible messages changes." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28957 [23:15:13] MatmaRex: :-/ [23:15:28] oO [23:15:41] Hi hoo. [23:16:07] New patchset: MarkAHershberger; "* Add --smw option for packaging Semantic Bundle" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/28958 [23:16:53] New patchset: Siebrand; "Update branch support for MediaWiki core" [translatewiki] (master) - https://gerrit.wikimedia.org/r/28959 [23:17:03] hey Brooke ;) [23:17:11] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/28959 [23:17:42] Change merged: Siebrand; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/28957 [23:19:33] 03(mod) Show category links above the edit box - 10https://bugzilla.wikimedia.org/2679 +design (10MZMcBride) [23:26:26] 03(NEW) [PostEdit] / wrong extension registration on Special:Version - 10https://bugzilla.wikimedia.org/41262 normal; MediaWiki extensions: [other]; (mediawiki) [23:44:05] 03(NEW) Add ability to log attempted title creations that were disallowed due to a title blacklist - 10https://bugzilla.wikimedia.org/41263 normal; MediaWiki extensions: TitleBlacklist; (b)