Skip to content

Commit

Permalink
JENKINS-26554 Disabled job icon not replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervinn committed Jan 30, 2015
1 parent a66af13 commit 4a48db6
Show file tree
Hide file tree
Showing 88 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -9,3 +9,5 @@
.*~
*~
.idea/
pom.xml.releaseBackup
release.properties
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>modernstatus</artifactId>
<packaging>hpi</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
<name>Modern Status</name>
<description>A modern status icon set</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Modern+Status+Plugin</url>
Expand Down
Expand Up @@ -20,7 +20,7 @@
public class ModernStatusFilter implements Filter {

final String patternStr = "/(\\d{2}x\\d{2})/%s(_anime|)\\.(gif|png)";
final String[] names = new String[] {"blue", "red", "yellow", "nobuilt", "aborted", "folder", "grey", "edit-delete", "clock"};
final String[] names = new String[] {"blue", "red", "yellow", "nobuilt", "aborted", "folder", "grey", "edit-delete", "clock", "disabled"};
Pattern[] patterns;

public void init(FilterConfig config) throws ServletException {
Expand Down
Binary file modified src/main/webapp/16x16/aborted.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/aborted.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/blue.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/clock.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/clock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/16x16/disabled.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/16x16/disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/16x16/disabled_anime.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/edit-delete.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/edit-delete.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/folder.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/folder.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/grey.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/grey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/nobuilt.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/nobuilt.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/red.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/red.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/yellow.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/16x16/yellow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/24x24/aborted.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/24x24/aborted.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/24x24/blue.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/24x24/blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/24x24/clock.gif
Binary file modified src/main/webapp/24x24/clock.png
Binary file added src/main/webapp/24x24/disabled.gif
Binary file added src/main/webapp/24x24/disabled.png
Binary file added src/main/webapp/24x24/disabled_anime.gif
Binary file modified src/main/webapp/24x24/edit-delete.gif
Binary file modified src/main/webapp/24x24/edit-delete.png
Binary file modified src/main/webapp/24x24/folder.gif
Binary file modified src/main/webapp/24x24/folder.png
Binary file modified src/main/webapp/24x24/grey.gif
Binary file modified src/main/webapp/24x24/grey.png
Binary file modified src/main/webapp/24x24/nobuilt.gif
Binary file modified src/main/webapp/24x24/nobuilt.png
Binary file modified src/main/webapp/24x24/red.gif
Binary file modified src/main/webapp/24x24/red.png
Binary file modified src/main/webapp/24x24/yellow.gif
Binary file modified src/main/webapp/24x24/yellow.png
Binary file modified src/main/webapp/32x32/aborted.gif
Binary file modified src/main/webapp/32x32/aborted.png
Binary file modified src/main/webapp/32x32/blue.gif
Binary file modified src/main/webapp/32x32/blue.png
Binary file modified src/main/webapp/32x32/clock.gif
Binary file modified src/main/webapp/32x32/clock.png
Binary file added src/main/webapp/32x32/disabled.gif
Binary file added src/main/webapp/32x32/disabled.png
Binary file added src/main/webapp/32x32/disabled_anime.gif
Binary file modified src/main/webapp/32x32/edit-delete.gif
Binary file modified src/main/webapp/32x32/edit-delete.png
Binary file modified src/main/webapp/32x32/folder.gif
Binary file modified src/main/webapp/32x32/folder.png
Binary file modified src/main/webapp/32x32/grey.gif
Binary file modified src/main/webapp/32x32/grey.png
Binary file modified src/main/webapp/32x32/nobuilt.gif
Binary file modified src/main/webapp/32x32/nobuilt.png
Binary file modified src/main/webapp/32x32/red.gif
Binary file modified src/main/webapp/32x32/red.png
Binary file modified src/main/webapp/32x32/yellow.gif
Binary file modified src/main/webapp/32x32/yellow.png
Binary file modified src/main/webapp/48x48/aborted.gif
Binary file modified src/main/webapp/48x48/aborted.png
Binary file modified src/main/webapp/48x48/blue.gif
Binary file modified src/main/webapp/48x48/blue.png
Binary file modified src/main/webapp/48x48/clock.gif
Binary file modified src/main/webapp/48x48/clock.png
Binary file added src/main/webapp/48x48/disabled.gif
Binary file added src/main/webapp/48x48/disabled.png
Binary file added src/main/webapp/48x48/disabled_anime.gif
Binary file modified src/main/webapp/48x48/edit-delete.gif
Binary file modified src/main/webapp/48x48/edit-delete.png
Binary file modified src/main/webapp/48x48/folder.gif
Binary file modified src/main/webapp/48x48/folder.png
Binary file modified src/main/webapp/48x48/grey.gif
Binary file modified src/main/webapp/48x48/grey.png
Binary file modified src/main/webapp/48x48/nobuilt.gif
Binary file modified src/main/webapp/48x48/nobuilt.png
Binary file modified src/main/webapp/48x48/red.gif
Binary file modified src/main/webapp/48x48/red.png
Binary file modified src/main/webapp/48x48/yellow.gif
Binary file modified src/main/webapp/48x48/yellow.png
2 changes: 1 addition & 1 deletion src/main/webapp/generate.sh
Expand Up @@ -26,7 +26,7 @@
# Greenballs provided the original idea and tools available but the outcome and
# use has largely changed (transparency, hue not flash, quality etc..)

colornames=("nobuilt" "yellow" "red" "blue" "aborted" "folder" "grey" "edit-delete" "clock")
colornames=("nobuilt" "yellow" "red" "blue" "aborted" "folder" "grey" "edit-delete" "clock" "disabled")
levels=("grey" "orange" "red" "green" "grey" "blue" "grey" "purple" "black")
sizes="16x16 24x24 32x32 48x48"

Expand Down

0 comments on commit 4a48db6

Please sign in to comment.