Skip to content

Releases: AlPha5130/mediawiki-extensions-EditCountNeue

v0.4.3

06 Oct 13:48
62909c5
Compare
Choose a tag to compare

Changes

  • Redirect ?wpUsername and ?wpuser parameters to subpage (#29)

Fixes

  • $request->getText( 'wpuser' ) can never be reached (#27)
  • Cannot query edit count for User:0 (#28)
  • Broken submit button on subpages (#30)

Many thanks to @winstonsung who found these bugs and fixed them!

v0.4.2

03 Oct 14:53
a9ebc3c
Compare
Choose a tag to compare

Changes

  • Internal changes to remove deprecation warnings.

v0.4.1

14 Apr 14:29
21728c3
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that prevented API module from working properly.
  • Localization updates.

v0.4.0

10 Mar 14:35
25905ae
Compare
Choose a tag to compare

Changes

There are only developer-faced changes, end users should not find anything changed.

  • Now EditCountNeue is a service! Don't need to inject excessive deps anymore.
  • Updated internal methods of API module.

v0.3.0

28 Nov 11:56
2234dd4
Compare
Choose a tag to compare

New features

  • New API module query+editcount
  • Usage can be found by visiting API help page

Changes

  • Now uses MediaWiki-provided dependency injection, instead of initializing dependeny instances on the extension side
  • Now the name of the method which queries database will be logged
  • Optimized parser function, now only query database when the user is not queried before
  • Optimized special pages, now LanguageConvertor is only assigned once

v0.2.0

22 Sep 12:42
6fb7d7e
Compare
Choose a tag to compare

New features

  • Wraps the query form into a box, which added a legend text.

Changes

  • The submit button is now self localized, so it could display in English when you are using a language that does not have a localized text.
  • Renamed form field wpuser to wpUsername.
  • Special page now prefers wpUsername as the query string key, but the old wpuser key is still accepted.
  • Changed localization keys to match the use and consistency.

Notice

Starting from v0.3.0, support for 1.36 and 1.37 will be dropped. Users should upgrade to an officially supported MediaWiki version to receive new features, bug fixes and localization updates of this extension.

v0.1.0

19 Aug 01:09
Compare
Choose a tag to compare

Initial release.