Getting the errors below on STATSVN wity SVN 1.6.1. Can anyone help?
May 19, 2009 10:53:45 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\ataaps\trunk\logfile.dat' exclude pattern 'null'
Repositories: org.xml.sax.SAXParseException: Document root element is missing.
java.lang.NullPointerException
at org.apache.xalan.serialize.SerializerToXML.writeAttrString(SerializerToXML.java:2340)
at org.apache.xalan.serialize.SerializerToXML.processAttribute(SerializerToXML.java:1099)
at org.apache.xalan.serialize.SerializerToXML.startElement(SerializerToXML.java:959)
at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1020)
at org.apache.xml.utils.TreeWalker.startNode(TreeWalker.java:379)
at org.apache.xml.utils.TreeWalker.traverse(TreeWalker.java:191)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:325)
at net.sf.statsvn.util.XMLUtil.writeXmlFile(XMLUtil.java:140)
at net.sf.statsvn.input.SvnLogfileParser.handleLineCounts(SvnLogfileParser.java:115)
at net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:344)
at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:279)
at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:241)
at net.sf.statsvn.Main.generate(Main.java:115)
at net.sf.statsvn.Main.main(Main.java:81)
Exception in thread "main"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do not believe the error is with StatSVN. I think you have a non-default XML parser and it is causing errors. There are numerous references to other people having the same type of problem when using a non-standard SAX Parser. (I don't have the reference handy, so you will have to Google it). There is a command line argument you can pass to Java to tell it to use another parser (or simply try it on another machine).
To further confirm this fact, the error you are seeing here is when serializing a simple data structure that is independent from the SVN version. (It is not during the log file parsing. )
Thanks!
Jason
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have looked at the XML file and it is a good file, so I know that is not the issue. I have placed the JAVA as the first thing in my path and get the error below.
May 21, 2009 2:59:42 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\trunk\logfile.dat' exclude pattern 'null'
Cache: org.xml.sax.SAXParseException: Premature end of file.
Scheduled 0 svn diff calls on 0 threads.
Generating report for /trunk into
Using default CSS file (statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Repository is valid
Log file is not empty
Runnning from a checked out directory
No non-commited items
XML
---
<?xml version="1.0"?>
<log>
<logentry
revision="343">
<author>jgerrtis</author>
<date>2009-05-21T18:04:47.215306Z</date>
<msg>16-01, N/A, N/A, bug fix - org is viewable directly after creating it</msg>
</logentry>
<logentry
revision="342">
<author>jgerrtis</author>
<date>2009-05-21T17:17:00.360821Z</date>
<msg>16-01, N/A, N/A, oops, jumped the gun</msg>
</logentry>
<logentry
revision="341">
<author>jgerrtis</author>
<date>2009-05-21T17:05:16.830948Z</date>
<msg>16-01, N/A, N/A, bug fix - all security logging messages never got written - they will now</msg>
</logentry>
<logentry
revision="340">
<author>jgerrtis</author>
<date>2009-05-21T13:41:32.318188Z</date>
<msg>16-01, N/A, N/A, bug fix - missing hibernate session when viewing case action rule. hopefully final bug fix for working on roles</msg>
</logentry>
<logentry
revision="339">
<author>jgerrtis</author>
<date>2009-05-21T13:20:48.415920Z</date>
<msg>16-01, N/A, N/A, bug fix - newly created roles fail to save</msg>
</logentry>
<logentry
revision="338">
<author>jgerrtis</author>
<date>2009-05-20T16:07:13.999595Z</date>
<msg>16-01, N/A, N/A, bug fix - newly created roles fail to save</msg>
</logentry>
<logentry
revision="337">
<author>jgerrtis</author>
<date>2009-05-20T13:33:36.790922Z</date>
<msg>16-01, N/A, N/A, removing java5 warnings and making user list and view pages more useful</msg>
</logentry>
<logentry
revision="336">
<author>jgerrtis</author>
<date>2009-05-19T19:21:10.315360Z</date>
<msg>16-01, X0095, N/A, change to give admin users at-a-glace view</msg>
</logentry>
<logentry
revision="335">
<author>jgerrtis</author>
<date>2009-05-19T17:54:05.309705Z</date>
<msg>16-01, N/A, N/A, code that actually works</msg>
</logentry>
<logentry
revision="334">
<author>jgerrtis</author>
<date>2009-05-19T14:47:37.074798Z</date>
<msg>16-01, N/A, N/A, monitor page should now show two separate entries on dev and test sites</msg>
</logentry>
<logentry
revision="333">
<author>jgerrtis</author>
<date>2009-05-19T13:08:44.129699Z</date>
<msg>16-01, X0095, N/A, bug fix</msg>
</logentry>
<logentry
revision="332">
<author>jgerrtis</author>
<date>2009-05-18T16:33:40.135383Z</date>
<msg>16-01, N/A, N/A, duplicate code removed, more memory recovered and unit test backed</msg>
</logentry>
<logentry
revision="331">
<author>jgerrtis</author>
<date>2009-05-16T12:45:24.401099Z</date>
<msg>N/A, N/A, N/A, final admin direct-access jsp moved to hidden jsp directory</msg>
</logentry>
<logentry
revision="330">
<author>jgerrtis</author>
<date>2009-05-16T12:43:52.616393Z</date>
<msg>N/A, N/A, N/A, final non-ACCS based model class converted to hibernate annotations</msg>
</logentry>
<logentry
revision="329">
<author>jgerrtis</author>
<date>2009-05-16T12:42:38.860974Z</date>
<msg>N/A, N/A, N/A, moved exception code closer to where it's used</msg>
</logentry>
<logentry
revision="328">
<author>jgerrtis</author>
<date>2009-05-16T12:30:58.927034Z</date>
<msg>N/A, N/A, N/A, adding some new unit test code</msg>
</logentry>
<logentry
revision="327">
<author>jgerrtis</author>
<date>2009-05-15T17:42:10.546855Z</date>
<msg>16-01, X0098, N/A, files missing from prior commit</msg>
</logentry>
<logentry
revision="326">
<author>jgerrtis</author>
<date>2009-05-15T17:10:52.667138Z</date>
<msg>16-01, X0097, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="325">
<author>jgerrtis</author>
<date>2009-05-12T14:05:36.044363Z</date>
<msg>16-01, X0095, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="324">
<author>jgerrtis</author>
<date>2009-05-11T13:00:56.728959Z</date>
<msg>N/A, N/A, N/A, items on these list pages can now be sorted easily by the user</msg>
</logentry>
<logentry
revision="323">
<author>jgerrtis</author>
<date>2009-05-11T12:05:29.484287Z</date>
<msg>16-01, X0096, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="322">
<author>jgerrtis</author>
<date>2009-05-08T14:09:29.020875Z</date>
<msg>16-01, X0098, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="321">
<author>jgerrtis</author>
<date>2009-04-16T11:52:24.549098Z</date>
<msg>N/A, N/A, N/A, removing commented-out code</msg>
</logentry>
<logentry
revision="319">
<author>jgerrtis</author>
<date>2009-03-18T18:05:04.060179Z</date>
<msg>15-01, X0093, N/A, missed commit</msg>
</logentry>
<logentry
revision="318">
<author>jgerrtis</author>
<date>2009-03-18T14:03:02.865563Z</date>
<msg>15-01, X0093, N/A, missed commit</msg>
</logentry>
<logentry
revision="317">
<author>jgerrtis</author>
<date>2009-03-18T13:18:59.868861Z</date>
<msg>15-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="315">
<author>jgerrtis</author>
<date>2009-03-11T11:39:07.162103Z</date>
<msg>15-01, N/A, N/A, should have been included in a prior commit</msg>
</logentry>
<logentry
revision="314">
<author>jgerrtis</author>
<date>2009-03-06T16:37:49.309824Z</date>
<msg>15-01, N/A, N/A, should have been in last commit, not OrganizationController</msg>
</logentry>
<logentry
revision="313">
<author>jgerrtis</author>
<date>2009-03-06T16:34:55.900561Z</date>
<msg>15-01, N/A, N/A, bug fix - proper error message shows when deleting a org type and database constraints are violated</msg>
</logentry>
<logentry
revision="312">
<author>jgerrtis</author>
<date>2009-03-06T16:23:01.454358Z</date>
<msg>15-01, X0093, N/A, forgot to remove wrong schema</msg>
</logentry>
<logentry
revision="311">
<author>jgerrtis</author>
<date>2009-03-06T16:22:26.529536Z</date>
<msg>15-01, X0093, N/A, pre-test single-sign-on code</msg>
</logentry>
<logentry
revision="310">
<author>jgerrtis</author>
<date>2009-03-06T15:47:01.566372Z</date>
<msg>N/A, X0057, N/A, missing sql</msg>
</logentry>
<logentry
revision="309">
<author>jgerrtis</author>
<date>2009-02-28T13:14:01.811374Z</date>
<msg>15-01, N/A, N/A, no functional changes, just adding svn keywords and removing legacy comments</msg>
</logentry>
<logentry
revision="308">
<author>jgerrtis</author>
<date>2009-02-27T19:13:06.888942Z</date>
<msg>15-01, N/A, N/A, until they change their minds again</msg>
</logentry>
<logentry
revision="307">
<author>jgerrtis</author>
<date>2009-02-24T19:25:42.171269Z</date>
<msg>15-01, N/A, N/A, upping the max transactions from 500 to 1000</msg>
</logentry>
<logentry
revision="306">
<author>jgerrtis</author>
<date>2009-02-24T19:23:54.108933Z</date>
<msg>15-01, N/A, N/A, update to 14-2 release</msg>
</logentry>
<logentry
revision="305">
<author>jgerrtis</author>
<date>2009-02-24T14:50:32.653576Z</date>
<msg>15-01, N/A, N/A, fixing the unit test</msg>
</logentry>
<logentry
revision="304">
<author>jgerrtis</author>
<date>2009-02-24T13:10:27.554156Z</date>
<msg>15-01, X0092, N/A, final requirements fulfilled</msg>
</logentry>
<logentry
revision="303">
<author>jgerrtis</author>
<date>2009-02-23T17:59:43.566798Z</date>
<msg>15-01, N/A, N/A, bug fix - referral process check roles correctly now</msg>
</logentry>
<logentry
revision="302">
<author>jgerrtis</author>
<date>2009-02-23T16:01:29.685672Z</date>
<msg>15-01, N/A, N/A, saving an attribute show appropriate message when a constraint violation occurs</msg>
</logentry>
<logentry
revision="301">
<author>jgerrtis</author>
<date>2009-02-23T15:59:31.649044Z</date>
<msg>15-01, N/A, N/A, attribute field with double-quote (") characters are now valid</msg>
</logentry>
<logentry
revision="300">
<author>jgerrtis</author>
<date>2009-02-23T14:10:41.237263Z</date>
<msg>15-01, N/A, N/A, should have been included in last commit</msg>
</logentry>
<logentry
revision="299">
<author>jgerrtis</author>
<date>2009-02-23T14:05:03.884372Z</date>
<msg>15-01, N/A, N/A, sorting arrows work correctly now</msg>
</logentry>
<logentry
revision="298">
<author>jgerrtis</author>
<date>2009-02-18T15:18:11.921981Z</date>
<msg>15-01, N/A, N/A, fixed label</msg>
</logentry>
<logentry
revision="297">
<author>jgerrtis</author>
<date>2009-02-14T14:10:41.822878Z</date>
<msg>15-01, N/A, N/A, bug fix - unless the user logged in the very day or before his/her password expired, eg. after it expired, the application wouldn't require them to change their password</msg>
</logentry>
<logentry
revision="296">
<author>jgerrtis</author>
<date>2009-02-13T16:41:23.876923Z</date>
<msg>15-01, N/A, N/A, warning message for exports - should have been in release 14-01</msg>
</logentry>
<logentry
revision="295">
<author>jgerrtis</author>
<date>2009-02-13T12:38:40.616379Z</date>
<msg>15-01, N/A, N/A, ssn doesn't show now and password change message won't show for user who log in with their cac card</msg>
</logentry>
<logentry
revision="294">
<author>jgerrtis</author>
<date>2009-02-12T18:25:59.027776Z</date>
<msg>15-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="293">
<author>jgerrtis</author>
<date>2009-02-12T13:32:51.183642Z</date>
<msg>15-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="292">
<author>jgerrtis</author>
<date>2009-02-11T19:40:47.896948Z</date>
<msg>15-01, X0092, N/A, ssn will ALWAYS be hidden except for when a case is entered, bulk-loaded or when the user has permission to modify a user's ssn</msg>
</logentry>
<logentry
revision="291">
<author>jgerrtis</author>
<date>2009-02-11T13:30:37.084897Z</date>
<msg>15-01, X0092, N/A, not only displays full SSNs who have the correct permission</msg>
</logentry>
<logentry
revision="290">
<author>jgerrtis</author>
<date>2009-02-06T19:31:37.567089Z</date>
<msg>15-01, N/A, N/A, more junk tags gone</msg>
</logentry>
<logentry
revision="289">
<author>jgerrtis</author>
<date>2009-02-05T21:13:00.620933Z</date>
<msg>adding some new unit tests</msg>
</logentry>
<logentry
revision="288">
<author>jgerrtis</author>
<date>2009-02-05T18:28:28.872500Z</date>
<msg>modified to automatically run unit tests when doing a build</msg>
</logentry>
<logentry
revision="287">
<author>jgerrtis</author>
<date>2009-02-05T18:05:14.039111Z</date>
<msg>15-01, N/A, N/A, getting rid of some junk code</msg>
</logentry>
<logentry
revision="286">
<author>jgerrtis</author>
<date>2009-02-03T13:13:49.990675Z</date>
<msg>15-01, X0084, N/A, should have been included in last commit</msg>
</logentry>
<logentry
revision="285">
<author>jgerrtis</author>
<date>2009-02-03T13:12:32.049593Z</date>
<msg>disabling tests that don't work or weren't finished</msg>
</logentry>
<logentry
revision="284">
<author>jgerrtis</author>
<date>2009-02-03T13:09:52.264212Z</date>
<msg>15-01, X0084, N/A, visual changes so admin users can see who logs in with their CAC card</msg>
</logentry>
<logentry
revision="283">
<author>jgerrtis</author>
<date>2009-02-02T15:31:09.970173Z</date>
<msg>15-01, X0084, N/A, making minor changes to login.jsp so that message reads better and labeling and links are correct</msg>
</logentry>
<logentry
revision="282">
<author>jgerrtis</author>
<date>2009-02-02T14:07:43.682405Z</date>
<msg>15-01, X0084, N/A, should have been included in last commit</msg>
</logentry>
<logentry
revision="281">
<author>jgerrtis</author>
<date>2009-02-02T13:36:05.494193Z</date>
<msg>15-01, X0084, N/A, SCR pre-testing code complete and some other stuff.</msg>
</logentry>
<logentry
revision="280">
<author>jgerrtis</author>
<date>2009-01-30T20:09:39.580380Z</date>
<msg>N/A, N/A, N/A, should have been part of last commit</msg>
</logentry>
<logentry
revision="279">
<author>jgerrtis</author>
<date>2009-01-30T20:09:11.868423Z</date>
<msg>N/A, N/A, N/A, fixing misspelled class name</msg>
</logentry>
<logentry
revision="277">
<author>jgerrtis</author>
<date>2009-01-30T17:43:23.385601Z</date>
<msg>14-02, X0091, N/A, tiny bit of bug fixing</msg>
</logentry>
<logentry
revision="276">
<author>jgerrtis</author>
<date>2009-01-26T15:32:38.232573Z</date>
<msg>14-02, X0091, N/A, the final mass operations will now meet requirements of 500 transaction completed in less than 5 minutes.</msg>
</logentry>
<logentry
revision="275">
<author>jgerrtis</author>
<date>2009-01-23T18:58:54.583348Z</date>
<msg>14-02, N/A, N/A, fixed a bug that would throw an error when result set was empty.</msg>
</logentry>
<logentry
revision="274">
<author>jgerrtis</author>
<date>2009-01-20T18:25:11.254237Z</date>
<msg>14-02, X0091, N/A, making the code a little more efficient. also including the unit test to make sure i didn't screw up.</msg>
</logentry>
<logentry
revision="273">
<author>jgerrtis</author>
<date>2009-01-16T13:11:39.549292Z</date>
<msg>14-02, N/A, N/A, making the code a little more efficient. also including the unit test to make sure i didn't screw up.</msg>
</logentry>
<logentry
revision="272">
<author>jgerrtis</author>
<date>2009-01-14T21:16:21.980081Z</date>
<msg>minor update to the log config file. this gets replaced in production.</msg>
</logentry>
<logentry
revision="268">
<author>jgerrtis</author>
<date>2008-12-18T19:05:00.120221Z</date>
<msg>14-01, X0049, N/A, date parameters now formatted correctly</msg>
</logentry>
<logentry
revision="267">
<author>jgerrtis</author>
<date>2008-12-17T18:34:25.663302Z</date>
<msg>14-01, X0049, N/A, basic parameters now show on pdf export</msg>
</logentry>
<logentry
revision="266">
<author>jgerrtis</author>
<date>2008-12-16T14:23:29.600806Z</date>
<msg>production reports export as of 15-DEC-2008</msg>
</logentry>
<logentry
revision="265">
<author>jgerrtis</author>
<date>2008-12-16T14:20:14.900155Z</date>
<msg>creating directory to store reports</msg>
</logentry>
<logentry
revision="264">
<author>jgerrtis</author>
<date>2008-12-12T16:36:18.569714Z</date>
<msg>14-01, N/A, N/A, theme fixed</msg>
</logentry>
<logentry
revision="263">
<author>jgerrtis</author>
<date>2008-12-12T16:17:38.531823Z</date>
<msg>14-01, X0049, N/A, dates now showing again on report web page. headers now on csv export.</msg>
</logentry>
<logentry
revision="262">
<author>jgerrtis</author>
<date>2008-12-03T16:53:43.150395Z</date>
<msg>14-01, N/A, N/A, bug fixed. see remedy tickets #545 and #546</msg>
</logentry>
<logentry
revision="260">
<author>jgerrtis</author>
<date>2008-12-03T14:52:28.731482Z</date>
<msg>14-01, N/A, N/A, cleaning up the interface a bit</msg>
</logentry>
<logentry
revision="259">
<author>jgerrtis</author>
<date>2008-12-03T14:12:34.503778Z</date>
<msg>14-01, N/A, N/A, bug fixed. see remedy ticket #000547</msg>
</logentry>
<logentry
revision="258">
<author>jgerrtis</author>
<date>2008-12-02T14:42:54.461408Z</date>
<msg>14-01, X0049, N/A, export option for excel removed since it works the same as CSV. added pdf export option for readonly only option.</msg>
</logentry>
<logentry
revision="257">
<author>jgerrtis</author>
<date>2008-11-28T16:50:35.099057Z</date>
<msg>14-01, X0049, N/A, export links should point to correct url. csv export now includes file extension</msg>
</logentry>
<logentry
revision="256">
<author>jgerrtis</author>
<date>2008-11-28T13:52:43.286828Z</date>
<msg>14-01, X0049, N/A, export links are available at the top AND bottom of report. export links now open in a new window.</msg>
</logentry>
<logentry
revision="254">
<author>jgerrtis</author>
<date>2008-11-25T19:53:00.816695Z</date>
<msg>13-01, N/A, N/A, BUG FIX</msg>
</logentry>
<logentry
revision="253">
<author>jgerrtis</author>
<date>2008-11-24T18:17:37.211449Z</date>
<msg>14-01, X0049, N/A, added code that would strip html from report results so that it doesn't end up in export</msg>
</logentry>
<logentry
revision="252">
<author>jgerrtis</author>
<date>2008-11-22T16:57:23.909084Z</date>
<msg>14-01, X0077, N/A, code complete for SCR pending test</msg>
</logentry>
<logentry
revision="251">
<author>jgerrtis</author>
<date>2008-11-22T16:54:57.312814Z</date>
<msg>file no longer needed</msg>
</logentry>
<logentry
revision="250">
<author>jgerrtis</author>
<date>2008-11-22T16:52:08.714967Z</date>
<msg>14-01, X0049, N/A, code complete for SCR pending test</msg>
</logentry>
<logentry
revision="248">
<author>jgerrtis</author>
<date>2008-11-21T13:22:26.435912Z</date>
<msg>13-01 - files that were missed on a previous commit</msg>
</logentry>
<logentry
revision="247">
<author>jgerrtis</author>
<date>2008-11-21T12:40:05.057679Z</date>
<msg>13-01, BUG FIX - case types not filling dropdown when navigating to other org</msg>
</logentry>
<logentry
revision="246">
<author>jgerrtis</author>
<date>2008-11-21T12:35:17.192332Z</date>
<msg>13-01 - removing file that's not needed</msg>
</logentry>
<logentry
revision="245">
<author>jgerrtis</author>
<date>2008-11-21T12:32:18.160671Z</date>
<msg>13-01, BUG FIX - moving fix to trunk</msg>
</logentry>
<logentry
revision="240">
<author>jgerrtis</author>
<date>2008-11-14T20:37:09.125423Z</date>
<msg>final bug fixes before official release</msg>
</logentry>
<logentry
revision="239">
<author>jgerrtis</author>
<date>2008-11-05T19:05:25.243532Z</date>
<msg>13-01 - FINAL BUG FIXES - TO BE RELEASED ON 2008-11-06</msg>
</logentry>
<logentry
revision="235">
<author>jgerrtis</author>
<date>2008-10-29T14:36:51.846262Z</date>
<msg>13-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="234">
<author>jgerrtis</author>
<date>2008-10-17T16:49:50.143685Z</date>
<msg>13-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="232">
<author>jgerrtis</author>
<date>2008-10-07T14:33:35.237438Z</date>
<msg>13-01, X0090, N/A, bug fix</msg>
</logentry>
<logentry
revision="231">
<author>jgerrtis</author>
<date>2008-10-07T13:16:27.930991Z</date>
<msg>13-01, X0090, N/A, bug fix</msg>
</logentry>
<logentry
revision="230">
<author>jgerrtis</author>
<date>2008-10-03T19:29:25.822206Z</date>
<msg>13-01, X0083, N/A, final bug fixes before customer testing</msg>
</logentry>
<logentry
revision="229">
<author>jgerrtis</author>
<date>2008-10-03T17:33:28.838333Z</date>
<msg>13-01, X0083, N/A, bug fixes</msg>
</logentry>
<logentry
revision="228">
<author>jgerrtis</author>
<date>2008-10-03T14:35:37.542487Z</date>
<msg>13-01, X0083, N/A, this should have been in the last commit</msg>
</logentry>
<logentry
revision="227">
<author>jgerrtis</author>
<date>2008-10-03T14:06:15.170302Z</date>
<msg>13-01, X0083, N/A, member and case attributes can now be modified</msg>
</logentry>
<logentry
revision="226">
<author>jgerrtis</author>
<date>2008-10-01T14:22:37.944208Z</date>
<msg>13-01, X0090, N/A, small change regarding the choice of "working org"</msg>
</logentry>
<logentry
revision="225">
<author>jgerrtis</author>
<date>2008-10-01T14:12:13.958474Z</date>
<msg>13-01, X0083, N/A, back-end code for case type screens</msg>
</logentry>
<logentry
revision="224">
<author>jgerrtis</author>
<date>2008-09-30T13:33:22.063670Z</date>
<msg>13-01, X0083, N/A, most of necessary javascript is complete for creating case type screens</msg>
</logentry>
<logentry
revision="223">
<author>jgerrtis</author>
<date>2008-09-24T18:12:29.130352Z</date>
<msg>13-01, X0083, N/A, customer can now modify Attributes and their options</msg>
</logentry>
<logentry
revision="222">
<author>jgerrtis</author>
<date>2008-09-16T16:17:00.343372Z</date>
<msg>13-01, X0090, N/A, small piece of code missing related to security</msg>
</logentry>
<logentry
revision="221">
<author>jgerrtis</author>
<date>2008-09-12T19:17:55.613529Z</date>
<msg>13-01, X0090, N/A, hopefully, final piece to scr90</msg>
</logentry>
<logentry
revision="220">
<author>jgerrtis</author>
<date>2008-09-12T14:09:02.574729Z</date>
<msg>13-01, X0090, N/A, minor change making login process a little more streamlined for the user</msg>
</logentry>
<logentry
revision="219">
<author>jgerrtis</author>
<date>2008-09-12T13:13:08.859783Z</date>
<msg>13-01, X0090, N/A, changes related to SCR 90 - fixing bugs found in testing</msg>
</logentry>
<logentry
revision="218">
<author>jgerrtis</author>
<date>2008-09-11T17:06:53.281240Z</date>
<msg>13-01, X0090, N/A, changes related to SCR 90</msg>
</logentry>
<logentry
revision="217">
<author>jgerrtis</author>
<date>2008-09-10T16:59:46.020137Z</date>
<msg>13-01, X0090, N/A, removed the bypass if the user has admin permission</msg>
</logentry>
<logentry
revision="216">
<author>jgerrtis</author>
<date>2008-09-10T12:34:06.715326Z</date>
<msg>13-01, X0090, N/A, changes related to SCR 90</msg>
</logentry>
<logentry
revision="215">
<author>jgerrtis</author>
<date>2008-09-09T18:15:40.068093Z</date>
<msg>13-01, X0090, N/A, changes related to SCRs 90 and 83</msg>
</logentry>
<logentry
revision="214">
<author>jgerrtis</author>
<date>2008-09-05T14:44:14.111809Z</date>
<msg>13-01, X0090, N/A, graphs should now show seperate data by host</msg>
</logentry>
<logentry
revision="213">
<author>jgerrtis</author>
<date>2008-09-05T13:39:20.973280Z</date>
<msg>BUG FIX - had to check for empty list of case types before checking for listable attributes</msg>
</logentry>
<logentry
revision="212">
<author>jgerrtis</author>
<date>2008-09-02T15:48:46.982790Z</date>
<msg>13-01, X0090, N/A, forgot to move file in last commit</msg>
</logentry>
<logentry
revision="211">
<author>jgerrtis</author>
<date>2008-09-02T13:53:58.906634Z</date>
<msg>13-01, X0090, N/A, should fulfill all requirements for SCR 90</msg>
</logentry>
<logentry
revision="210">
<author>jgerrtis</author>
<date>2008-08-28T18:51:36.501985Z</date>
<msg>13-01, X0083, N/A, First steps in modification of case types</msg>
</logentry>
<logentry
revision="208">
<author>jgerrtis</author>
<date>2008-08-25T14:48:16.921921Z</date>
<msg>12-01, N/A, N/A, final changes based on email from customer</msg>
</logentry>
<logentry
revision="207">
<author>jgerrtis</author>
<date>2008-08-22T17:17:18.600382Z</date>
<msg>12-01, X0078, N/A, bug found by customer</msg>
</logentry>
<logentry
revision="206">
<author>jgerrtis</author>
<date>2008-08-22T16:33:23.755001Z</date>
<msg>12-01, X0078, N/A, bug found by customer. password expiration code now looks at last changed date as well as password expiration date</msg>
</logentry>
<logentry
revision="205">
<author>jgerrtis</author>
<date>2008-08-21T20:17:50.788718Z</date>
<msg>12-01, X0078, N/A, last pieces of scr</msg>
</logentry>
<logentry
revision="204">
<author>jgerrtis</author>
<date>2008-08-21T18:33:00.455967Z</date>
<msg>11-02, N/A, N/A, fixing bug that should bypass validation for system generated cases</msg>
</logentry>
<logentry
revision="203">
<author>jgerrtis</author>
<date>2008-08-20T20:14:58.172485Z</date>
<msg>12-01, X0078, N/A, should cover all requirements related to SCR</msg>
</logentry>
<logentry
revision="201">
<author>jgerrtis</author>
<date>2008-08-20T17:40:34.875471Z</date>
<msg>11-02, N/A, N/A, final bug fixes</msg>
</logentry>
<logentry
revision="200">
<author>jgerrtis</author>
<date>2008-08-18T18:21:45.603960Z</date>
<msg>11-02, N/A, N/A, fixing bug in bulk load process</msg>
</logentry>
<logentry
revision="199">
<author>jgerrtis</author>
<date>2008-08-15T12:55:23.454371Z</date>
<msg>11-02, N/A, N/A, fulfilling request from customer</msg>
</logentry>
<logentry
revision="198">
<author>jgerrtis</author>
<date>2008-08-14T19:19:48.776876Z</date>
<msg>11-02, N/A, N/A, email template legend updated to list common attributes for organization</msg>
</logentry>
<logentry
revision="196">
<author>jgerrtis</author>
<date>2008-08-13T14:45:45.019084Z</date>
<msg>11-02, X0088, N/A, removing unneeded report parameters</msg>
</logentry>
<logentry
revision="195">
<author>jgerrtis</author>
<date>2008-08-12T13:17:49.502257Z</date>
<msg>11-02, N/A, N/A, forgot to remove no-longer-needed code</msg>
</logentry>
<logentry
revision="194">
<author>jgerrtis</author>
<date>2008-08-08T15:47:21.159550Z</date>
<msg>11-02, X0088, N/A, backend changes to interface process</msg>
</logentry>
<logentry
revision="193">
<author>jgerrtis</author>
<date>2008-08-08T12:19:12.008053Z</date>
<msg>11-02, X0088, N/A, updates for interface process admin screen</msg>
</logentry>
<logentry
revision="192">
<author>jgerrtis</author>
<date>2008-08-06T19:44:04.429054Z</date>
<msg>11-02, X0088, N/A, attributes can now be disabled</msg>
</logentry>
<logentry
revision="190">
<author>jgerrtis</author>
<date>2008-08-06T19:39:37.663944Z</date>
<msg>11-01, N/A, N/A, parser related changes</msg>
</logentry>
<logentry
revision="189">
<author>jgerrtis</author>
<date>2008-08-06T12:29:18.965364Z</date>
<msg>11-01, N/A, N/A, parser related changes</msg>
</logentry>
<logentry
revision="188">
<author>jgerrtis</author>
<date>2008-07-31T13:12:42.449046Z</date>
<msg>11-01, N/A, N/A, missed on last commit</msg>
</logentry>
<logentry
revision="187">
<author>jgerrtis</author>
<date>2008-07-31T13:12:25.540998Z</date>
<msg>11-01, N/A, N/A, bug fix: better version of marking cases as read</msg>
</logentry>
<logentry
revision="186">
<author>jgerrtis</author>
<date>2008-07-30T20:15:15.754926Z</date>
<msg>11-01, N/A, N/A, bug fix: cases not being marked as 'read' after case is viewed.</msg>
</logentry>
<logentry
revision="185">
<author>jgerrtis</author>
<date>2008-07-30T18:41:45.243403Z</date>
<msg>11-01, N/A, N/A, bug fix: attachment link not being created when attachment is created. cases not being marked as 'read' after case is viewed.</msg>
</logentry>
<logentry
revision="184">
<author>jgerrtis</author>
<date>2008-07-30T13:30:39.371351Z</date>
<msg>11-02, X0088, N/A, moving sql that was committed without and scr. now that the scr was created, moving it to the appropriately named file.</msg>
</logentry>
<logentry
revision="183">
<author>jgerrtis</author>
<date>2008-07-29T19:30:31.734362Z</date>
<msg>11-02, X0085, N/A, fixed</msg>
</logentry>
<logentry
revision="180">
<author>jgerrtis</author>
<date>2008-07-28T18:33:19.994489Z</date>
<msg>11-01, N/A, N/A, bug fix: adsn's were being removed from cases where they were manually entered.</msg>
</logentry>
<logentry
revision="179">
<author>jgerrtis</author>
<date>2008-07-24T18:51:40.528830Z</date>
<msg>11-02, N/A, N/A, these are changes related to what was going to be part of 11-01 but were pulled because they were added to late. an SCR will be created shortly.</msg>
</logentry>
<logentry
revision="177">
<author>jgerrtis</author>
<date>2008-07-24T14:14:34.067468Z</date>
<msg>11-01, N/A, N/A, oops, something i forgot to put back in</msg>
</logentry>
<logentry
revision="175">
<author>jgerrtis</author>
<date>2008-07-23T12:36:58.960625Z</date>
<msg>11-01, N/A, N/A, bug fix: need better checking of permissions when modifying a user</msg>
</logentry>
<logentry
revision="174">
<author>jgerrtis</author>
<date>2008-07-17T15:22:58.171231Z</date>
<msg>11-01, N/A, N/A, bug fix: error thrown when user tried to do a mass operation</msg>
</logentry>
<logentry
revision="173">
<author>jgerrtis</author>
<date>2008-07-15T12:56:13.352219Z</date>
<msg>11-01, X0080, N/A, missed something</msg>
</logentry>
<logentry
revision="172">
<author>jgerrtis</author>
<date>2008-07-15T12:36:47.139872Z</date>
<msg>11-01, N/A, N/A, missed in last commit</msg>
</logentry>
<logentry
revision="171">
<author>jgerrtis</author>
<date>2008-07-14T20:25:52.223371Z</date>
<msg>11-01, N/A, N/A, updated due to request by customer</msg>
</logentry>
<logentry
revision="170">
<author>jgerrtis</author>
<date>2008-07-14T20:10:29.438387Z</date>
<msg>11-01, X0080, N/A, changes related to report and consent banner</msg>
</logentry>
<logentry
revision="169">
<author>jgerrtis</author>
<date>2008-07-09T19:00:47.736336Z</date>
<msg>11-01, X0080, N/A, updated constraint</msg>
</logentry>
<logentry
revision="168">
<author>jgerrtis</author>
<date>2008-07-08T11:42:34.237516Z</date>
<msg>11-01, N/A, N/A, slight font size adjustment to warning screen</msg>
</logentry>
<logentry
revision="167">
<author>jgerrtis</author>
<date>2008-07-07T14:56:12.210803Z</date>
<msg>11-01, N/A, N/A, numerous bugs fixed that were found in testing</msg>
</logentry>
<logentry
revision="166">
<author>jgerrtis</author>
<date>2008-07-03T19:11:37.414299Z</date>
<msg>11-01, X0080, N/A, bug fix: when saving user, app redirects properly to detail page</msg>
</logentry>
<logentry
revision="165">
<author>jgerrtis</author>
<date>2008-07-02T17:01:51.933934Z</date>
<msg>updating log config file so that the log files are smaller so they are more manageable</msg>
</logentry>
<logentry
revision="164">
<author>jgerrtis</author>
<date>2008-07-02T15:16:25.735298Z</date>
<msg>11-01, X0080, N/A, fixed errors in sql</msg>
</logentry>
<logentry
revision="163">
<author>jgerrtis</author>
<date>2008-07-01T20:20:25.203971Z</date>
<msg>11-01, X0080, N/A, case fields can now be hidden by case type. other code changes were made to streamline the save case process.</msg>
</logentry>
<logentry
revision="162">
<author>jgerrtis</author>
<date>2008-06-30T14:28:27.943282Z</date>
<msg>11-01, X0080, N/A, case action rule portion of SCR completed</msg>
</logentry>
<logentry
revision="161">
<author>jgerrtis</author>
<date>2008-06-25T17:51:42.934488Z</date>
<msg>11-01, X0080, N/A, case history data can now be post-filled before case saved</msg>
</logentry>
<logentry
revision="160">
<author>jgerrtis</author>
<date>2008-06-20T15:52:48.193950Z</date>
<msg>11-01, X0080, N/A, case history data can now be prefilled on case creation</msg>
</logentry>
<logentry
revision="159">
<author>jgerrtis</author>
<date>2008-06-12T19:50:37.714943Z</date>
<msg>11-01, X0080, N/A, case attributes can now have defaults for a given case type</msg>
</logentry>
<logentry
revision="158">
<author>jgerrtis</author>
<date>2008-06-12T12:05:02.115682Z</date>
<msg>11-01, N/A, N/A, validation and better exception handling</msg>
</logentry>
<logentry
revision="157">
<author>jgerrtis</author>
<date>2008-06-11T20:13:40.455747Z</date>
<msg>11-01, N/A, N/A, minor change to last commit</msg>
</logentry>
<logentry
revision="156">
<author>jgerrtis</author>
<date>2008-06-11T20:09:55.215902Z</date>
<msg>11-01, N/A, N/A, streamline the adding and removal of user roles</msg>
</logentry>
<logentry
revision="154">
<author>jgerrtis</author>
<date>2008-06-09T20:05:53.163907Z</date>
<msg>11-01, X0081, N/A, email functions work according to SCR</msg>
</logentry>
<logentry
revision="153">
<author>jgerrtis</author>
<date>2008-06-09T18:02:43.342282Z</date>
<msg>more changes merged from the 10-02 branch</msg>
</logentry>
<logentry
revision="151">
<author>jgerrtis</author>
<date>2008-06-09T15:59:56.450834Z</date>
<msg>this is an artifact created by the IDE. not needed for deployment</msg>
</logentry>
<logentry
revision="150">
<author>jgerrtis</author>
<date>2008-06-09T15:49:29.658869Z</date>
<msg>11-01, X0082, N/A, new USG warning message</msg>
</logentry>
<logentry
revision="149">
<author>jgerrtis</author>
<date>2008-06-09T13:54:40.409887Z</date>
<msg>more changes merged from the 10-02 branch</msg>
</logentry>
<logentry
revision="147">
<author>jgerrtis</author>
<date>2008-06-06T19:46:40.888660Z</date>
<msg>changes merged from the 10-02 branch</msg>
</logentry>
<logentry
revision="140">
<author>jgerrtis</author>
<date>2008-05-30T17:43:57.851673Z</date>
<msg>11-01, X0063, N/A, result of merge with AdminEmailTemplateController branch</msg>
</logentry>
<logentry
revision="139">
<author>jgerrtis</author>
<date>2008-05-30T16:59:36.554395Z</date>
<msg>11-01, X0081, N/A, result of merge with AdminEmailTemplateController branch</msg>
</logentry>
<logentry
revision="138">
<author>jgerrtis</author>
<date>2008-05-29T19:58:59.429516Z</date>
<msg>11-01, X0080, N/A, case data can now be marked as "required on action complete"</msg>
</logentry>
<logentry
revision="137">
<author>jgerrtis</author>
<date>2008-05-28T18:53:01.081391Z</date>
<msg>10-01, X0051 and X0080, N/A, data parameters now have a pop-up calendar to choose dates from</msg>
</logentry>
<logentry
revision="136">
<author>jgerrtis</author>
<date>2008-05-28T17:10:34.105633Z</date>
<msg>bug fix: user search list didn't have correct link. addrole page didn't have list of roles if user didn't go directly to the org view page.</msg>
</logentry>
<logentry
revision="135">
<author>jgerrtis</author>
<date>2008-05-28T13:09:30.534635Z</date>
<msg>bug fix: delete email template process didn't actually delete an email template</msg>
</logentry>
<logentry
revision="134">
<author>jgerrtis</author>
<date>2008-05-28T13:07:28.476686Z</date>
<msg>fixed a bug where you could only have one email template per organization</msg>
</logentry>
<logentry
revision="132">
<author>jgerrtis</author>
<date>2008-05-23T18:57:19.566147Z</date>
<msg>this should have been deleted a few commits ago</msg>
</logentry>
<logentry
revision="128">
<author>jgerrtis</author>
<date>2008-05-19T16:56:01.146397Z</date>
<msg>these should have been deleted on the last commit</msg>
</logentry>
<logentry
revision="127">
<author>jgerrtis</author>
<date>2008-05-19T14:36:41.698457Z</date>
<msg>10-02, X0079, N/A, last piece of 79 finished</msg>
</logentry>
<logentry
revision="126">
<author>jgerrtis</author>
<date>2008-05-16T12:29:59.027873Z</date>
<msg>changes related to upcoming scr that will be added to the 10-02 release</msg>
</logentry>
<logentry
revision="125">
<author>jgerrtis</author>
<date>2008-05-15T19:55:11.973385Z</date>
<msg>cleaning up code and making it easier to maintain</msg>
</logentry>
<logentry
revision="124">
<author>jgerrtis</author>
<date>2008-05-15T18:21:24.174174Z</date>
<msg>servlet didn't redirect to login page when user session timed out</msg>
</logentry>
<logentry
revision="123">
<author>jgerrtis</author>
<date>2008-05-14T19:34:48.008899Z</date>
<msg>10-02, X0075, N/A, more view files that needed to have permission tags wrapped around action links</msg>
</logentry>
<logentry
revision="122">
<author>jgerrtis</author>
<date>2008-05-14T19:27:53.732928Z</date>
<msg>results of merge for 10-01A bug fix release</msg>
</logentry>
<logentry
revision="119">
<author>jgerrtis</author>
<date>2008-05-13T14:21:31.674370Z</date>
<msg>bugfix: when a user is archived, the 'modified by' and 'modified when' fields were not properly updated</msg>
</logentry>
<logentry
revision="117">
<author>jgerrtis</author>
<date>2008-05-08T18:51:17.377162Z</date>
<msg>final bug fix for release 10-01</msg>
</logentry>
<logentry
revision="112">
<author>jgerrtis</author>
<date>2008-05-05T16:33:55.631696Z</date>
<msg>10-02, X0075 and X0076, N/A, consolidating some code to remove duplication</msg>
</logentry>
<logentry
revision="111">
<author>jgerrtis</author>
<date>2008-05-05T13:31:02.480491Z</date>
<msg>code cleanup</msg>
</logentry>
<logentry
revision="110">
<author>jgerrtis</author>
<date>2008-05-05T13:28:04.488898Z</date>
<msg>code cleanup</msg>
</logentry>
<logentry
revision="109">
<author>jgerrtis</author>
<date>2008-05-01T19:52:59.141229Z</date>
<msg>removing unused code</msg>
</logentry>
<logentry
revision="108">
<author>jgerrtis</author>
<date>2008-05-01T19:21:34.954858Z</date>
<msg>10-02, X0075 and X0076, N/A, all code updates for 75 and 76 as well as code cleanup</msg>
</logentry>
<logentry
revision="106">
<author>jgerrtis</author>
<date>2008-05-01T18:38:42.244861Z</date>
<msg>Updating session timeout to 25 minutes</msg>
</logentry>
<logentry
revision="105">
<author>jgerrtis</author>
<date>2008-05-01T12:40:35.054588Z</date>
<msg>BUGFIX - mass close button wasn't being showed when viewing Action Completed cases even though the user had permission to</msg>
</logentry>
<logentry
revision="104">
<author>jgerrtis</author>
<date>2008-04-28T18:59:29.285035Z</date>
<msg>updating error text to be more appropriate</msg>
</logentry>
<logentry
revision="103">
<author>jgerrtis</author>
<date>2008-04-28T18:35:30.823606Z</date>
<msg>fixing the text on the page</msg>
</logentry>
<logentry
revision="102">
<author>jgerrtis</author>
<date>2008-04-28T14:17:39.166715Z</date>
<msg>BUGFIX - bug when trying to add new sub-organization</msg>
</logentry>
<logentry
revision="101">
<author>jgerrtis</author>
<date>2008-04-25T17:10:02.810725Z</date>
<msg>SCRX0074 - transferring users that were supposed to be just archived</msg>
</logentry>
<logentry
revision="100">
<author>jgerrtis</author>
<date>2008-04-24T18:24:45.469465Z</date>
<msg>BUGFIX - after the first user has a role added, subsequent additions point to the first user instead of selected user.</msg>
</logentry>
<logentry
revision="99">
<author>jgerrtis</author>
<date>2008-04-22T19:45:02.024081Z</date>
<msg>SCR-X0074 - archiver no longer modifies "permanent" users. also, archiver makes sure users in "Archived Users" organization are properly archived.</msg>
</logentry>
<logentry
revision="98">
<author>jgerrtis</author>
<date>2008-04-18T18:19:45.912972Z</date>
<msg>SCR-X0074 - the process should not archive users where last accesses is latest and within 90 days.</msg>
</logentry>
<logentry
revision="97">
<author>jgerrtis</author>
<date>2008-04-18T18:19:17.877175Z</date>
<msg>SCR-X0074 - the process should not archive users where last accesses is latest and within 90 days.</msg>
</logentry>
<logentry
revision="96">
<author>jgerrtis</author>
<date>2008-04-17T17:48:32.219139Z</date>
<msg>removing code that should have been deleted a long time ago</msg>
</logentry>
<logentry
revision="95">
<author>jgerrtis</author>
<date>2008-04-17T17:26:13.849427Z</date>
<msg>fixed permission problem</msg>
</logentry>
<logentry
revision="94">
<author>jgerrtis</author>
<date>2008-04-11T16:16:20.127743Z</date>
<msg>10-01, X0060, N/A, sorting not properly removing multiple TD sorts</msg>
</logentry>
<logentry
revision="93">
<author>jgerrtis</author>
<date>2008-04-11T11:20:01.163330Z</date>
<msg>10-01, X0053, N/A, edge case bug. when an organization is modified or added by an admin the user had to log out and back in to see updates. now all they have to do is click the refresh link on the home page.</msg>
</logentry>
<logentry
revision="92">
<author>jgerrtis</author>
<date>2008-04-10T19:03:49.347042Z</date>
<msg>10-01, X0053, N/A, edge case bug. when an organization is modified or added by an admin the user had to log out and back in to see updates. now all they have to do is click the refresh link on the home page.</msg>
</logentry>
<logentry
revision="91">
<author>jgerrtis</author>
<date>2008-04-10T17:31:24.619655Z</date>
<msg>10-01, X0053, N/A, customer added requirement to have ADSN a required field for an organization</msg>
</logentry>
<logentry
revision="90">
<author>jgerrtis</author>
<date>2008-04-09T15:20:14.099336Z</date>
<msg>10-01, X0074, N/A, fixed bug where data range was backwards</msg>
</logentry>
<logentry
revision="89">
<author>jgerrtis</author>
<date>2008-04-08T19:04:19.242881Z</date>
<msg>10-01, X0053, N/A, missed this file</msg>
</logentry>
<logentry
revision="88">
<author>jgerrtis</author>
<date>2008-04-08T18:42:39.405624Z</date>
<msg>10-01, X0053, N/A, updated to include 6 place adsn's</msg>
</logentry>
<logentry
revision="87">
<author>jgerrtis</author>
<date>2008-04-04T16:53:32.048027Z</date>
<msg>only run the email cron job every 15 minutes instead of every minute</msg>
</logentry>
<logentry
revision="86">
<author>jgerrtis</author>
<date>2008-04-04T16:52:01.510235Z</date>
<msg>10-01, 74, N/A - query should not query for user that are already in 'Archived Users' organization</msg>
</logentry>
<logentry
revision="84">
<author>jgerrtis</author>
<date>2008-04-03T17:29:55.166381Z</date>
<msg>renaming because there will be an upcoming SCR that will merge the parsing function into this subproject</msg>
</logentry>
<logentry
revision="83">
<author>jgerrtis</author>
<date>2008-04-03T12:25:47.866729Z</date>
<msg>10-01, X0053, N/A, added checking to bulk load process</msg>
</logentry>
<logentry
revision="82">
<author>jgerrtis</author>
<date>2008-04-02T17:16:18.188346Z</date>
<msg>this should have been part of the last commit</msg>
</logentry>
<logentry
revision="81">
<author>jgerrtis</author>
<date>2008-04-02T17:09:20.095611Z</date>
<msg>renaming because there will be an upcoming SCR that will merge the parsing function into this subproject</msg>
</logentry>
<logentry
revision="80">
<author>jgerrtis</author>
<date>2008-04-02T17:07:57.106765Z</date>
<msg>renaming because there will be an upcoming SCR that will merge the parsing function into this subproject</msg>
</logentry>
<logentry
revision="79">
<author>jgerrtis</author>
<date>2008-04-02T17:04:27.490400Z</date>
<msg>10-01, X0053, N/A, final pieces of release 10-01 should now be finished.</msg>
</logentry>
<logentry
revision="78">
<author>jgerrtis</author>
<date>2008-03-28T18:53:06.758719Z</date>
<msg>this should have been part of the last commit</msg>
</logentry>
<logentry
revision="77">
<author>jgerrtis</author>
<date>2008-03-28T18:52:35.787835Z</date>
<msg>10-01, X0038, N/A, code complete</msg>
</logentry>
<logentry
revision="76">
<author>jgerrtis</author>
<date>2008-03-28T14:23:10.694224Z</date>
<msg>BUG FIX - fixes obscure error that happens during organization merge when the "no longer needed" organization gets deleted</msg>
</logentry>
<logentry
revision="75">
<author>jgerrtis</author>
<date>2008-03-28T11:09:41.334070Z</date>
<msg>version that belongs in dev environment. all others build off this one.</msg>
</logentry>
<logentry
revision="74">
<author>jgerrtis</author>
<date>2008-03-27T19:54:57.568037Z</date>
<msg>defaults for dev and test environments</msg>
</logentry>
<logentry
revision="73">
<author>jgerrtis</author>
<date>2008-03-27T19:34:17.434244Z</date>
<msg>10-01, X0074, N/A, minute changes to mailer as well as working code for scr 74</msg>
</logentry>
<logentry
revision="72">
<author>jgerrtis</author>
<date>2008-03-26T12:21:01.125150Z</date>
<msg>10-01, X0074, N/A, finished migrating the mailer from main application to seperate build</msg>
</logentry>
<logentry
revision="68">
<author>jgerrtis</author>
<date>2008-03-25T14:55:05.242197Z</date>
<msg>BUG FIX - now checks for pre-existing referral constraints that would otherwise fail database constraints</msg>
</logentry>
<logentry
revision="67">
<author>jgerrtis</author>
<date>2008-03-25T11:38:26.101161Z</date>
<msg>BUG FIX - after converting to Annotation based Hibernate, forgot to change property name</msg>
</logentry>
<logentry
revision="66">
<author>jgerrtis</author>
<date>2008-03-24T18:22:24.190161Z</date>
<msg>accidently added</msg>
</logentry>
<logentry
revision="65">
<author>jgerrtis</author>
<date>2008-03-24T18:17:31.579477Z</date>
<msg>Initial import.</msg>
</logentry>
<logentry
revision="64">
<author>jgerrtis</author>
<date>2008-03-24T18:12:01.848787Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="63">
<author>jgerrtis</author>
<date>2008-03-24T17:15:11.054470Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="62">
<author>jgerrtis</author>
<date>2008-03-24T17:15:00.559122Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="61">
<author>jgerrtis</author>
<date>2008-03-24T17:14:46.032034Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="60">
<author>jgerrtis</author>
<date>2008-03-24T17:14:27.703391Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="59">
<author>jgerrtis</author>
<date>2008-03-24T17:14:15.053747Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="58">
<author>jgerrtis</author>
<date>2008-03-24T17:14:02.569618Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="57">
<author>jgerrtis</author>
<date>2008-03-24T17:13:50.217244Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="56">
<author>jgerrtis</author>
<date>2008-03-24T17:13:34.213987Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="55">
<author>jgerrtis</author>
<date>2008-03-24T17:12:23.909902Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="54">
<author>jgerrtis</author>
<date>2008-03-24T16:18:53.368456Z</date>
<msg>10-01, X0053, N/A, moving actions file here as well as updating path</msg>
</logentry>
<logentry
revision="53">
<author>jgerrtis</author>
<date>2008-03-24T14:36:00.569488Z</date>
<msg>10-01, X0053, N/A, messages tag wasn't added</msg>
</logentry>
<logentry
revision="52">
<author>jgerrtis</author>
<date>2008-03-21T16:31:37.110212Z</date>
<msg>10-01, X0060, N/A, all requirements for SCR 60 should be complete</msg>
</logentry>
<logentry
revision="51">
<author>jgerrtis</author>
<date>2008-03-21T13:01:39.273166Z</date>
<msg>10-01, N/A, N/A, updating the version class to reflect next release</msg>
</logentry>
<logentry
revision="50">
<author>jgerrtis</author>
<date>2008-03-20T17:50:42.975631Z</date>
<msg>10-01, X0053, N/A, all requirements for SCR 53 should be complete</msg>
</logentry>
<logentry
revision="48">
<author>jgerrtis</author>
<date>2008-03-19T14:16:08.572324Z</date>
<msg>0901, X0054, N/A, this should make merging organizations more efficient. also added warning and stats to org delete screen.</msg>
</logentry>
<logentry
revision="47">
<author>jgerrtis</author>
<date>2008-03-18T19:04:04.461758Z</date>
<msg>0901, X0054, N/A, now migrates child organizations</msg>
</logentry>
<logentry
revision="46">
<author>jgerrtis</author>
<date>2008-03-18T18:14:52.537755Z</date>
<msg>0901, X0054, N/A, now checks for preexisting userroles</msg>
</logentry>
<logentry
revision="45">
<author>jgerrtis</author>
<date>2008-03-18T17:19:07.033045Z</date>
<msg>no need to keep these files. each production deployment has local copies.</msg>
</logentry>
<logentry
revision="44">
<author>jgerrtis</author>
<date>2008-03-18T16:04:02.929611Z</date>
<msg>0901, X0054, N/A, missed adding user roles to the objects that need to be migrated when an object is merged</msg>
</logentry>
<logentry
revision="43">
<author>jgerrtis</author>
<date>2008-03-17T19:23:49.694581Z</date>
<msg>I'm making this change because it's what we use for dev and test. A local copy is kept on the production servers so it's more convenient for us to just keep track of the dev/test version.</msg>
</logentry>
<logentry
revision="42">
<author>jgerrtis</author>
<date>2008-03-17T18:20:27.255086Z</date>
<msg>0901, X0054, N/A, when organization fails to be deleted, requirements state user should be given to archive organization.</msg>
</logentry>
<logentry
revision="41">
<author>jgerrtis</author>
<date>2008-03-17T17:29:06.873517Z</date>
<msg>0901, X0069, N/A, added other dates to user view</msg>
</logentry>
<logentry
revision="40">
<author>jgerrtis</author>
<date>2008-03-17T17:16:27.098993Z</date>
<msg>0901, N/A, N/A, this (hopefully) takes care of remedy tickets 410 and 470</msg>
</logentry>
<logentry
revision="39">
<author>jgerrtis</author>
<date>2008-03-14T19:28:42.006443Z</date>
<msg>0901, X0054, N/A, organizations can now be merged</msg>
</logentry>
<logentry
revision="38">
<author>jgerrtis</author>
<date>2008-03-12T19:04:28.002665Z</date>
<msg>0901, X0069, N/A, fixed html validation error</msg>
</logentry>
<logentry
revision="37">
<author>jgerrtis</author>
<date>2008-03-12T14:06:44.520516Z</date>
<msg>0901, X0069, N/A, customer requested the ability to view archived on and restored on dates. also made viewing of screens a little easier by adding icons instead of true/false text</msg>
</logentry>
<logentry
revision="36">
<author>jgerrtis</author>
<date>2008-03-07T20:41:46.209021Z</date>
<msg>0901, X0054, N/A, organizations can now be moved</msg>
</logentry>
<logentry
revision="35">
<author>jgerrtis</author>
<date>2008-03-05T20:25:10.594202Z</date>
<msg>0901, X0069, N/A, SCR 69 should now be completed</msg>
</logentry>
<logentry
revision="34">
<author>jgerrtis</author>
<date>2008-03-05T14:46:21.882410Z</date>
<msg>0901, X0054, N/A, final details regarding the archival of organizations</msg>
</logentry>
<logentry
revision="32">
<author>nweinrich</author>
<date>2008-03-04T18:48:08.292967Z</date>
<msg>0802, X0073, N/A, result of merge from scr 73 branch and trunk</msg>
</logentry>
<logentry
revision="30">
<author>jgerrtis</author>
<date>2008-02-29T20:36:25.613270Z</date>
<msg>0901, X0054, N/A, organizations can be archived and deleted now</msg>
</logentry>
<logentry
revision="29">
<author>jgerrtis</author>
<date>2008-02-28T20:40:50.580813Z</date>
<msg>0901, X0054, N/A, after a little testing these needed to be changed as well</msg>
</logentry>
<logentry
revision="28">
<author>jgerrtis</author>
<date>2008-02-28T20:29:21.173951Z</date>
<msg>0901, X0054, N/A, stuff I missed on the last commit</msg>
</logentry>
<logentry
revision="27">
<author>jgerrtis</author>
<date>2008-02-28T20:25:09.968895Z</date>
<msg>0901, X0054, N/A, Preliminary work for deleting organizations</msg>
</logentry>
<logentry
revision="26">
<author>jgerrtis</author>
<date>2008-02-26T15:54:23.207997Z</date>
<msg>0802, X0054, N/A, User portion of 54 is finished.</msg>
</logentry>
<logentry
revision="23">
<author>jgerrtis</author>
<date>2008-02-25T14:11:47.805002Z</date>
<msg>BUG FIX - references Remedy ticket #468. SVCADSN parameter not getting propulated because of invalid request parameter.</msg>
</logentry>
<logentry
revision="22">
<author>jgerrtis</author>
<date>2008-02-19T18:56:57.966149Z</date>
<msg>0802, X0054, N/A, user can be marked as archived</msg>
</logentry>
<logentry
revision="21">
<author>jgerrtis</author>
<date>2008-02-18T14:06:18.842586Z</date>
<msg>0802, X0054, N/A, wrong label</msg>
</logentry>
<logentry
revision="20">
<author>jgerrtis</author>
<date>2008-02-18T13:55:26.923196Z</date>
<msg>0802, X0054, N/A, user history extracted to make password changes more streamlined</msg>
</logentry>
<logentry
revision="19">
<author>jgerrtis</author>
<date>2008-02-15T20:28:06.880941Z</date>
<msg>0802, X0054, N/A, user can be deleted</msg>
</logentry>
<logentry
revision="18">
<author>jgerrtis</author>
<date>2008-02-15T20:24:21.543232Z</date>
<msg>rolling back to correct version</msg>
</logentry>
<logentry
revision="17">
<author>jgerrtis</author>
<date>2008-02-15T14:42:45.616614Z</date>
<msg>0802, X0054, N/A, fixed comments to reflect correct filename</msg>
</logentry>
<logentry
revision="16">
<author>jgerrtis</author>
<date>2008-02-13T17:23:10.688179Z</date>
<msg>0802, X0054, N/A, doing some consolidation of code to make the application a bit leaner. first steps to allowing admin to delete a user.</msg>
</logentry>
<logentry
revision="14">
<author>jgerrtis</author>
<date>2008-02-06T13:52:34.589070Z</date>
<msg>SCR X0058 - bug fix - upon return to main page after select an organization for the inbox, case counts weren't being listed. user could click on the refresh or home links for workaround.</msg>
</logentry>
<logentry
revision="13">
<author>jgerrtis</author>
<date>2008-02-05T14:59:43.837114Z</date>
<msg>SCR-X0058 - removing directories and files that never should have been put int the repository to start with.</msg>
</logentry>
<logentry
revision="11">
<author>jgerrtis</author>
<date>2008-02-05T13:03:24.906188Z</date>
<msg>SCR-X0058 - Reverting back to original version that doesn't include schema name in sql. everything uses synonyms in oracle so this shouldn't be necessary anymore.</msg>
</logentry>
<logentry
revision="10">
<author>jgerrtis</author>
<date>2008-01-24T14:03:41.665130Z</date>
<msg>N/A, N/A, N/A, adding this in so that we don't have to worry about continually stuffing tomcat's log file.</msg>
</logentry>
<logentry
revision="6">
<author>jgerrtis</author>
<date>2008-01-08T14:08:31.847337Z</date>
<msg>SCR X0058 - bug fix - user role was not able to be deleted from within the application</msg>
</logentry>
<logentry
revision="5">
<author>jgerrtis</author>
<date>2008-01-08T13:41:42.141023Z</date>
<msg>file didn't get migrated correctly</msg>
</logentry>
<logentry
revision="4">
<author>jgerrtis</author>
<date>2008-01-08T13:39:36.981194Z</date>
<msg>removing CVS directories after migration to subversion</msg>
</logentry>
<logentry
revision="3">
<author>jgerrtis</author>
<date>2008-01-08T13:37:25.937025Z</date>
<msg>removing CVS directories after migration to subversion</msg>
</logentry>
<logentry
revision="2">
<author>jgerrtis</author>
<date>2008-01-08T13:34:24.140763Z</date>
<msg>removing CVS directories after migration to subversion</msg>
</logentry>
<logentry
revision="1">
<author>kenr</author>
<date>2008-01-02T20:06:50.997430Z</date>
<msg>Initial Load</msg>
</logentry>
</log>
Parser is defalut parser.
Any ideas?
V/R
Ken
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looking at the exception again, I see this:
Cache: org.xml.sax.SAXParseException: Premature end of file.
The "cache" prefix means it is running into an exception parsing the StatSVN cache file.
The cache file is usually created in the user's home directory, under the .statsvn folder. Are you possibly running under an account with restricted permissions that would not be able to save here? Try the -cache-dir option to specify another folder; that may help. If so, please let us know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Downlaoded statsvn-0.5.0.zip.
Unzipped to execution folder.
Added -chche-dir to point to c:\temp in command line
Cache error and parse error are gone, but I am getting the following:
C:\Trunk>java -jar K:\SHARED\DIVISION_MSD\scm\statsvn.jar c:\trunk\logfile.dat c
:\trunk -output-dir c:\trunk -cache-dir c:\temp
May 26, 2009 7:37:55 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\trunk\logfile.dat' exclude pattern 'null'
Scheduled 0 svn diff calls on 0 threads.
Generating report for /Trunk into c:\trunk\
Using default CSS file (objectlab-statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Log file is not empty
Running from a checked out directory
No non-committed items
I am only checking out the trunk for the repository. Do I need to check out the Branches and TAGS?
Thanks,
Ken
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Note: I just ran StatSVN 0.5.0 on Windows using svn executable version 1.6.2 (client) and it worked perfectly.
You do not need branches and tags.
Looking at the StaCVS/StatSVN source code, from what I can see the software picked up no files/directories which means something is going wrong on your machine, possibly related to permissions again.
Try the -debug option to see if you get any relevant information in there that would help you diagnose the issue. I'm not sure I can help you much more, as it appears to be a config issue on your machine (did you try it out on another for fun?) Would be nice to figure out what's going on.
For reference purposes, what OS are you using and and what language is it in?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is the run with the -debug option, but I do not see anything telling me what is goign wrong. Are the permissons you are talking about on the Winbdows or UNIX platform? I own everything in the working copy on the Windows platform, and permissions on the repository folder on the UNIX box are drwxr-xr-x.
C:\>java -jar K:\SHARED\DIVISION_MSD\scm\statsvn.jar c:\cms\logfile.dat c:\cms -
output-dir c:\cms -debug
May 26, 2009 11:48:54 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\cms\logfile.dat' exclude pattern 'null'
FINE statsvn.util.JavaUtilTaskLogger log(): starting to parse...
FINE statsvn.util.JavaUtilTaskLogger log(): parsing svn log finished in 8351 ms.
FINE statsvn.util.JavaUtilTaskLogger log(): verifying implicit actions ...
FINE statsvn.util.JavaUtilTaskLogger log(): verifying implicit actions finished
in 0 ms.
FINE statsvn.util.JavaUtilTaskLogger log(): parsing repositories finished in 80
ms.
Cache: org.xml.sax.SAXParseException: Premature end of file.
FINE statsvn.util.JavaUtilTaskLogger log(): parsing line counts finished in 10 m
s.
Scheduled 0 svn diff calls on 0 threads.
FINE statsvn.util.JavaUtilTaskLogger log(): ================ Wait for completion
=========================
FINE statsvn.util.JavaUtilTaskLogger log(): parsing svn diff
FINE statsvn.util.JavaUtilTaskLogger log(): parsing svn diff finished in 120 ms.
Generating report for into c:\cms\
Using default CSS file (objectlab-statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The c:\cms is the entire repository structure including trunk, branches, and tags folders. I can point to anywhere on my c:\ drive for the cache and I get the same error. I can write to the entire C:\ drive with out any issue with other programs. I'll change the output-dir to another location and see if that is it.
Thanks for all your help.
V/R
Ken
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did move the output to c:\temp1 and point the cache to c:\temp. it ran for a while then came back with the information below.
C:\>java -jar K:\SHARED\DIVISION_MSD\scm\statsvn.jar c:\cms\logfile.dat c:\cms -
output-dir c:\temp1 -cache-dir c:\temp
May 28, 2009 9:38:24 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\cms\logfile.dat' exclude pattern 'null'
Scheduled 0 svn diff calls on 0 threads.
Generating report for into c:\temp1\
Using default CSS file (objectlab-statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Output dir has no files.
This is getting weird.
Ken
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Getting the errors below on STATSVN wity SVN 1.6.1. Can anyone help?
May 19, 2009 10:53:45 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\ataaps\trunk\logfile.dat' exclude pattern 'null'
Repositories: org.xml.sax.SAXParseException: Document root element is missing.
java.lang.NullPointerException
at org.apache.xalan.serialize.SerializerToXML.writeAttrString(SerializerToXML.java:2340)
at org.apache.xalan.serialize.SerializerToXML.processAttribute(SerializerToXML.java:1099)
at org.apache.xalan.serialize.SerializerToXML.startElement(SerializerToXML.java:959)
at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1020)
at org.apache.xml.utils.TreeWalker.startNode(TreeWalker.java:379)
at org.apache.xml.utils.TreeWalker.traverse(TreeWalker.java:191)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:325)
at net.sf.statsvn.util.XMLUtil.writeXmlFile(XMLUtil.java:140)
at net.sf.statsvn.input.SvnLogfileParser.handleLineCounts(SvnLogfileParser.java:115)
at net.sf.statsvn.input.SvnLogfileParser.parse(SvnLogfileParser.java:344)
at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:279)
at net.sf.statsvn.Main.generateDefaultHTMLSuite(Main.java:241)
at net.sf.statsvn.Main.generate(Main.java:115)
at net.sf.statsvn.Main.main(Main.java:81)
Exception in thread "main"
I do not believe the error is with StatSVN. I think you have a non-default XML parser and it is causing errors. There are numerous references to other people having the same type of problem when using a non-standard SAX Parser. (I don't have the reference handy, so you will have to Google it). There is a command line argument you can pass to Java to tell it to use another parser (or simply try it on another machine).
To further confirm this fact, the error you are seeing here is when serializing a simple data structure that is independent from the SVN version. (It is not during the log file parsing. )
Thanks!
Jason
Jason,
How do I know if it is the default XML parser? I just got a new load of the operating system and have JRE JAVA 6.13 loaded.
Thanks,
Ken
Jason,
I have looked at the XML file and it is a good file, so I know that is not the issue. I have placed the JAVA as the first thing in my path and get the error below.
Command: java -jar statsvn.jar c:\trunk\logfile.dat c:\trunk -output-dir c:\trunk
May 21, 2009 2:59:42 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\trunk\logfile.dat' exclude pattern 'null'
Cache: org.xml.sax.SAXParseException: Premature end of file.
Scheduled 0 svn diff calls on 0 threads.
Generating report for /trunk into
Using default CSS file (statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Repository is valid
Log file is not empty
Runnning from a checked out directory
No non-commited items
XML
---
<?xml version="1.0"?>
<log>
<logentry
revision="343">
<author>jgerrtis</author>
<date>2009-05-21T18:04:47.215306Z</date>
<msg>16-01, N/A, N/A, bug fix - org is viewable directly after creating it</msg>
</logentry>
<logentry
revision="342">
<author>jgerrtis</author>
<date>2009-05-21T17:17:00.360821Z</date>
<msg>16-01, N/A, N/A, oops, jumped the gun</msg>
</logentry>
<logentry
revision="341">
<author>jgerrtis</author>
<date>2009-05-21T17:05:16.830948Z</date>
<msg>16-01, N/A, N/A, bug fix - all security logging messages never got written - they will now</msg>
</logentry>
<logentry
revision="340">
<author>jgerrtis</author>
<date>2009-05-21T13:41:32.318188Z</date>
<msg>16-01, N/A, N/A, bug fix - missing hibernate session when viewing case action rule. hopefully final bug fix for working on roles</msg>
</logentry>
<logentry
revision="339">
<author>jgerrtis</author>
<date>2009-05-21T13:20:48.415920Z</date>
<msg>16-01, N/A, N/A, bug fix - newly created roles fail to save</msg>
</logentry>
<logentry
revision="338">
<author>jgerrtis</author>
<date>2009-05-20T16:07:13.999595Z</date>
<msg>16-01, N/A, N/A, bug fix - newly created roles fail to save</msg>
</logentry>
<logentry
revision="337">
<author>jgerrtis</author>
<date>2009-05-20T13:33:36.790922Z</date>
<msg>16-01, N/A, N/A, removing java5 warnings and making user list and view pages more useful</msg>
</logentry>
<logentry
revision="336">
<author>jgerrtis</author>
<date>2009-05-19T19:21:10.315360Z</date>
<msg>16-01, X0095, N/A, change to give admin users at-a-glace view</msg>
</logentry>
<logentry
revision="335">
<author>jgerrtis</author>
<date>2009-05-19T17:54:05.309705Z</date>
<msg>16-01, N/A, N/A, code that actually works</msg>
</logentry>
<logentry
revision="334">
<author>jgerrtis</author>
<date>2009-05-19T14:47:37.074798Z</date>
<msg>16-01, N/A, N/A, monitor page should now show two separate entries on dev and test sites</msg>
</logentry>
<logentry
revision="333">
<author>jgerrtis</author>
<date>2009-05-19T13:08:44.129699Z</date>
<msg>16-01, X0095, N/A, bug fix</msg>
</logentry>
<logentry
revision="332">
<author>jgerrtis</author>
<date>2009-05-18T16:33:40.135383Z</date>
<msg>16-01, N/A, N/A, duplicate code removed, more memory recovered and unit test backed</msg>
</logentry>
<logentry
revision="331">
<author>jgerrtis</author>
<date>2009-05-16T12:45:24.401099Z</date>
<msg>N/A, N/A, N/A, final admin direct-access jsp moved to hidden jsp directory</msg>
</logentry>
<logentry
revision="330">
<author>jgerrtis</author>
<date>2009-05-16T12:43:52.616393Z</date>
<msg>N/A, N/A, N/A, final non-ACCS based model class converted to hibernate annotations</msg>
</logentry>
<logentry
revision="329">
<author>jgerrtis</author>
<date>2009-05-16T12:42:38.860974Z</date>
<msg>N/A, N/A, N/A, moved exception code closer to where it's used</msg>
</logentry>
<logentry
revision="328">
<author>jgerrtis</author>
<date>2009-05-16T12:30:58.927034Z</date>
<msg>N/A, N/A, N/A, adding some new unit test code</msg>
</logentry>
<logentry
revision="327">
<author>jgerrtis</author>
<date>2009-05-15T17:42:10.546855Z</date>
<msg>16-01, X0098, N/A, files missing from prior commit</msg>
</logentry>
<logentry
revision="326">
<author>jgerrtis</author>
<date>2009-05-15T17:10:52.667138Z</date>
<msg>16-01, X0097, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="325">
<author>jgerrtis</author>
<date>2009-05-12T14:05:36.044363Z</date>
<msg>16-01, X0095, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="324">
<author>jgerrtis</author>
<date>2009-05-11T13:00:56.728959Z</date>
<msg>N/A, N/A, N/A, items on these list pages can now be sorted easily by the user</msg>
</logentry>
<logentry
revision="323">
<author>jgerrtis</author>
<date>2009-05-11T12:05:29.484287Z</date>
<msg>16-01, X0096, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="322">
<author>jgerrtis</author>
<date>2009-05-08T14:09:29.020875Z</date>
<msg>16-01, X0098, N/A, meets scr requirements, pending testing by customer</msg>
</logentry>
<logentry
revision="321">
<author>jgerrtis</author>
<date>2009-04-16T11:52:24.549098Z</date>
<msg>N/A, N/A, N/A, removing commented-out code</msg>
</logentry>
<logentry
revision="319">
<author>jgerrtis</author>
<date>2009-03-18T18:05:04.060179Z</date>
<msg>15-01, X0093, N/A, missed commit</msg>
</logentry>
<logentry
revision="318">
<author>jgerrtis</author>
<date>2009-03-18T14:03:02.865563Z</date>
<msg>15-01, X0093, N/A, missed commit</msg>
</logentry>
<logentry
revision="317">
<author>jgerrtis</author>
<date>2009-03-18T13:18:59.868861Z</date>
<msg>15-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="315">
<author>jgerrtis</author>
<date>2009-03-11T11:39:07.162103Z</date>
<msg>15-01, N/A, N/A, should have been included in a prior commit</msg>
</logentry>
<logentry
revision="314">
<author>jgerrtis</author>
<date>2009-03-06T16:37:49.309824Z</date>
<msg>15-01, N/A, N/A, should have been in last commit, not OrganizationController</msg>
</logentry>
<logentry
revision="313">
<author>jgerrtis</author>
<date>2009-03-06T16:34:55.900561Z</date>
<msg>15-01, N/A, N/A, bug fix - proper error message shows when deleting a org type and database constraints are violated</msg>
</logentry>
<logentry
revision="312">
<author>jgerrtis</author>
<date>2009-03-06T16:23:01.454358Z</date>
<msg>15-01, X0093, N/A, forgot to remove wrong schema</msg>
</logentry>
<logentry
revision="311">
<author>jgerrtis</author>
<date>2009-03-06T16:22:26.529536Z</date>
<msg>15-01, X0093, N/A, pre-test single-sign-on code</msg>
</logentry>
<logentry
revision="310">
<author>jgerrtis</author>
<date>2009-03-06T15:47:01.566372Z</date>
<msg>N/A, X0057, N/A, missing sql</msg>
</logentry>
<logentry
revision="309">
<author>jgerrtis</author>
<date>2009-02-28T13:14:01.811374Z</date>
<msg>15-01, N/A, N/A, no functional changes, just adding svn keywords and removing legacy comments</msg>
</logentry>
<logentry
revision="308">
<author>jgerrtis</author>
<date>2009-02-27T19:13:06.888942Z</date>
<msg>15-01, N/A, N/A, until they change their minds again</msg>
</logentry>
<logentry
revision="307">
<author>jgerrtis</author>
<date>2009-02-24T19:25:42.171269Z</date>
<msg>15-01, N/A, N/A, upping the max transactions from 500 to 1000</msg>
</logentry>
<logentry
revision="306">
<author>jgerrtis</author>
<date>2009-02-24T19:23:54.108933Z</date>
<msg>15-01, N/A, N/A, update to 14-2 release</msg>
</logentry>
<logentry
revision="305">
<author>jgerrtis</author>
<date>2009-02-24T14:50:32.653576Z</date>
<msg>15-01, N/A, N/A, fixing the unit test</msg>
</logentry>
<logentry
revision="304">
<author>jgerrtis</author>
<date>2009-02-24T13:10:27.554156Z</date>
<msg>15-01, X0092, N/A, final requirements fulfilled</msg>
</logentry>
<logentry
revision="303">
<author>jgerrtis</author>
<date>2009-02-23T17:59:43.566798Z</date>
<msg>15-01, N/A, N/A, bug fix - referral process check roles correctly now</msg>
</logentry>
<logentry
revision="302">
<author>jgerrtis</author>
<date>2009-02-23T16:01:29.685672Z</date>
<msg>15-01, N/A, N/A, saving an attribute show appropriate message when a constraint violation occurs</msg>
</logentry>
<logentry
revision="301">
<author>jgerrtis</author>
<date>2009-02-23T15:59:31.649044Z</date>
<msg>15-01, N/A, N/A, attribute field with double-quote (") characters are now valid</msg>
</logentry>
<logentry
revision="300">
<author>jgerrtis</author>
<date>2009-02-23T14:10:41.237263Z</date>
<msg>15-01, N/A, N/A, should have been included in last commit</msg>
</logentry>
<logentry
revision="299">
<author>jgerrtis</author>
<date>2009-02-23T14:05:03.884372Z</date>
<msg>15-01, N/A, N/A, sorting arrows work correctly now</msg>
</logentry>
<logentry
revision="298">
<author>jgerrtis</author>
<date>2009-02-18T15:18:11.921981Z</date>
<msg>15-01, N/A, N/A, fixed label</msg>
</logentry>
<logentry
revision="297">
<author>jgerrtis</author>
<date>2009-02-14T14:10:41.822878Z</date>
<msg>15-01, N/A, N/A, bug fix - unless the user logged in the very day or before his/her password expired, eg. after it expired, the application wouldn't require them to change their password</msg>
</logentry>
<logentry
revision="296">
<author>jgerrtis</author>
<date>2009-02-13T16:41:23.876923Z</date>
<msg>15-01, N/A, N/A, warning message for exports - should have been in release 14-01</msg>
</logentry>
<logentry
revision="295">
<author>jgerrtis</author>
<date>2009-02-13T12:38:40.616379Z</date>
<msg>15-01, N/A, N/A, ssn doesn't show now and password change message won't show for user who log in with their cac card</msg>
</logentry>
<logentry
revision="294">
<author>jgerrtis</author>
<date>2009-02-12T18:25:59.027776Z</date>
<msg>15-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="293">
<author>jgerrtis</author>
<date>2009-02-12T13:32:51.183642Z</date>
<msg>15-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="292">
<author>jgerrtis</author>
<date>2009-02-11T19:40:47.896948Z</date>
<msg>15-01, X0092, N/A, ssn will ALWAYS be hidden except for when a case is entered, bulk-loaded or when the user has permission to modify a user's ssn</msg>
</logentry>
<logentry
revision="291">
<author>jgerrtis</author>
<date>2009-02-11T13:30:37.084897Z</date>
<msg>15-01, X0092, N/A, not only displays full SSNs who have the correct permission</msg>
</logentry>
<logentry
revision="290">
<author>jgerrtis</author>
<date>2009-02-06T19:31:37.567089Z</date>
<msg>15-01, N/A, N/A, more junk tags gone</msg>
</logentry>
<logentry
revision="289">
<author>jgerrtis</author>
<date>2009-02-05T21:13:00.620933Z</date>
<msg>adding some new unit tests</msg>
</logentry>
<logentry
revision="288">
<author>jgerrtis</author>
<date>2009-02-05T18:28:28.872500Z</date>
<msg>modified to automatically run unit tests when doing a build</msg>
</logentry>
<logentry
revision="287">
<author>jgerrtis</author>
<date>2009-02-05T18:05:14.039111Z</date>
<msg>15-01, N/A, N/A, getting rid of some junk code</msg>
</logentry>
<logentry
revision="286">
<author>jgerrtis</author>
<date>2009-02-03T13:13:49.990675Z</date>
<msg>15-01, X0084, N/A, should have been included in last commit</msg>
</logentry>
<logentry
revision="285">
<author>jgerrtis</author>
<date>2009-02-03T13:12:32.049593Z</date>
<msg>disabling tests that don't work or weren't finished</msg>
</logentry>
<logentry
revision="284">
<author>jgerrtis</author>
<date>2009-02-03T13:09:52.264212Z</date>
<msg>15-01, X0084, N/A, visual changes so admin users can see who logs in with their CAC card</msg>
</logentry>
<logentry
revision="283">
<author>jgerrtis</author>
<date>2009-02-02T15:31:09.970173Z</date>
<msg>15-01, X0084, N/A, making minor changes to login.jsp so that message reads better and labeling and links are correct</msg>
</logentry>
<logentry
revision="282">
<author>jgerrtis</author>
<date>2009-02-02T14:07:43.682405Z</date>
<msg>15-01, X0084, N/A, should have been included in last commit</msg>
</logentry>
<logentry
revision="281">
<author>jgerrtis</author>
<date>2009-02-02T13:36:05.494193Z</date>
<msg>15-01, X0084, N/A, SCR pre-testing code complete and some other stuff.</msg>
</logentry>
<logentry
revision="280">
<author>jgerrtis</author>
<date>2009-01-30T20:09:39.580380Z</date>
<msg>N/A, N/A, N/A, should have been part of last commit</msg>
</logentry>
<logentry
revision="279">
<author>jgerrtis</author>
<date>2009-01-30T20:09:11.868423Z</date>
<msg>N/A, N/A, N/A, fixing misspelled class name</msg>
</logentry>
<logentry
revision="277">
<author>jgerrtis</author>
<date>2009-01-30T17:43:23.385601Z</date>
<msg>14-02, X0091, N/A, tiny bit of bug fixing</msg>
</logentry>
<logentry
revision="276">
<author>jgerrtis</author>
<date>2009-01-26T15:32:38.232573Z</date>
<msg>14-02, X0091, N/A, the final mass operations will now meet requirements of 500 transaction completed in less than 5 minutes.</msg>
</logentry>
<logentry
revision="275">
<author>jgerrtis</author>
<date>2009-01-23T18:58:54.583348Z</date>
<msg>14-02, N/A, N/A, fixed a bug that would throw an error when result set was empty.</msg>
</logentry>
<logentry
revision="274">
<author>jgerrtis</author>
<date>2009-01-20T18:25:11.254237Z</date>
<msg>14-02, X0091, N/A, making the code a little more efficient. also including the unit test to make sure i didn't screw up.</msg>
</logentry>
<logentry
revision="273">
<author>jgerrtis</author>
<date>2009-01-16T13:11:39.549292Z</date>
<msg>14-02, N/A, N/A, making the code a little more efficient. also including the unit test to make sure i didn't screw up.</msg>
</logentry>
<logentry
revision="272">
<author>jgerrtis</author>
<date>2009-01-14T21:16:21.980081Z</date>
<msg>minor update to the log config file. this gets replaced in production.</msg>
</logentry>
<logentry
revision="268">
<author>jgerrtis</author>
<date>2008-12-18T19:05:00.120221Z</date>
<msg>14-01, X0049, N/A, date parameters now formatted correctly</msg>
</logentry>
<logentry
revision="267">
<author>jgerrtis</author>
<date>2008-12-17T18:34:25.663302Z</date>
<msg>14-01, X0049, N/A, basic parameters now show on pdf export</msg>
</logentry>
<logentry
revision="266">
<author>jgerrtis</author>
<date>2008-12-16T14:23:29.600806Z</date>
<msg>production reports export as of 15-DEC-2008</msg>
</logentry>
<logentry
revision="265">
<author>jgerrtis</author>
<date>2008-12-16T14:20:14.900155Z</date>
<msg>creating directory to store reports</msg>
</logentry>
<logentry
revision="264">
<author>jgerrtis</author>
<date>2008-12-12T16:36:18.569714Z</date>
<msg>14-01, N/A, N/A, theme fixed</msg>
</logentry>
<logentry
revision="263">
<author>jgerrtis</author>
<date>2008-12-12T16:17:38.531823Z</date>
<msg>14-01, X0049, N/A, dates now showing again on report web page. headers now on csv export.</msg>
</logentry>
<logentry
revision="262">
<author>jgerrtis</author>
<date>2008-12-03T16:53:43.150395Z</date>
<msg>14-01, N/A, N/A, bug fixed. see remedy tickets #545 and #546</msg>
</logentry>
<logentry
revision="260">
<author>jgerrtis</author>
<date>2008-12-03T14:52:28.731482Z</date>
<msg>14-01, N/A, N/A, cleaning up the interface a bit</msg>
</logentry>
<logentry
revision="259">
<author>jgerrtis</author>
<date>2008-12-03T14:12:34.503778Z</date>
<msg>14-01, N/A, N/A, bug fixed. see remedy ticket #000547</msg>
</logentry>
<logentry
revision="258">
<author>jgerrtis</author>
<date>2008-12-02T14:42:54.461408Z</date>
<msg>14-01, X0049, N/A, export option for excel removed since it works the same as CSV. added pdf export option for readonly only option.</msg>
</logentry>
<logentry
revision="257">
<author>jgerrtis</author>
<date>2008-11-28T16:50:35.099057Z</date>
<msg>14-01, X0049, N/A, export links should point to correct url. csv export now includes file extension</msg>
</logentry>
<logentry
revision="256">
<author>jgerrtis</author>
<date>2008-11-28T13:52:43.286828Z</date>
<msg>14-01, X0049, N/A, export links are available at the top AND bottom of report. export links now open in a new window.</msg>
</logentry>
<logentry
revision="254">
<author>jgerrtis</author>
<date>2008-11-25T19:53:00.816695Z</date>
<msg>13-01, N/A, N/A, BUG FIX</msg>
</logentry>
<logentry
revision="253">
<author>jgerrtis</author>
<date>2008-11-24T18:17:37.211449Z</date>
<msg>14-01, X0049, N/A, added code that would strip html from report results so that it doesn't end up in export</msg>
</logentry>
<logentry
revision="252">
<author>jgerrtis</author>
<date>2008-11-22T16:57:23.909084Z</date>
<msg>14-01, X0077, N/A, code complete for SCR pending test</msg>
</logentry>
<logentry
revision="251">
<author>jgerrtis</author>
<date>2008-11-22T16:54:57.312814Z</date>
<msg>file no longer needed</msg>
</logentry>
<logentry
revision="250">
<author>jgerrtis</author>
<date>2008-11-22T16:52:08.714967Z</date>
<msg>14-01, X0049, N/A, code complete for SCR pending test</msg>
</logentry>
<logentry
revision="248">
<author>jgerrtis</author>
<date>2008-11-21T13:22:26.435912Z</date>
<msg>13-01 - files that were missed on a previous commit</msg>
</logentry>
<logentry
revision="247">
<author>jgerrtis</author>
<date>2008-11-21T12:40:05.057679Z</date>
<msg>13-01, BUG FIX - case types not filling dropdown when navigating to other org</msg>
</logentry>
<logentry
revision="246">
<author>jgerrtis</author>
<date>2008-11-21T12:35:17.192332Z</date>
<msg>13-01 - removing file that's not needed</msg>
</logentry>
<logentry
revision="245">
<author>jgerrtis</author>
<date>2008-11-21T12:32:18.160671Z</date>
<msg>13-01, BUG FIX - moving fix to trunk</msg>
</logentry>
<logentry
revision="240">
<author>jgerrtis</author>
<date>2008-11-14T20:37:09.125423Z</date>
<msg>final bug fixes before official release</msg>
</logentry>
<logentry
revision="239">
<author>jgerrtis</author>
<date>2008-11-05T19:05:25.243532Z</date>
<msg>13-01 - FINAL BUG FIXES - TO BE RELEASED ON 2008-11-06</msg>
</logentry>
<logentry
revision="235">
<author>jgerrtis</author>
<date>2008-10-29T14:36:51.846262Z</date>
<msg>13-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="234">
<author>jgerrtis</author>
<date>2008-10-17T16:49:50.143685Z</date>
<msg>13-01, N/A, N/A, bug fix</msg>
</logentry>
<logentry
revision="232">
<author>jgerrtis</author>
<date>2008-10-07T14:33:35.237438Z</date>
<msg>13-01, X0090, N/A, bug fix</msg>
</logentry>
<logentry
revision="231">
<author>jgerrtis</author>
<date>2008-10-07T13:16:27.930991Z</date>
<msg>13-01, X0090, N/A, bug fix</msg>
</logentry>
<logentry
revision="230">
<author>jgerrtis</author>
<date>2008-10-03T19:29:25.822206Z</date>
<msg>13-01, X0083, N/A, final bug fixes before customer testing</msg>
</logentry>
<logentry
revision="229">
<author>jgerrtis</author>
<date>2008-10-03T17:33:28.838333Z</date>
<msg>13-01, X0083, N/A, bug fixes</msg>
</logentry>
<logentry
revision="228">
<author>jgerrtis</author>
<date>2008-10-03T14:35:37.542487Z</date>
<msg>13-01, X0083, N/A, this should have been in the last commit</msg>
</logentry>
<logentry
revision="227">
<author>jgerrtis</author>
<date>2008-10-03T14:06:15.170302Z</date>
<msg>13-01, X0083, N/A, member and case attributes can now be modified</msg>
</logentry>
<logentry
revision="226">
<author>jgerrtis</author>
<date>2008-10-01T14:22:37.944208Z</date>
<msg>13-01, X0090, N/A, small change regarding the choice of "working org"</msg>
</logentry>
<logentry
revision="225">
<author>jgerrtis</author>
<date>2008-10-01T14:12:13.958474Z</date>
<msg>13-01, X0083, N/A, back-end code for case type screens</msg>
</logentry>
<logentry
revision="224">
<author>jgerrtis</author>
<date>2008-09-30T13:33:22.063670Z</date>
<msg>13-01, X0083, N/A, most of necessary javascript is complete for creating case type screens</msg>
</logentry>
<logentry
revision="223">
<author>jgerrtis</author>
<date>2008-09-24T18:12:29.130352Z</date>
<msg>13-01, X0083, N/A, customer can now modify Attributes and their options</msg>
</logentry>
<logentry
revision="222">
<author>jgerrtis</author>
<date>2008-09-16T16:17:00.343372Z</date>
<msg>13-01, X0090, N/A, small piece of code missing related to security</msg>
</logentry>
<logentry
revision="221">
<author>jgerrtis</author>
<date>2008-09-12T19:17:55.613529Z</date>
<msg>13-01, X0090, N/A, hopefully, final piece to scr90</msg>
</logentry>
<logentry
revision="220">
<author>jgerrtis</author>
<date>2008-09-12T14:09:02.574729Z</date>
<msg>13-01, X0090, N/A, minor change making login process a little more streamlined for the user</msg>
</logentry>
<logentry
revision="219">
<author>jgerrtis</author>
<date>2008-09-12T13:13:08.859783Z</date>
<msg>13-01, X0090, N/A, changes related to SCR 90 - fixing bugs found in testing</msg>
</logentry>
<logentry
revision="218">
<author>jgerrtis</author>
<date>2008-09-11T17:06:53.281240Z</date>
<msg>13-01, X0090, N/A, changes related to SCR 90</msg>
</logentry>
<logentry
revision="217">
<author>jgerrtis</author>
<date>2008-09-10T16:59:46.020137Z</date>
<msg>13-01, X0090, N/A, removed the bypass if the user has admin permission</msg>
</logentry>
<logentry
revision="216">
<author>jgerrtis</author>
<date>2008-09-10T12:34:06.715326Z</date>
<msg>13-01, X0090, N/A, changes related to SCR 90</msg>
</logentry>
<logentry
revision="215">
<author>jgerrtis</author>
<date>2008-09-09T18:15:40.068093Z</date>
<msg>13-01, X0090, N/A, changes related to SCRs 90 and 83</msg>
</logentry>
<logentry
revision="214">
<author>jgerrtis</author>
<date>2008-09-05T14:44:14.111809Z</date>
<msg>13-01, X0090, N/A, graphs should now show seperate data by host</msg>
</logentry>
<logentry
revision="213">
<author>jgerrtis</author>
<date>2008-09-05T13:39:20.973280Z</date>
<msg>BUG FIX - had to check for empty list of case types before checking for listable attributes</msg>
</logentry>
<logentry
revision="212">
<author>jgerrtis</author>
<date>2008-09-02T15:48:46.982790Z</date>
<msg>13-01, X0090, N/A, forgot to move file in last commit</msg>
</logentry>
<logentry
revision="211">
<author>jgerrtis</author>
<date>2008-09-02T13:53:58.906634Z</date>
<msg>13-01, X0090, N/A, should fulfill all requirements for SCR 90</msg>
</logentry>
<logentry
revision="210">
<author>jgerrtis</author>
<date>2008-08-28T18:51:36.501985Z</date>
<msg>13-01, X0083, N/A, First steps in modification of case types</msg>
</logentry>
<logentry
revision="208">
<author>jgerrtis</author>
<date>2008-08-25T14:48:16.921921Z</date>
<msg>12-01, N/A, N/A, final changes based on email from customer</msg>
</logentry>
<logentry
revision="207">
<author>jgerrtis</author>
<date>2008-08-22T17:17:18.600382Z</date>
<msg>12-01, X0078, N/A, bug found by customer</msg>
</logentry>
<logentry
revision="206">
<author>jgerrtis</author>
<date>2008-08-22T16:33:23.755001Z</date>
<msg>12-01, X0078, N/A, bug found by customer. password expiration code now looks at last changed date as well as password expiration date</msg>
</logentry>
<logentry
revision="205">
<author>jgerrtis</author>
<date>2008-08-21T20:17:50.788718Z</date>
<msg>12-01, X0078, N/A, last pieces of scr</msg>
</logentry>
<logentry
revision="204">
<author>jgerrtis</author>
<date>2008-08-21T18:33:00.455967Z</date>
<msg>11-02, N/A, N/A, fixing bug that should bypass validation for system generated cases</msg>
</logentry>
<logentry
revision="203">
<author>jgerrtis</author>
<date>2008-08-20T20:14:58.172485Z</date>
<msg>12-01, X0078, N/A, should cover all requirements related to SCR</msg>
</logentry>
<logentry
revision="201">
<author>jgerrtis</author>
<date>2008-08-20T17:40:34.875471Z</date>
<msg>11-02, N/A, N/A, final bug fixes</msg>
</logentry>
<logentry
revision="200">
<author>jgerrtis</author>
<date>2008-08-18T18:21:45.603960Z</date>
<msg>11-02, N/A, N/A, fixing bug in bulk load process</msg>
</logentry>
<logentry
revision="199">
<author>jgerrtis</author>
<date>2008-08-15T12:55:23.454371Z</date>
<msg>11-02, N/A, N/A, fulfilling request from customer</msg>
</logentry>
<logentry
revision="198">
<author>jgerrtis</author>
<date>2008-08-14T19:19:48.776876Z</date>
<msg>11-02, N/A, N/A, email template legend updated to list common attributes for organization</msg>
</logentry>
<logentry
revision="196">
<author>jgerrtis</author>
<date>2008-08-13T14:45:45.019084Z</date>
<msg>11-02, X0088, N/A, removing unneeded report parameters</msg>
</logentry>
<logentry
revision="195">
<author>jgerrtis</author>
<date>2008-08-12T13:17:49.502257Z</date>
<msg>11-02, N/A, N/A, forgot to remove no-longer-needed code</msg>
</logentry>
<logentry
revision="194">
<author>jgerrtis</author>
<date>2008-08-08T15:47:21.159550Z</date>
<msg>11-02, X0088, N/A, backend changes to interface process</msg>
</logentry>
<logentry
revision="193">
<author>jgerrtis</author>
<date>2008-08-08T12:19:12.008053Z</date>
<msg>11-02, X0088, N/A, updates for interface process admin screen</msg>
</logentry>
<logentry
revision="192">
<author>jgerrtis</author>
<date>2008-08-06T19:44:04.429054Z</date>
<msg>11-02, X0088, N/A, attributes can now be disabled</msg>
</logentry>
<logentry
revision="190">
<author>jgerrtis</author>
<date>2008-08-06T19:39:37.663944Z</date>
<msg>11-01, N/A, N/A, parser related changes</msg>
</logentry>
<logentry
revision="189">
<author>jgerrtis</author>
<date>2008-08-06T12:29:18.965364Z</date>
<msg>11-01, N/A, N/A, parser related changes</msg>
</logentry>
<logentry
revision="188">
<author>jgerrtis</author>
<date>2008-07-31T13:12:42.449046Z</date>
<msg>11-01, N/A, N/A, missed on last commit</msg>
</logentry>
<logentry
revision="187">
<author>jgerrtis</author>
<date>2008-07-31T13:12:25.540998Z</date>
<msg>11-01, N/A, N/A, bug fix: better version of marking cases as read</msg>
</logentry>
<logentry
revision="186">
<author>jgerrtis</author>
<date>2008-07-30T20:15:15.754926Z</date>
<msg>11-01, N/A, N/A, bug fix: cases not being marked as 'read' after case is viewed.</msg>
</logentry>
<logentry
revision="185">
<author>jgerrtis</author>
<date>2008-07-30T18:41:45.243403Z</date>
<msg>11-01, N/A, N/A, bug fix: attachment link not being created when attachment is created. cases not being marked as 'read' after case is viewed.</msg>
</logentry>
<logentry
revision="184">
<author>jgerrtis</author>
<date>2008-07-30T13:30:39.371351Z</date>
<msg>11-02, X0088, N/A, moving sql that was committed without and scr. now that the scr was created, moving it to the appropriately named file.</msg>
</logentry>
<logentry
revision="183">
<author>jgerrtis</author>
<date>2008-07-29T19:30:31.734362Z</date>
<msg>11-02, X0085, N/A, fixed</msg>
</logentry>
<logentry
revision="180">
<author>jgerrtis</author>
<date>2008-07-28T18:33:19.994489Z</date>
<msg>11-01, N/A, N/A, bug fix: adsn's were being removed from cases where they were manually entered.</msg>
</logentry>
<logentry
revision="179">
<author>jgerrtis</author>
<date>2008-07-24T18:51:40.528830Z</date>
<msg>11-02, N/A, N/A, these are changes related to what was going to be part of 11-01 but were pulled because they were added to late. an SCR will be created shortly.</msg>
</logentry>
<logentry
revision="177">
<author>jgerrtis</author>
<date>2008-07-24T14:14:34.067468Z</date>
<msg>11-01, N/A, N/A, oops, something i forgot to put back in</msg>
</logentry>
<logentry
revision="175">
<author>jgerrtis</author>
<date>2008-07-23T12:36:58.960625Z</date>
<msg>11-01, N/A, N/A, bug fix: need better checking of permissions when modifying a user</msg>
</logentry>
<logentry
revision="174">
<author>jgerrtis</author>
<date>2008-07-17T15:22:58.171231Z</date>
<msg>11-01, N/A, N/A, bug fix: error thrown when user tried to do a mass operation</msg>
</logentry>
<logentry
revision="173">
<author>jgerrtis</author>
<date>2008-07-15T12:56:13.352219Z</date>
<msg>11-01, X0080, N/A, missed something</msg>
</logentry>
<logentry
revision="172">
<author>jgerrtis</author>
<date>2008-07-15T12:36:47.139872Z</date>
<msg>11-01, N/A, N/A, missed in last commit</msg>
</logentry>
<logentry
revision="171">
<author>jgerrtis</author>
<date>2008-07-14T20:25:52.223371Z</date>
<msg>11-01, N/A, N/A, updated due to request by customer</msg>
</logentry>
<logentry
revision="170">
<author>jgerrtis</author>
<date>2008-07-14T20:10:29.438387Z</date>
<msg>11-01, X0080, N/A, changes related to report and consent banner</msg>
</logentry>
<logentry
revision="169">
<author>jgerrtis</author>
<date>2008-07-09T19:00:47.736336Z</date>
<msg>11-01, X0080, N/A, updated constraint</msg>
</logentry>
<logentry
revision="168">
<author>jgerrtis</author>
<date>2008-07-08T11:42:34.237516Z</date>
<msg>11-01, N/A, N/A, slight font size adjustment to warning screen</msg>
</logentry>
<logentry
revision="167">
<author>jgerrtis</author>
<date>2008-07-07T14:56:12.210803Z</date>
<msg>11-01, N/A, N/A, numerous bugs fixed that were found in testing</msg>
</logentry>
<logentry
revision="166">
<author>jgerrtis</author>
<date>2008-07-03T19:11:37.414299Z</date>
<msg>11-01, X0080, N/A, bug fix: when saving user, app redirects properly to detail page</msg>
</logentry>
<logentry
revision="165">
<author>jgerrtis</author>
<date>2008-07-02T17:01:51.933934Z</date>
<msg>updating log config file so that the log files are smaller so they are more manageable</msg>
</logentry>
<logentry
revision="164">
<author>jgerrtis</author>
<date>2008-07-02T15:16:25.735298Z</date>
<msg>11-01, X0080, N/A, fixed errors in sql</msg>
</logentry>
<logentry
revision="163">
<author>jgerrtis</author>
<date>2008-07-01T20:20:25.203971Z</date>
<msg>11-01, X0080, N/A, case fields can now be hidden by case type. other code changes were made to streamline the save case process.</msg>
</logentry>
<logentry
revision="162">
<author>jgerrtis</author>
<date>2008-06-30T14:28:27.943282Z</date>
<msg>11-01, X0080, N/A, case action rule portion of SCR completed</msg>
</logentry>
<logentry
revision="161">
<author>jgerrtis</author>
<date>2008-06-25T17:51:42.934488Z</date>
<msg>11-01, X0080, N/A, case history data can now be post-filled before case saved</msg>
</logentry>
<logentry
revision="160">
<author>jgerrtis</author>
<date>2008-06-20T15:52:48.193950Z</date>
<msg>11-01, X0080, N/A, case history data can now be prefilled on case creation</msg>
</logentry>
<logentry
revision="159">
<author>jgerrtis</author>
<date>2008-06-12T19:50:37.714943Z</date>
<msg>11-01, X0080, N/A, case attributes can now have defaults for a given case type</msg>
</logentry>
<logentry
revision="158">
<author>jgerrtis</author>
<date>2008-06-12T12:05:02.115682Z</date>
<msg>11-01, N/A, N/A, validation and better exception handling</msg>
</logentry>
<logentry
revision="157">
<author>jgerrtis</author>
<date>2008-06-11T20:13:40.455747Z</date>
<msg>11-01, N/A, N/A, minor change to last commit</msg>
</logentry>
<logentry
revision="156">
<author>jgerrtis</author>
<date>2008-06-11T20:09:55.215902Z</date>
<msg>11-01, N/A, N/A, streamline the adding and removal of user roles</msg>
</logentry>
<logentry
revision="154">
<author>jgerrtis</author>
<date>2008-06-09T20:05:53.163907Z</date>
<msg>11-01, X0081, N/A, email functions work according to SCR</msg>
</logentry>
<logentry
revision="153">
<author>jgerrtis</author>
<date>2008-06-09T18:02:43.342282Z</date>
<msg>more changes merged from the 10-02 branch</msg>
</logentry>
<logentry
revision="151">
<author>jgerrtis</author>
<date>2008-06-09T15:59:56.450834Z</date>
<msg>this is an artifact created by the IDE. not needed for deployment</msg>
</logentry>
<logentry
revision="150">
<author>jgerrtis</author>
<date>2008-06-09T15:49:29.658869Z</date>
<msg>11-01, X0082, N/A, new USG warning message</msg>
</logentry>
<logentry
revision="149">
<author>jgerrtis</author>
<date>2008-06-09T13:54:40.409887Z</date>
<msg>more changes merged from the 10-02 branch</msg>
</logentry>
<logentry
revision="147">
<author>jgerrtis</author>
<date>2008-06-06T19:46:40.888660Z</date>
<msg>changes merged from the 10-02 branch</msg>
</logentry>
<logentry
revision="140">
<author>jgerrtis</author>
<date>2008-05-30T17:43:57.851673Z</date>
<msg>11-01, X0063, N/A, result of merge with AdminEmailTemplateController branch</msg>
</logentry>
<logentry
revision="139">
<author>jgerrtis</author>
<date>2008-05-30T16:59:36.554395Z</date>
<msg>11-01, X0081, N/A, result of merge with AdminEmailTemplateController branch</msg>
</logentry>
<logentry
revision="138">
<author>jgerrtis</author>
<date>2008-05-29T19:58:59.429516Z</date>
<msg>11-01, X0080, N/A, case data can now be marked as "required on action complete"</msg>
</logentry>
<logentry
revision="137">
<author>jgerrtis</author>
<date>2008-05-28T18:53:01.081391Z</date>
<msg>10-01, X0051 and X0080, N/A, data parameters now have a pop-up calendar to choose dates from</msg>
</logentry>
<logentry
revision="136">
<author>jgerrtis</author>
<date>2008-05-28T17:10:34.105633Z</date>
<msg>bug fix: user search list didn't have correct link. addrole page didn't have list of roles if user didn't go directly to the org view page.</msg>
</logentry>
<logentry
revision="135">
<author>jgerrtis</author>
<date>2008-05-28T13:09:30.534635Z</date>
<msg>bug fix: delete email template process didn't actually delete an email template</msg>
</logentry>
<logentry
revision="134">
<author>jgerrtis</author>
<date>2008-05-28T13:07:28.476686Z</date>
<msg>fixed a bug where you could only have one email template per organization</msg>
</logentry>
<logentry
revision="132">
<author>jgerrtis</author>
<date>2008-05-23T18:57:19.566147Z</date>
<msg>this should have been deleted a few commits ago</msg>
</logentry>
<logentry
revision="128">
<author>jgerrtis</author>
<date>2008-05-19T16:56:01.146397Z</date>
<msg>these should have been deleted on the last commit</msg>
</logentry>
<logentry
revision="127">
<author>jgerrtis</author>
<date>2008-05-19T14:36:41.698457Z</date>
<msg>10-02, X0079, N/A, last piece of 79 finished</msg>
</logentry>
<logentry
revision="126">
<author>jgerrtis</author>
<date>2008-05-16T12:29:59.027873Z</date>
<msg>changes related to upcoming scr that will be added to the 10-02 release</msg>
</logentry>
<logentry
revision="125">
<author>jgerrtis</author>
<date>2008-05-15T19:55:11.973385Z</date>
<msg>cleaning up code and making it easier to maintain</msg>
</logentry>
<logentry
revision="124">
<author>jgerrtis</author>
<date>2008-05-15T18:21:24.174174Z</date>
<msg>servlet didn't redirect to login page when user session timed out</msg>
</logentry>
<logentry
revision="123">
<author>jgerrtis</author>
<date>2008-05-14T19:34:48.008899Z</date>
<msg>10-02, X0075, N/A, more view files that needed to have permission tags wrapped around action links</msg>
</logentry>
<logentry
revision="122">
<author>jgerrtis</author>
<date>2008-05-14T19:27:53.732928Z</date>
<msg>results of merge for 10-01A bug fix release</msg>
</logentry>
<logentry
revision="119">
<author>jgerrtis</author>
<date>2008-05-13T14:21:31.674370Z</date>
<msg>bugfix: when a user is archived, the 'modified by' and 'modified when' fields were not properly updated</msg>
</logentry>
<logentry
revision="117">
<author>jgerrtis</author>
<date>2008-05-08T18:51:17.377162Z</date>
<msg>final bug fix for release 10-01</msg>
</logentry>
<logentry
revision="112">
<author>jgerrtis</author>
<date>2008-05-05T16:33:55.631696Z</date>
<msg>10-02, X0075 and X0076, N/A, consolidating some code to remove duplication</msg>
</logentry>
<logentry
revision="111">
<author>jgerrtis</author>
<date>2008-05-05T13:31:02.480491Z</date>
<msg>code cleanup</msg>
</logentry>
<logentry
revision="110">
<author>jgerrtis</author>
<date>2008-05-05T13:28:04.488898Z</date>
<msg>code cleanup</msg>
</logentry>
<logentry
revision="109">
<author>jgerrtis</author>
<date>2008-05-01T19:52:59.141229Z</date>
<msg>removing unused code</msg>
</logentry>
<logentry
revision="108">
<author>jgerrtis</author>
<date>2008-05-01T19:21:34.954858Z</date>
<msg>10-02, X0075 and X0076, N/A, all code updates for 75 and 76 as well as code cleanup</msg>
</logentry>
<logentry
revision="106">
<author>jgerrtis</author>
<date>2008-05-01T18:38:42.244861Z</date>
<msg>Updating session timeout to 25 minutes</msg>
</logentry>
<logentry
revision="105">
<author>jgerrtis</author>
<date>2008-05-01T12:40:35.054588Z</date>
<msg>BUGFIX - mass close button wasn't being showed when viewing Action Completed cases even though the user had permission to</msg>
</logentry>
<logentry
revision="104">
<author>jgerrtis</author>
<date>2008-04-28T18:59:29.285035Z</date>
<msg>updating error text to be more appropriate</msg>
</logentry>
<logentry
revision="103">
<author>jgerrtis</author>
<date>2008-04-28T18:35:30.823606Z</date>
<msg>fixing the text on the page</msg>
</logentry>
<logentry
revision="102">
<author>jgerrtis</author>
<date>2008-04-28T14:17:39.166715Z</date>
<msg>BUGFIX - bug when trying to add new sub-organization</msg>
</logentry>
<logentry
revision="101">
<author>jgerrtis</author>
<date>2008-04-25T17:10:02.810725Z</date>
<msg>SCRX0074 - transferring users that were supposed to be just archived</msg>
</logentry>
<logentry
revision="100">
<author>jgerrtis</author>
<date>2008-04-24T18:24:45.469465Z</date>
<msg>BUGFIX - after the first user has a role added, subsequent additions point to the first user instead of selected user.</msg>
</logentry>
<logentry
revision="99">
<author>jgerrtis</author>
<date>2008-04-22T19:45:02.024081Z</date>
<msg>SCR-X0074 - archiver no longer modifies "permanent" users. also, archiver makes sure users in "Archived Users" organization are properly archived.</msg>
</logentry>
<logentry
revision="98">
<author>jgerrtis</author>
<date>2008-04-18T18:19:45.912972Z</date>
<msg>SCR-X0074 - the process should not archive users where last accesses is latest and within 90 days.</msg>
</logentry>
<logentry
revision="97">
<author>jgerrtis</author>
<date>2008-04-18T18:19:17.877175Z</date>
<msg>SCR-X0074 - the process should not archive users where last accesses is latest and within 90 days.</msg>
</logentry>
<logentry
revision="96">
<author>jgerrtis</author>
<date>2008-04-17T17:48:32.219139Z</date>
<msg>removing code that should have been deleted a long time ago</msg>
</logentry>
<logentry
revision="95">
<author>jgerrtis</author>
<date>2008-04-17T17:26:13.849427Z</date>
<msg>fixed permission problem</msg>
</logentry>
<logentry
revision="94">
<author>jgerrtis</author>
<date>2008-04-11T16:16:20.127743Z</date>
<msg>10-01, X0060, N/A, sorting not properly removing multiple TD sorts</msg>
</logentry>
<logentry
revision="93">
<author>jgerrtis</author>
<date>2008-04-11T11:20:01.163330Z</date>
<msg>10-01, X0053, N/A, edge case bug. when an organization is modified or added by an admin the user had to log out and back in to see updates. now all they have to do is click the refresh link on the home page.</msg>
</logentry>
<logentry
revision="92">
<author>jgerrtis</author>
<date>2008-04-10T19:03:49.347042Z</date>
<msg>10-01, X0053, N/A, edge case bug. when an organization is modified or added by an admin the user had to log out and back in to see updates. now all they have to do is click the refresh link on the home page.</msg>
</logentry>
<logentry
revision="91">
<author>jgerrtis</author>
<date>2008-04-10T17:31:24.619655Z</date>
<msg>10-01, X0053, N/A, customer added requirement to have ADSN a required field for an organization</msg>
</logentry>
<logentry
revision="90">
<author>jgerrtis</author>
<date>2008-04-09T15:20:14.099336Z</date>
<msg>10-01, X0074, N/A, fixed bug where data range was backwards</msg>
</logentry>
<logentry
revision="89">
<author>jgerrtis</author>
<date>2008-04-08T19:04:19.242881Z</date>
<msg>10-01, X0053, N/A, missed this file</msg>
</logentry>
<logentry
revision="88">
<author>jgerrtis</author>
<date>2008-04-08T18:42:39.405624Z</date>
<msg>10-01, X0053, N/A, updated to include 6 place adsn's</msg>
</logentry>
<logentry
revision="87">
<author>jgerrtis</author>
<date>2008-04-04T16:53:32.048027Z</date>
<msg>only run the email cron job every 15 minutes instead of every minute</msg>
</logentry>
<logentry
revision="86">
<author>jgerrtis</author>
<date>2008-04-04T16:52:01.510235Z</date>
<msg>10-01, 74, N/A - query should not query for user that are already in 'Archived Users' organization</msg>
</logentry>
<logentry
revision="84">
<author>jgerrtis</author>
<date>2008-04-03T17:29:55.166381Z</date>
<msg>renaming because there will be an upcoming SCR that will merge the parsing function into this subproject</msg>
</logentry>
<logentry
revision="83">
<author>jgerrtis</author>
<date>2008-04-03T12:25:47.866729Z</date>
<msg>10-01, X0053, N/A, added checking to bulk load process</msg>
</logentry>
<logentry
revision="82">
<author>jgerrtis</author>
<date>2008-04-02T17:16:18.188346Z</date>
<msg>this should have been part of the last commit</msg>
</logentry>
<logentry
revision="81">
<author>jgerrtis</author>
<date>2008-04-02T17:09:20.095611Z</date>
<msg>renaming because there will be an upcoming SCR that will merge the parsing function into this subproject</msg>
</logentry>
<logentry
revision="80">
<author>jgerrtis</author>
<date>2008-04-02T17:07:57.106765Z</date>
<msg>renaming because there will be an upcoming SCR that will merge the parsing function into this subproject</msg>
</logentry>
<logentry
revision="79">
<author>jgerrtis</author>
<date>2008-04-02T17:04:27.490400Z</date>
<msg>10-01, X0053, N/A, final pieces of release 10-01 should now be finished.</msg>
</logentry>
<logentry
revision="78">
<author>jgerrtis</author>
<date>2008-03-28T18:53:06.758719Z</date>
<msg>this should have been part of the last commit</msg>
</logentry>
<logentry
revision="77">
<author>jgerrtis</author>
<date>2008-03-28T18:52:35.787835Z</date>
<msg>10-01, X0038, N/A, code complete</msg>
</logentry>
<logentry
revision="76">
<author>jgerrtis</author>
<date>2008-03-28T14:23:10.694224Z</date>
<msg>BUG FIX - fixes obscure error that happens during organization merge when the "no longer needed" organization gets deleted</msg>
</logentry>
<logentry
revision="75">
<author>jgerrtis</author>
<date>2008-03-28T11:09:41.334070Z</date>
<msg>version that belongs in dev environment. all others build off this one.</msg>
</logentry>
<logentry
revision="74">
<author>jgerrtis</author>
<date>2008-03-27T19:54:57.568037Z</date>
<msg>defaults for dev and test environments</msg>
</logentry>
<logentry
revision="73">
<author>jgerrtis</author>
<date>2008-03-27T19:34:17.434244Z</date>
<msg>10-01, X0074, N/A, minute changes to mailer as well as working code for scr 74</msg>
</logentry>
<logentry
revision="72">
<author>jgerrtis</author>
<date>2008-03-26T12:21:01.125150Z</date>
<msg>10-01, X0074, N/A, finished migrating the mailer from main application to seperate build</msg>
</logentry>
<logentry
revision="68">
<author>jgerrtis</author>
<date>2008-03-25T14:55:05.242197Z</date>
<msg>BUG FIX - now checks for pre-existing referral constraints that would otherwise fail database constraints</msg>
</logentry>
<logentry
revision="67">
<author>jgerrtis</author>
<date>2008-03-25T11:38:26.101161Z</date>
<msg>BUG FIX - after converting to Annotation based Hibernate, forgot to change property name</msg>
</logentry>
<logentry
revision="66">
<author>jgerrtis</author>
<date>2008-03-24T18:22:24.190161Z</date>
<msg>accidently added</msg>
</logentry>
<logentry
revision="65">
<author>jgerrtis</author>
<date>2008-03-24T18:17:31.579477Z</date>
<msg>Initial import.</msg>
</logentry>
<logentry
revision="64">
<author>jgerrtis</author>
<date>2008-03-24T18:12:01.848787Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="63">
<author>jgerrtis</author>
<date>2008-03-24T17:15:11.054470Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="62">
<author>jgerrtis</author>
<date>2008-03-24T17:15:00.559122Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="61">
<author>jgerrtis</author>
<date>2008-03-24T17:14:46.032034Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="60">
<author>jgerrtis</author>
<date>2008-03-24T17:14:27.703391Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="59">
<author>jgerrtis</author>
<date>2008-03-24T17:14:15.053747Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="58">
<author>jgerrtis</author>
<date>2008-03-24T17:14:02.569618Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="57">
<author>jgerrtis</author>
<date>2008-03-24T17:13:50.217244Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="56">
<author>jgerrtis</author>
<date>2008-03-24T17:13:34.213987Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="55">
<author>jgerrtis</author>
<date>2008-03-24T17:12:23.909902Z</date>
<msg>creating submodules within the application so we can do seperate development between the mailer, parser and web site</msg>
</logentry>
<logentry
revision="54">
<author>jgerrtis</author>
<date>2008-03-24T16:18:53.368456Z</date>
<msg>10-01, X0053, N/A, moving actions file here as well as updating path</msg>
</logentry>
<logentry
revision="53">
<author>jgerrtis</author>
<date>2008-03-24T14:36:00.569488Z</date>
<msg>10-01, X0053, N/A, messages tag wasn't added</msg>
</logentry>
<logentry
revision="52">
<author>jgerrtis</author>
<date>2008-03-21T16:31:37.110212Z</date>
<msg>10-01, X0060, N/A, all requirements for SCR 60 should be complete</msg>
</logentry>
<logentry
revision="51">
<author>jgerrtis</author>
<date>2008-03-21T13:01:39.273166Z</date>
<msg>10-01, N/A, N/A, updating the version class to reflect next release</msg>
</logentry>
<logentry
revision="50">
<author>jgerrtis</author>
<date>2008-03-20T17:50:42.975631Z</date>
<msg>10-01, X0053, N/A, all requirements for SCR 53 should be complete</msg>
</logentry>
<logentry
revision="48">
<author>jgerrtis</author>
<date>2008-03-19T14:16:08.572324Z</date>
<msg>0901, X0054, N/A, this should make merging organizations more efficient. also added warning and stats to org delete screen.</msg>
</logentry>
<logentry
revision="47">
<author>jgerrtis</author>
<date>2008-03-18T19:04:04.461758Z</date>
<msg>0901, X0054, N/A, now migrates child organizations</msg>
</logentry>
<logentry
revision="46">
<author>jgerrtis</author>
<date>2008-03-18T18:14:52.537755Z</date>
<msg>0901, X0054, N/A, now checks for preexisting userroles</msg>
</logentry>
<logentry
revision="45">
<author>jgerrtis</author>
<date>2008-03-18T17:19:07.033045Z</date>
<msg>no need to keep these files. each production deployment has local copies.</msg>
</logentry>
<logentry
revision="44">
<author>jgerrtis</author>
<date>2008-03-18T16:04:02.929611Z</date>
<msg>0901, X0054, N/A, missed adding user roles to the objects that need to be migrated when an object is merged</msg>
</logentry>
<logentry
revision="43">
<author>jgerrtis</author>
<date>2008-03-17T19:23:49.694581Z</date>
<msg>I'm making this change because it's what we use for dev and test. A local copy is kept on the production servers so it's more convenient for us to just keep track of the dev/test version.</msg>
</logentry>
<logentry
revision="42">
<author>jgerrtis</author>
<date>2008-03-17T18:20:27.255086Z</date>
<msg>0901, X0054, N/A, when organization fails to be deleted, requirements state user should be given to archive organization.</msg>
</logentry>
<logentry
revision="41">
<author>jgerrtis</author>
<date>2008-03-17T17:29:06.873517Z</date>
<msg>0901, X0069, N/A, added other dates to user view</msg>
</logentry>
<logentry
revision="40">
<author>jgerrtis</author>
<date>2008-03-17T17:16:27.098993Z</date>
<msg>0901, N/A, N/A, this (hopefully) takes care of remedy tickets 410 and 470</msg>
</logentry>
<logentry
revision="39">
<author>jgerrtis</author>
<date>2008-03-14T19:28:42.006443Z</date>
<msg>0901, X0054, N/A, organizations can now be merged</msg>
</logentry>
<logentry
revision="38">
<author>jgerrtis</author>
<date>2008-03-12T19:04:28.002665Z</date>
<msg>0901, X0069, N/A, fixed html validation error</msg>
</logentry>
<logentry
revision="37">
<author>jgerrtis</author>
<date>2008-03-12T14:06:44.520516Z</date>
<msg>0901, X0069, N/A, customer requested the ability to view archived on and restored on dates. also made viewing of screens a little easier by adding icons instead of true/false text</msg>
</logentry>
<logentry
revision="36">
<author>jgerrtis</author>
<date>2008-03-07T20:41:46.209021Z</date>
<msg>0901, X0054, N/A, organizations can now be moved</msg>
</logentry>
<logentry
revision="35">
<author>jgerrtis</author>
<date>2008-03-05T20:25:10.594202Z</date>
<msg>0901, X0069, N/A, SCR 69 should now be completed</msg>
</logentry>
<logentry
revision="34">
<author>jgerrtis</author>
<date>2008-03-05T14:46:21.882410Z</date>
<msg>0901, X0054, N/A, final details regarding the archival of organizations</msg>
</logentry>
<logentry
revision="32">
<author>nweinrich</author>
<date>2008-03-04T18:48:08.292967Z</date>
<msg>0802, X0073, N/A, result of merge from scr 73 branch and trunk</msg>
</logentry>
<logentry
revision="30">
<author>jgerrtis</author>
<date>2008-02-29T20:36:25.613270Z</date>
<msg>0901, X0054, N/A, organizations can be archived and deleted now</msg>
</logentry>
<logentry
revision="29">
<author>jgerrtis</author>
<date>2008-02-28T20:40:50.580813Z</date>
<msg>0901, X0054, N/A, after a little testing these needed to be changed as well</msg>
</logentry>
<logentry
revision="28">
<author>jgerrtis</author>
<date>2008-02-28T20:29:21.173951Z</date>
<msg>0901, X0054, N/A, stuff I missed on the last commit</msg>
</logentry>
<logentry
revision="27">
<author>jgerrtis</author>
<date>2008-02-28T20:25:09.968895Z</date>
<msg>0901, X0054, N/A, Preliminary work for deleting organizations</msg>
</logentry>
<logentry
revision="26">
<author>jgerrtis</author>
<date>2008-02-26T15:54:23.207997Z</date>
<msg>0802, X0054, N/A, User portion of 54 is finished.</msg>
</logentry>
<logentry
revision="23">
<author>jgerrtis</author>
<date>2008-02-25T14:11:47.805002Z</date>
<msg>BUG FIX - references Remedy ticket #468. SVCADSN parameter not getting propulated because of invalid request parameter.</msg>
</logentry>
<logentry
revision="22">
<author>jgerrtis</author>
<date>2008-02-19T18:56:57.966149Z</date>
<msg>0802, X0054, N/A, user can be marked as archived</msg>
</logentry>
<logentry
revision="21">
<author>jgerrtis</author>
<date>2008-02-18T14:06:18.842586Z</date>
<msg>0802, X0054, N/A, wrong label</msg>
</logentry>
<logentry
revision="20">
<author>jgerrtis</author>
<date>2008-02-18T13:55:26.923196Z</date>
<msg>0802, X0054, N/A, user history extracted to make password changes more streamlined</msg>
</logentry>
<logentry
revision="19">
<author>jgerrtis</author>
<date>2008-02-15T20:28:06.880941Z</date>
<msg>0802, X0054, N/A, user can be deleted</msg>
</logentry>
<logentry
revision="18">
<author>jgerrtis</author>
<date>2008-02-15T20:24:21.543232Z</date>
<msg>rolling back to correct version</msg>
</logentry>
<logentry
revision="17">
<author>jgerrtis</author>
<date>2008-02-15T14:42:45.616614Z</date>
<msg>0802, X0054, N/A, fixed comments to reflect correct filename</msg>
</logentry>
<logentry
revision="16">
<author>jgerrtis</author>
<date>2008-02-13T17:23:10.688179Z</date>
<msg>0802, X0054, N/A, doing some consolidation of code to make the application a bit leaner. first steps to allowing admin to delete a user.</msg>
</logentry>
<logentry
revision="14">
<author>jgerrtis</author>
<date>2008-02-06T13:52:34.589070Z</date>
<msg>SCR X0058 - bug fix - upon return to main page after select an organization for the inbox, case counts weren't being listed. user could click on the refresh or home links for workaround.</msg>
</logentry>
<logentry
revision="13">
<author>jgerrtis</author>
<date>2008-02-05T14:59:43.837114Z</date>
<msg>SCR-X0058 - removing directories and files that never should have been put int the repository to start with.</msg>
</logentry>
<logentry
revision="11">
<author>jgerrtis</author>
<date>2008-02-05T13:03:24.906188Z</date>
<msg>SCR-X0058 - Reverting back to original version that doesn't include schema name in sql. everything uses synonyms in oracle so this shouldn't be necessary anymore.</msg>
</logentry>
<logentry
revision="10">
<author>jgerrtis</author>
<date>2008-01-24T14:03:41.665130Z</date>
<msg>N/A, N/A, N/A, adding this in so that we don't have to worry about continually stuffing tomcat's log file.</msg>
</logentry>
<logentry
revision="6">
<author>jgerrtis</author>
<date>2008-01-08T14:08:31.847337Z</date>
<msg>SCR X0058 - bug fix - user role was not able to be deleted from within the application</msg>
</logentry>
<logentry
revision="5">
<author>jgerrtis</author>
<date>2008-01-08T13:41:42.141023Z</date>
<msg>file didn't get migrated correctly</msg>
</logentry>
<logentry
revision="4">
<author>jgerrtis</author>
<date>2008-01-08T13:39:36.981194Z</date>
<msg>removing CVS directories after migration to subversion</msg>
</logentry>
<logentry
revision="3">
<author>jgerrtis</author>
<date>2008-01-08T13:37:25.937025Z</date>
<msg>removing CVS directories after migration to subversion</msg>
</logentry>
<logentry
revision="2">
<author>jgerrtis</author>
<date>2008-01-08T13:34:24.140763Z</date>
<msg>removing CVS directories after migration to subversion</msg>
</logentry>
<logentry
revision="1">
<author>kenr</author>
<date>2008-01-02T20:06:50.997430Z</date>
<msg>Initial Load</msg>
</logentry>
</log>
Parser is defalut parser.
Any ideas?
V/R
Ken
Looking at the exception again, I see this:
Cache: org.xml.sax.SAXParseException: Premature end of file.
The "cache" prefix means it is running into an exception parsing the StatSVN cache file.
The cache file is usually created in the user's home directory, under the .statsvn folder. Are you possibly running under an account with restricted permissions that would not be able to save here? Try the -cache-dir option to specify another folder; that may help. If so, please let us know.
OK
DId the following:
Downlaoded statsvn-0.5.0.zip.
Unzipped to execution folder.
Added -chche-dir to point to c:\temp in command line
Cache error and parse error are gone, but I am getting the following:
C:\Trunk>java -jar K:\SHARED\DIVISION_MSD\scm\statsvn.jar c:\trunk\logfile.dat c
:\trunk -output-dir c:\trunk -cache-dir c:\temp
May 26, 2009 7:37:55 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\trunk\logfile.dat' exclude pattern 'null'
Scheduled 0 svn diff calls on 0 threads.
Generating report for /Trunk into c:\trunk\
Using default CSS file (objectlab-statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Log file is not empty
Running from a checked out directory
No non-committed items
I am only checking out the trunk for the repository. Do I need to check out the Branches and TAGS?
Thanks,
Ken
Note: I just ran StatSVN 0.5.0 on Windows using svn executable version 1.6.2 (client) and it worked perfectly.
You do not need branches and tags.
Looking at the StaCVS/StatSVN source code, from what I can see the software picked up no files/directories which means something is going wrong on your machine, possibly related to permissions again.
Try the -debug option to see if you get any relevant information in there that would help you diagnose the issue. I'm not sure I can help you much more, as it appears to be a config issue on your machine (did you try it out on another for fun?) Would be nice to figure out what's going on.
For reference purposes, what OS are you using and and what language is it in?
Here is the run with the -debug option, but I do not see anything telling me what is goign wrong. Are the permissons you are talking about on the Winbdows or UNIX platform? I own everything in the working copy on the Windows platform, and permissions on the repository folder on the UNIX box are drwxr-xr-x.
C:\>java -jar K:\SHARED\DIVISION_MSD\scm\statsvn.jar c:\cms\logfile.dat c:\cms -
output-dir c:\cms -debug
May 26, 2009 11:48:54 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\cms\logfile.dat' exclude pattern 'null'
FINE statsvn.util.JavaUtilTaskLogger log(): starting to parse...
FINE statsvn.util.JavaUtilTaskLogger log(): parsing svn log finished in 8351 ms.
FINE statsvn.util.JavaUtilTaskLogger log(): verifying implicit actions ...
FINE statsvn.util.JavaUtilTaskLogger log(): verifying implicit actions finished
in 0 ms.
FINE statsvn.util.JavaUtilTaskLogger log(): parsing repositories finished in 80
ms.
Cache: org.xml.sax.SAXParseException: Premature end of file.
FINE statsvn.util.JavaUtilTaskLogger log(): parsing line counts finished in 10 m
s.
Scheduled 0 svn diff calls on 0 threads.
FINE statsvn.util.JavaUtilTaskLogger log(): ================ Wait for completion
=========================
FINE statsvn.util.JavaUtilTaskLogger log(): parsing svn diff
FINE statsvn.util.JavaUtilTaskLogger log(): parsing svn diff finished in 120 ms.
Generating report for into c:\cms\
Using default CSS file (objectlab-statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Can you run again with the cache-dir somewhere else? You are having the same problems as previously.
You should also change the output-dir to somewhere outside your checked out trunk as you would be polluting your working copy with generated files.
Does c:\cms contain the files of your checked out project or does it contain c:\cms\trunk for example.
Jason,
The c:\cms is the entire repository structure including trunk, branches, and tags folders. I can point to anywhere on my c:\ drive for the cache and I get the same error. I can write to the entire C:\ drive with out any issue with other programs. I'll change the output-dir to another location and see if that is it.
Thanks for all your help.
V/R
Ken
Jason,
I did move the output to c:\temp1 and point the cache to c:\temp. it ran for a while then came back with the information below.
C:\>java -jar K:\SHARED\DIVISION_MSD\scm\statsvn.jar c:\cms\logfile.dat c:\cms -
output-dir c:\temp1 -cache-dir c:\temp
May 28, 2009 9:38:24 AM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Parsing SVN log 'c:\cms\logfile.dat' exclude pattern 'null'
Scheduled 0 svn diff calls on 0 threads.
Generating report for into c:\temp1\
Using default CSS file (objectlab-statcvs.css)
The repository object is not valid. Please check your settings.
Is the log file empty? Do you run from a checked out directory? Do you have non-
committed items?
Output dir has no files.
This is getting weird.
Ken
If your SVN log has only log items for the trunk, then you should run with the c:\cms\trunk\ as the checked out directory, for example.
Do you currently have a c:\cms\.svn\ folder for example?
Thanks,
Jason