Skip to content

v1.3.0

Compare
Choose a tag to compare
@nbdd0121 nbdd0121 released this 04 May 04:08
· 36 commits to master since this release

What's new since 1.2.0:

  • Better comment admin:
    • like and reply to comments in admin interface
    • uses API to fetch comments, so using pager does not require reloading the page anymore.
  • Comment control feature
    • Allow commentadmins to turn off commenting on any page completely.
    • Also allow users to disable commenting on their own user pages, so the previous gadget hack isn't needed.
    • The restrictions are enforced in API calls as well.
  • Comments are now visible on mobile pages as well.
  • IP users can now see the number of likes.
  • Deprecate GET requests on APIs that may change the database.
  • Improve compatibility with MediaWiki 1.30+
  • Other general code improvements and bugfixes