-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Echo dependency #1
Comments
@mwjames Hi you can do something like "repositories": [
{
"type": "vcs",
"url": "https://github.com/wikimedia/mediawiki-extensions-Echo"
}
] in composer.json or follow |
Or you can follow http://www.elcoderino.com/use-composer-to-install-packages-not-on-packagist/ which is the same please. |
@mwjames Now serving the community on sandbox.mediawiki.org :) |
As a side note: There was a precursor extension of this name. Totally forgot about this. |
In case a user has enabled him/herself to receive notifications the following is expected to work for the current version:
entity specification change group
groupNotification on
indicator will be watched when pages are added or removed from this category and send the information to groups mentioned on the category pageNotification on
indicator will be watched when values are added or removed from this property and send the information to groups mentioned on the property page@kghbln As of now, Echo cannot be defined as dependency in Composer therefore you have to use the plain old git to pull a version. Also, we should leave the translation open for now as I cannot test the email stuff locally. We have to see how those messages (and keys) show up when Echo is creating email notifications from the sandbox.
@legoktm @paladox While I won't die if I cannot define a dependency but somehow it would be nice to define the dependency via Composer.
The text was updated successfully, but these errors were encountered: