Skip to content

v1.5.5

Compare
Choose a tag to compare
@exodus4d exodus4d released this 09 Dec 17:08
· 43 commits to master since this release
f443e80
  • New bulk update for "structures" table #869
  • New admin dashboard for cronjobs #871
  • Improved 'dragSelect' on map. Added "autoScroll" while dragging #879
  • Improved signature 'type' select options for Shattered C1-C6 WHs #875
  • Improved 3rd party system links (Dotlan/EveEye/..) position #859
  • Improved signature table column "type" select, new connection "size" label shown in cell #874
  • Improved signature 'ID' (e.g. ABC-123) parsing #876
  • Improved jump tracking on multiple maps (or map switch) #827 #886
  • Improved client side JS in-memory cache performance
  • Upgraded to CCP´s new image server image.eveonline.comimages.evetech.net #872
  • Upgraded "Peity" js lib v3.2.1v3.3.0
  • Fixed not working "set destination" context menu links #862
  • Fixed system position not saved properly after multiple systems were dragged together
  • Fixed a bug where "map resize" was broken #855
  • Fixed "group" tooltip/dropdown window persistance #865
  • Fixed hidden submenus at right edge of window #882
  • Fixed "invalid_token" errors for characters in esi_requests.log #880
  • Fixed PHP 7.1 compatibility #863

Upgrade guide: v1.5.4v1.5.5

1. Backup your DB (in case something went wrong!)
2. Backup your *.ini config files
3. Replace existing code (e.g. $ git pull)
4. Adjust *.ini config files:

  • updated "VERSION" in pathfinder.ini
  • updated "silent" in cron.ini
  • renamed "deleteExpiredCacheData" in cron.ini
  • renamed "truncateMapHistoryLogFiles" in cron.ini

5. Update pathfinder DB schema

  1. Go to /setup
    1. Hit "Setup tables" for pathfinder DB

Hint: If /setup shows warnings about incorrect character_set_*/collation_*, you should manually change the charset of that DB (+tables):
utf8_general_ciutf8mb4_unicode_ci (see: #849)

6. Clear cache data

  • Clear cached data (filecache: tmp/cache or Redis)
  • Clear cached template files (tmp/*.php)