Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/backend-update-center2
  Commit: 26e2d1cac7c69acfd00fb27e34a2a729e53e4f7c
      
https://github.com/jenkinsci/backend-update-center2/commit/26e2d1cac7c69acfd00fb27e34a2a729e53e4f7c
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2015-07-06 (Mon, 06 Jul 2015)

  Changed paths:
    M src/main/java/org/jvnet/hudson/update_center/Main.java
    M src/main/java/org/jvnet/hudson/update_center/Plugin.java

  Log Message:
  -----------
  Use the plugin name from each plugin's metadata, rather than wiki page titles.

Previously, if multiple plugins used the same wiki URL (e.g. workflow-*), then
each of those plugins would use the same display name, leading to confusion when
users saw multiple plugins with the same title in the Plugin Manager.

Now we use the name defined in the plugin metadata (e.g. POM <name>), and fall
back to the wiki page title if that metadata is missing.  If the wiki page is
missing or failed to be downloaded, we then fall back to using the artifact ID.


  Commit: e353ae1af59c8a2f3a9d19879f5fa6f808792e79
      
https://github.com/jenkinsci/backend-update-center2/commit/e353ae1af59c8a2f3a9d19879f5fa6f808792e79
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-07-08 (Wed, 08 Jul 2015)

  Changed paths:
    M src/main/java/org/jvnet/hudson/update_center/Main.java
    M src/main/java/org/jvnet/hudson/update_center/Plugin.java

  Log Message:
  -----------
  Merge pull request #26 from orrc/use-title-from-metadata

Use the plugin name from each plugin's metadata, rather than wiki page titles


Compare: 
https://github.com/jenkinsci/backend-update-center2/compare/4ed9b5e652a0...e353ae1af59c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to