Shannon
c48f36f6a2
Even more IOHelper reduction, fixes some tests
2020-04-03 15:36:57 +11:00
Shannon
8535d0fbe3
Cleans up IIOHelper and removes methods/props that shouldn't exist, changes test helper to use WorkingDirectory fixes some usages of MapPath
2020-03-31 17:27:51 +11:00
Bjarke Berg
90c2381c86
Renamed Umbraco.Abstractions to Umbraco.Core
2020-02-24 08:21:53 +01:00
Bjarke Berg
4f204543e6
AB3734 - Moved alot of stuff from Umbraco.Core.IO into abstractions
2019-11-19 07:53:40 +01:00
Bjarke Berg
13507c0e13
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭 )
2019-11-08 07:51:14 +01:00
Stephan
3dfe653ef4
Better throwing on long path in filesystems
2019-02-20 17:04:29 +01:00
Chris Houston
193e24afd2
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
Chris Houston
a13a38a482
Updated all the TODO: comments in the Umbraco.Core project so they are all in the same format. ( // TODO: ) ( #4220 )
...
Also moved some of the comments so they are will work better / are not within Code Documentation comments
2019-01-26 15:42:14 +01:00
Stephan
4a0b969777
Deal with fixme in Umbraco.Core
2019-01-21 16:01:37 +01:00
Warren
9e996c68bb
Refactored the error params, so that exception is before the message/template so its more in sync with Serilog signature & was an easy way to find some more logs I missed too
2018-08-17 15:41:58 +01:00
Warren
47c8651609
Update more logging messages to use templates as opposed to string formats that were using the LoggerExtensions <T>
2018-08-16 12:00:12 +01:00
Warren
2a298aaaf5
FIRST PASS - Updates Umbraco.Core project to not use the func overload & to use new message template instead
2018-08-14 15:08:32 +01:00
Stephan
7a615133ff
Renormalize
2018-06-29 19:52:40 +02:00
Dawid Koruba
7660e10098
Change calls to logger.Info method to use Func<string> parameter
2018-06-29 14:25:17 +02:00
Stephan
a9147f1473
Port v7@2aa0dfb2c5 - WIP
2018-03-22 11:25:22 +01:00
Stephan
c76403077f
Normalize cr/lf/tab
2017-07-20 11:21:28 +02:00
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
b29bc66026
Post-merge fixing & refactoring (tests ok)
2016-11-04 11:36:58 +01:00
Stephan
b26b415096
Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
2016-11-03 10:31:44 +01:00
Stephan
187e5ed751
Add and use ArgumentNullOrEmptyException
2016-10-17 11:00:13 +02:00
Stephan
a00ee8d275
Rename DependencyInjection into DI, cleanup components, compose
2016-10-17 11:00:12 +02:00
Stephan
3ab01a2164
Implement shadow filesystems, IFileSystem2.GetSize
2016-09-21 12:40:29 +02:00
Stephan
5c2232aa3b
Refactor logging and profiling, boot reporting
2016-09-19 16:33:47 +02:00
Stephan
14adc2a3b3
deploy-30 refactoring
2016-01-26 14:18:30 +01:00
Stephan
e68dda81d2
Try to make sense of files and medias for Deploy
2015-12-09 16:45:40 +01:00
Stephan
3314ab026b
U4-7083 - filesystems, polish, fix, and back-compat
2015-09-10 14:20:21 +02:00
Stephan
6b5057b870
U4-7048 - more filesystems cleanup
2015-09-08 17:48:26 +02:00
Stephan
e577648efd
U4-7048 - refresh IFile instances from disk
2015-09-08 11:34:34 +02:00
Stephan
6b195587c1
U4-7042 - fix root path for tests
2015-09-03 16:24:43 +02:00
Stephan
b03d7884bb
U4-7042 - bugfix the physical filesystem
2015-09-03 15:11:49 +02:00
Shannon
bf82a70744
WIP - still working on getting the template repository and models working correctly and adding some more tests.
2014-12-01 14:14:44 +11:00
Shannon
9ffaa8aabb
Fixes some of the PhysicalFileSystem issues with paths vs relative paths, this should fix up inconsistencies.
2014-10-22 15:52:32 +10:00
Shannon
b254f81f4a
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
2014-07-10 11:54:05 +10:00
Shannon
17b0547cfc
Merge commit '874f464a2b51000920e2323f93bea116546e9b88' into 7.1.5
...
Conflicts:
src/Umbraco.Core/IO/FileSystemExtensions.cs
src/Umbraco.Core/IO/UmbracoMediaFile.cs
src/Umbraco.Web/umbraco.presentation/umbraco/channels/UmbracoMetaWeblogAPI.cs
2014-07-10 11:53:45 +10:00
Shannon
86c2a6e8a9
updates physical file system, now that files are being disposed of properly we don't need to delete first
2014-07-10 11:51:48 +10:00
Shannon
874f464a2b
Fixes: U4-5190 Overwrite Media File in 6.2.1 - process cannot access along with a bunch of other undisposed disposables :/
2014-07-10 11:45:57 +10:00
Morten Christensen
12cdd3326a
The CopyFile extension method was not disposing the file stream, so any attempt to delete the source file afterwards would fail.
...
Removing unused using statements.
2014-06-25 16:00:21 +02:00
Morten Christensen
b5a140945a
Fixes U4-1479 by adding .ToList() to allowed templates, which ensures that the list is fetched from the database while the connection is still open.
...
Fixing typo in usage of LogHelper in PhysicalFileSystem.
Ensures connection is closed after using TableExists for MySql.
Adds logging to UmbracoDatabase.
2013-01-18 09:00:18 -01:00
Shannon Deminick
04f351b287
Fixes: #U4-1156 - IFileSystem, etc... now public.
2013-01-15 01:19:51 +03:00
Shannon Deminick
d0cccb5be6
Adds some more error checking to PhysicalFileSystem ctor. Fixing issues with Script/Style repo tests.
2013-01-15 01:15:08 +03:00
Morten Christensen
749a872fec
Fixes U4-1444 so HttpPostedFiles are now properly accepted through the SetValue method.
...
Corrects an issue with the RootUrl in the PhysicalFileSystem.
2013-01-14 11:02:12 -01:00
Shannon Deminick
98a171266e
Fixes PhysicalFileSystem to use IOHelper instead of HostingEnvironment. Removes all references to new IFileSystem's that canont be supported currently, leaving only the media file system.
...
Updates all code to use PhysicalFileSystem in place of what 'could' eventually be an abstracted IFileSystem. Updates unit tests
accordingly.
2013-01-14 03:04:09 +03:00
Shannon Deminick
147867a7a8
Fixes the requirement for LegacyUploadFieldWorkaround, cleans up some of the code in ContentControl and various other (legacy) places, improves performance slightly too.
2013-01-07 23:24:29 +03:00
Sebastiaan Janssen
4166cd9f5d
Extra checks for empty strings and non-existing paths, use PhysicalFileSystem
2013-01-03 09:48:29 -01:00
Sebastiaan Janssen
8ef6ca73f6
Merge with 4.11.2
2012-12-28 09:02:45 -01:00
Sebastiaan Janssen
30cf0e2040
Add some logging to PhysicalFileSystem
2012-12-26 06:49:54 -01:00
Sebastiaan Janssen
dac1a8e9dc
Checking to see why the test file doesn't get deleted on the build server
2012-11-29 11:56:33 -01:00
Morten Christensen
705fed7a5e
Adding unit tests for DictionaryRepository.
2012-11-08 15:55:44 -01:00
Shannon Deminick
f4dc045561
Removed MediaFileSystemExtensions and just added the methods to the MediaFileSystem which are more discoverable.
...
Added Code Annotations to all file system classes pointing to the new #U4-1156 tracking item to publicize.
2012-11-08 08:27:38 +05:00