Shannon
|
64787f8576
|
Fixes tests, decouples the UrlSegmentProviderResolver a little bit, removes lots of obsoleted ctors
|
2015-01-27 14:58:33 +11:00 |
|
Shannon
|
3e410e6a41
|
starts fixing up tests
|
2015-01-23 20:09:42 +11:00 |
|
Shannon
|
887ccaae83
|
WIP - Updates property editor resolver to use IoC, updates base prop editor class to require an ILogger which now get's ctor injected. This is a WIP because even though it builds there's a bunch of stuff not working, need to run/fix all tests (soon)
|
2015-01-23 20:00:44 +11:00 |
|
Shannon
|
a292c60402
|
completes: U4-5148 Remove TidyNet from the core and anything that references/uses it
|
2015-01-23 18:05:55 +11:00 |
|
Shannon
|
ea5575c1f5
|
Deletes a bunch of old unused files - mostly in umbraco_client
|
2015-01-23 17:10:10 +11:00 |
|
Shannon
|
7222058dd4
|
Deletes a bunch of old unused files - mostly in umbraco_client
|
2015-01-23 17:01:24 +11:00 |
|
Shannon
|
0df22a16b5
|
fixes merge issues
|
2015-01-23 12:28:27 +11:00 |
|
Shannon
|
c94eff9089
|
Merge remote-tracking branch 'origin/7.3.0' into dev-v8
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
src/Umbraco.Tests/Routing/ContentFinderByAliasTests.cs
src/Umbraco.Tests/Routing/ContentFinderByAliasWithDomainsTests.cs
src/Umbraco.Tests/Routing/ContentFinderByNiceUrlWithDomainsTests.cs
src/Umbraco.Tests/Routing/DomainsAndCulturesTests.cs
src/Umbraco.Tests/Routing/UrlsWithNestedDomains.cs
src/Umbraco.Tests/Routing/uQueryGetNodeIdByUrlTests.cs
src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
src/umbraco.MacroEngines/packages.config
src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
src/umbraco.cms/businesslogic/Property/Property.cs
src/umbraco.cms/businesslogic/datatype/DataTypeDefinition.cs
|
2015-01-23 12:25:07 +11:00 |
|
Shannon
|
b5dd742257
|
fixes issue with task query
|
2015-01-23 12:19:09 +11:00 |
|
Shannon
|
0f4185b6a5
|
Gets legacy tasks apis wrapping new apis, added more tests and got the new tasks apis up to speed with all required methods.
|
2015-01-22 19:19:21 +11:00 |
|
Shannon
|
ccea64f0fa
|
fixes: U4-3170 Proxy legacy relations API through the new RelationService
|
2015-01-22 17:43:43 +11:00 |
|
Shannon
|
b892f98834
|
Fixes up remaining routing tests, all tests passing (apart from arbitrary plugin mgr ones)
|
2015-01-22 15:42:29 +11:00 |
|
Shannon
|
2f86813a21
|
Migrating usages of old domain object to new IDomainService, this also involves updated quite a lot of unit tests. I've updated quite a few of the routing tests to be pure mocking tests which works much nicer than before so there's no db access, this also means they run a million times faster (need to clean them up further still though). Still more tests failing which need fixing.
|
2015-01-22 15:16:10 +11:00 |
|
Shannon
|
2cd92353ec
|
Removes listening on legacy events for the CacheRefresherEventHandler
|
2015-01-22 12:17:36 +11:00 |
|
Shannon
|
42ad3af48b
|
Updates legacy classes to be serialized with the EntityXmlSerializer
|
2015-01-22 11:48:13 +11:00 |
|
Shannon
|
afb0aa8099
|
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
|
2015-01-22 11:21:50 +11:00 |
|
Stephan
|
9695ccea0a
|
Merge pull request #623 from zpqrtbnk/dev-v7-6154
U4-6154 - fix unpublishing a document with changes
|
2015-01-21 16:03:33 +01:00 |
|
Shannon
|
e13e86b25f
|
Gets the legacy domain stuff wrapping the new apis, updates the DomainHelper to use the new apis without any statics and thus updates everything else referencing that, updates the pcr engine to have the propery ctor params with all required services instead of using statics.
|
2015-01-21 19:49:22 +11:00 |
|
Shannon
|
6b9930df6a
|
removed commented out code
|
2015-01-21 18:36:57 +11:00 |
|
Shannon
|
ae92c8219d
|
Gets legacy domain api wrapping new api, updates DomainService with required methods.
|
2015-01-21 18:35:08 +11:00 |
|
Shannon
|
512e59871e
|
Fixed issues relating to domain repository and added more tests, starts creating DomainService
|
2015-01-21 17:43:03 +11:00 |
|
Shannon
|
7545c0c1da
|
Adds the DomainRepository with tests
|
2015-01-21 17:03:56 +11:00 |
|
Shannon
|
3f8df66385
|
Merge branch 'dev-v7' into 7.3.0
|
2015-01-21 13:28:10 +11:00 |
|
Shannon
|
bbcca7f3e5
|
fixes test
|
2015-01-21 13:26:09 +11:00 |
|
Shannon
|
9710e6f9e2
|
refactors where the container is created
|
2015-01-21 13:21:36 +11:00 |
|
Shannon
|
13a4d5c81c
|
WIP - have added LightInject as a fast and tiny IoC container that is embedded. Have updated all required SingleObjectResolverBase and non lazy ManyObjectResolverBase to use a Container implementation. Have updated the boot managers to use IoC to instantiate all their requirements. This is so much nicer now by using IoC to ctor all of the objects in these resolvers we can get ctor injection OOTB so no more singletons. Need to create resolver to support the lazy resolver with IoC next. Updated IContentFinders, IThumbnailProviders to use ctor injection.
|
2015-01-21 12:48:08 +11:00 |
|
Shannon
|
44257e361a
|
Fixes refs to Microsoft.Net.Http
|
2015-01-21 10:41:01 +11:00 |
|
Stephan
|
7b4a82eb8d
|
U4-6154 - bugfix
|
2015-01-20 19:58:57 +01:00 |
|
Shannon
|
215113d635
|
more unused code removed
|
2015-01-20 18:17:11 +11:00 |
|
Shannon
|
2342ba5537
|
removes old unused code
|
2015-01-20 18:15:22 +11:00 |
|
Stephan
|
12d51b292c
|
U4-6154 - fix unpublishing a document with changes
Conflicts:
src/Umbraco.Core/Services/ContentService.cs
|
2015-01-19 14:03:58 +01:00 |
|
Shannon
|
f6a547d681
|
Merge remote-tracking branch 'origin/7.3.0' into dev-v8
|
2015-01-19 19:10:56 +11:00 |
|
Shannon
|
e94b6fa3a8
|
fixes tests
|
2015-01-19 19:10:26 +11:00 |
|
Shannon
|
631c8e3944
|
fixes up some tests
|
2015-01-19 19:03:58 +11:00 |
|
Shannon
|
3621c20f80
|
Adds Save method and another test
|
2015-01-19 19:03:28 +11:00 |
|
Shannon
|
ef4d28299a
|
few more tests for TaskRepository
|
2015-01-19 18:50:17 +11:00 |
|
Shannon
|
d4b718d615
|
Creates common base class for services, this streamlines all ctors and exposes correct services. Gets the TaskRepository working with a test, now to get it fully implemented.
|
2015-01-19 18:37:48 +11:00 |
|
Shannon Deminick
|
e85ef38218
|
Merge pull request #621 from AndyButland/u4-6135
Fixes U4-6135 (node name disappears in certain situations when tree is synched
|
2015-01-19 18:20:47 +11:00 |
|
AndyButland
|
4775b638a4
|
Reverted previous commit and changed anchor removal to target the correct tag (the elipsis)
|
2015-01-19 08:05:32 +01:00 |
|
Shannon
|
280826f3e8
|
Fixes: U4-6110 Cleanup the Audit trail code - this should be a service, remove all internal statics
|
2015-01-19 15:12:34 +11:00 |
|
Shannon
|
6ad895d7db
|
Fixes merge issues - proj now builds (not sure if it works yet though)
|
2015-01-19 13:38:51 +11:00 |
|
Shannon
|
0a0d845173
|
Merge branch 'dev-v7' into 7.3.0
|
2015-01-19 13:26:30 +11:00 |
|
Shannon
|
f9159a0afc
|
Merge remote-tracking branch 'origin/7.3.0' into dev-v8
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/DataTypesResolver.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorValueConvertersResolver.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/CodeFirst/Definitions/ContentTypeDefinitionFactory.cs
src/Umbraco.Tests/CodeFirst/TypeInheritanceTest.cs
src/Umbraco.Tests/Macros/MacroTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
src/Umbraco.Tests/Plugins/PluginManagerTests.cs
src/Umbraco.Tests/Plugins/TypeFinderTests.cs
src/Umbraco.Tests/Services/ThreadSafetyServiceTest.cs
src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs
src/Umbraco.Tests/TestHelpers/BaseSeleniumTest.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadStylesheetProperty.cs
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadStylesheets.cs
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs
src/Umbraco.Web/umbraco.presentation/umbraco/settings/stylesheet/property/EditStyleSheetProperty.aspx.cs
src/umbraco.cms/businesslogic/CMSNode.cs
src/umbraco.cms/businesslogic/propertytype/propertytype.cs
src/umbraco.cms/businesslogic/web/StyleSheet.cs
src/umbraco.editorControls/tinyMCE3/TinyMCE.cs
|
2015-01-19 13:16:56 +11:00 |
|
Shannon
|
02a903f77b
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/CompatibilityHelper.cs
src/Umbraco.Web/umbraco.presentation/library.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs
src/umbraco.MacroEngines/RazorDynamicNode/DynamicBackingItem.cs
src/umbraco.MacroEngines/app.config
src/umbraco.MacroEngines/packages.config
src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
src/umbraco.cms/businesslogic/Packager/Installer.cs
src/umbraco.editorControls/app.config
src/umbraco.editorControls/packages.config
src/umbraco.editorControls/umbraco.editorControls.csproj
src/umbraco.providers/app.config
|
2015-01-19 13:11:51 +11:00 |
|
Shannon
|
db3b8a1acd
|
Merge remote-tracking branch 'origin/dev-v6' into dev-v7
Conflicts:
src/Umbraco.Tests/TreesAndSections/ApplicationTreeTest.cs
|
2015-01-19 12:53:54 +11:00 |
|
Shannon
|
a999fca349
|
finalizes stylesheet editor, all is working nicely now
|
2015-01-19 12:50:26 +11:00 |
|
AndyButland
|
17906b505d
|
Removed code in tree synchronisation that removes anchor tag containing node name for certain nodes
|
2015-01-18 21:13:24 +01:00 |
|
Shannon
|
c853263894
|
Ensures that any instances created with the ManyObjectsResolverBase that have an HTTP lifetime are disposed of at the end of the request
|
2015-01-16 17:24:47 +11:00 |
|
Shannon
|
16f63b7fd9
|
Creates migration to remove stylesheet tables! and cleans up the singleton usage of sql syntax in the migrations.
|
2015-01-16 17:18:07 +11:00 |
|
Shannon
|
d41035cb2d
|
fixes tests and DebugDiagnosticsLogger
|
2015-01-16 16:57:32 +11:00 |
|