Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== Changes == 1. Moved the special page to be categorized under the "Wiki data and tools" heading. 2. Changed to use the internal MediaWiki function to run shell queries instead of directly calling `shell_exec`. 3. Removed dependency on globals and using `$this->getOutput()` instead of `$wgOut`. 4. Escaped the extension messages with `->escaped()`. 5. Minor change to remove the period at the end of the description that appears in Special:Version. == Localisation == Localisation support was added for the following languages: 1. German (de) 2. Spanish (es) 3. French (fr) 4. Galician (gl) 5. Hebrew (he) 6. Upper Sorbian (hsb) 7. Hungarian (hu) 8. Italian (it) 9. Japanese (ja) 10. Colognian (ksh) 11. Luxembourgish (lb) 12. Macedonian (mk) 13. Dutch (nl) 14. Ukrainian (uk) == Contributing == Contributions to the code repository can always be done via the GitHub repository (https://github.com/Hydriz/HostStats). Fork the repository, commit your changes and submit a pull request. New translations can be added at https://translatewiki.net/wiki/Special:Translate/ext-hoststats.
- Loading branch information