Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-17030

Display long job names without breaking Jenkins layout

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None

        [JENKINS-17030] Display long job names without breaking Jenkins layout

        Oliver Gondža added a comment - https://github.com/jenkinsci/jenkins/pull/725

        Code changed in jenkins
        User: Oliver Gondža
        Path:
        core/src/main/java/hudson/Functions.java
        core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
        core/src/main/resources/hudson/model/Job/index.jelly
        core/src/main/resources/hudson/views/JobColumn/column.jelly
        core/src/main/resources/lib/hudson/buildListTable.jelly
        core/src/main/resources/lib/hudson/executors.jelly
        core/src/main/resources/lib/hudson/jobLink.jelly
        core/src/main/resources/lib/hudson/queue.jelly
        core/src/main/resources/lib/layout/breakable.jelly
        core/src/test/java/hudson/FunctionsTest.java
        http://jenkins-ci.org/commit/jenkins/2c240bdc876e74fe7a4a1ebeb5e3707e2d8f7bf3
        Log:
        [FIXED JENKINS-17030] Enable word breaking for job names

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: core/src/main/java/hudson/Functions.java core/src/main/resources/hudson/matrix/MatrixProject/index.jelly core/src/main/resources/hudson/model/Job/index.jelly core/src/main/resources/hudson/views/JobColumn/column.jelly core/src/main/resources/lib/hudson/buildListTable.jelly core/src/main/resources/lib/hudson/executors.jelly core/src/main/resources/lib/hudson/jobLink.jelly core/src/main/resources/lib/hudson/queue.jelly core/src/main/resources/lib/layout/breakable.jelly core/src/test/java/hudson/FunctionsTest.java http://jenkins-ci.org/commit/jenkins/2c240bdc876e74fe7a4a1ebeb5e3707e2d8f7bf3 Log: [FIXED JENKINS-17030] Enable word breaking for job names

        Code changed in jenkins
        User: Jesse Glick
        Path:
        core/src/main/java/hudson/Functions.java
        core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
        core/src/main/resources/hudson/model/Job/index.jelly
        core/src/main/resources/hudson/views/JobColumn/column.jelly
        core/src/main/resources/lib/hudson/buildListTable.jelly
        core/src/main/resources/lib/hudson/executors.jelly
        core/src/main/resources/lib/hudson/jobLink.jelly
        core/src/main/resources/lib/hudson/queue.jelly
        core/src/main/resources/lib/layout/breakable.jelly
        core/src/test/java/hudson/FunctionsTest.java
        http://jenkins-ci.org/commit/jenkins/e31b750c58407df9f819bbe6ac8c87d62e100e64
        Log:
        Merge pull request #767 from olivergondza/wbr_layout

        [FIXED JENKINS-17030] Enable word breaking for job names.

        Compare: https://github.com/jenkinsci/jenkins/compare/c3ee6220ee20...e31b750c5840

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/Functions.java core/src/main/resources/hudson/matrix/MatrixProject/index.jelly core/src/main/resources/hudson/model/Job/index.jelly core/src/main/resources/hudson/views/JobColumn/column.jelly core/src/main/resources/lib/hudson/buildListTable.jelly core/src/main/resources/lib/hudson/executors.jelly core/src/main/resources/lib/hudson/jobLink.jelly core/src/main/resources/lib/hudson/queue.jelly core/src/main/resources/lib/layout/breakable.jelly core/src/test/java/hudson/FunctionsTest.java http://jenkins-ci.org/commit/jenkins/e31b750c58407df9f819bbe6ac8c87d62e100e64 Log: Merge pull request #767 from olivergondza/wbr_layout [FIXED JENKINS-17030] Enable word breaking for job names. Compare: https://github.com/jenkinsci/jenkins/compare/c3ee6220ee20...e31b750c5840

        Code changed in jenkins
        User: Jesse Glick
        Path:
        changelog.html
        core/src/main/java/hudson/Functions.java
        core/src/main/resources/lib/layout/breakable.jelly
        core/src/test/java/hudson/FunctionsTest.java
        http://jenkins-ci.org/commit/jenkins/b5d96e27dd8c0aa5f5c50aa2260f3369d1d758a4
        Log:
        JENKINS-17030 Noting, fixing/adding @since, adding @Bug.

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/main/java/hudson/Functions.java core/src/main/resources/lib/layout/breakable.jelly core/src/test/java/hudson/FunctionsTest.java http://jenkins-ci.org/commit/jenkins/b5d96e27dd8c0aa5f5c50aa2260f3369d1d758a4 Log: JENKINS-17030 Noting, fixing/adding @since, adding @Bug.

        dogfood added a comment -

        Integrated in jenkins_main_trunk #2531
        [FIXED JENKINS-17030] Enable word breaking for job names (Revision 2c240bdc876e74fe7a4a1ebeb5e3707e2d8f7bf3)
        JENKINS-17030 Noting, fixing/adding @since, adding @Bug. (Revision b5d96e27dd8c0aa5f5c50aa2260f3369d1d758a4)

        Result = UNSTABLE
        ogondza : 2c240bdc876e74fe7a4a1ebeb5e3707e2d8f7bf3
        Files :

        • core/src/main/resources/lib/hudson/buildListTable.jelly
        • core/src/main/resources/lib/hudson/executors.jelly
        • core/src/main/resources/hudson/model/Job/index.jelly
        • core/src/main/resources/lib/hudson/jobLink.jelly
        • core/src/main/java/hudson/Functions.java
        • core/src/main/resources/lib/layout/breakable.jelly
        • core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
        • core/src/test/java/hudson/FunctionsTest.java
        • core/src/main/resources/lib/hudson/queue.jelly
        • core/src/main/resources/hudson/views/JobColumn/column.jelly

        Jesse Glick : b5d96e27dd8c0aa5f5c50aa2260f3369d1d758a4
        Files :

        • core/src/main/resources/lib/layout/breakable.jelly
        • core/src/test/java/hudson/FunctionsTest.java
        • changelog.html
        • core/src/main/java/hudson/Functions.java

        dogfood added a comment - Integrated in jenkins_main_trunk #2531 [FIXED JENKINS-17030] Enable word breaking for job names (Revision 2c240bdc876e74fe7a4a1ebeb5e3707e2d8f7bf3) JENKINS-17030 Noting, fixing/adding @since, adding @Bug. (Revision b5d96e27dd8c0aa5f5c50aa2260f3369d1d758a4) Result = UNSTABLE ogondza : 2c240bdc876e74fe7a4a1ebeb5e3707e2d8f7bf3 Files : core/src/main/resources/lib/hudson/buildListTable.jelly core/src/main/resources/lib/hudson/executors.jelly core/src/main/resources/hudson/model/Job/index.jelly core/src/main/resources/lib/hudson/jobLink.jelly core/src/main/java/hudson/Functions.java core/src/main/resources/lib/layout/breakable.jelly core/src/main/resources/hudson/matrix/MatrixProject/index.jelly core/src/test/java/hudson/FunctionsTest.java core/src/main/resources/lib/hudson/queue.jelly core/src/main/resources/hudson/views/JobColumn/column.jelly Jesse Glick : b5d96e27dd8c0aa5f5c50aa2260f3369d1d758a4 Files : core/src/main/resources/lib/layout/breakable.jelly core/src/test/java/hudson/FunctionsTest.java changelog.html core/src/main/java/hudson/Functions.java

          olivergondza Oliver Gondža
          olivergondza Oliver Gondža
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated:
            Resolved: