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

Plugin Manager » Installed should have a Filter box

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      Updated and Available have it, so why not Installed? When there are many installed plugins, this would make it a little quicker to find the one you care about.

          [JENKINS-20219] Plugin Manager » Installed should have a Filter box

          code for installed tab is here

          /jenkins-core/src/main/resources/hudson/PluginManager/installed.jelly

          martin naughton added a comment - code for installed tab is here /jenkins-core/src/main/resources/hudson/PluginManager/installed.jelly

          For the update table this implementation is done in these files

          this file returns the http to the user
          /jenkins-core/src/main/resources/hudson/PluginManager/table.jelly

          this file has the java script to find the installed plugins.
          /jenkins-core/src/main/resources/hudson/PluginManager/_table.js

          need to copy across this functionality.

          martin naughton added a comment - For the update table this implementation is done in these files this file returns the http to the user /jenkins-core/src/main/resources/hudson/PluginManager/table.jelly this file has the java script to find the installed plugins. /jenkins-core/src/main/resources/hudson/PluginManager/_table.js need to copy across this functionality.

          there is no file /jenkins-core/src/main/resources/hudson/PluginManager/_installed.js to add a function in to.

          Not a java script developer so some one else might be able to bring this further.

          martin naughton added a comment - there is no file /jenkins-core/src/main/resources/hudson/PluginManager/_installed.js to add a function in to. Not a java script developer so some one else might be able to bring this further.

          Code changed in jenkins
          User: Idan Bidani
          Path:
          core/src/main/resources/hudson/PluginManager/installed.jelly
          http://jenkins-ci.org/commit/jenkins/69ff77d43c0c9c4d2ad76aafb2eb811ecc7e1bd2
          Log:
          [FIXED JENKINS-20219] Filter for installed plugins

          Added filter support for installed tab of plugin manager

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Idan Bidani Path: core/src/main/resources/hudson/PluginManager/installed.jelly http://jenkins-ci.org/commit/jenkins/69ff77d43c0c9c4d2ad76aafb2eb811ecc7e1bd2 Log: [FIXED JENKINS-20219] Filter for installed plugins Added filter support for installed tab of plugin manager

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html http://jenkins-ci.org/commit/jenkins/554e4a6aa283cf24a25d2a5fc36af1f9947990ce Log: JENKINS-20219 Noting #1048. Compare: https://github.com/jenkinsci/jenkins/compare/721b99ffc447...554e4a6aa283

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3101
          [FIXED JENKINS-20219] Filter for installed plugins (Revision 69ff77d43c0c9c4d2ad76aafb2eb811ecc7e1bd2)
          JENKINS-20219 Noting #1048. (Revision 554e4a6aa283cf24a25d2a5fc36af1f9947990ce)

          Result = SUCCESS
          iplaman : 69ff77d43c0c9c4d2ad76aafb2eb811ecc7e1bd2
          Files :

          • core/src/main/resources/hudson/PluginManager/installed.jelly

          Jesse Glick : 554e4a6aa283cf24a25d2a5fc36af1f9947990ce
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #3101 [FIXED JENKINS-20219] Filter for installed plugins (Revision 69ff77d43c0c9c4d2ad76aafb2eb811ecc7e1bd2) JENKINS-20219 Noting #1048. (Revision 554e4a6aa283cf24a25d2a5fc36af1f9947990ce) Result = SUCCESS iplaman : 69ff77d43c0c9c4d2ad76aafb2eb811ecc7e1bd2 Files : core/src/main/resources/hudson/PluginManager/installed.jelly Jesse Glick : 554e4a6aa283cf24a25d2a5fc36af1f9947990ce Files : changelog.html

            iplaman Idan Bidani
            jglick Jesse Glick
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: