1. 12 6月, 2014 3 次提交
  2. 11 6月, 2014 2 次提交
  3. 10 6月, 2014 6 次提交
    • 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
    • K
      creating an RC branch · 3651b0f0
      Kohsuke Kawaguchi 提交于
      3651b0f0
    • 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
    • J
      34f885b7
    • K
      updated changelog for release · cab3fc81
      Kohsuke Kawaguchi 提交于
      cab3fc81
  4. 09 6月, 2014 2 次提交
    • J
      [FIXED JENKINS-23365] Noting merge of #1257. · 7423d30e
      Jesse Glick 提交于
      7423d30e
    • K
      [FIXED JENKINS-23228] · c95777e4
      Kohsuke Kawaguchi 提交于
      Documented this feature and integrated a newer version of Stapler.
      
      I took the opportunity to reorder the content in the section, so that
      the tree parameter becomes the main subject.
      
      At this point, the depth parameter should be only used in a limited
      circumstance, so it should be treated as such.
      c95777e4
  5. 03 6月, 2014 3 次提交
  6. 02 6月, 2014 6 次提交
  7. 01 6月, 2014 10 次提交
  8. 28 5月, 2014 5 次提交
  9. 27 5月, 2014 2 次提交
  10. 24 5月, 2014 1 次提交