Bjarke Berg
|
fc22282a59
|
Injecting IHostingEnvironment
|
2019-11-20 15:21:09 +01:00 |
|
Bjarke Berg
|
969d8fbedd
|
Introduced a IIpResolver
|
2019-11-20 11:27:19 +01:00 |
|
Bjarke Berg
|
2e200779f9
|
Merge branch 'netcore/feature/abstract-systemdirectories' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-13 14:20:21 +01:00 |
|
Bjarke Berg
|
c9a99f52aa
|
Can't have the path info on IOHelper, because that leads to a cycle between config and IOHelper. Now you need to go directly to config, if you need a path
|
2019-11-13 14:15:50 +01:00 |
|
Bjarke Berg
|
5edac2a476
|
Merge branch 'netcore/feature/abstract-systemdirectories' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
# Conflicts:
# src/Umbraco.Abstractions/IO/IIOHelper.cs
# src/Umbraco.Core/IO/IOHelper.cs
|
2019-11-13 13:26:44 +01:00 |
|
Bjarke Berg
|
b721e75cd2
|
Move the config usage out of IOHelper
|
2019-11-13 13:22:28 +01:00 |
|
Bjarke Berg
|
e7683b7a39
|
Cleanup and moved some methods from the interface
|
2019-11-13 12:56:22 +01:00 |
|
Bjarke Berg
|
0be396c4fd
|
Post merge fixes
|
2019-11-13 12:53:01 +01:00 |
|
Bjarke Berg
|
683c0da468
|
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
|
2019-11-13 11:56:32 +01:00 |
|
Bjarke Berg
|
0fcf8325e3
|
Changed SystemDirectories from static to instance, Added interface in abstractions and create a static property on current.
|
2019-11-12 15:25:21 +01:00 |
|
Shannon
|
f154d9c333
|
Moves TypeLoader to abstractions
|
2019-11-11 18:56:14 +11:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|
Shannon
|
fccfa4f412
|
Removes umbraco settings: ImageTagAllowedAttributes, UploadAllowDirectories, ensureUniqueNaming, ImageTagAllowedAttributes, ScriptEditorDisable, ScriptFolderPath, UploadAllowDirectories
|
2019-01-30 23:42:25 +11: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 |
|
Shannon
|
44ab0991ce
|
Package installing is working
|
2019-01-15 22:08:08 +11:00 |
|
Stephan
|
d8d04c54e6
|
Fix IOHelper for debugging other apps
|
2018-12-18 08:33:54 +01:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Stephan
|
eb6a08af31
|
v7@11d4189c8d
|
2018-04-05 14:12:15 +02:00 |
|
Stephan
|
a9147f1473
|
Port v7@2aa0dfb2c5 - WIP
|
2018-03-22 11:25:22 +01:00 |
|
Stephan
|
97a058b817
|
DataType refactoring
|
2018-01-20 12:31:42 +01:00 |
|
Stephan
|
eff2e7a65b
|
Manifest refactoring
|
2018-01-20 10:19:57 +01:00 |
|
Stephan
|
c62513bd04
|
Remove ISharpZipLib dependencies where possible
|
2017-10-16 18:26:03 +02:00 |
|
Stephan
|
ab8fc33691
|
Port 7.7 - WIP
|
2017-08-14 18:21:48 +02:00 |
|
Stephan
|
c76403077f
|
Normalize cr/lf/tab
|
2017-07-20 11:21:28 +02:00 |
|
Stephan
|
8561d85f7a
|
porting 7.6-rc1 into 8
|
2017-05-24 12:25:39 +02:00 |
|
Stephan
|
b26b415096
|
Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
|
2016-11-03 10:31:44 +01:00 |
|
Shannon
|
a1b6240299
|
Fixes more merge issues and tests, removes lucene dependency from core (not sure why it was there), creates IExamineIndexCollectionAccessor for better testing for classes that require access to the indexers like the GridPropertyEditor.
|
2016-05-31 19:24:33 +02:00 |
|
Stephan
|
ddf38407d8
|
U4-4847 Refactor ContentService (#1266)
* U4-4748 - refactor Content-, Media- and MemberTypeRepository
* Cleanup Attempt
* Cleanup OperationStatus
* U4-4748 - refactor Content-, Media- and MemberTypeService
* U4-4748 - cleanup locking
* U4-4748 - refactor Content-, Media- and MemberRepository
* U4-4748 - refactor ContentService (in progress)
* U4-4748 - all unit of work must be completed
* U4-4748 - refactor locks, fix tests
* U4-4748 - deal with fixmes
* U4-4748 - lock table migration
* Update UmbracoVersion
* Fix AuthorizeUpgrade
* U4-4748 - cleanup+bugfix lock objects
* U4-4748 - bugfix
* updates a string interpolation
|
2016-05-18 10:55:19 +02:00 |
|
Shannon
|
4defc881d4
|
Removes lots of dead methods
|
2016-03-23 12:00:58 +01:00 |
|
Shannon
|
de776f86a4
|
Lots of code cleanup, lots of unused/obsolete classes & files removed.
|
2015-12-22 19:25:10 +01:00 |
|
Stephan
|
6b5057b870
|
U4-7048 - more filesystems cleanup
|
2015-09-08 17:48:26 +02:00 |
|
Stephan
|
b03d7884bb
|
U4-7042 - bugfix the physical filesystem
|
2015-09-03 15:11:49 +02:00 |
|
Shannon
|
d5460068d4
|
Merge remote-tracking branch 'origin/master-v7' into dev-v7
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Macros/MacroTagParser.cs
src/Umbraco.Core/packages.config
src/Umbraco.Tests/Controllers/BackOfficeControllerUnitTests.cs
src/Umbraco.Tests/Macros/MacroParserTests.cs
src/Umbraco.Tests/Strings/StringExtensionsTests.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI.Client/src/common/services/macro.service.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/BackOfficeController.cs
src/umbraco.cms/Actions/Action.cs
|
2015-07-16 17:04:25 +02:00 |
|
Shannon
|
c2dc896fce
|
working on: U4-6756 Don't ship or generate unnecessary folders
|
2015-07-16 15:29:46 +02:00 |
|
Shannon
|
9b5d4e5b08
|
Moves some logic into StringExtensions, updates tests, adds other tests
|
2015-07-16 10:40:43 +02:00 |
|
Shannon
|
ed95ccc18e
|
Creates ProfilingLogger in order to decouple the DisposableTimer from LogHelper and ProfilerResolver
|
2015-01-16 12:07:29 +11:00 |
|
Shannon
|
68a25bb5b1
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
|
2013-12-19 15:50:03 +11:00 |
|
yawka
|
59391f58ec
|
Remove previous fix, and move it to IsReservedPathOrUrl
|
2013-11-07 19:06:25 +02:00 |
|
yawka
|
1923b68594
|
Fix 2034, add check for whitespaces
|
2013-11-07 12:36:35 +02:00 |
|
Shannon
|
1e9a17babe
|
Fixes merge issues, fixes up some unit tests, removes the For<T> config section stuff and simplifies the singleton, refactors it with methods as per discussion with stephen.
|
2013-09-25 19:23:41 +10:00 |
|
Shannon
|
f38a6e1561
|
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
|
2013-09-13 18:11:20 +10:00 |
|
Shannon
|
7806762b80
|
Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
|
2013-08-31 11:28:19 +10:00 |
|
Steve Temple
|
b12f60e443
|
Allow for absolute URLs as well as virtual in ResolveUrl to allow for FileSystemProviders that use CDNs
|
2013-06-27 00:04:37 +01:00 |
|
Morten Christensen
|
0bb643672f
|
Adding some minor changes/adjustments to the TypeFinder to make a bit more flexible for external usage.
|
2013-06-07 05:19:25 -02:00 |
|
Morten Christensen
|
f26e39f5ce
|
Adding a new extensibility in relation to #U4-2244 which allows consumers of the CoreBootManager to explicitly set the path to the root of an umbraco site/solution.
A bit of cleanup in the IOHelper class.
|
2013-05-22 07:48:42 -02:00 |
|
Morten Christensen
|
9a6030a3eb
|
Fixes #U4-2244
|
2013-05-22 07:12:58 -02:00 |
|
Stephan
|
3ab0879a99
|
Core.Strings - refactor ToSafeFileName
|
2013-03-11 14:58:07 -01:00 |
|
Morten Christensen
|
3612f18f3f
|
Merge with 6.0.3
|
2013-03-07 20:22:37 -01:00 |
|
Morten Christensen
|
836b0f39c2
|
Additional correction of the implementation for U4-1869
|
2013-03-07 20:19:39 -01:00 |
|
Morten Christensen
|
1b01386673
|
Changing the initial fix of U4-1869 to use UrlReplacingCharacters
|
2013-03-07 19:56:59 -01:00 |
|