Skip to content

Releases: AssetTracker/rt-extension-assettracker

RT-Extension-AssetTracker 3.0.0

16 Oct 06:20
@btb btb
Compare
Choose a tag to compare

Released simultaneously with AT 2.0.0, this version is targeted at users of RT 4.0. If you want to stick with RT 3.8, use the latest version of AT 2.0 instead.

  • All the changes in Asset Tracker 2.0, plus:
  • Assets now use RT's customizable lifecycles.
  • Many cleanups to remove redundant, outdated code. AT is now much more coherently integrated with RT.
  • The $AssetImportRequiresRights configuration variable has been removed.
  • The $AssetLinkTypes configuration variable is now a hash instead of an array.
  • The $ModifyBothAssetsForLink configuration variable has been renamed StrictAssetLinkACL, as it is analogous to StrictLinkACL found in RT.

RT-Extension-AssetTracker 2.0.0

16 Oct 06:16
@btb btb
Compare
Choose a tag to compare

It's been more than a few years since the last release of Asset Tracker (AT). Here's what's new in the 2.0.0 release:

  • AT uses the RT plugin system introduced in RT 3.8. This makes AT easy to install and remove.
  • Support for permanent database remove of assets and related objects has been added to RT's shredding system.
  • The RT home screen can now be customized with AT saved searches.
  • Relationships between assets can now be visualized as a graph.
  • RT's scrips system has been copied, making it easier to write automation routines that run as a result of asset changes.
  • Assets can now be exported to Excel, edited, and re-imported. New assets can also be created during import, so it's possible for network discovery tools to be integrated with AT in interesting ways.
  • Basic support for RT 4, although Asset Tracker 3.0 is much better integrated and already fairly stable. I recommend using that instead with RT 4.
  • Assets can also be queried, modified, or created using the same REST interface that RT uses.