1. 26 9月, 2011 3 次提交
  2. 21 9月, 2011 1 次提交
  3. 20 9月, 2011 18 次提交
  4. 19 9月, 2011 3 次提交
  5. 18 9月, 2011 4 次提交
  6. 17 9月, 2011 2 次提交
  7. 15 9月, 2011 3 次提交
  8. 14 9月, 2011 4 次提交
  9. 13 9月, 2011 2 次提交
    • K
    • S
      [FIXED JENKINS-7798] · 94cbf5ba
      Stephen Ware 提交于
      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: NStephen Ware <stephen.e.ware@intel.com>
      94cbf5ba