1. 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
  2. 14 2月, 2013 1 次提交
    • J
      [SECURITY-16] · 61921fbb
      Jesse Glick 提交于
      Require POST for various operations.
      (cherry picked from commit 36c86243)
      
      Conflicts:
      
      	core/src/main/java/hudson/model/AbstractBuild.java
      61921fbb
  3. 25 3月, 2012 1 次提交
  4. 11 5月, 2011 1 次提交
  5. 13 4月, 2011 1 次提交
  6. 30 3月, 2011 1 次提交
  7. 13 2月, 2009 1 次提交
  8. 07 2月, 2009 1 次提交
  9. 17 12月, 2008 1 次提交
  10. 12 1月, 2008 2 次提交
  11. 29 12月, 2007 1 次提交
  12. 06 8月, 2007 1 次提交
  13. 06 6月, 2007 1 次提交
  14. 16 2月, 2007 1 次提交
  15. 21 12月, 2006 1 次提交
  16. 06 11月, 2006 1 次提交