User Details
- User Since
- Jan 12 2015, 8:00 PM (437 w, 2 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Zoglun [ Global Accounts ]
Aug 10 2019
Jul 24 2019
Cool thank you @Krinkle !
Jul 15 2019
WOW @alex-mashin really thank you for your time. I will try your fix in my environment.
Jun 19 2019
It does not seems to repeat in MW 1.31. I have changed this task to resolved status.
Jun 10 2019
There aren't any gitinfo.json file created under /w/ folder.
Mediawiki 1.31.2 .
@D3r1ck01 It seems that this extension need to set Reply-To header based on condition. Only add Reply-To header when user sending email via Special:EmailUser page.
Same bug mentioned in T217816 as well.
Error log dump. Seems to be a bug in reply to:
May 20 2019
May 19 2019
Mar 7 2019
Mar 5 2019
Feb 27 2019
Is there anyway to capture the email send request before the mail sent to Sparkpost?
Feb 26 2019
Feb 25 2019
I'm NOT reporting bug ,but I would like to share some info that we found. It seems that the filter work as expected. The extension might need some improvement to handle even further advanced xss attack.
Feb 22 2019
@Aklapper Cool! Thank you!
Feb 19 2019
Feb 15 2019
Feb 12 2019
Cool, thank you @matmarex !
Feb 11 2019
The bug still exist in extension:echo 1.31 version (commit b56ec9b435c52a744cf7bdc3217e752df8742238 Oct/12-2018). The Mediawiki 1.31 is a LTS version. Thus we wish the fix for this bug in Echo could get merged into REL1_31 branch.
Thank you in advance!
In our test, $wgGitInfoCacheDirectory = "/tmp/mw-cache-gitinfo"; has no effect on the gitinfo at all. (at least for MW 1.31.1) Mediawiki still tying to generate gitinfo.json under /wiki folder.
Thank you for update the documentation page. I will test the $wgGitInfoCacheDirectory latter today.
Feb 10 2019
Hi guys,
I have reproduced exactly the same error message in MW 1.31.1 with complementary Widget extension version in my local test environment today.
Feb 9 2019
Reply-to function work in my test. Ула!
Good! Reply-to function seems to work well. I will do more test on it.
Dear @D3r1ck01 Is there any progress on the patch? Or experiencing any difficulty?
Feb 5 2019
Cool!
It's late night in China now. I will test your new code tomorrow (if patch available).
Is there some bug in the code? No matter who send user-to-user email. The reply field only contain email address password-reset@mail.example.com. It's suppose to be the emaill address of user who initiate the email through page Special:EmailUser. Not the system email address.
By far it seems that no reply_to field transferred to SparkPost. Therefore all email sent via user-to-user method does not contain sender's email address in reply-to.
Jan 29 2019
The newest version work well. ;)
The extension work fine before, but not after the revert.
Interesting. Your last change before revert actually made something work.
with vriables:
$wgSparkPostOpenTracking = false; $wgSparkPostClickTracking = false; $wgSparkPostTransactional = true;
Finally WORKED!!!
Did you get normal link address without convert? If you do get url without convert, then there might be problem with php cache?
Still no effect. :)
I03157d57249c942e7a1bffc953aeca8226e2db9f Does not disable link tracking convert in our test.
Oh, I just realized that I am not sure what this transactional option mean in SparkPost. There were not much information about this option. I don't know whether it work or not. Sorry for that.
With SparkPost commit 4f241dc6c585ae6303a675f09fb8d3f761c60d5c & MW 1.31,
Here is the error mail content for reference.
Jan 26 2019
Hi D3r1ck01,
Default these three vars to true would be better, as the default tracking behavior of SparkPost.
$wgSparkpostOpenTracking, $wgSparkpostClickTracking and $wgSparkpostTransactional are better. That's good!
Jan 25 2019
This error might related to the sparkpost tracking function, which is enabled by default. It add codes/small gif to each mail to get engagement tracking ability, and change each url link to get click statics.
Jan 7 2019
An error that we found is, when $wgUserEmailUseReplyTo = true; . the sender's email address were not listed in Reply-To filed. There for reply email sent from User B to User A will send to system mail. Instead of User B.
COOL!
I got the mail! Everything seems working very well.
Really appreciate your work!
After several tried, we keep getting error message:
{ "errors": [ { "message": "Message generation rejected", "description": "Sending domain sandbox option mismatch", "code": "1902" } ], "results": { "total_rejected_recipients": 0, "total_accepted_recipients": 1,
Nov 25 2018
We encounter a new error in MW 1.31.
The active user number droped from 1.3k to 50 after php /var/www/wiki/maintenance/rebuildall.php .
Nov 21 2018
@EBernhardson , In fact that ElasticaWrite is quite common, simple server reboot could incur last few line error almost every time. Especially if using ElasticaSearch cluster.
Sep 13 2018
Is there any progress for this bug fix? https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/337803/ were submitted in Feb 2107, and seems to stay in "Cannot Merge" status till now.
Sep 2 2018
@Krinkle
I tired your method of "SetEnv" in nginx. It does not work due to nginx remove any environment variable. Moreover, env MW_CONFIG_FILE=value; will set a single value to all wikis, which is not ideal for wiki farm.
Sep 1 2018
With further test, same problem could be reproduced with Mediawiki 1.30. The problem is not limited to session storage, it happens when $wgMainCacheType = redis too.
Aug 31 2018
www.a.com point to /www/a.
/www/a contain LocalSettings.php and symlink to each file/folder under /www/mediawiki.
Aug 29 2018
Aug 7 2018
Jul 28 2018
Cool thank you Krinkle!
Feb 6 2018
Cool, thank you!