1. 07 11月, 2013 3 次提交
  2. 06 11月, 2013 7 次提交
  3. 05 11月, 2013 4 次提交
  4. 03 11月, 2013 2 次提交
  5. 02 11月, 2013 2 次提交
    • D
      [JENKINS-15757] Ignore 'remember me' if disabled in configuration · 2d9dec95
      Daniel Beck 提交于
      The previous implementation of 'disable remember me' just removes the
      checkbox from the UI. Users still can set the parameter using a web
      browser extension, or patch the login page using a Greasemonkey script
      and keep using the feature. And just after the feature is enabled, users
      still might be able to use it if they loaded the login page early.
      
      This change prevents that by checking the current configuration and, if
      'remember me' is disabled, ignoring any headers set.
      2d9dec95
    • S
      fixed layout of logger list. · 32b0a37e
      ssogabe 提交于
      32b0a37e
  6. 01 11月, 2013 8 次提交
  7. 30 10月, 2013 2 次提交
    • J
      Missing @since. · 28f6b762
      Jesse Glick 提交于
      28f6b762
    • J
      Better diagnosis for null parent. · 32469643
      Jesse Glick 提交于
      Observed in 1.509.3:
      java.lang.NullPointerException
      	at hudson.model.AbstractItem.getRootDir(AbstractItem.java:162)
      	at hudson.model.Items.getConfigFile(Items.java:236)
      	at hudson.model.AbstractItem.getConfigFile(AbstractItem.java:461)
      	at hudson.model.AbstractItem.save(AbstractItem.java:456)
      	at hudson.model.Job.save(Job.java:152)
      	at hudson.model.AbstractProject.save(AbstractProject.java:268)
      	at hudson.diagnosis.OldDataMonitor.doDiscard(OldDataMonitor.java:275)
      32469643
  8. 29 10月, 2013 9 次提交
  9. 28 10月, 2013 3 次提交