• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • cppcheck-plugin
    • None
    • all

      Remove second "Advanced" button, update texts to be more understandable for new users, etc.

        1. advanced.png
          advanced.png
          24 kB
        2. basic.png
          basic.png
          9 kB
        3. helps.png
          helps.png
          48 kB

          [JENKINS-23891] Redesign of configuration page

          Code changed in jenkins
          User: Michal Turek
          Path:
          src/main/resources/util/thresholds.jelly
          http://jenkins-ci.org/commit/cppcheck-plugin/f190752bfab6dae6a933f58168a1557904b7ee69
          Log:
          JENKINS-23891 Redesign of configuration page

          • Second "Advanced" button removed.
          • It was confusing, nobody expected it there.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Michal Turek Path: src/main/resources/util/thresholds.jelly http://jenkins-ci.org/commit/cppcheck-plugin/f190752bfab6dae6a933f58168a1557904b7ee69 Log: JENKINS-23891 Redesign of configuration page Second "Advanced" button removed. It was confusing, nobody expected it there.

          Code changed in jenkins
          User: Michal Turek
          Path:
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.jelly
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.properties
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-pattern.html
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-severity.html
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-thresholds.html
          src/main/resources/util/thresholds.jelly
          src/main/resources/util/thresholds.properties
          http://jenkins-ci.org/commit/cppcheck-plugin/eadb55ccc48d455fdaf16232444088d261900e7a
          Log:
          JENKINS-23891 Redesign of configuration page

          • Inline long descriptions changed to help strings (help icon on the right).

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Michal Turek Path: src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.jelly src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.properties src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-pattern.html src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-severity.html src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-thresholds.html src/main/resources/util/thresholds.jelly src/main/resources/util/thresholds.properties http://jenkins-ci.org/commit/cppcheck-plugin/eadb55ccc48d455fdaf16232444088d261900e7a Log: JENKINS-23891 Redesign of configuration page Inline long descriptions changed to help strings (help icon on the right).

          Code changed in jenkins
          User: Michal Turek
          Path:
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-pattern.html
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-severity.html
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-thresholds.html
          src/main/resources/util/thresholds.jelly
          src/main/resources/util/thresholds.properties
          http://jenkins-ci.org/commit/cppcheck-plugin/90e1a1f8eca03e895f0e4d3435f4e9e544a388e5
          Log:
          JENKINS-23891 Redesign of configuration page

          • Word "error" replaced by "issue", it is confusing for users.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Michal Turek Path: src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-pattern.html src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-severity.html src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-thresholds.html src/main/resources/util/thresholds.jelly src/main/resources/util/thresholds.properties http://jenkins-ci.org/commit/cppcheck-plugin/90e1a1f8eca03e895f0e4d3435f4e9e544a388e5 Log: JENKINS-23891 Redesign of configuration page Word "error" replaced by "issue", it is confusing for users.

          Code changed in jenkins
          User: Michal Turek
          Path:
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.jelly
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.properties
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-pattern.html
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-severity.html
          src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-thresholds.html
          src/main/resources/util/thresholds.jelly
          src/main/resources/util/thresholds.properties
          http://jenkins-ci.org/commit/cppcheck-plugin/a49002550cbd0c345e5f7aa53381c4a7e09e0f12
          Log:
          Merge pull request #19 from mixalturek/master

          JENKINS-23891 Redesign of configuration page

          Compare: https://github.com/jenkinsci/cppcheck-plugin/compare/b70bb5abc9dd...a49002550cbd

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Michal Turek Path: src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.jelly src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/config.properties src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-pattern.html src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-severity.html src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckPublisher/help-thresholds.html src/main/resources/util/thresholds.jelly src/main/resources/util/thresholds.properties http://jenkins-ci.org/commit/cppcheck-plugin/a49002550cbd0c345e5f7aa53381c4a7e09e0f12 Log: Merge pull request #19 from mixalturek/master JENKINS-23891 Redesign of configuration page Compare: https://github.com/jenkinsci/cppcheck-plugin/compare/b70bb5abc9dd...a49002550cbd

          Michal Turek added a comment -

          Implemented, will be released in version 1.19.

          Michal Turek added a comment - Implemented, will be released in version 1.19.

            mixalturek Michal Turek
            mixalturek Michal Turek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: