1. 10 7月, 2014 1 次提交
    • K
      Switch underline/non underline on sidebar · c438a5f2
      Kevin Burke 提交于
      The underline adds slightly too much visual weight to the links in question.
      This changes the links to not have an underline by default, while still adding
      the underline when the link is hovered.
      
      Normally accessibility requirements demand that you add an underline for all
      clickable text. However, in this case the positioning of the elements, their
      changed color, the presence of an icon next to the links, and the link hover
      effect combine to give these elements the appearance of clickability.
      c438a5f2
  2. 18 6月, 2014 2 次提交
    • K
      Update menu dropdown styles · b1c9c485
      Kevin Burke 提交于
      - Replaces thick shadow with a fuzzy shadow.
      
      - adds more padding
      
      - adds a pointer cursor to indicate the items are clickable.
      b1c9c485
    • K
      Fix inputs bleeding behind help text · c37191bb
      Kevin Burke 提交于
      Previously the inputs would bleed behind the help text. They were still
      clickable but this is not a desirable visual effect.
      c37191bb
  3. 17 6月, 2014 2 次提交
  4. 14 6月, 2014 1 次提交
  5. 12 5月, 2014 1 次提交
  6. 20 4月, 2014 2 次提交
    • C
      [FIXED JENKINS-17050] Close pop-up menu when clicking outside. · 0b49ff91
      Chris Arnott 提交于
      The _activationButtonPressed get's set to false onMouseUp, so can not be used to decide if the menu is active or not.
      0b49ff91
    • A
      [FIXED JENKINS-21729] Fix IE8 NPE with respect to sortability · 6566a0c7
      anafke 提交于
      IE8 (and I assume other browsers that use a doctype pre-html5) interpret the span outside of the link, as in HTML4.01 you needed the closing tag.
      http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.4
      
      The code was causing a NPE in IE8 and users could not sort the columns.
      
      >> cell.innerHTML = '<a href="#" class="sortheader">'+this.getInnerText(cell)+'<span class="sortarrow" /></a>';
      
      >> cell.innerHTML ;
      "<A class=sortheader href="#"> S<SPAN class=sortarrow></A></SPAN>"
      
      >> cell.innerHTML = '<a href="#" class="sortheader">'+this.getInnerText(cell)+'<span class="sortarrow"></span></a>'
      
      >> cell.innerHTML ;
      "<A class=sortheader href="#"> S<SPAN class=sortarrow></SPAN></A>"
      6566a0c7
  7. 19 4月, 2014 2 次提交
  8. 15 4月, 2014 1 次提交
  9. 11 4月, 2014 1 次提交
  10. 10 4月, 2014 3 次提交
    • N
      need to explicitly set unprotected security-constraint to /* · 86c82c84
      Nicolas De Loof 提交于
      or servlet container applies form-login to _all_ URLs 
      (detected on tomcat 7.0.50)
      86c82c84
    • S
      [FIXED JENKINS-22570] On a configure screen that has multiple groups of radio... · 6f6dce4b
      Stephen Connolly 提交于
      [FIXED JENKINS-22570] On a configure screen that has multiple groups of radio buttons, clicking the apply button clears all but the last radio group selection
      
      - Always run git status before and after you commit, just in case there are changes you made since your last call to git add
      
      - At least the integration test cases caught this one though
      6f6dce4b
    • S
      [FIXED JENKINS-22570] On a configure screen that has multiple groups of radio... · 88d84f6e
      Stephen Connolly 提交于
      [FIXED JENKINS-22570] On a configure screen that has multiple groups of radio buttons, clicking the apply button clears all but the last radio group selection
      
      - Changed from mutating the e.name value to maintaining an index and using that index to get the required substring
      
      - Risk of unintended consequences is low. The Submit flow moves off the page before the consequences of the effect
        could be seen... though a careful attention to the page submit can identify the change... and the page is now
        left as before clicking f:apply instead of mutated.
      88d84f6e
  11. 26 2月, 2014 1 次提交
  12. 31 1月, 2014 1 次提交
  13. 15 1月, 2014 1 次提交
  14. 18 12月, 2013 1 次提交
  15. 08 12月, 2013 1 次提交
  16. 23 11月, 2013 1 次提交
  17. 19 11月, 2013 1 次提交
  18. 03 11月, 2013 4 次提交
  19. 28 10月, 2013 1 次提交
    • M
      [FIXED JENKINS-19438] · 975dcadc
      Marcus Jacobsson 提交于
      Changed so that each nobuilt, aborted and disabled will use icons with unique names. The Icons used in this patch are just a copy of grey.
      975dcadc
  20. 29 9月, 2013 1 次提交
  21. 20 9月, 2013 1 次提交
  22. 04 9月, 2013 2 次提交
  23. 13 8月, 2013 1 次提交
  24. 09 8月, 2013 1 次提交
    • 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
  25. 07 8月, 2013 1 次提交
  26. 29 7月, 2013 1 次提交
  27. 23 7月, 2013 1 次提交
  28. 29 6月, 2013 1 次提交
  29. 25 6月, 2013 1 次提交
  30. 21 6月, 2013 1 次提交