Skip to content

Changes

Summary

  1. 517221: Initialize Import Favorites with random favorites lists of other (details)
  2. 517221: Initialize Import Favorites with random favorites lists of other (details)
  3. 513306: Propose solutions for missing natures (details)
Commit ca12ba8325d93127d460a6adb5cd6d81d0442930 by Carsten Reckord
517221: Initialize Import Favorites with random favorites lists of other users

- Fixed property matcher for full list owner name
- Show owner picture as icon on list entry (if returned by REST
API)
- Make owner name a link to owner's profile page (if returned by REST
API)

Bug: 517221
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517221
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/mpc/core/model/IFavoriteList.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/RequestTemplate.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/UserFavoritesService.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/model/FavoriteList.java (diff)
The file was modified org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientTransport.java (diff)
Commit d24c5e10336dbb289bb08b3b27eb326957d116a7 by Carsten Reckord
517221: Initialize Import Favorites with random favorites lists of other users

Allow api.eclipse.org favorite URLs in d&d handler filter

Bug: 517221
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517221
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/URLUtil.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/UserFavoritesService.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketplaceUrlHandler.java (diff)
Commit 3bd861f85a67712dc4e00e528f356af64b643284 by Carsten Reckord
513306: Propose solutions for missing natures

Show natures with proposals as check list instead of text labels
- Make nature proposals selectable
- TODO: "Don't ask again" and preference list for ignored natures

Bug: 513306
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=513306
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsJob.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/CollectMissingNaturesVisitor.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsDialog.java (diff)