Edward Chernenko
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Is AWS still a valid extension?
editRESOLVED | |
see https://github.com/edwardspec/mediawiki-aws-s3 |
The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
Hey Edward I saw your comment and I have been trying to use the AWS:Extension for a couple of weeks now. Would you be able to send me the stable S3-related fork, if so it would be much appreciated. - Alex Alexander Dunlop (talk) 22:49, 11 January 2017 (UTC)
- I have published it on GitHub: https://github.com/edwardspec/mediawiki-aws-s3-stable-fork
- This is a stable version which should be suitable for production.
- Basically, it's normal Extension:AWS
- plus https://gerrit.wikimedia.org/r/#/c/255534/
- minus non-S3-related code. Edward Chernenko (talk) 23:50, 11 January 2017 (UTC)
Una barnstar per te!
edit<figure-inline> </figure-inline> | La barnstar originale |
bravo Brunodapei (talk) 23:48, 28 May 2018 (UTC) |
Extension:Moderation
editthis extension is compatible with Extension:Approved Revs? this because I have Approved Revs enabled and I am interested in Moderation for a small wiki. Hispano76 (talk) 22:28, 17 December 2019 (UTC)
- Yes, I know at least 1 user who used it with Extension:Approved Revs without problems. Edward Chernenko (talk) 22:59, 17 December 2019 (UTC)
- Hello
- We recently started to set up a new wiki. The extension Moderation plays a central role in this. We would like to run all notifications via the extension Echo (wiki and mails). Moderation notifies you when there are new unmoderated changes. But it does it by simply writing a sentence at the top of each page ...
- Extension talk:Moderation/Archive 1#Works with Echo?
- Here you said that it would be easy to incorporate Echo, but you didn't find it useful ... I think it would make sense for the moderators, but not for the normal user. Could you not include this option for "notifications about echo" (I tried it myself, but still have far too little knowledge about MediaWiki, hooks and extensions).
- If you don't want to bother with a new version, could you also send me the code that would trigger this notification? This adjustment is important to me and I would be very happy if you would help me with it.
- Josua Josua Koenig (talk) 15:58, 17 May 2021 (UTC)
- I'm not particularly interested in this feature. It's a matter of taste whether it's an Echo notification or a simple text box (there is no particular benefit in using Echo except for "how it looks"), 95% of wikis would likely not need this, and it will require writing several additional tests. Not worth the effort. Feel free to contact me by email if you want me to develop this feature on commercial basis. Edward Chernenko (talk) 17:13, 17 May 2021 (UTC)
Using EFS for MediaWiki uploads
editI have been trying to configure a Bitnami Mediawiki Docker stack, and wanted to use an EFS filesystem for the uploads folder. I saw your post on this subject and wanted to see if you could help me with the details: Topic:Uylkzx6gd2r0xoea
I have a few questions:
- How do I determine the " /path/to/your/mediawiki/images"?
- Once the volume is configured, how will this deploy in local context using Docker Compose(--local-simulation)?
Any help would be appreciated... Rednevals (talk) 13:32, 30 June 2021 (UTC)
- Could it be as simple as?
- Rednevals (talk) 14:23, 30 June 2021 (UTC)
volumes: mediawiki_uploads: external: true name: "fs-12345678"
- Bitnami has its own support forum. Please send questions like "in which directory is my MediaWiki" to it. I don't know anything about Bitnami and can only investigate this on a commercial basis (feel free to email me if this is needed). Edward Chernenko (talk) 16:22, 30 June 2021 (UTC)