Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #515 from jglick/JENKINS-14325
JENKINS-14325: CCE & missing GUI when using jobs inside folders
- Loading branch information
Showing
with
186 additions
and 179 deletions.
- +3 −0 changelog.html
- +11 −0 core/src/main/java/hudson/model/AbstractProject.java
- +1 −21 core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
- +0 −1 core/src/main/resources/hudson/matrix/MatrixProject/index_cs.properties
- +0 −2 core/src/main/resources/hudson/matrix/MatrixProject/index_da.properties
- +0 −3 core/src/main/resources/hudson/matrix/MatrixProject/index_de.properties
- +1 −4 core/src/main/resources/hudson/matrix/MatrixProject/index_es.properties
- +0 −1 core/src/main/resources/hudson/matrix/MatrixProject/index_fi.properties
- +1 −4 core/src/main/resources/hudson/matrix/MatrixProject/index_fr.properties
- +0 −1 core/src/main/resources/hudson/matrix/MatrixProject/index_it.properties
- +0 −3 core/src/main/resources/hudson/matrix/MatrixProject/index_ja.properties
- +0 −3 core/src/main/resources/hudson/matrix/MatrixProject/index_pl.properties
- +0 −3 core/src/main/resources/hudson/matrix/MatrixProject/index_ru.properties
- +1 −2 core/src/main/resources/hudson/matrix/MatrixProject/index_zh_CN.properties
- +4 −0 core/src/main/resources/hudson/model/AbstractProject/main.jelly
- +48 −0 core/src/main/resources/hudson/model/AbstractProject/makeDisabled.jelly
- 0 ...ain/resources/hudson/model/{Job/index_bg.properties → AbstractProject/makeDisabled_bg.properties}
- 0 ...ain/resources/hudson/model/{Job/index_ca.properties → AbstractProject/makeDisabled_ca.properties}
- 0 ...ain/resources/hudson/model/{Job/index_cs.properties → AbstractProject/makeDisabled_cs.properties}
- 0 ...ain/resources/hudson/model/{Job/index_da.properties → AbstractProject/makeDisabled_da.properties}
- 0 ...ain/resources/hudson/model/{Job/index_de.properties → AbstractProject/makeDisabled_de.properties}
- +3 −1 ...x_sl.properties → core/src/main/resources/hudson/model/AbstractProject/makeDisabled_es.properties
- 0 ...ain/resources/hudson/model/{Job/index_fi.properties → AbstractProject/makeDisabled_fi.properties}
- 0 ...ain/resources/hudson/model/{Job/index_fr.properties → AbstractProject/makeDisabled_fr.properties}
- 0 ...ain/resources/hudson/model/{Job/index_hu.properties → AbstractProject/makeDisabled_hu.properties}
- 0 ...ain/resources/hudson/model/{Job/index_is.properties → AbstractProject/makeDisabled_is.properties}
- 0 ...ain/resources/hudson/model/{Job/index_it.properties → AbstractProject/makeDisabled_it.properties}
- +25 −0 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ja.properties
- 0 ...ain/resources/hudson/model/{Job/index_ko.properties → AbstractProject/makeDisabled_ko.properties}
- 0 ...ain/resources/hudson/model/{Job/index_lv.properties → AbstractProject/makeDisabled_lv.properties}
- 0 ...sources/hudson/model/{Job/index_nb_NO.properties → AbstractProject/makeDisabled_nb_NO.properties}
- +8 −8 ...h_TW.properties → core/src/main/resources/hudson/model/AbstractProject/makeDisabled_nl.properties
- 0 ...ain/resources/hudson/model/{Job/index_pl.properties → AbstractProject/makeDisabled_pl.properties}
- 0 ...sources/hudson/model/{Job/index_pt_BR.properties → AbstractProject/makeDisabled_pt_BR.properties}
- 0 ...ain/resources/hudson/model/{Job/index_ro.properties → AbstractProject/makeDisabled_ro.properties}
- +25 −0 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_ru.properties
- 0 ...ain/resources/hudson/model/{Job/index_sk.properties → AbstractProject/makeDisabled_sk.properties}
- 0 ...sources/hudson/model/{Job/index_sv_SE.properties → AbstractProject/makeDisabled_sv_SE.properties}
- +24 −0 core/src/main/resources/hudson/model/AbstractProject/makeDisabled_tr.properties
- 0 ...sources/hudson/model/{Job/index_zh_CN.properties → AbstractProject/makeDisabled_zh_CN.properties}
- 0 ...sources/hudson/model/{Job/index_zh_TW.properties → AbstractProject/makeDisabled_zh_TW.properties}
- +0 −24 core/src/main/resources/hudson/model/Job/index.jelly
- +0 −3 core/src/main/resources/hudson/model/Job/index_es.properties
- +0 −3 core/src/main/resources/hudson/model/Job/index_ja.properties
- +0 −3 core/src/main/resources/hudson/model/Job/index_nl.properties
- +0 −3 core/src/main/resources/hudson/model/Job/index_ru.properties
- +0 −2 core/src/main/resources/hudson/model/Job/index_tr.properties
- +1 −21 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly
- +2 −3 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_cs.properties
- +0 −3 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_da.properties
- +1 −4 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_de.properties
- +2 −5 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_es.properties
- +2 −3 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fi.properties
- +4 −6 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_fr.properties
- +2 −3 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_he.properties
- +3 −4 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_hu.properties
- +0 −1 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_it.properties
- +0 −4 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ja.properties
- +1 −2 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_lv.properties
- +1 −2 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nb_NO.properties
- +0 −1 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties
- +2 −3 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pl.properties
- +0 −1 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_pt_BR.properties
- +1 −4 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_ru.properties
- +1 −2 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_sv_SE.properties
- +4 −5 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_uk.properties
- +4 −7 maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_zh_CN.properties
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,27 +33,7 @@ THE SOFTWARE. | ||
</j:if> | ||
<t:editableDescription permission="${it.CONFIGURE}"/> | ||
|
||
<st:include page="makeDisabled.jelly" /> | ||
|
||
<st:include page="ajaxMatrix.jelly" /> | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,5 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=Projekt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,6 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=Projekt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,6 +22,3 @@ | ||
|
||
Latest\ Test\ Result=Aktuelle Testergebnisse | ||
Project=Projekt | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -21,8 +21,5 @@ | ||
# THE SOFTWARE. | ||
|
||
Project=Proyecto | ||
Latest\ Test\ Result=\u00daltimo resultado de test | ||
Project\ name=Nombre de proyecto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,5 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=Projekti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,8 +20,5 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Latest\ Test\ Result=Derniers r\u00e9sultats de test | ||
Project=projet | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,5 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=Progetto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=Projekt | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=\u041f\u0440\u043e\u0435\u043a\u0442 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,5 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project=\u9879\u76ee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,48 @@ | ||
<!-- | ||
The MIT License | ||
Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Erik Ramfelt, Tom Huybrechts, id:cactusman | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
--> | ||
|
||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project"> | ||
<j:choose> | ||
<j:when test="${it.disabled}"> | ||
<div class="warning"> | ||
<form method="post" action="enable"> | ||
${%This project is currently disabled} | ||
<l:hasPermission permission="${it.CONFIGURE}"> | ||
<f:submit value="${%Enable}" /> | ||
</l:hasPermission> | ||
</form> | ||
</div> | ||
</j:when> | ||
<j:otherwise> | ||
<div align="right"> | ||
<form method="post" action="disable"> | ||
<l:hasPermission permission="${it.CONFIGURE}"> | ||
<f:submit value="${%Disable Project}" /> | ||
</l:hasPermission> | ||
</form> | ||
</div> | ||
</j:otherwise> | ||
</j:choose> | ||
</j:jelly> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,25 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2004-2012, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe, id:cactusman | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
# in the Software without restriction, including without limitation the rights | ||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
# copies of the Software, and to permit persons to whom the Software is | ||
# furnished to do so, subject to the following conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be included in | ||
# all copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
This\ project\ is\ currently\ disabled=\u73fe\u5728\u3001\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u7121\u52b9\u3067\u3059\u3002 | ||
Enable=\u6709\u52b9\u5316 | ||
Disable\ Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7121\u52b9\u5316 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,25 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Mike Salnikov | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
# in the Software without restriction, including without limitation the rights | ||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
# copies of the Software, and to permit persons to whom the Software is | ||
# furnished to do so, subject to the following conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be included in | ||
# all copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Disable\ Project=\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442 | ||
Enable=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c | ||
This\ project\ is\ currently\ disabled=\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,24 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Oguz Dag | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
# in the Software without restriction, including without limitation the rights | ||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
# copies of the Software, and to permit persons to whom the Software is | ||
# furnished to do so, subject to the following conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be included in | ||
# all copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Disable\ Project=Projeyi devre d\u0131\u015f\u0131 b\u0131rak | ||
This\ project\ is\ currently\ disabled=Bu proje \u015fimdilik devre d\u0131\u015f\u0131 |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project\ name=Nombre del Proyecto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,4 @@ | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
# THE SOFTWARE. | ||
|
||
Project\ name=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.