Stephan
81234cd702
Rename DI to Composing
2017-05-30 15:46:25 +02:00
Stephan
8561d85f7a
porting 7.6-rc1 into 8
2017-05-24 12:25:39 +02:00
Stephan
c6e4e3b3ed
Merge origin/dev-v7-deploy into dev-v8-zbwip
2016-11-04 18:40:42 +01:00
Stephan
74e0a4d999
7.6 merge review fixes
2016-11-03 19:20:42 +01:00
Stephan
b26b415096
Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
2016-11-03 10:31:44 +01:00
Stephan
a00ee8d275
Rename DependencyInjection into DI, cleanup components, compose
2016-10-17 11:00:12 +02:00
Stephan
e9648f8d7b
Introduce SafeCallContext
2016-09-19 16:33:48 +02:00
Stephan
5c2232aa3b
Refactor logging and profiling, boot reporting
2016-09-19 16:33:47 +02:00
Stephan
597b9bbfcb
Introduce SafeCallContext to fix breaking test
...
(wondering if using logical call context a breaking change)
2016-09-13 08:01:45 +02:00
Shannon
648fbdd3f3
moves packaging models to models/packaging
2016-05-09 10:05:55 +02:00
Shannon
7d3ba43816
Removes lots of Dead Code - thanks NDepend!
2016-03-23 10:58:06 +01:00
Shannon
39c39879f9
Moves IPackageAction to _Legacy Core for now
2016-03-17 16:05:56 +01:00
Shannon
4f3968e837
R# cleanup, losts of obsoleted methods removed
2015-12-22 18:00:11 +01:00
Shannon
c3523a09ec
WIP WIP WIP. Started working on U4-5648 which led to quite a lot of other things, once IDataType was removed (U4-5858), this lead to U4-5546, U4-5416, U4-5484, U4-5805. So much of this stuff is etched deep into the codebase, so nice to get rid of it. Had to remove the codefirst tests too for now since they relied on old apis and we don't really support it/use it. Commented out all of the code relating to the document type editor UI bits since they need to be rewritten and removed.
2014-11-21 16:34:47 +11:00
jakobdyrby
1a3d3994c3
added some ToArray() to ensure execution
2014-08-11 12:35:55 +02:00
jakobdyrby
4aedfc419e
copy past error
2014-08-11 10:07:27 +02:00
jakobdyrby
21c6cf71cb
fixed bug where root element is documents and not documentSet
2014-08-11 09:52:16 +02:00
Stephan
4814fb3e96
U4-5276 - get package installer to respect binding redirects
2014-08-05 18:07:50 +02:00
Morten Christensen
48143bc0c3
Minor updates to the Package installation and extraction as part of PR #417
2014-06-27 12:37:56 +02:00
jakobdyrby
8c36a683e6
Change some class from public to internal
2014-06-24 11:27:04 +02:00
jakobdyrby
3e0cd0a605
Now it works with a notimplimentet exception
2014-06-17 09:13:54 +02:00
jakobdyrby
7ec13146b2
more revert
2014-06-17 07:34:49 +02:00
jakobdyrby
48e0e5da75
revert to org files
2014-06-17 07:31:22 +02:00
jakobdyrby
7b48a59ca2
added events
2014-06-17 07:06:07 +02:00
jakobdyrby
3c6bf1ce92
Removed some complex objects that didn't need to be complex
2014-06-16 12:13:01 +02:00
jakobdyrby
dfb08b9ec7
Removed IStyleSheet
2014-06-16 12:13:00 +02:00
jakobdyrby
eef7ce45d3
cleanup
2014-06-16 12:13:00 +02:00
jakobdyrby
697d4e3b23
more logical code
2014-06-16 12:12:59 +02:00
jakobdyrby
6d77121c05
Test for support stylesheets
2014-06-16 12:12:58 +02:00
jakobdyrby
a7928f87ee
small ajustments
2014-06-16 12:12:58 +02:00
jakobdyrby
bb71efd4fa
Move moving classes around
2014-06-16 12:12:57 +02:00
jakobdyrby
32ed0de4f6
Moved and renamed classes to fit standard
2014-06-16 12:12:55 +02:00
jakobdyrby
c67f0baf74
Method renaming and zip allowed
2014-06-16 12:12:54 +02:00
jakobdyrby
95ff1a03fb
some renaming
2014-06-16 12:12:53 +02:00
jakobdyrby
5d3d2e9331
added comments to IUnpackHelper
2014-06-16 12:12:52 +02:00
jakobdyrby
de266351d1
Refactoring to move redundant code and added sanity check for doublet filenames in package
2014-06-16 12:12:52 +02:00
jakobdyrby
f8b4caea85
Fixes
...
now the package does not die hard if data type not found
directories in umb packages are now ignored - not sure if this is th right behaver
small logical errors
2014-06-16 12:12:51 +02:00
jakobdyrby
889736f63b
now loosely testet.
2014-06-16 12:12:47 +02:00
jakobdyrby
acc6d46b4b
splittet into more single resposebility classes
2014-06-16 12:12:45 +02:00
jakobdyrby
d57c572116
moved strings to constants
2014-06-16 12:12:44 +02:00
jakobdyrby
70fcd6fab7
more updates
2014-06-16 12:12:44 +02:00
jakobdyrby
45076491cb
Added new PackagingService
2014-06-16 12:12:43 +02:00
Shannon
c29dbf444a
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixTwoZero/AdditionalIndexesAndKeys.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Core/Umbraco.Core.csproj
2014-03-15 19:02:59 +11:00
Morten Christensen
8db6633c91
Initial implementation of a new package installation approach based on PR-297. Everything is left internal as we don't know when something like this can be introduced.
...
Idea is to be able to install a complete package using the PackagingService, so that we eventually can obsolete the old Packager/Installer-code.
2014-03-14 12:11:38 +01:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00
Shannon
083ca23d93
Fixes: U4-3290 PackageBinaryInspector returns error during install
2013-11-01 17:10:01 +11:00
Shannon
59a81f4d12
Fixes: U4-2852 Create dialog with legacy implementations.
2013-11-01 14:46:33 +11:00
Shannon
716def8d33
Completes: U4-3020 Installning package with legacy data types just gives error
2013-10-25 16:28:46 +11:00
Shannon
ab8d0c6504
Gets the package inspector all working with type checks and app domains
2013-10-25 14:04:53 +11:00
Shannon
c5c1946d1b
Got more of the install checker working and inspecting package assemblies for report.
2013-10-25 11:35:09 +11:00