Ads are looking weird on Mobile Chrome too. Samsung Galaxy A3, Android 5.0.2, Mobile Chrome 51. Can anyone check ads with other browsers?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 15 2016
This looks like it could've been a temporary glitch due to whatever JavaScript loading issues or somesuch on Google's end, or missing JS dependencies; more details, especially on reproducibility, would help. There's a possibility that this bug is one that manifests only on certain platforms (Windows, maybe just Windows 7) when using a certain version of Google Chrome.
Some background info on this: a while ago (when? I can't remember and I'm too lazy to look it up) a bunch of system messages (which link to help pages) were changed to point to MediaWiki.org help pages by default. This makes sense (for most MediaWiki users), because MW.org's help pages are "licensed" into the public domain, are guaranteed to be at least somewhat up-to-date and that way users don't necessarily have to copy the pages to their local wiki(s).
Currently (as of MediaWiki 1.26.3) there are 11 matches for Special:MyLanguage and 28 matches for mediawiki.org in /languages/i18n/en.json. Of these, the following are "user-facing" and might need to be customized for ShoutWiki:
Grunt is scheduled for Thursday, 5AM UTC.
Jun 13 2016
Monolith is now running 14.04, which took about half an hour with no reported downtime (or the window was under 3 minutes and not caught by external monitoring tools).
With Monolith now running 14.04, we should be able to give this another shot.
Jun 11 2016
Jun 9 2016
So the last time we updated our version of Metrolook was in {rSHWK3754}, in December 2015. I'm not sure if we'd need to update our version for the public launch -- no major changes have been done to the skin and AFAIK it's pretty feature-complete, but it'd be nice to be running the latest version, for i18n and whatnot.
Jun 6 2016
While T49 isn't technically blocking this, it makes sense to do it in one swoop
Jun 5 2016
Jun 4 2016
It's worth noting that we've altered Piwik's DB schema slightly (see /extensions/CreateWiki/CreateWiki_backend.php, function addToAnalytics). That being said, I recall we've discussed about this some years ago but I don't remember what was the precise rationale for this, besides the "this is how Piwik devs want you to use their thing from an external application". What benefits does this provide over our current setup of directly doing an INSERT?
May 31 2016
In T41#439, @lewiscawte wrote:Examples - the bot that creates the info pages on hub, and the previous hub pages.
May 30 2016
Examples - the bot that creates the info pages on hub, and the previous hub pages.
So without looking into it further, I seem to recall previous investigation of similar errors resulting in the conclusion that these files didn't exist, and therefore was failing as expected although a mental note was filed that better error handling was needed.
May 28 2016
The analytics code has been wrapped in a try-catch block since 2 November 2014, so it definitely shouldn't be the problem (unless it doesn't work as intended?); if estabilishing a connection to the analytics server fails for whatever reason, it should log an error message to the log (/var/log/hhvm/error.log) but continue deleting whatever it can. Grepping this error log file currently yields 14 matches, 13 of them being "Can't connect to MySQL server on <IP address>" and the odd one out being "Unknown database 'analytics'" (wtf).
May 27 2016
May 26 2016
May 16 2016
May 15 2016
May 10 2016
Apr 25 2016
Apr 24 2016
Have you setup and configured SPF, DKIM, and created a DMARC record for shoutwiki.com? Generally missing these or not having them setup correctly can cause gmail to send emails to spam.
Apr 23 2016
Email domain is indeed set correctly. The only remaining issue here is that Gmail is still being a glorious moron and out of the four new Phabricator emails I had gotten during the past 12-ish hours, only one (your comment on {T14}) made it to my inbox; the other three (your comment on this ticket and two Diffusion-related "commit accepted" messages) were still in the Spam folder, no matter how many times I've saved Phab-related emails from there and explicitly marked them as "Not spam".
Can anyone confirm that is still an issue? The setting seems to be correct (as far as I'm aware there's only the one config variable), and I'm sure I got an email from noreply@phabricator.shoutwiki.com the other day.
Apr 22 2016
I can't seem to get LuaSandbox to compile on Monolith. I believe it is due to an incompatiblity with Ubuntu 12.04, which I'll try to check on Chrip and locally.