Skip to content

Beta release 0.6.0, Optics stocking.

Administrator requested to merge dev into 0.6.0-beta
  • Optic modules now stocked under optics.php
  • optics.php shows the list of optics in store for each site similar to how the index page shows the main stock.
  • Comments can be added to the optics
  • Searching for optics searches through all fields rather than just model.
  • New tables added: optic_item, optic_connector, optic_type, optic_speed, optic_vendor, optic_comment, optic_transaction
  • Due to new tables being added, there will need to be some SQL adjustments on updates/downgrades to this version
  • users_roles table has a new field: is_optic
  • Stock option added to the nav bar.
  • Nav bar now highlights based on the page you are on.
  • Nav bar links (right) are now a elements instead of button, so that middle click works.
  • Version number is now pinned to the bottom right of the nav bar. This currently cannot be hidden. This will be removed come version 1.0.0
  • All logic added for the optics page. Can now add/remove optics and comments, and add vendors and types.
  • Profile link is now named 'Profile' in the navigation. Now that there are more links, this is clear.
  • Optic Attribute Management is now included on admin page to manage vendors, types and connectors.
  • Changelog now works with optic tables

Merge request reports