Commit graph

17 commits

Author SHA1 Message Date
Colin Kuskie
4ea362ba6f Merge branch 'master' into WebGUI8. 2012-01-19 11:17:44 -08:00
Colin Kuskie
c35b2e5758 findBrokenAssets: Don't delete Shortcuts if they were requested to be fixed. Also handle File assets that have lost their files. 2012-01-19 08:41:32 -08:00
Colin Kuskie
3ef66c73c7 Add broken shortcut detection to findBrokenAssets 2012-01-18 20:22:00 -08:00
Colin Kuskie
b323f74121 Update copyright notice 2011-12-28 11:30:38 -08:00
ampli
f0d5a29e29 findBrokenAssets.pl: redundant argument in WebGUI::Session->open() (#12181)
Problem:
Doesn't work, prints an error message:
Couldn't parse JSON in config file '/'

Fix:
WebGUI::Session->open() is called with $webguiRoot as first arguments, and it should not be supplied any more due to an API change.
2011-06-30 02:59:04 +03:00
Doug Bell
677ac978b6 Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8
Conflicts:
	lib/WebGUI.pm
	lib/WebGUI/Auth/WebGUI.pm
	sbin/findBrokenAssets.pl
	sbin/testEnvironment.pl
2011-05-13 18:20:52 -05:00
Scott Walters
96bb194402 Change newByDynamicClass calls that creept in back to newById, except for the ones in doc/upgrade. Kinda important. 2011-05-11 16:26:32 -04:00
Colin Kuskie
79aa44cf7e Add a switch to disable the progress bar for capturing the output of findBrokenAssets. 2011-03-08 11:30:11 -08:00
Colin Kuskie
43903a9e0e Close all statement handles. 2010-12-23 00:32:16 -08:00
Colin Kuskie
b80b044202 Ham handed attempt to try and find the maximum revision date. 2010-12-23 00:24:56 -08:00
Colin Kuskie
8c4785b165 Don't call setParent if the asset is still broken. Alert user if the asset is still broken. Fixes bug #11957. 2010-11-16 18:39:37 -08:00
Colin Kuskie
c141978be1 Let findBrokenAssets.pl display the className of broken assets. Thanks Knowmad! 2010-09-23 16:11:37 -07:00
Colin Kuskie
500f7a6d73 let findBrokenAssets.pl find and use custom assets instead of reporting them as broken. Fixes bug #11873 2010-09-23 16:11:36 -07:00
Colin Kuskie
317a4d759a Let findBrokenAssets.pl display the className of broken assets. Thanks Knowmad! 2010-09-20 09:19:01 -07:00
Colin Kuskie
2766b72d29 let findBrokenAssets.pl find and use custom assets instead of reporting them as broken. Fixes bug #11873 2010-09-20 09:15:07 -07:00
Colin Kuskie
8246b7ec88 Also find assets that are missing entries in their class hierarchy, as well as in asset and assetData. 2010-07-29 10:31:28 -07:00
Doug Bell
2c75ab27e6 migrate to getLineageIterator to save memory 2010-06-01 16:23:49 -05:00