Skip to content
  1. Feb 24, 2013
  2. Feb 23, 2013
  3. Feb 22, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now... · b9c18a7b
      Jesse Glick authored
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now to send a POST request.
      Currently just shows a hover notification; TBD if there are use cases for displaying the response.
      b9c18a7b
    • Jesse Glick's avatar
      [JENKINS-15156] Found a problem with uninitialized run maps in new Maven modules. · 09c7cf6a
      Jesse Glick authored
      Not observed in actual usage, but reproducible (for me at least, though apparently not ci.jenkins-ci.org) in a test:
      java.lang.AssertionError: null
          at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:628)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.all(AbstractLazyLoadRunMap.java:581)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.entrySet(AbstractLazyLoadRunMap.java:243)
          at java.util.AbstractMap$2$1.<init>(AbstractMap.java:378)
          at java.util.AbstractMap$2.iterator(AbstractMap.java:377)
          at hudson.util.RunList.iterator(RunList.java:103)
          at hudson.util.RunList.size(RunList.java:114)
          at hudson.maven.MavenProjectTest.testDeleteSetBuildDeletesModuleBuilds(MavenProjectTest.java:159)
      09c7cf6a
  4. Feb 21, 2013
  5. Feb 20, 2013
    • Jesse Glick's avatar
      Merge pull request #717 from albers/translation · 263b4e47
      Jesse Glick authored
      translation cleanup
      263b4e47
    • Harald Albers's avatar
      translation cleanup · 9a5c66fd
      Harald Albers authored
      purged some dislocated messages that survived my former cleanups
      9a5c66fd
    • Harald Albers's avatar
      translation cleanup · 58a2ff7a
      Harald Albers authored
      removed translations from GlobalSecurityConfiguration and jenkins/model/Jenkins
      that should only exist in GlobalCloudConfiguration
      58a2ff7a
    • Harald Albers's avatar
      translation cleanup · 9652aa6d
      Harald Albers authored
      removed translations from GlobalSecurityConfiguration and jenkins/model/Jenkins
      that should only exist in GlobalQuietPeriodConfiguration and config-quietPeriod
      added translations based on messages from corresponding locations
      9652aa6d
    • Harald Albers's avatar
      translation cleanup · f355e4d1
      Harald Albers authored
      removed translations from GlobalSecurityConfiguration and jenkins/model/Jenkins
      that should only exist in GlobalSCMRetryCountConfiguration and config-retryCount
      added translation based on messages from corresponding locations
      corrected wrong property names
      f355e4d1
  6. Feb 17, 2013
  7. Feb 16, 2013