User Details
- User Since
- Nov 16 2014, 4:12 PM (445 w, 6 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Subfader [ Global Accounts ]
Nov 8 2020
So since March people are unable to update from old MW versions?
Nov 7 2020
Jun 7 2020
May 4 2020
Oct 19 2019
Aug 25 2019
Jun 10 2017
Fixed with Chrome 59.0.3071.86
Fixed with Chrome 59.0.3071.86
Fixed with Chrome 59.0.3071.86
May 23 2017
MW Sandbox:
- logged in: yes
- logged in & safemode=1: yes
- logged out: yes
- logged out & safemode=1: yes
May 13 2017
- Go to https://www.mediawiki.org/wiki/Project:Sandbox?action=edit&veswitched=1&oldid=2466865
- Quickly add 5 extra rows
- Click some tag button
May 7 2017
Still. Chrome 58.0.3029.96 (64-bit)
Apr 30 2017
Yes and every page.
Jan 3 2017
Dec 19 2016
So the problem still exists in MW 1.28?
Dec 5 2016
the status quo is using JS, srcset is not working with current browsers
Sure, we could also just skip that and wait for a much better solution in 5 years :P
Nov 10 2016
Oct 12 2016
No. I remain unable to update since August now because of 1.27 complications.
ALTER TABLE /*_*/flow_ext_ref DROP KEY flow_ext_ref_idx_v2; ALTER TABLE /*_*/flow_ext_ref CHANGE ref_target ref_target BLOB NOT NULL; CREATE INDEX /*i*/flow_ext_ref_idx_v2 ON /*_*/flow_ext_ref (ref_src_wiki, ref_src_namespace, ref_src_title, ref_type, ref_target(255), ref_src_object_type, ref_src_object_id);
Oct 8 2016
I figured out I had not set $wgFlowContentFormat which defaults to "html" which requires Parsoid (T147712).
Oct 5 2016
Oct 2 2016
How can MW 1.27.1 be stable with a broken hook?
Sep 17 2016
CharInsert.body.php
5 years later and it's still not possible to create a one word button for multi-line code. E.g.
This ticket can be closed.
Sep 12 2016
I ment it in this way:
Sep 11 2016
Yep. I always had $wgJobRunRate = 0, so misunderstanding $wgRunJobsAsync didn't break anything :)
And back to the topic: Users complain that they need to see category changes immediatly. Therefor it cannot be delayed in jobs (of whatever kind).
https://www.mediawiki.org/wiki/Manual:$wgRunJobsAsync
When the execution of jobs during normal page requests is enabled (by setting $wgJobRunRate to a number greater than 0; it defaults to 1), then this variable controls whether to execute them asynchronously or not.
@aaron: Thanks. I have this setup
- $wgJobRunRate = 0;
- $wgRunJobsAsync = true;
- restInPeace() > DeferredUpdates::doUpdates( 'run' );
- maintenance/runJobs.php > via cronjob (minutely)
In includes/MediaWiki.php > function restInPeace() > I changed
DeferredUpdates::doUpdates( 'enqueue' ); back to
DeferredUpdates::doUpdates( 'commit' ); (as it was in MW 1.25.1)
Your pasted text block replies are of less help than my bug reports ;)
Sep 10 2016
Why was categorization outsourced to the job queue then if not for performance?
We have $wgJobTypesExcludedFromDefaultQueue but that only excludes jobs from runJobs.php
Categorization via the job queue enhances the performance?
With $wgRunJobsAsync = true; new pages don't appear in a cat after saving. On mediawiki.org the delay in ~20 seconds.
- Add this file https://www.mediawiki.org/wiki/File:Test_2016-09-09.jpg to [[Category:Test cat]]
- Click on the link to check the cat > The image is not there.
- Be an advanced user and use the non existent action=purge tab > The image is not there.
I edited the top post.
Sep 9 2016
Update: MW 1.27 destroyed the usage of all these hooks since categorization is fired after onPageContentSaveComplete.
I use the hook PageContentSaveComplete to flush some memcached stuff based on category changes.
MW 1.27 and this crap is still core code.
Sep 7 2016
Not sure why there is a "forceHTTPS" cookie. I don't use HTTPS and have not enabled such variables.
Extended log as suggested: https://phabricator.wikimedia.org/P3994
I shot too fast. $wgAuthenticationTokenVersion = "1"; logged me in again. But in fact I cannot log out until I delete all cookies. Now I can't log in again like before.
Super annoying bug so far.
<strike>I think I found it.</strike> I raised $wgAuthenticationTokenVersion to "2" right after the installation. Later while trying to debug I raised it even more.
jQuery 3.1.0 was released in July.
A show stopper like this is not a blocker?
Also, $wgDisableAuthManager does not work.
My test instance is on a subdomain, but I cleared all cookies, disabled JS, checked console. nothing.
I have the same problem on a fresh installation on
- MW 1.27.1
- PHP 5.5.9-1ubuntu4.14 (cli)
- Apache/2.4.7 (Ubuntu)
- http://subdomain.myrealwiki.com
Aug 5 2016
Feedback: In ConfirmEdit I only use $wgCaptchaQuestions > for registration which gives edit rights. Works rock solid for me and I hope it will be supported in the future.
Jul 26 2016
Not in the internal API (MW 1.25) it seems.
Jul 23 2016
Jul 16 2016
Jul 4 2016
When will this be fixed? I installed MW 1.27 and Special:Preferences is still broken.
May 5 2016
On search I want to watch the file results in MediaViewer.
May 4 2016
For the record: The biggest performance boost is to additionally create webp thumbs :)
This is even more important when you additionally create webp thumbs (up to 30-50% less file size).
May 2 2016
Thanks, I'll check that on the next update.
May 1 2016
When was it removed anyway? Can I enable it via a global when I update fom MW 1.25?