mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Refactoring the Media Library
- Removed dependency on Orchard.Taxonomies - Removed dependency on Orchard.Media You will need to remove the Orchard_MediaLibrary tables and also the Data Migration record corresponding to this module if you want to upgrade from 1.x. You can also apply the database changes by hand, remove all the records then use the Upgrade module to import all media. --HG-- branch : 1.x extra : rebase_source : 46100428d9546c3082bf65ce85d8d891543dc0a9
This commit is contained in:
@@ -218,6 +218,10 @@ namespace Orchard.Tests.Modules.Media.Services {
|
||||
return FileSystemStorageProvider.GetPublicUrl(path);
|
||||
}
|
||||
|
||||
public string GetStoragePath(string url) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public IStorageFile GetFile(string path) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user