I am working on hooking up the Hive Provider with our CDN. Basically the objective is when we upload media using the media picker in Umbraco, the file is uploaded directly to the CDN.
I would like to download the Umbraco 5 source code and reference this with my custom Hive provider. I have downloaded the source code from http://umbraco.codeplex.com/SourceControl/list/changesets by selecting 'All' from the Branch drop down. I cannot locate the solution to run in VS. The downloaded zip contains
- Notes
- Resources
- Sandboxes
- Source
I have looked at the 'Source' folder and cannot find the 'Umbraco.Sln'. What am I doing wrong?
I wonder if you can help me with something else as well. Please let me know if you'd rather prefer that I start a different topic for this question.
I receive errors in my custom hive provider that the 'SchemaTreeRelationType' and 'FileRelationType' relation types (attributes of FixedRelationTypes) are not present. Currently, the FixedRelationTypes class has the following attributes:
ApplicationRelationType
DefaultRelationType
HostnameRelationType
PermissionRelationType
RecycledRelationType
ThumbnailRelationType
UserGroupRelationType
Can you please tell me which of the above relation types have replaced SchemaTreeRelationType and FileRelationType?
The entity of the custom provider is of type Umbraco.Framework.Persistence.Model.IO.File.
Source code download
Hello,
I am quite new to Umbraco and to version 5.
I am working on hooking up the Hive Provider with our CDN. Basically the objective is when we upload media using the media picker in Umbraco, the file is uploaded directly to the CDN.
I would like to download the Umbraco 5 source code and reference this with my custom Hive provider. I have downloaded the source code from http://umbraco.codeplex.com/SourceControl/list/changesets by selecting 'All' from the Branch drop down. I cannot locate the solution to run in VS. The downloaded zip contains
- Notes
- Resources
- Sandboxes
- Source
I have looked at the 'Source' folder and cannot find the 'Umbraco.Sln'. What am I doing wrong?
Thanks for your help.
Regards,
Shwetha
Hi Shwetha,
The solution file is "Source\Cms.Development.sln"
More information about getting started with the v5 codebase can be found here: http://jupiter.umbraco.org/Getting-started-in-the-Jupiter-Codebase.ashx
Cheers, Lee.
Hello Lee,
Thanks for your reply.
I wonder if you can help me with something else as well. Please let me know if you'd rather prefer that I start a different topic for this question.
I receive errors in my custom hive provider that the 'SchemaTreeRelationType' and 'FileRelationType' relation types (attributes of FixedRelationTypes) are not present. Currently, the FixedRelationTypes class has the following attributes:
ApplicationRelationType
DefaultRelationType
HostnameRelationType
PermissionRelationType
RecycledRelationType
ThumbnailRelationType
UserGroupRelationType
Can you please tell me which of the above relation types have replaced SchemaTreeRelationType and FileRelationType?
The entity of the custom provider is of type Umbraco.Framework.Persistence.Model.IO.File.
Thanks,
Shwetha
Hi Shwetha, sorry I haven't written a Hive provider (yet) - not sure about the relation types.
I'd recommend starting a new topic ... hopefully some of the other guys will pick up on it.
Thanks, Lee.
is working on a reply...