Lmeve Versions Save

LMeve - industry manager and contribution tracker for EVE Online

0.1.59-beta

5 years ago

The following functions now work using data from ESI

  • added Markets route
  • pulls Jita prices from /markets//orders/ (default: Jita/The Forge)
  • pulls game calculated average and adjusted prices for each typeID
  • removed eve-central.com - all data comes solely from ESI now
  • added Corporation Market Orders
  • added Corporation Contracts and Contract Items
  • Buyback feature works again
  • Wallet Balance
  • Wallet Journal
  • Wallet Transactions
  • added 'KIT' endpoint in LMeve Northbound API. Usage: api.php?key=&endpoint=KIT
  • added XML format - use 'output=xml' and 'output=json' in URL to select format
  • Assets
  • Industry System Indices support added
  • Killmail support added
  • Adjusted killmail view ( killmails are now ESI verified 🙂 )
  • Killboard is back up!
  • Corp Blueprint support added
  • ME/TE values are based on actual Corp Blueprints

Additional changes:

  • fixed a bug in Universe route
  • moved ESI settings to GUI
  • added ability to use data from Sisi (support for ESI datasource)
  • GUI tuning for Buyback feature (ESI has new contract states)
  • Deprecated and disabled everything that mentions old XML API
  • Bug fix in X-Pages support
  • Twitter card meta tags for Killboard - links look nice when sharing killmails
  • Added Item Price fetching/Buyback displaying/Stock tracking to Item Group view
  • Added support for Decryptors

0.1.57-beta

7 years ago

Implements the following enhancements and fixes the following issues:

#33 Cannot set price and cost index solar systems bug #32 Task tracking. bug #30 Enhancement Suggestion - Table crestindustrysystems enhancement #29 POS Silos enhancement #27 Assets mapping to wrong Stations bug

0.1.56-beta

8 years ago

0.1.56 beta: Poller version 27

  • Citadel SDE compatiblity
  • Removed the YAML loader - now all you need now is just a copy of MySQL SDE from Fuzzysteve
  • Designer SKIN support
  • Poller split into libpoller
  • Ability to load personal API killmails from commandline
  • Killmails displayed on Character page
  • bug fixes
  • security improvements

0.1.55-beta

8 years ago

0.1.55 beta: Poller version 26

  • Fully functional Killboard (w/optional public access)
  • XML and CREST killmail support in API Poller
  • Can use either XML or CREST killmail endpoint (configurable in Settings)
  • CCP WebGL preview in Inventory and Killboard ship fitting window
  • You can now input Corp API Keys in GUI
  • Disabled accounts have existing sessions terminated immediately
  • Bug fixes

0.1.54-beta

8 years ago

0.1.54 beta: Poller version 24

  • Improved corporation Inventory browser
  • Ship Fitting browser in corporation Inventory
  • CCP WebGL update
  • Custom SKIN support
  • Additional tooltips
  • New icon support for ingame items
  • Customizable market hub to get material prices from
  • Customizable manufacturing sytem Index (Crius NPC cost formula)
  • Customizable price modifier for Buy Calculator
  • Real time API poller stats
  • Bug fixes

0.1.53-beta

8 years ago

0.1.53 beta: Poller version 22

  • SPYC library removed and code rewritten to use YAML PECL extension in PHP
    • Please note: LMeve now requires YAML PECL extenstion installed on your host
    • as a side effect, YAML import now takes several seconds instead of several minutes
    • this was necessary to make LMeve compatible with SDE changes in Aegis release
  • EVE Time has been added on the top bar
  • Industry Statistics have been divided by activity type (stacked bar chart breaking down into Manufacturing, Invention and so on)
  • Timesheet can be now aggregated by LMeve user rather than by in game character. It means that work and ISK made by all characters belonging to a user will be summed up for a less cluttered Timesheet view.
  • Bug fixes:
    • Ore Chart now properly displays it's contents again
    • Session now correctly times out since last action in LMeve, instead of since logging in
    • CREST now properly uses HTTPS instead of HTTP

0.1.52-beta

9 years ago

0.1.52 beta: Poller version 22

  • Poller now fetches StarbaseDetails.xml and CREST industry cost indexes
  • New POS management screen - displays fuel amounts and how long it will last
  • There is now a notification when any tower has less than 48 hours of fuel left
  • Tech III invention added. You can now add Tech III invention tasks and get price estimates for Tech III
  • New global setting for the default Relic type for use with Tech III Invention (Intact, Malfunctioning or Wrecked)
  • Bug fixes:
  • Non-recurring Tasks (singleton) bug fix - they did not display correctly
  • Bug fix in db.php "Notice: LM_dbhost is not defined" - added $LM_dbhost to global declaration
  • Bug fix in Database - "function eregi() is deprecated" - replaced with preg_match()
  • Bug fix in YAML updater - DROP TABLE IF EXISTS

0.1.51-beta

9 years ago

0.1.51 beta: Poller version 21

  • Admin can now clear Orphane Tasks - tasks assigned to members who left the corporation
  • Non-recurring Tasks (singleton) bug fix in Industry Facilities and Facility kits. Both now show singleton tasks only for the current month.
  • Non-recurring Tasks will now only expire if:
    • Task is completed (100% complete)
    • Task is older than x days (90 by default)
  • Mobile theme for smartphones
  • Easier installation (no need to use CLI commands to reset admin password)
  • PHP error_reporting is now set up according to $LM_DEBUG config variable

0.1.50-beta-1

9 years ago

Poller version 21

  • Page caching. Pages that refresh very long are now cached - starting with Inventory and PoCos
  • Profit Chart was causing timeouts when too many items have been selected. Added an AJAX lazy-loader.
  • Big update regarding POCOs
    • POCOs are now linked to Planet they orbit using magic SQL Query that involves square root ;-)
    • POCOs now display planet type they orbit
    • POCOs now display a bar that shows how much they contributed to overall income
    • When you hover over the planet name it will show exactly how much ISK it made in the last month
  • includes additional bug fixes

0.1.49-beta

9 years ago

Poller version 21

  • YAML Static Data updater made compatible with Phoebe Static Data
  • Default ME & TE values for Tech II BPCs adjusted to 0/0
  • Poller made compatible with Phoebe IndustryJobs endpoint changes