#
# ChangeLog for trunk/grails-app/services/AssetTreeService.groovy
#
# Generated by Trac 1.2
# Apr 11, 2025, 8:35:14 PM

Thu, 25 Mar 2010 17:11:31 GMT gav [460]
	* trunk/grails-app/services/AssetTreeService.groovy (modified)

	Refactor asset tree generation to improve speed by around 4 fold,
	part 2.


Thu, 25 Mar 2010 16:22:04 GMT gav [457]
	* trunk/grails-app/services/AssetTreeService.groovy (modified)
	* trunk/grails-app/taglib/AssetTreeTagLib.groovy (modified)

	Refactor asset tree generation to improve speed by around 4 fold.


Wed, 24 Mar 2010 17:37:34 GMT gav [453]
	* trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified)
	* trunk/grails-app/services/AssetTreeService.groovy (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)
	* trunk/web-app/css/main.css (modified)

	Improvements to use inventory item flow and logic and added a clear ...


Sun, 07 Feb 2010 16:51:23 GMT gav [322]
	* trunk/grails-app/services/AssetTreeService.groovy (modified)
	* trunk/grails-app/services/JsUtilService.groovy (moved)
	* trunk/grails-app/taglib/AssetTreeTagLib.groovy (modified)
	* trunk/grails-app/taglib/JsUtilTagLib.groovy (added)
	* trunk/grails-app/views/layouts/main.gsp (modified)
	* trunk/web-app/js/assetTree.js (modified)
	* trunk/web-app/js/jsUtil.js (moved)

	Move !JavascriptService to !JsUtilService.
	Consolidate similar ...


Fri, 05 Feb 2010 01:10:50 GMT gav [319]
	* trunk/grails-app/services/AssetTreeService.groovy (modified)

	Move saveAssetTreeStatus method to !AssetDetailedController, part 2.


Thu, 04 Feb 2010 23:44:46 GMT gav [317]
	* trunk/grails-app/services/AssetTreeService.groovy (modified)

	Add object descriptions to asset tree.


Wed, 03 Feb 2010 03:32:19 GMT gav [312]
	* trunk/grails-app/controllers/AssetDetailedController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/AssetTreeService.groovy (added)
	* trunk/grails-app/services/JavascriptService.groovy (added)
	* trunk/grails-app/taglib/AssetTreeTagLib.groovy (modified)
	* trunk/grails-app/views/layouts/main.gsp (modified)
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/js/assetTree.js (added)
	* trunk/web-app/js/overlayPane.js (modified)
	* trunk/web-app/js/util.js (added)

	Refactor asset tree taglib to populate the asset tree table via an ...