Claus
c33b488006
Ensuring we only do the base SetupNode stuff if its actually a media type and not a folder requested.
2016-01-27 09:27:56 +01:00
Stephan
9d10362e7a
U4-7642 - bugfix aggressive refactoring
2016-01-25 18:17:48 +01:00
Sebastiaan Janssen
277b67ac84
Merge pull request #1029 from umbraco/temp-U4-7557
...
U4-7557 Support folders for import/export, packaging
2016-01-20 15:45:21 +01:00
Sebastiaan Janssen
9e8821594a
Merge remote-tracking branch 'origin/7.3.6' into dev-v7
2016-01-20 10:55:24 +01:00
Sebastiaan Janssen
7cd8ba13c0
U4-7781 Setting a user's start node causes YSOD
...
#U4-7781 Fixed
2016-01-20 10:45:40 +01:00
Shannon
ce3028446b
Moves all serialization logic, including the part for folders into the EntityXmlSerializer where it needs to be, updates the data type repo to ensure paths are udpated correctly when moving, removes folder logic from other packaging logic, it's purely the responsibility of the serializer. adds new methods to content type and data type services to return an entities total folder collection.
2016-01-14 19:33:53 +01:00
Shannon
94a1f7e078
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
src/Umbraco.Core/Persistence/Factories/PropertyGroupFactory.cs
2016-01-13 12:11:27 +01:00
Shannon Deminick
244eb08545
Merge pull request #1010 from umbraco/temp-U4-7557
...
U4-7557 Support folders for import/export, packaging
2016-01-12 16:17:14 +01:00
Sebastiaan Janssen
5cc274a580
Merge pull request #1004 from umbraco/temp-U4-7681
...
U4-7681 Legacy CMSNode.Parent uses old SqlHelper API and doesn't keep…
2016-01-12 14:48:54 +01:00
Sebastiaan Janssen
5a62713de4
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html
2016-01-12 11:39:10 +01:00
Sebastiaan Janssen
79f0e2563c
Allows for creation of packages with folder structures for doctypes and datatypes and exporting document types with folder structures
...
Fixes installing packages while maintaining the exported folder structure
2016-01-11 22:01:05 +01:00
Shannon
ecd024c462
U4-7681 Legacy CMSNode.Parent uses old SqlHelper API and doesn't keep a reference
2016-01-08 13:59:40 +01:00
Shannon
ff829d49a3
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
Shannon
58c30cd7a6
removes erroneous reverse call
2016-01-06 12:00:50 +01:00
Shannon
a2b0f6f7f9
removes erroneous reverse call
2016-01-06 11:59:09 +01:00
Sebastiaan Janssen
a3dd51ba98
Remove dead code
2015-12-03 09:44:29 +01:00
Sebastiaan Janssen
c7aa3d63fb
Merge branch 'temp-U4-7372' into 7.4.0
...
Conflicts:
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixZeroOne/UpdatePropertyTypesAndGroups.cs
2015-12-03 09:22:19 +01:00
Claus
bfbc6595fb
Fixed a few more split separators.
2015-11-30 19:29:23 +01:00
Stephan
eb5589e064
Remove PropertyGroup.ParentId, sanitize Property groups/types
2015-11-17 16:55:14 +01:00
Claus
5d97a94dcb
Fixed to use alias instead of hardcoded id.
...
Added mapper for TaskType.
2015-11-11 12:02:12 +01:00
Tom Pipe
1ff4fe26dd
Fixes YSOD after send to translation
2015-10-29 16:43:54 +00:00
Shannon
da48e1b392
Fixes: U4-6962 Public access in multiple levels is broken in 7.3
...
Ensured the backoffice UI will look at protection for the specific node only (no inheritance) when specifying public access.
Added non-recursive method to Access class.
Fixed bug causing the tree (child nodes) not to update correctly after changing public access on nodes.
2015-10-21 18:43:30 +02:00
Shannon
c514ce8da3
Fixes: U4-7248 Can't update roles on public access, obsolete AddOrUpdateRule
2015-10-15 17:06:00 +02:00
Stephan
7848ea5ec0
U4-7038 - IPublishedContentWithKey for contents, members
2015-09-01 15:00:27 +02:00
Shannon
05aa2aeb75
refactors new IDomainService to return attempt+status and raise events using event messages.
2015-08-27 18:43:54 +02:00
Shannon
4a59c27793
Refactors new IPublicAccessService to return Attempt+Result so we know what happened, also ensures events are firing with msgs (events were not firing at all before).
2015-08-27 18:33:38 +02:00
Shannon
4c20441c4e
Fixes: U4-6915 Txt Starter Kit install fails on 7.3.0 beta3
2015-08-05 17:17:49 +02:00
Shannon
7869f77704
Fixes up deleting templates, fixes up legacy template code to ensure things are saved when they are updated
2015-08-05 15:00:28 +02:00
Shannon
05d84c6673
updates the operation status to return the event messages used when raising events
2015-08-04 14:52:34 +02:00
Sebastiaan Janssen
d87b268a40
Update to MVC5
2015-07-30 17:08:39 +02:00
Sebastiaan Janssen
51eae92a5a
Update json.net everywhere
2015-07-27 16:11:18 +02:00
Shannon
16c9ca9e4b
Refactors IDomain model, simplifies it so that it doesn't contain references, simplifies the domain repository to no longer require lookups of content and languages, updates all other code referencing IDomain and now if a language lookup is required it is made when appropriate.
2015-07-27 12:53:09 +02:00
Sebastiaan Janssen
86ad3f6b05
Makes sure that R# doesn't suggest C#6 features
2015-07-24 17:25:52 +02:00
Tom Fulton
195953d63c
Fix backoffice breaking when Actions use code in their JsSource - U4-6843
...
This reverts/refactors this pull request: https://github.com/umbraco/Umbraco-CMS/pull/722/files
Since JsSource can be used for a file path or actual javascript, we can't use IOHelper.ResolveUrl here. Instead we're moving it to the GetLegacyActionJs() method, which already handles deciding if it's a code or a URL.
💩
2015-07-15 16:59:09 -06:00
Stephan
db0cfad6b9
Merge 7.2.7 into dev-v7
...
Conflicts:
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Tests/packages.config
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
src/umbraco.MacroEngines/packages.config
src/umbraco.cms/packages.config
src/umbraco.cms/umbraco.cms.csproj
src/umbraco.controls/umbraco.controls.csproj
src/umbraco.editorControls/umbraco.editorControls.csproj
2015-07-14 19:57:56 +02:00
Sebastiaan Janssen
a7871abbd9
Update Examine and ClientDependency to latest version
2015-07-14 16:50:45 +02:00
Shannon
d00bf4649d
Fix for JsSource on legacy trees not supporting virtual paths (~/) - U4-6346
...
Conflicts:
src/umbraco.cms/Actions/Action.cs
2015-07-08 11:10:18 +02:00
Shannon
d63f83f7c7
Fixes: U4-6786 Update to CDF 1.8.4
2015-07-03 11:40:41 +02:00
Shannon
f68cdf43e1
Fixes: U4-6099 cmsLanguageText.languageId needs to be a foreign key to the umbracoLanguage table
2015-07-02 17:19:42 +02:00
Shannon
f0742c9d7c
Fixes: U4-6733 Adding dictionary item (7.3): No parent dictionary item was found with id 41c7638d-f529-4bff-853e-59a0c2fb1bde
2015-07-02 14:52:01 +02:00
Tom Fulton
cb6b8434f0
Fix for JsSource on legacy trees not supporting virtual paths (~/) - U4-6346
2015-06-22 16:12:13 -04:00
Shannon
20e265491f
Updates to latest AutoMapper and HtmlAgility
2015-06-16 10:19:34 +02:00
Damiaan
4f02a13a46
U4-5559 Fix Typo "Build-In" (Code)
2015-06-15 16:07:45 +02:00
Shannon
3fbf90e56d
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2015-06-03 15:08:47 +02:00
Shannon
ff277cd99c
Fixes: U4-6654 NullReferenceException downloading translation xml
2015-06-02 21:13:29 +02:00
Stephan
910c349f7c
Bugfix StyleSheet concatenation causing LOH GC issues
2015-05-20 17:00:32 +02:00
Shannon
25f9fecc16
Completes: U4-1979 Some legacy business logic APIs do not wrap the new Service APIs - gets permissions wrapped too
2015-05-18 19:34:01 +10:00
Shannon
76a10fc776
Works on: U4-1979 Some legacy business logic APIs do not wrap the new Service APIs. Deprecates the ctor passing in a parent id for the data type (since it's always -1). Wraps legacy DataTypeDefinition to use the new services layer.
2015-05-18 16:06:22 +10:00
Shannon
64cbeb4c9d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Services/EntityService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
src/Umbraco.Web/Cache/TemplateCacheRefresher.cs
src/umbraco.cms/businesslogic/template/Template.cs
2015-05-13 12:20:43 +10:00
Shannon
3a36513307
Fixes: U4-6609 SQL Exception when trying to delete a template that isn't assigned to any doc type
2015-05-12 17:59:06 +10:00