[JIRA] [changes-since-last-success] (JENKINS-16648) changes-since-last-success plugin doesn't work

2013-06-06 Thread ad...@moparisthebest.com (JIRA)















































Travis Burtrum
 resolved  JENKINS-16648 as Fixed


changes-since-last-success plugin doesn't work
















I'm not sure exactly which version fixed this plugin, but it is definitly working as of Jenkins ver. 1.517





Change By:


Travis Burtrum
(06/Jun/13 2:09 PM)




Status:


Open
Resolved





Fix Version/s:


current





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16648) changes-since-last-success plugin doesn't work

2013-02-06 Thread ad...@moparisthebest.com (JIRA)














































Travis Burtrum
 updated  JENKINS-16648


changes-since-last-success plugin doesn't work
















Change By:


Travis Burtrum
(06/Feb/13 1:19 PM)




Summary:


changes-since-last-success plugin
doesn't work



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16648) doesn't work

2013-02-05 Thread ad...@moparisthebest.com (JIRA)














































Travis Burtrum
 created  JENKINS-16648


doesn't work















Issue Type:


Bug



Affects Versions:


current



Assignee:


Nicolas De Loof



Components:


changes-since-last-success



Created:


05/Feb/13 7:18 PM



Description:


I've installed this plugin and there are no links anywhere, and URLs like:

http://host/jenkins/job/jobName/changes-since-last-success/lastSuccess
http://host/jenkins/job/jobName/changes-since-last-success/buildNumber/1234

return a 404 Not Found, are these the right URLs?  And are any links supposed to show up and where?




Environment:


Fedora, amd64, Tomcat 6




Project:


Jenkins



Priority:


Major



Reporter:


Travis Burtrum

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16184) emails not escaped properly

2012-12-21 Thread ad...@moparisthebest.com (JIRA)














































Travis Burtrum
 commented on  JENKINS-16184


emails not escaped properly















Just for reference, there is a demo rhodecode that anyone can use set up here:
http://demo.rhodecode.org/
and one used in production here:
https://secure.rhodecode.org/

Thanks for the pointer in the right direction, I might have a look at the mercurial plugin and see what I can do.

Lastly, shouldn't the User page, at least, be independent of any plugins?  I'd think that should escape everything itself, I could be wrong though.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-16184) emails not escaped properly

2012-12-20 Thread ad...@moparisthebest.com (JIRA)












































  
Travis Burtrum
 edited a comment on  JENKINS-16184


emails not escaped properly
















@Edit: Use code tags so the HTML entities show up correctly.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-16184) emails not escaped properly

2012-12-20 Thread ad...@moparisthebest.com (JIRA)














































Travis Burtrum
 updated  JENKINS-16184


emails not escaped properly
















Use code tags so the HTML entities show up correctly.





Change By:


Travis Burtrum
(20/Dec/12 3:32 PM)




Description:


On most pages, like these:https://ci.jenkins-ci.org/job/jenkins_rc_branch/changeshttps://ci.jenkins-ci.org/user/kohsuke/When the username is something like "Joe User ", it is incorrectly escaped in the HTML as:
 "
 {code:xml}
Joe User 
"
{code}
Then on the changes page for a specific build:https://ci.jenkins-ci.org/job/jenkins_rc_branch/300/changesA username like the above wouldn't be escaped at all, so would be "Joe User " in the HTML.
Of course the proper way to escape this would be:{code:xml}Joe User {code}
We are using the mercurial plugin with rhodecode as the mercurial server, and I'm not sure if it's the job of the SCM plugin to escape these or whatever outputs the HTML, though I would think the latter.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-16184) emails not escaped properly

2012-12-20 Thread ad...@moparisthebest.com (JIRA)














































Travis Burtrum
 created  JENKINS-16184


emails not escaped properly















Issue Type:


Bug



Affects Versions:


current



Assignee:


Jesse Glick



Components:


mercurial, www



Created:


20/Dec/12 3:26 PM



Description:


On most pages, like these:

https://ci.jenkins-ci.org/job/jenkins_rc_branch/changes
https://ci.jenkins-ci.org/user/kohsuke/

When the username is something like "Joe User ", it is incorrectly escaped in the HTML as: "Joe User "

Then on the changes page for a specific build:

https://ci.jenkins-ci.org/job/jenkins_rc_branch/300/changes

A username like the above wouldn't be escaped at all, so would be "Joe User " in the HTML.

We are using the mercurial plugin with rhodecode as the mercurial server, and I'm not sure if it's the job of the SCM plugin to escape these or whatever outputs the HTML, though I would think the latter.




Environment:


Fedora 17, Tomcat 6.0.35, Java 7, Latest Jenkins and plugins as of today




Project:


Jenkins



Labels:


gui
plugin
jenkins




Priority:


Minor



Reporter:


Travis Burtrum

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira