1. 15 7月, 2013 1 次提交
  2. 07 7月, 2013 1 次提交
  3. 06 7月, 2013 2 次提交
  4. 05 7月, 2013 1 次提交
    • K
      [FIXED JENKINS-18585] · 059e6081
      Kohsuke Kawaguchi 提交于
      The earlier fix by @ssogabe broke the test. This fix corrects the
      problem properly.
      
      The reason this error happens with some plugins is that if there's an
      input field whose name is "on", then even after prototype.js extends
      an element object, "form.on" will refer to the input element, not the
      prototype.js function to add an event handler.
      059e6081
  5. 03 7月, 2013 3 次提交
  6. 02 7月, 2013 2 次提交
  7. 29 6月, 2013 1 次提交
  8. 27 6月, 2013 1 次提交
  9. 26 6月, 2013 5 次提交
  10. 25 6月, 2013 1 次提交
    • K
      [FIXED JENKINS-15437] · d3575548
      Kohsuke Kawaguchi 提交于
      The exception handler ended up adding almost all the headers again,
      resulting in a lot of duplicate headers.
      
      Most critically, stapler was adding "Content-Encoding" header twice,
      breaking browsers.
      d3575548
  11. 22 6月, 2013 1 次提交
  12. 21 6月, 2013 3 次提交
  13. 20 6月, 2013 4 次提交
  14. 19 6月, 2013 5 次提交
  15. 18 6月, 2013 5 次提交
  16. 17 6月, 2013 1 次提交
  17. 16 6月, 2013 2 次提交
  18. 15 6月, 2013 1 次提交
    • K
      Started producing 1.6 class files · 3431a7cb
      Kohsuke Kawaguchi 提交于
      The plan of the record is that we start producing 1.6 class files and
      see if people start complaining. If we hear from users, we'll re-visit
      our decision, and if we don't, then we'll start using 1.6 features
      everywhere in the code.
      3431a7cb