1. 21 10月, 2013 23 次提交
  2. 07 10月, 2013 1 次提交
  3. 03 10月, 2013 1 次提交
  4. 01 10月, 2013 1 次提交
    • K
      Add classes and ID's for common elements · 9e7b0717
      Kevin Burke 提交于
      This should aid theme developers in developing plugins for Jenkins by adding
      CSS classes and ID's to the dom. Developers can then use these to more
      specifically target elements that they want.
      
      For example, the "Console Output" was a raw <pre> tag embedded in a <table>.
      Styling it required CSS like so:
      
          #main-panel > pre {
      
      Sadly this will apply to any <pre> elements nested directly under the
      "#main-panel" ID; there's no way to get more specific to the console output.
      
      With this change you can style the console output by writing:
      
          .console-output {
      
      Which is much more direct (and more efficient for browsers to render).
      
      A similar treatment is applied to a number of elements in the jenkins UI.
      9e7b0717
  5. 25 9月, 2013 1 次提交
  6. 12 9月, 2013 1 次提交
    • J
      f:repeatableProperty documentation talks about including... · 96187b71
      Jesse Glick 提交于
      f:repeatableProperty documentation talks about including f:repeatableDeleteButton, but then fails to actually call d:invokeBody.
      While you could put the delete button at the end of the nested config.jelly, this is ugly since it prevents reuse;
      better to specify the delete button in the form using f:repeatableProperty.
      f:repeatableHeteroProperty already inserted a delete button automatically, so its documentation was incorrect.
      96187b71
  7. 09 9月, 2013 1 次提交
  8. 29 8月, 2013 1 次提交
  9. 28 8月, 2013 4 次提交
  10. 27 8月, 2013 2 次提交
  11. 09 8月, 2013 2 次提交
    • K
      this must be a merge failure · 0c843f5d
      Kohsuke Kawaguchi 提交于
      0c843f5d
    • K
      [FIXED JENKINS-19124] · 72327986
      Kohsuke Kawaguchi 提交于
      Added another attribute 'checkDependsOn' on <input> elements (akin to
      'fillDependsOn', etc) to list up the other dependency controls, and
      insert appropriate onchange events.
      
      'checkUrl' is now just the stem portion of the URL to invoke, and
      the client script builds up the query parameters.
      72327986
  12. 27 7月, 2013 1 次提交
  13. 23 7月, 2013 1 次提交