Skip to content

2.11.3 - Additional Admin Tools

Compare
Choose a tag to compare
@scottadkin scottadkin released this 24 Aug 15:13
· 222 commits to master since this release

Patch Features

  • Added a new admin tool where you can delete matches in bulk.
  • Remade all the admin gametype tools and added two new ones.
  • You can now make gametypes automatically import as another gametype.
  • You can now create new gametypes manually.
  • Remade the admin player search tool.

Upgrading for v2.11.2

  • Stop the website and importer services.
  • Replace your installed files with the new ones from the archive.
  • In a terminal run the command node upgrade to update the database tables.
  • Rebuild the website with npm run build, then start it with npm run start
  • Restart the importer with node importer

V 2.11.3 Change Log:

  • Fixed issue with player gametype stats being double of the correct value after merging gametypes.
  • Fixed mysql error when distance to cap is null/undefined.
  • Moved log id being set to the end of a match import to prevent it being counted as imported if there is an error.
  • Added aliases by HWID to admin player search.
  • Added servers page tab to admin site settings.(Requires node upgrade to be run for settings to appear)
  • Added a new admin tool where users can delete selected matches in bulk. https://i.imgur.com/R5mqlRA.png
  • Remade the pre existing gametype admin tools.
  • Added create gametype tool to admin area.
  • Added auto merge gametype tool, use this if you want to import gametype A as gametype B. https://i.imgur.com/TmkbxFh.png
  • Fixed an issue with admin gametype delete not deleting win rate data for the deleted gametype.
  • Fixed an issue with most popular countries displaying incorrect values for unknown countries.

image
image