User Details
- User Since
- Oct 7 2014, 4:13 AM (529 w, 5 d)
- Availability
- Available
- IRC Nick
- FlorianSW
- LDAP User
- Florianschmidtwelzow
- MediaWiki User
- Florianschmidtwelzow [ Global Accounts ]
Jan 8 2023
May 14 2022
Feb 25 2022
There seems to be one more thing to consider: My setup right now looks like this:
- mediawiki/core cloned in a directory
- extensions cloned inside /mediawiki/core/extensions
- a composer.local.json, which will be merged into the main composer.json file, with the following contents (stripped away unnecessary things):
"extra": { "merge-plugin": { "include": [ "extensions/*/composer.json" ] } }
Dec 17 2021
Dec 16 2021
Ah, I didn't find this one (looked for property in the search only 🙈). Is it ok for you that I merge both tasks into the linked one and adjust the description/title to cover both? Or would you rather prefer to have them separate? :)
Oct 27 2021
May 14 2021
I wasn't that active in the overall Wikimedia Tech world for the last time, but I would like to throw my hat into the round as well and hope to be able to give some valuable feedback, especially for Community-Projekts (non-WMF deployed) once. Mainly it would be the Google login, CookieWarning and AcceleratedMovilePages (currently on GitHub without CI) extensions. Confirmed it _could_ be interesting, too, however, it's a WMF deployed extension, so might be out-of-door for the beginning (as well as I'm not the only stakeholder).
Apr 26 2021
As this is not an issue with the extension per se and the questions are answered as well, I'm going ahead and close this task :) Feel free to reopen or open a new task if you find a bug or missing feature.
The fact that you need to either:
- have created an account with the GoogleLogin extension (so the link between the Google account and the wiki account is done) _or_
- link the Google account with an existing wiki account through Special:LinkAccounts first _or_
- use the authoritative mode
Apr 25 2021
Jan 7 2021
Just for reference: With change rSMIN557529546e4a: Change default of showing sitenotices to true, this is now the default, so you, @Alaub81, can maybe remove this setting from your LocalSettings.php for a cleaner configuration.
This is most likely a problem with the DismissableSiteNotice extension, rather than MediaWiki-extensions-CookieWarning. CookieWarning was changed to use the sitenotice functionality of MediaWiki, as it is the more correct place where such a notice should be added (see also the discussion in your linked issue). However, DismissableSiteNotice seems to does not work well with the changed styling of the cookieWarning, which, for Vector, is absolutely positioned at the top of the page.
Jan 5 2021
Dec 17 2020
Dec 2 2020
Ok, thx for the info :)
Last changes are +2ed, so this should be fine to be closed :)
Hmm, you're right, didn't see that. Thanks for the patch. Not sure, who should merge the Backport to the release branches, though (may I merge them as well?). Therefore keeping the task open for now.
Dec 1 2020
I'm not quite sure, but this could be done with T254302: Update CookieWarning so it doesn't use the SkinTemplateOutputPageBeforeExec hook resolved?
Nov 26 2020
Nov 22 2020
CookieWarning doesn't use FallbackTemplate from what I can see.
Yep, this is a duplicate of T254302: Update CookieWarning so it doesn't use the SkinTemplateOutputPageBeforeExec hook.
Nov 10 2020
Oct 9 2020
I commented upstream to let ask whether this was intentional and/or whether it will be documented or backported as warning.
Oct 3 2020
One more in Preprocessor_Hash, adding to the task description.
May 13 2020
No, I think it's ok to close this task :-) If we find a good way to test this feature, we can still write a patch or a separate task for it :)
Wouldn't it be more consistent to have a single configuration in ConfirmEdit to configure a proxy? E.g. ReCaptcha would benefit from having a proxy configuration as well, if it is used in such an environment. We could provide an own service (like one for DI) which can be used by Captcha modules in ConfirmEdit to make outbund HTTP requests?
Apr 18 2020
@matmarex I'm not that deep into how VE works, but is there a possibility to have a test from somewhere on this side? Something like a JavaScript testing module, which checks, that the plugin is registered? That would not check the functionality itself, sure, but at least we know, if the plugin is there and _would_ work?
The same probably for reCaptcha as well, right?
Apr 17 2020
Apr 13 2020
Do we really need such a hook? Aren't categories like
- "functional" (which never can be "deactivated")
- "tracking" (like Google Analytics, matomo or whatever tool that tracks the user, probably also EventLogging?)
- "advertising" (like Google AdSense or any other advertisers, which are shipped from external sources)
enough? Especially speaking about how additional categories are described (by a message, e.g.) is probably too much overhead in the first version of such an enhanced consent thingy?
Had the same issue on one of my wikis as well (when trying to delete a user account). Working on it, the solution from T241839: UserMerge cannot create an actor for a usable name that is not an existing user. looks promising, but needs to be done in a way that the extension does that for someone :D
Apr 4 2020
Ok, looking at the status of the opcache after the server startup, it looks like, that the function wfWebStartSetup is present in the cache, like one would expect. However, when WebStart.php is included from index.php or load.php, we evaluate, if a constant named MW_SETUP_CALLBACK is defined already (which is later called in Setup.php, which does not matter for the current case). This constant is, also like expected, not defined when running from index.php or load.php and MediaWiki tries to register the callback function wfWebStartSetup. The problem seems to be, that evaluating this code, MediaWiki defines the function conditionally inside of the defined check for the MW_SETUP_CALLBACK constant. This seems to result in PHP trying to define the wfWebStartSetup function again, even given it is already defined from the preloading run during startup.
Apr 3 2020
This task is probably related to T249248, which could provide a way on how a user could be asked for consent.
but I guess the easier way to implement this it would be for the scripts to be added through CookieWarning itself.
Please also (as an information) do not assign tasks to other people, if they did not explicitly stated that they work on it :) This leaves space for other developers to take up a task they would like to work on and enables assigned developers to manage their tasks, they work on, on their own :)
The idea sounds promising. However, the question would be: How is the extension able to block scripts, that needs to be blocked. I think we're talking about analytics (like Google Analytics) and ad code (like Google AdSense)? How does your wiki add these scripts:
- Is it another extension?
- Is it added through a hook manually (like in LocalSettings.php)?
- Is it added by another script on the page (client-side JavaScript)?
- Is the code added in the skin/template?
Mar 21 2020
@AdhamKhatean Thanks for taking a look into it and trying to solve this task! :)
Mar 20 2020
Un-assigning myself, as I'm not working on at the moment.
Un-assigning myself, not even sure how I ended up being assigned here in the first place.
Mar 7 2020
Mar 6 2020
Mar 2 2020
Mar 1 2020
Feb 18 2020
Feb 17 2020
Oops, nice to see that this one was resolved, however, there're still links missing:
Feb 15 2020
Feb 13 2020
Thanks to everyone involved in fixing this here, shame on me for not seeing this in the code-re iew :(
Yes, from mean s well, @Ebe123 is a reasonable choice here :)
Feb 12 2020
I'm available for both dates and would be happy to get to know our winner tudents :)
Feb 11 2020
I think we'd the instance count vs. task count in the others years as well, however, especially for tasks with multiple mentors, a mentor may not interact with the task on the platform, but interacted with the student on IRC, Gerrit or phabricator, justd isn't approve the task in GCI (e.g. it turned night in their Timezone or whatever). Last times the task count seemed to be a good compromise between the interaction count and instance count.