Skip to content
  1. Oct 02, 2011
  2. Sep 30, 2011
  3. Sep 29, 2011
  4. Sep 28, 2011
  5. Sep 27, 2011
  6. Sep 26, 2011
  7. Sep 25, 2011
  8. Sep 24, 2011
  9. Sep 23, 2011
  10. Sep 21, 2011
  11. Sep 20, 2011
  12. Sep 19, 2011
  13. Sep 18, 2011
  14. Sep 14, 2011
  15. Sep 13, 2011
    • Stephen Ware's avatar
      [FIXED JENKINS-7798] · 94cbf5ba
      Stephen Ware authored
      
      File size should be shown on project dashboard for archived artifacts.
      
      Run.java:
      	Add member String length to Artifact object.
      	Add paramter String len to Artifact constructor.
      	Add method String getLength to Artifact object.
      	addArtifacts method of Run class gets length of files as string
      	for actual files or "0" if a directory and passes this as arg
      	to Artifact constructor.
      
      artifacts-index.jelly and artifactList.jelly
      	reworked to use same approach as
      	core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly
      	The desire being a consistent look in the interface.
      
      Signed-off-by: default avatarStephen Ware <stephen.e.ware@intel.com>
      94cbf5ba
    • Ciprian Ciubotariu's avatar
      [FIXED JENKINS-9577] Apply file permissions from zip archives · 37a22a1c
      Ciprian Ciubotariu authored
      Using the zip support classes just like Ant does in order to apply
      permissions. As a side-effect, remote streams need to be stored in a
      temporary file before actually unzipping them.
      37a22a1c
    • Kohsuke Kawaguchi's avatar
      creating an RC branch · 72fa945c
      Kohsuke Kawaguchi authored
      72fa945c
  16. Sep 12, 2011
    • Seiji Sogabe's avatar
      commit df9c6c62344b4d8153b4822b766701a79a749d03 · 1d967ed2
      Seiji Sogabe authored
      Author: Seiji Sogabe <s.sogabe@gmail.com>
      Date:   Mon Sep 12 19:59:13 2011 +0900
      
          added changelog for JENKINS-7565.
      
      commit c48915c27e87c1eabf2d0f70c8d423d4d8a8f40e
      Author: OHTAKE Tomohiro <ohtake.tomohiro@jp.fujitsu.com>
      Date:   Thu Sep 8 20:06:38 2011 +0900
      
          [JENKINS-7565] Add "un/check all" buttons on matrix-based security
      1d967ed2
Loading