#17553 / #17464: Avoid to get the screenshots for the packages everytime a package information is downloaded from the gallery.

--HG--
branch : 1.x
This commit is contained in:
Andre Rodrigues
2011-04-04 12:58:17 -07:00
parent 0acf220a51
commit 97286e0a52
7 changed files with 17 additions and 13 deletions

View File

@@ -126,7 +126,7 @@ Features:
throw new NotImplementedException();
}
public IEnumerable<PackagingEntry> GetExtensionList(PackagingSource packagingSource = null, Func<IQueryable<PublishedPackage>, IQueryable<PublishedPackage>> query = null) {
public IEnumerable<PackagingEntry> GetExtensionList(bool includeScreenshots, PackagingSource packagingSource = null, Func<IQueryable<PublishedPackage>, IQueryable<PublishedPackage>> query = null) {
return new[] {
new PackagingEntry {
PackageId = "Orchard.Module.SuperWiki",