152 Commits

Author SHA1 Message Date
Alex Ebadirad
86c58ede4b Cleans up some spacing issues
Save/export report now functions differently, only saving the reports that ran
New view each report after its been run in default program
Added some getters and privitized some data members
Added new method to get extention for each report type so we can use it to write files using a universal save method

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 15:09:33 -07:00
Alex Ebadirad
5e6749dbd5 Modified method use to from label instead of having to rely on blackboardartifact.java enum to match the label. Can merge without need to modify tsk now. 2012-05-15 12:58:01 -07:00
Alex Ebadirad
884a3d1b27 AUT-53 bug fixes for:
checkbox/lookup code
use case temp dir for db copy
fixed html report keyword list column
reportxml visitor content exceptions
css style should be present
Better formatting on files

Do not merge without changing line 51 in BlackboardArtifact.java in the sleuthkit from:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJ", "Recent Documents"),
to:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJECT", "Recent Documents"),

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 10:47:02 -07:00
Alex Ebadirad
18414d783c temp dir for copy of db fix, reportxml visitor content issue fixed 2012-05-15 09:05:58 -07:00
Alex Ebadirad
7a23eedfaa Changed how progress bar works. 2012-05-15 03:38:46 -07:00
Alex Ebadirad
6594de3e37 Bug fixes and tweaks to GUI and report framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 03:05:55 -07:00
Alex Ebadirad
a06fb7f142 report action UI changes, improvements using new service lookup 2012-05-15 00:53:04 -07:00
Alex Ebadirad
641d23771f Report register service basic check in, unfinished UI changes
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-14 15:48:20 -07:00
Alex Ebadirad
1e7e4d9f05 Minor bugfix to Report.java 2012-05-14 09:54:26 -07:00
Alex Ebadirad
61dba172ec Tweaks to report/Report.java 2012-05-14 09:45:39 -07:00
Alex Ebadirad
88251cb997 Reporting caps fix
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 15:13:58 -07:00
Alex Ebadirad
efc98cab47 change to report/Report.java 's getgroupedkeywords method 2012-05-11 10:29:50 -07:00
Alex Ebadirad
ca50b0d96f Re-adding files back to git repo with proper capitalization in place.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 08:48:03 -07:00
Alex Ebadirad
9facfee95a Removing old lower-case file names. 2012-05-11 08:47:26 -07:00
Alex Ebadirad
d400c636c2 Mild reporting fix to compile
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:48:18 -07:00
Alex Ebadirad
a8cdf70ee8 refactored classes for camel casing of filenames
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:23:29 -07:00
Alex Ebadirad
5881a14a4d Uncommented the report.java keyword as well as set the report configs to not automatically instantiate with empty report configs in each reporting module.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 09:03:18 -07:00
Alex Ebadirad
7a35fb2a33 Tweaks to report naming and conventions
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 08:08:02 -07:00
Alex Ebadirad
0e95f006b3 Stopwatch class temporary addition to track time of execution easily on very specific parts of code
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-08 16:03:20 -07:00
Alex Ebadirad
03fb435f73 Reporting framework change and addition. 2012-05-08 16:02:04 -07:00
Alex Ebadirad
7e07f94d7f Bug fixes to hardcoded attribute types for reports, domain's having leading periods, and domain now displays for IE. 2012-05-04 10:15:25 -07:00
Alex Ebadirad
d9e95a98be Clean up on the reporting displaying of dates to match GUI.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 16:37:46 -07:00
Alex Ebadirad
15136d3a61 Readdition of merged files. 2012-05-02 15:01:29 -07:00
Alex Ebadirad
bce66978c4 Merge branch 'master' of git://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
	Report/src/org/sleuthkit/autopsy/report/ReportConfiguration.java
	Report/src/org/sleuthkit/autopsy/report/reportFilter.java
2012-05-02 14:55:35 -07:00
Alex Ebadirad
59d177ece7 Critical fixes to last update.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 09:21:43 -07:00
adam-m
38b6247428 Readded browser control class back.
- manual commit pick and merge
2012-05-02 10:38:10 -04:00
adam-m
87e9ae4055 Revert RA/Reporting modules (#44) pull request 2012-05-02 09:54:45 -04:00
adam-m
f376ea01ab Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-02 00:33:01 -04:00
adam-m
ff96ae6f13 Merge branch 'master' of https://github.com/sleuthkit/autopsy
- fix previous merge
2012-05-02 00:26:43 -04:00
adam-m
a38d546ecb Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-02 00:13:32 -04:00
Alex Ebadirad
a8f9e7978c cosmetic code formatting changes
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:47:27 -07:00
Alex Ebadirad
cfbddc569c removal of hardcode artifact ids in reports.
Note: attribute ids are still hardcoded, need to get a lookup method like we have for artifacts to match
2012-05-01 13:36:16 -07:00
Alex Ebadirad
e7e6eabcac Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-04-26 08:48:25 -07:00
Alex Ebadirad
0b6669089d removed reportinterface to prevent confusion.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 16:26:39 -07:00
Alex Ebadirad
d9a276bc9f Iteration of reporting framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 13:30:32 -07:00
Alex Ebadirad
b195de1c79 Fixed build errors so it can build without exception handling changes.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 11:29:24 -07:00
Alex Ebadirad
d67128c31f changed brian's email
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:19:12 -07:00
Alex Ebadirad
9c3db45dd4 Additional work on report framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:02:40 -07:00
Alex Ebadirad
e8ac5e729d Initial Report Frame check in, addition of 'checkcolumn' class in RA utils to check if a column is present in a sqlite db before proceeding.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 07:13:36 -07:00
Alex Ebadirad
224bbf13f9 Readded browser control class back. 2012-04-23 13:57:20 -07:00
Alex Ebadirad
34c3e35351 Tab clean up and copyrights added.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-20 18:39:18 -07:00
Dick Fickling
33b867083b Log error messages at Level.WARNING. 2012-04-19 13:10:10 -04:00
adam-m
c5ab222bdd fix typo 2012-04-18 17:13:34 -04:00
Alex Ebadirad
efb1262a08 Removed legacy code and warnings from modules.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-18 10:29:13 -07:00
adam-m
487130202a use save instead of open dialog 2012-04-13 13:08:53 -04:00
Alex Ebadirad
1fc2cd7985 Forced to unix epoc ms time
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-12 13:38:11 -07:00
Alex Ebadirad
b2e137379d Issues with grabbing installed programs, tweak to xls pages.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-11 17:48:47 -07:00
adam
37feb5cce2 Merge pull request #36 from aebadirad42six/master
Tweaks to the xls that were stashed previously.
2012-04-11 06:34:55 -07:00
Alex Ebadirad
6d88dc2792 Tweaks to the reportxls. Need to size the columns for whats in each automatically.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-10 17:03:08 -07:00
dickfickling
3e91153547 Merge pull request #35 from aebadirad42six/master
Recent changes and xls prototype
2012-04-10 14:49:33 -07:00