Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: de528ba1d994880f962f7f630a6da52773bfd034
      
https://github.com/jenkinsci/jenkins/commit/de528ba1d994880f962f7f630a6da52773bfd034
  Author: OHTAKE Tomohiro <[email protected]>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M core/src/main/resources/jenkins/model/Jenkins/manage.jelly

  Log Message:
  -----------
  Ajax parameters option should not be a raw string

See http://www.prototypejs.org/api/ajax/options
  This can be provided either as a URL-encoded string or as any
  Hash-compatible object (basically anything), with properties representing
  parameters.

Prototype 1.5.1.1 encodes parameters, but 1.7.0 does not.
If Jenkins uses 1.7.0, he warns us of container's encoding
regardless of container's configuration.


  Commit: 4535b18333ff8fea1c7394550b070f539ac7efef
      
https://github.com/jenkinsci/jenkins/commit/4535b18333ff8fea1c7394550b070f539ac7efef
  Author: OHTAKE Tomohiro <[email protected]>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M changelog.html
  M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  -----------
  IE compatibility

$(e).next() may return undefined.
If 2nd argument of insertBefore is undefined,
IE9 complains "SCRIPT87: Invalid argument".
To insert newChild at the end, 2nd argument should be null.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-952280727


  Commit: 4fd8ce1cb10aa7d4876497d73c8217c979231eeb
      
https://github.com/jenkinsci/jenkins/commit/4fd8ce1cb10aa7d4876497d73c8217c979231eeb
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M changelog.html
  M core/src/main/resources/jenkins/model/Jenkins/manage.jelly
  M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  -----------
  Merge branch 'rc'


Compare: https://github.com/jenkinsci/jenkins/compare/7d71f88...4fd8ce1

Reply via email to