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: BAM-1346
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Brydie McCoy [Atlassian]
Reporter: Mark Chaimungkalanont [Atlassian]
Votes: 0
Watchers: 0
Operations

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

Single quotes in logs are prefixed with a back slash \

Created: 14/Jun/07 08:47 PM   Updated: 19/Jun/07 12:42 AM
Component/s: User Interface
Affects Version/s: 1.1.2
Fix Version/s: 1.2

Time Tracking:
Original Estimate: 1 hour
Original Estimate - 1 hour
Remaining Estimate: 1 hour
Remaining Estimate - 1 hour
Time Spent: Not Specified
Remaining Estimate - 1 hour

Internal Priority: 2. High
Participants: Brydie McCoy [Atlassian], Lilians Auvigne and Mark Chaimungkalanont [Atlassian]
Since last comment: 1 year, 10 weeks, 3 days ago
Internal Work Bucket: Confirmed
Number of comments: 3
Labels:


 Description  « Hide
The logs (both current activity and saved logs for a build) have all of their ' changed to look like \'

This was done to fix an issue with ' in javascript so we need to be smarter about where this fix is applied.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Lilians Auvigne added a comment - 15/Jun/07 02:43 AM
I have a similar problem with / character which is suffixed with ? character in log tab or in Log Summary section.

I have

line 10: cd: /home/?cis/?data/?bamboo-home/?xml-data/?build-dir/?RT-MVMN1/?build/?c/? build: No such file or directory

instead of

line 10: cd: /home/cis/data/bamboo-home/xml-data/build-dir/RT-MVMN1/build/c/ build: No such file or directory

Brydie McCoy [Atlassian] added a comment - 18/Jun/07 08:22 PM
Hi Lilians,

The weird ? after all the / characters is actually due to BAM-1012. We insert WBR characters after the / characters to ensure that long lines wrap around. You can track this the fix for this issue there

Cheers
Brydie


Brydie McCoy [Atlassian] added a comment - 19/Jun/07 12:41 AM
Hi,

I have made changes so there are no more \ before ' in the build logs but the tool tips still work.

Cheers
Brydie