New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-9382
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Dylan Etkin [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

The message that the log file has not been parsed on the VCS tab panel is shown even when it has been parsed and there are just no matching commits

Created: 16/Feb/06 06:35 PM   Updated: 30/Jul/06 07:34 PM
Component/s: None
Affects Version/s: 3.5.1
Fix Version/s: 3.5.2

Time Tracking:
Not Specified

File Attachments: 1. File CvsRepository.class (9 kB)
2. File DefaultActionManager.class (15 kB)


Participants: Dylan Etkin [Atlassian]
Since last comment: 2 years, 27 weeks, 5 days ago
Resolution Date: 16/Feb/06 06:51 PM
Labels:


 Description  « Hide
The message that the log file has not been parsed on the VCS tab panel is shown even when it has been parsed and there are just no matching commits. There should be a different message for no commits found. Also we should specify which repository the message is for.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 16/Feb/06 06:51 PM
I have fixed this up.

Dylan Etkin [Atlassian] added a comment - 16/Feb/06 07:02 PM
Here is a patch for this issue that will work against JIRA 3.5 and 3.5.1.

If you are using JIRA Standalone please do the following:

1. Download files DefaultActionManager.class and CvsRepository.class
2. Copy the file DefaultActionManager.class to <jira_install_dir>/atlassian-jira/WEB-INF/classes/com/atlassian/jira/issue/managers/ overwriting the file there
3. Copy the file CvsRepository.class to <jira_install_dir>/atlassian-jira/WEB-INF/classes/ com/atlassian/jira/vcs/cvsimpl/ overwriting the file there
4. Restart JIRA

If you are using the WAR distribution of JIRA:

1. Download files DefaultActionManager.class and CvsRepository.class
2. Copy the file DefaultActionManager.class to <jira_install_dir>/webapp/WEB-INF/classes/com/atlassian/jira/issue/managers/ overwriting the file there
3. Copy the file CvsRepository.class to <jira_install_dir>/webapp/WEB-INF/classes/ com/atlassian/jira/vcs/cvsimpl/ overwriting the file there
4. Run 'build.sh clean' on unix or 'build.bat clean' on windows
5. Run 'build.sh' on unix or 'build.bat' on windows
6. Redeploy the JIRA web app into your application server
7. Restart the application server