1. 23 6月, 2014 3 次提交
  2. 16 6月, 2014 6 次提交
  3. 14 6月, 2014 1 次提交
  4. 13 6月, 2014 2 次提交
  5. 12 6月, 2014 16 次提交
  6. 11 6月, 2014 11 次提交
  7. 10 6月, 2014 1 次提交
    • 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