[00:02:49] ejegg: yeah I kinda failed but been doing my own version [00:06:00] (03PS3) 10Eileen: WIP restore batch TY test functionality [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036730 (owner: 10Ejegg) [00:06:00] (03PS2) 10Eileen: Use QueueContext to log slow messages [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036757 [00:06:00] (03PS1) 10Eileen: Do not output context on logging [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036768 [00:06:01] (03PS1) 10Eileen: Temporary logging [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036769 [00:09:08] eileen lots of time in Smarty->_realpath it looks like [00:09:26] and a lot in Smarty->normalizeTemplateConfig [00:11:11] _realpath has some regexes and some getcwd calls [00:19:57] looks like maybe mixin-smartyv2 has something to do with it? [00:23:42] maybe specifically the v1.0.0 version? [00:24:34] ah no it's the common one [00:27:17] ejegg|away: hmm - yeah - I've just been trying to improve my tracking but I guess my working theory is that for some reason it is instantiating the Smarty object multiple times, maybe when language switching, rather than re-using. I see unexpected slowness in swapLocale() [00:28:43] mmm, sounds likely [00:29:10] i guess that may be intentional, to avoid sharing cache between languages? [00:42:55] CRM_Utils_System::setUFLocale seems to call all the config hooks again [00:43:20] by calling Config::singleton with loadFromDB=true [00:43:59] so do we want that mixin to figure out that it's already been called once and stop trying to re-register the templates directory? [00:47:43] hmm I thought iw as doing that in latest [00:48:18] FYI - I'm ok to merge your patch if you make it not WIP - I have some thoughts about where it should really go but since we are using it it makes sense to merge it & go from there [00:50:37] sorry, need to help with kid! [02:12:29] (03CR) 10Ejegg: [C:03+2] Do not output context on logging [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036768 (owner: 10Eileen) [02:12:44] (03PS4) 10Ejegg: Restore batch TY test functionality [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036730 [02:14:19] (03CR) 10Eileen: [C:03+2] "Yeah - let's put it back - it's helpful right now & we can re-do better later" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036730 (owner: 10Ejegg) [02:24:17] (03PS3) 10Eileen: Use QueueContext to log slow messages [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036757 [02:24:17] (03PS1) 10Eileen: Port upstream support for smarty ver by env [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036776 [02:24:17] (03PS1) 10Eileen: Temporary logging [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036777 [02:24:18] (03PS1) 10Eileen: Did this fix it - seems to be working locally now & I forgot I did this [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036778 [02:24:35] I just pushed up the stuff im using to debug [02:25:30] (03PS1) 10Ejegg: Avoid extra calls to getTemplateDir [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036779 (https://phabricator.wikimedia.org/T366120) [02:26:34] eileen: this seems to restore the speed for me locally: https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1036779 [02:26:48] oh i see you have another [02:27:11] (03CR) 10CI reject: [V:04-1] Temporary logging [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036777 (owner: 10Eileen) [02:27:13] ejegg: no not really [02:27:30] I mean that was just kinda seeming to work - but I agree it's in there somewhere [02:27:39] (03CR) 10CI reject: [V:04-1] Did this fix it - seems to be working locally now & I forgot I did this [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036778 (owner: 10Eileen) [02:27:46] so i think my fix should be safe enough - it's smarty-specific, not suppressing the full config refresh [02:28:06] yeah agree [02:28:10] as long as there's no place the smarty singleton itself is reset, which I didn't see [02:28:21] it's kind of an undocumented coupling though [02:28:53] I'm been faffing around with https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1036757 which is mostly just trying to help log - ie with -v it just outputs slow things & with --vv it does all [02:29:03] oh interesting [02:29:30] so it's like a per-message thing? [02:29:46] or I guess per-user-defined-task in the queue setting [02:29:48] it's an idea I originally had for error handling - ie rather than all our endless try-catches that just do a converstion set the context before an action & then the catcher can be higher up [02:30:25] in terms of exactly WHERE we want to track - it kinda depends - further up the chain I put a tonne of logging in to try to track down [02:34:21] ejegg: your fix seems sane - I think it could be proposed upstream too - against the 5.74 rc branch. [02:34:21] Note that there is 1 more step [02:34:26] (03Merged) 10jenkins-bot: Do not output context on logging [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036768 (owner: 10Eileen) [02:34:47] if you increment the mixin [02:34:48] * @mixinVersion 1.0.0 [02:34:59] then that version will be preferred [02:35:38] ah right, can do [02:38:02] (03PS2) 10Ejegg: Avoid extra calls to Smarty::getTemplateDir [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036779 (https://phabricator.wikimedia.org/T366120) [02:40:08] ok, incremented! [02:40:12] gotta go! [02:40:17] (03CR) 10Eileen: [C:03+2] "let's try it - with this patch https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1036776" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036779 (https://phabricator.wikimedia.org/T366120) (owner: 10Ejegg) [02:41:32] (03CR) 10Ejegg: [C:03+2] Port upstream support for smarty ver by env [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036776 (owner: 10Eileen) [02:41:54] (03Merged) 10jenkins-bot: Restore batch TY test functionality [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036730 (owner: 10Ejegg) [02:43:26] (03PS2) 10Eileen: Port upstream support for smarty ver by env [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036776 [03:02:22] (03Merged) 10jenkins-bot: Avoid extra calls to Smarty::getTemplateDir [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036779 (https://phabricator.wikimedia.org/T366120) (owner: 10Ejegg) [03:12:21] (03CR) 10Eileen: [V:03+2] "Why does it have V+2 and NOT have v+2... mysterious" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036776 (owner: 10Eileen) [06:07:53] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Delay on TY email sends - https://phabricator.wikimedia.org/T366120#9840787 (10Eileenmcnaughton) I think all of us dug into this in some way today but I feel we got to the bottom of it. In the end I found 2 fixes & Elliott found 1 and I think any of them... [06:40:00] (03Abandoned) 10Eileen: Did this fix it - seems to be working locally now & I forgot I did this [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036778 (owner: 10Eileen) [06:44:11] (03CR) 10Abijeet Patro: [V:03+2] Localisation updates from https://translatewiki.net. [extensions/DonationInterface] (REL1_40) - 10https://gerrit.wikimedia.org/r/1036398 (owner: 10L10n-bot) [06:46:49] (03CR) 10CI reject: [V:04-1] Localisation updates from https://translatewiki.net. [extensions/DonationInterface] (REL1_41) - 10https://gerrit.wikimedia.org/r/1036819 (owner: 10L10n-bot) [09:38:04] 06Fundraising-Backlog, 13Patch-For-Review: Phase out cergen for Fundraising services - https://phabricator.wikimedia.org/T360779#9841199 (10MoritzMuehlenhoff) @jgreen: Just to doublecheck, the certificate expiry is tracked via monitoring internal to fr-tech (or some manual equialent like a gcal entry)? Jus... [11:10:24] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 10FR-Email: Civi to Acoustic Export: Job "MASTER SUPPRESSION LIST" failing every other day. - https://phabricator.wikimedia.org/T366059#9841549 (10ppenloglou) Today's "MASTER SUPPRESSION LIST" job was completed successfully. Might be coincidental but it... [13:22:01] (03CR) 10Ejegg: [C:03+2] Remove last trace of queue2civicrm [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1034568 (owner: 10Eileen) [13:22:05] (03PS2) 10Eileen: Remove last trace of queue2civicrm [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1034568 [13:22:08] (03CR) 10Ejegg: [V:03+2 C:03+2] Remove last trace of queue2civicrm [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1034568 (owner: 10Eileen) [13:48:15] 06Fundraising-Backlog, 13Patch-For-Review: Phase out cergen for Fundraising services - https://phabricator.wikimedia.org/T360779#9842162 (10Jgreen) >>! In T360779#9841199, @MoritzMuehlenhoff wrote: > @jgreen: Just to doublecheck, the certificate expiry is tracked via monitoring internal to fr-tech (or some... [14:27:35] (03PS1) 10Ejegg: Set default subject for upgrade decline activity [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037088 (https://phabricator.wikimedia.org/T362087) [14:45:04] (03PS1) 10Damilare Adedoyin: WIP: Dlocal audit missed trxns [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037094 [14:54:08] (03CR) 10CI reject: [V:04-1] Set default subject for upgrade decline activity [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037088 (https://phabricator.wikimedia.org/T362087) (owner: 10Ejegg) [15:00:19] (03PS3) 10Damilare Adedoyin: Log payment details for Dlocal audit [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1036697 [15:00:30] (03CR) 10Ejegg: [C:03+2] "Thanks, this looks good!" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1036697 (owner: 10Damilare Adedoyin) [15:02:36] (03Merged) 10jenkins-bot: Log payment details for Dlocal audit [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1036697 (owner: 10Damilare Adedoyin) [15:06:58] (03PS2) 10Ejegg: Set default subject for upgrade decline activity [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037088 (https://phabricator.wikimedia.org/T362087) [15:07:18] (03CR) 10CI reject: [V:04-1] WIP: Dlocal audit missed trxns [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037094 (owner: 10Damilare Adedoyin) [15:13:57] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Delay on TY email sends - https://phabricator.wikimedia.org/T366120#9842602 (10Ejegg) Submitted the upstream fix here: https://github.com/civicrm/civicrm-core/pull/30280 [15:17:18] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Delay on TY email sends - https://phabricator.wikimedia.org/T366120#9842613 (10Ejegg) Ah, just saw @Eileenmcnaughton already submitted a few upstream patches. I've closed the duplicate one. [15:29:15] (03PS4) 10Ejegg: Show custom data for email on contact summary [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1035575 (https://phabricator.wikimedia.org/T364913) [16:14:44] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Country ID error in Engage Organization import - https://phabricator.wikimedia.org/T366126#9842970 (10XenoRyet) p:05Triage→03Medium [16:15:07] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Civi mismatch between contribution + Contribution Tracking details - https://phabricator.wikimedia.org/T366116#9842975 (10XenoRyet) p:05Triage→03Medium [16:16:13] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 10FR-donorservices: Issue with Civi groups - https://phabricator.wikimedia.org/T366081#9842986 (10XenoRyet) p:05Triage→03Medium [16:17:37] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Carte Bancaire losing payment_submethod and recurring token - https://phabricator.wikimedia.org/T365884#9843009 (10XenoRyet) p:05Triage→03High [17:42:08] (03PS5) 10Ejegg: Show custom data for email on contact summary [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1035575 (https://phabricator.wikimedia.org/T364913) [17:46:41] (03PS6) 10Ejegg: Show custom data for email on contact summary [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1035575 (https://phabricator.wikimedia.org/T364913) [18:09:56] 06Fundraising-Backlog: EXTERNAL: Email info referenced on Merchant Reference 2 field - https://phabricator.wikimedia.org/T114678#9843479 (10AKanji-WMF) 05Open→03Declined closing due to inactivity [18:10:41] 06Fundraising-Backlog, 10FR-Paypal, 10FR-PayPal-ExpressCheckout: Migrate existing PayPal subscriptions to recurring payment profiles - https://phabricator.wikimedia.org/T170959#9843485 (10AKanji-WMF) 05Open→03Invalid Refers to outdated integration - closing! [18:12:47] 06Fundraising-Backlog: donation banners persist for Vivaldi? - https://phabricator.wikimedia.org/T211232#9843491 (10AKanji-WMF) 05Open→03Declined Please re-open a new phab if this issue pops up again. [18:13:53] 06Fundraising-Backlog, 10MediaWiki-extensions-CentralNotice: Investigate discrepancy in banner data for Steward elections campaign - https://phabricator.wikimedia.org/T214600#9843495 (10AKanji-WMF) 05Open→03Invalid Don't believe this is being tracked anymore; closing. [18:31:42] 06Fundraising-Backlog: Matching gift company search changes required - https://phabricator.wikimedia.org/T357727#9843560 (10AKanji-WMF) [18:31:43] 06Fundraising-Backlog, 10FR-matching-gifts, 10MediaWiki-extensions-DonationInterface: Host matching gift info form on our domain - https://phabricator.wikimedia.org/T352898#9843561 (10AKanji-WMF) [18:36:01] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Train (at least some) staff + fr-tech on using CiviMail - https://phabricator.wikimedia.org/T352139#9843570 (10AKanji-WMF) 05Open→03Resolved I think we can mark this as resolved - I, @SHust and @MDemosWMF know CiviMail, and we're collaborating on... [18:46:08] 06Fundraising-Backlog: Install Shoreditch theme on Community CiviCRM instance. - https://phabricator.wikimedia.org/T343487#9843631 (10AKanji-WMF) 05Open→03Resolved a:03AKanji-WMF Closing - but @Qgil let us know if this persists as a requirement! [18:47:35] 06Fundraising-Backlog: Investigation: CiviCRM - community - https://phabricator.wikimedia.org/T342576#9843640 (10AKanji-WMF) 05Open→03Invalid Closing this in favour of the better tracking of this work over on Asana. [18:50:05] 06Fundraising-Backlog, 10FR-email-preferences: EmailPreferences form lacks template for user-friendly error display - https://phabricator.wikimedia.org/T340167#9843658 (10AKanji-WMF) @Ejegg Is it possible to replicate this error/message with the latest version of the preferences form? I tried to get to an erro... [18:51:10] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Test sending from staging with CiviMail & then on live using fr-tech as recipients - https://phabricator.wikimedia.org/T352138#9843664 (10AKanji-WMF) 05Open→03Resolved I think this is done, right @Eileenmcnaughton ? [18:54:52] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 10FR-donorservices: Civi Feature Request - Display transaction fee separate from donation amount - https://phabricator.wikimedia.org/T358291#9843682 (10AKanji-WMF) [18:58:17] 06Fundraising-Backlog: Investigation: Reduce number of clicks in donation flow through DonateWiki - https://phabricator.wikimedia.org/T351168#9843699 (10XenoRyet) a:03XenoRyet [20:01:23] Just a pitch for getting some of these merged - https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1036316 - they should be fairly reviewable chunks but they do this big move https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1036320/1 which gets a chunk of code to the right place but is conflict-prone [20:06:40] (03PS1) 10Eileen: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037160 [20:07:00] ejegg: cstone - just gonna deploy but flagging that there is a bit in ^^ [20:07:59] (03CR) 10Eileen: [C:03+2] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037160 (owner: 10Eileen) [20:08:37] eileen: i have a silverpop export test going for katie just so you are aware [20:09:15] cstone: ok -doesn't seem like it would interact but good to know - also see https://gerrit.wikimedia.org/r/q/376644c8d0f42a578907406b38b20fe211b1745f [20:09:38] ah yeah thanks for that eileen just was double logging everything [20:10:03] yeah - there was a reason - I *think* it swallows the exceptions from coworker otherwise but let's see... [20:10:24] (03Merged) 10jenkins-bot: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037160 (owner: 10Eileen) [20:10:57] !log civicrm upgraded from cc402cd1 to 5d536940 [20:11:00] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [20:22:49] thanks eileen [20:23:21] (03PS2) 10Eileen: Pre-code-move tidy-up, fix exception references [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036316 (https://phabricator.wikimedia.org/T365415) [20:23:23] (03CR) 10Ejegg: [C:03+2] Pre-code-move tidy-up, fix exception references [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036316 (https://phabricator.wikimedia.org/T365415) (owner: 10Eileen) [20:26:33] (03PS2) 10Eileen: Pre-code move tidy-up stop passing unused parameter [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036317 (https://phabricator.wikimedia.org/T365415) [20:26:35] (03CR) 10Ejegg: [C:03+2] Pre-code move tidy-up stop passing unused parameter [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036317 (https://phabricator.wikimedia.org/T365415) (owner: 10Eileen) [20:32:01] (03PS2) 10Eileen: Pre-move tidy up - remove handling for always NULL variable [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036318 (https://phabricator.wikimedia.org/T365415) [20:38:53] (03PS2) 10Eileen: Pre-move tidy up - rename import [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036319 (https://phabricator.wikimedia.org/T365415) [20:38:55] (03CR) 10Ejegg: [C:03+2] Pre-move tidy up - rename import [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036319 (https://phabricator.wikimedia.org/T365415) (owner: 10Eileen) [20:39:40] ejegg: what do you want to do Smarty-wise with your patch deployed? [20:42:28] eileen: heh, want to go right to v5 ? [20:42:48] ejegg: we can give it a go - we are here to flip back if we want [20:43:07] sure! I'll be here for 20 min anyway before picking up my kid [20:43:14] ok [20:43:23] let's do a --slow-start maybe at least [20:44:00] ejegg: we can run a given job with a given smarty version now too [20:44:26] oh right, using that env var [20:44:42] yeah - but I'll disable process control any now [20:44:43] well, let's do the full swap in the settings [20:45:45] !log config revision changed from 5b0b4d22 to d686119a [20:45:49] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [20:45:51] (03Merged) 10jenkins-bot: Pre-code-move tidy-up, fix exception references [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036316 (https://phabricator.wikimedia.org/T365415) (owner: 10Eileen) [20:49:09] ejegg: do you want to check the patch- [20:49:17] looks fine to me! [20:51:56] hmm - I have to do a civi-deploy with it? [20:52:16] yep, the civi update + deploy is what pushes that setting to the civi box [20:52:16] for rsync to pick it up [20:52:44] (03Merged) 10jenkins-bot: Pre-code move tidy-up stop passing unused parameter [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036317 (https://phabricator.wikimedia.org/T365415) (owner: 10Eileen) [20:53:45] !log civicrm upgraded from 5d536940 to 8f236b05 [20:53:46] * config revision changed from 5b0b4d22 to 38360c6d [20:53:46] Smarty5 enabled [20:53:49] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [20:54:02] woot woot, let's run a slow start TY mail [20:54:24] argh - I think queue2civicrm was disabled [20:54:38] wait, hasn't it been disabled? [20:55:41] (03PS1) 10Eileen: Revert "Remove last trace of queue2civicrm" [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037170 [20:55:55] (03CR) 10Eileen: [V:03+2 C:03+2] Revert "Remove last trace of queue2civicrm" [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037170 (owner: 10Eileen) [20:56:38] !log civicrm upgraded from 8f236b05 to 755c7e7f [20:56:38] temp revert queue2civicrm to disable [20:56:42] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [20:57:58] (03PS1) 10Eileen: Revert "Revert "Remove last trace of queue2civicrm"" [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037172 [20:58:17] (03CR) 10Eileen: [V:03+2 C:03+2] Revert "Revert "Remove last trace of queue2civicrm"" [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037172 (owner: 10Eileen) [20:59:19] !log civicrm upgraded from 755c7e7f to 0e3c277e [20:59:22] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [20:59:52] it's gone now [21:02:13] ejegg: well it seems OK - speed seems OK - it sent 32 emails on the 'full job' - but that wasn't much of a test [21:02:33] great, let's turn it all back on! [21:03:31] sorry I can't stick around for the fortnightly, gotta head out for a school pickup soon [21:03:42] te UI feels a tad sluggish [21:04:26] hmm, my contact record loaded pretty quick [21:05:18] huh, i got access denied on the wmf-queue settings page tho! [21:05:26] /civicrm/admin/setting/wmf-queue [21:05:38] !log config revision changed from 38360c6d to 9bbbf8d6 [21:05:42] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [21:05:50] ejegg: well it could well be my connection then [21:06:15] lol all the WMF config screens are denying me access [21:06:19] have I been downgraded? [21:06:47] 06Fundraising-Backlog, 10FR-donorservices: Civi Tag sync with Acoustic - feature request - https://phabricator.wikimedia.org/T366212 (10SHust) 03NEW [21:07:20] ejegg: no - me too - but the url looks wrong [21:07:36] oh weird, that wouldn't have anything to do with smarty, would it? [21:08:24] smash pig settings work [21:09:12] same for me [21:09:19] but the same settings URLs work for me locally [21:10:42] odd [21:10:46] but not on staging [21:11:14] shoot, I do have to head out though [21:11:24] i might be back in an hour or two [21:12:30] there are a couple of extension upgrades - will put up PRs [21:17:58] (03PS1) 10Eileen: Upgrade assignee extension [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037174 [21:19:47] (03PS1) 10Eileen: Update contact layout editor [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037175 [22:45:58] (03PS1) 10Eileen: Fix inability to access some menu items [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037188 [22:46:27] (03PS2) 10Eileen: Move recurTest contents to DonationQueueTest [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036326 (https://phabricator.wikimedia.org/T365415) [22:46:38] (03PS3) 10Eileen: Towards moving RefundTest to RefundQueueConumerTest [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036330 (https://phabricator.wikimedia.org/T365415) [22:47:00] (03PS2) 10Eileen: Move contribution recur insert to only caller [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036320 (https://phabricator.wikimedia.org/T365415) [22:47:13] (03PS2) 10Eileen: Incorporate get_cycle_day into only caller [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036321 (https://phabricator.wikimedia.org/T365415) [22:47:24] (03PS3) 10Eileen: Add some commentaty about where functions should be moved to. [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1036322 (https://phabricator.wikimedia.org/T365415) [22:49:19] (03PS2) 10Eileen: Fix inability to access some menu items [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037188 [22:50:13] https://gerrit.wikimedia.org/r/1037188 addresses the issue ejegg|away hit with the menus - it is trivial & working on staging - maybe you could +2 it cstone so I can deploy & rebuild the menus [22:51:10] (03PS3) 10Eileen: Fix inability to access some menu items [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037188 [23:04:00] (03CR) 10Eileen: [C:03+2] "This works & will do most of what our users want at the moment - the edit & upstreaming will be tricky but that is for next week :-)" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1035575 (https://phabricator.wikimedia.org/T364913) (owner: 10Ejegg) [23:11:07] sorry eileen my alerts lagged for some reason looking now [23:12:01] (03CR) 10Cstone: [C:03+2] Fix inability to access some menu items [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1037188 (owner: 10Eileen) [23:14:20] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 10FR-Email: Civi to Acoustic Export: Job "MASTER SUPPRESSION LIST" failing every other day. - https://phabricator.wikimedia.org/T366059#9844606 (10Cstone) I manually ran the silverpop export today and @KHaggard was able to import it successfully [23:20:22] thanks cstone [23:22:07] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Civi mismatch between contribution + Contribution Tracking details - https://phabricator.wikimedia.org/T366116#9844631 (10Cstone) a:03Cstone [23:22:09] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Civi mismatch between contribution + Contribution Tracking details - https://phabricator.wikimedia.org/T366116#9844630 (10Cstone) @MBeat33 I noticed this too on some Google pay transactions too. It can happen if the donor loads the form with one amount an... [23:22:50] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 10FR-Email: Civi to Acoustic Export: Job "MASTER SUPPRESSION LIST" failing every other day. - https://phabricator.wikimedia.org/T366059#9844633 (10Cstone) a:03Cstone [23:27:13] (03PS1) 10Eileen: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037197 [23:27:24] (03CR) 10Eileen: [C:03+2] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1037197 (owner: 10Eileen) [23:43:05] !log * civicrm upgraded from 0e3c277e to 44900b8c [23:43:05] * config revision changed from 38360c6d to 9bbbf8d6 [23:43:09] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log