Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge v0.14.0 into master #374

Merged
merged 76 commits into from
Mar 5, 2015
Merged

Merge v0.14.0 into master #374

merged 76 commits into from
Mar 5, 2015

Conversation

eve-seat
Copy link
Owner

@eve-seat eve-seat commented Mar 5, 2015

NB Upgrade notes

Upgrading from SeAT v0.13.x to v0.14.0 requires no special upgrade commands. The normal upgrade guide found here applies.

Fixes:

  • Fix the Heavy Interdiction cruiser typeID in the character ship skills breakdown (thanks @gattebury)
  • Fix a case where last_login and last_login_source fields would cause errors (thanks @skarp2)
  • Fix a few cases where the applications settings for number formats where not honored (thanks @mglinski)
  • Fix a bug where too many permissions would cause an exception
  • Fix a case where setting the thousands separator to a space would not validate correctly.
  • Fix the time calculation for SeAT to pause requesting updates from the API if the IP is banned (thanks @mglinski)
  • Fix a few calls from Cache::set() to Cache::put() (thanks @mglinski)
  • Fix a case where queuing new jobs for eve related information would fail (thanks @mglinski)
  • Fix a case where items with 0 size (like bookmarks) would cause a division by 0 problem (thanks @kunnis)
  • Typo fixes and clarification in the seat:diagnose command (thanks @Zumochi)

New:

  • Add links to external services for characters such as EveBoard, zKillboard etc (thanks @LunarchildEU)
  • Add industrial command ships to the character ship skills breakdown (thanks @gattebury)
  • Add ORE ships to the ship skills breakdown (thanks @LunarchildEU)
  • Add Incursions sections to the Corporation Wallet Ledgers (thanks @sn0opy)
  • Add total value of all corporation wallet divisions (thanks @sn0opy)
  • Add a CentOS 7 install guide.
  • Add a basic troubleshooting guide (thanks @Nutbolt52)
  • Add corporation wallet totals to the home page (thanks @mglinski)
  • Add a corporation list / overview (thanks @mglinski)
  • Add an administrative email contact setting that gets sent as an User-Agent header with API requests so that CCP may easily identify bad installs hitting the API.
  • Cache user settings to relieve some database strain (thanks @mglinski)
  • Update stations location look-ups to support Thera (thanks @kunnis)
  • SeAT notifications can now have the time a member is considered inactive set, as well as the time in advance that a Starbase should warn about low fuel.
  • Add lazy loading of images. This should significantly improve client side rendering speeds in many pages. (big thanks to @mglinski)

... and a few other smaller UI / backend enhancements and fixes!

Release Stats:

76 commits in 103 changed files with * 3256 additions* and * 1409 deletions.*

Delt4Nin3 and others added 30 commits January 12, 2015 09:14
Add external links to Character Screen
fixed HIC typeID on skill sheet and added Industrial Command Ships
…rce columns as nullable. Must use raw queries to achieve this, so perhaps create conditionals to cater for other supported storage methods.
Add ORE Ship's to Character Skills
added incursions section to wallet ledger
[BUGFIX] Added migration to set columns last_login and last_login_source...
added total value of all wallet divisons
Use 64x64 resolution avatar images, as 32 shows up blurry. 64x64 hardly
breaks the bank with bandwidth
Can likely be expanded, especially with time. I just used the 3 most common cases I see on IRC.
Create a basic troubleshooting guide
Use a users settings for the home dashboard overview.
Add # of Corporation to homepage
Add Corp name sorting
kunnis and others added 28 commits February 27, 2015 20:49
Calculate the actual time an IP address is banned on the API, and use th...
Sort Corporation List by Name and not order of key insert.
Adding in support for Thera stations.
Fix calls of Cache::set() to Cache::put()
Fix queue push to use valid class names
Fixing a divide by zero situation.  See #353
Fix external eve site images to they are not autoloaded
eve-seat added a commit that referenced this pull request Mar 5, 2015
Merge v0.14.0 into master
@eve-seat eve-seat merged commit ef31167 into master Mar 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants