Skip to content

v1.3.5

Compare
Choose a tag to compare
@exodus4d exodus4d released this 10 Jun 00:52
· 303 commits to master since this release
c38ae0d
  • New "Into The Abyss" systems added #631
  • New "Intel module" for tracking "player owned structures" (e.g. Citadels) #246
  • Added "lazy update" (ctrl + v) shortcut for "intel module" (paste data from eve client) #246
  • Added "signature strength" data to wormhole types #623
  • Added information tooltip for static WH connections to map #625 #624
  • Added "character whitelist" configuration to pathfinder.ini #611
  • Improved links to external mapping pages. Added Anoik wormhole information #605
  • Improved links on "changelog" dialog, new Github deeplinks #612
  • Updated wormhole mass data, added some missing/wrong values
  • Upgraded "Cortex" php ORM lib 1.5.01.6.0-dev
  • Upgraded "Select2" js lib 4.0.34.0.6-rc.1
  • Upgraded "jquery.hoverIntent" js lib v1.8.0v1.9.0
  • Upgraded "VelocityJS" js lib v1.4.1v1.5.1
  • Fixed some login Issues
  • Fixed broken "pilot count" tooltip. Removed visible HTML tags #617 #476 #296
  • Fixed broken map/* reroute URL - wildcard replacement #621
  • Fixed broken cache layer for Universe DB models
  • Fixed broken js eventHandlers for new added System (drag&drop issue) #622
  • Fixed js bug where signature sync (client side update) failed
  • Fixed ESI error 400 "'connections' items are not all unique" response for getRouteData()
  • Fixed ESI error 400 "too many items for 'connections'" response for getRouteData()
  • Fixed some UI animation issues #607
  • Many more minor fixes and performance optimizations ...

Upgrade guide: v1.3.4v1.3.5

1. Backup your DB (in case something went wrong!)
2. Backup your *.ini config files
3. Replace existing code
4. Adjust environment.ini and pathfinder.ini
5. Upgrade pathfinder_esi to v1.2.4
Composer will do the job for you. Run this command in your projects root dir:

$ composer install

6. Upgrade your DB

  • Drop eve_universe DB, we need to rebuild it from scratch! (I had to make some structure changes). This DB just holds cached data from ESI you will not lose any other data.
  • Go to /setup page and create a fresh eve_universe DB click "create database"
  • Go to /setup page and add new column(s)/keys, click on "Setup tables" then "fix keys"
  • There is a new SDE available in this repo /export/sql/eve_abyss_min.sql.zip. You need to manually import the dump into a new DB named "eve_abyss" (check environment.ini)

7. Clear cache data

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

If you have update problems, feel free to ask in our dev-chat: #Slack