1. 15 6月, 2014 1 次提交
  2. 14 6月, 2014 1 次提交
  3. 13 6月, 2014 2 次提交
  4. 12 6月, 2014 16 次提交
  5. 11 6月, 2014 8 次提交
  6. 10 6月, 2014 12 次提交
    • J
      [FIXED JENKINS-20327] When saving a list view, submit POST data with size... · adfa9a30
      Jesse Glick 提交于
      [FIXED JENKINS-20327] When saving a list view, submit POST data with size proportional to the # of jobs selected for inclusion, not the number of options.
      This can be done easily by setting json="true"; otherwise the default is to pass =false for each unselected job.
      Ironically, even with this fix we are sending 2× what is needed,
      since currently ListView.submit does not even check the json parameter for job names:
      it only pays attention to top-level request parameters that the browser defines for selected checkboxes.
      Ideally we could ask buildFormTree to ignore a given form element entirely, so as to avoid the wasted data.
      adfa9a30
    • J
    • J
      [JENKINS-19310] Unreproducible failure of... · 3170a1bc
      Jesse Glick 提交于
      [JENKINS-19310] Unreproducible failure of DirectlyModifiableViewTest.failWebMethodForIllegalRequest, probably from a StackOverflowError.
      	at …
      	at hudson.model.View.toString(View.java:514)
      	at java.text.MessageFormat.subformat(MessageFormat.java:1246)
      	at java.text.MessageFormat.format(MessageFormat.java:836)
      	at java.text.Format.format(Format.java:140)
      	at java.text.MessageFormat.format(MessageFormat.java:812)
      	at java.util.logging.Formatter.formatMessage(Formatter.java:130)
      	at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:63)
      	at java.util.logging.StreamHandler.publish(StreamHandler.java:179)
      	at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88)
      	at java.util.logging.Logger.log(Logger.java:481)
      	at java.util.logging.Logger.doLog(Logger.java:503)
      	at java.util.logging.Logger.log(Logger.java:567)
      	at hudson.model.AbstractItem.getUrl(AbstractItem.java:423)
      	at hudson.model.View.getViewUrl(View.java:510)
      	at hudson.model.View.toString(View.java:514)
      	at …
      3170a1bc
    • C
      Merge REMERGE_HEAD into HEAD · 15db1b9d
      CloudBees DEV@Cloud 提交于
      15db1b9d
    • K
      the trunk is toward 1.569-SNAPSHOT · cc776cb7
      Kohsuke Kawaguchi 提交于
      cc776cb7
    • K
      creating an RC branch · 3651b0f0
      Kohsuke Kawaguchi 提交于
      3651b0f0
    • K
      merged back the RC branch · 8b431faa
      Kohsuke Kawaguchi 提交于
      8b431faa
    • K
      updated changelog as a part of the release · 7a1e9f21
      Kohsuke Kawaguchi 提交于
      7a1e9f21
    • C
      Merge commit 'ea954349' · 5cf47f71
      CloudBees DEV@Cloud 提交于
      5cf47f71
    • J
      [FIXED JENKINS-19310] Provide correct links for build history inside a folder. · ea954349
      Jesse Glick 提交于
      The basic fix is to use ${rootURL} plus full model object URLs rather than relying on ${jobBaseUrl}.
      This is made trickier by the fact that the model object URLs are computed inside ProgressiveRendering.compute,
      and therefore will not be correct when nondefault views are in the crumb trail unless the original request information is present.
      So modifying ProgressiveRendering to preserve a copy of the original request for use during computation.
      (This could probably be used to simplify parts of AsynchPeople as well.)
      Also improving AbstractItem.getUrl to properly construct a URL including views even when the current page is not inside the item;
      it should suffice for some ancestor of the current item (or a view thereof) to be in the ancestor list of this page.
      ea954349
    • K
      Integrating the fixed version of remoting · ad2e7d6d
      Kohsuke Kawaguchi 提交于
      ad2e7d6d
    • K
      Fixing the order · af752f09
      Kohsuke Kawaguchi 提交于
      af752f09