Shannon
|
3fdf13a8b1
|
Removes database support from legacy stylesheet apis
|
2015-01-15 15:11:52 +11:00 |
|
Shannon
|
23ea9e71fd
|
Removes db support from the StylesheetRepository
|
2015-01-15 15:02:29 +11:00 |
|
Shannon
|
19037ee1ba
|
Ensures all stylesheet usages in RTE are working as expected
|
2015-01-15 12:40:09 +11:00 |
|
Shannon
|
8abf6fc2b5
|
Cleans up legacy stylesheet code to wrap the new APIs better, creates a new OriginalPath property on IFile to track if the path has changed, updates FileRepository to deal with path's changing and automatically deal with renaming files. Adds new methods to IFileService: GetStylesheetsAtPath. Fixes up the stylesheet and stylesheet property editors to use the file names, gets tree syncing working nicely for them both even with files or properties are renamed. Updates stylesheet editors and controllers to use the new APIs
|
2015-01-15 11:49:32 +11:00 |
|
Shannon
|
5a6e63e8d4
|
Fixes up errors with the legacy stylesheet api wrapping the new one, the UI is now all working and even tree syncing is working.
|
2015-01-14 16:38:54 +11:00 |
|
Shannon
|
23341d8c76
|
fixes test
|
2015-01-14 15:22:19 +11:00 |
|
Shannon
|
5cbfa7bd91
|
Updates how the stylesheet file works, uses v5 style logic for naming a stylesheet rule, adds plenty of tests to support, fixes validation methods on the file service, removes the css parser library stuff as it's overkill for what we want.
|
2015-01-14 14:10:55 +11:00 |
|
Shannon
|
b3a93e369a
|
WIP - bit of a refactor on the IFile stuff, moves all validation to the service level and obsoletes the IFile.IsValid methods. Adds v5 style CSS property parsing, but might integrate that with this zany css parser in the core for 'safer' parsing.
|
2015-01-14 12:09:30 +11:00 |
|
Shannon
|
5d7902a9a7
|
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
Conflicts:
src/Umbraco.Core/Persistence/Repositories/PartialViewMacroRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
|
2015-01-14 09:10:11 +11:00 |
|
Sebastiaan Janssen
|
59aa28bf3b
|
Update Installer.cs
|
2015-01-13 17:34:40 +01:00 |
|
Niels Hartvig
|
cea002fd61
|
Typos in regards to previous commit (U4-6115)
|
2015-01-13 17:19:11 +01:00 |
|
Niels Hartvig
|
f8c1cc684b
|
U4-6115 Add which user installs/uninstalls packages to the audit trail
|
2015-01-13 17:14:54 +01:00 |
|
Shannon
|
c41c727e06
|
WIP - working on getting the legacy StyleSheet business logic class wrapping the new services.
|
2015-01-13 20:18:02 +11:00 |
|
Shannon
|
3663fd9f99
|
Fixes: U4-6106 Threading/Performance issue with MappingResolver and LazyManyObjectsResolverbase/ManyObjectsResolverBase
|
2015-01-13 19:39:46 +11:00 |
|
Shannon
|
10aad7e048
|
More decoupling from the SqlSyntaxContext singleton, repositories now all use an injected SqlSyntaxProvider, the respository factory, service context, etc... is now much more streamlined with classes created with a propery dependency chain.
|
2015-01-13 19:38:23 +11:00 |
|
Shannon
|
cc396c8b96
|
Removes more unecessary singletons and simplifies/refactors some internal parts like the ctors for the ServiceContext, DatabaseContext. No more RepositoryResolver or SqlSyntaxProvidersResolver these are entirely uncessary and complicate things.
|
2015-01-13 18:19:52 +11:00 |
|
Shannon
|
1a7fbf5927
|
Also part of: U4-6106 Threading/Performance issue with MappingResolver and LazyManyObjectsResolverbase/ManyObjectsResolverBase
|
2015-01-13 18:11:01 +11:00 |
|
Shannon
|
b28d719ee6
|
Fixes: U4-6106 Threading/Performance issue with MappingResolver and LazyManyObjectsResolverbase/ManyObjectsResolverBase
|
2015-01-13 18:09:52 +11:00 |
|
Shannon
|
d5c8430cd2
|
Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.
|
2015-01-13 13:33:39 +11:00 |
|
Shannon
|
e3acdbe85b
|
Fixes up dictionary and language repositories to have underlying simple get repositories since they support getting by id, unique id and string variations but we want to have native repository enabled caching for these items so these get methods now use private repositories based on these keys. Adds more tests, removes N+1 queries for languages and dictionary items. Removes RuntimeCacheProvider, we only want one type of cache, this simplifies things a lot.
|
2015-01-13 13:25:36 +11:00 |
|
Shannon
|
00895ff7a9
|
Fixes: U4-6096 Links in Translator emails incorrect - germain and danish were still incorrect.
|
2015-01-12 22:10:15 +11:00 |
|
Shannon
|
da778e277f
|
Fixes: U4-6093 ContentService.SaveAndPublishDo changes Culture
|
2015-01-12 21:45:52 +11:00 |
|
Shannon
|
ef2c46b6ab
|
WIP - removes all the commented out code, now we need to ensure that the DictionaryRepository/Service performs well, there's a bunch of N+1 queries in there and caching will be ignored for several of the get methods when loading with a GUID which we need to have in there if we want it to perform just as well as before.
|
2015-01-12 20:14:12 +11:00 |
|
Shannon
|
6fcfd49cf0
|
Merge branch 'U4-5658' of https://github.com/leekelleher/Umbraco-CMS into leekelleher-U4-5658
|
2015-01-12 19:43:20 +11:00 |
|
Shannon
|
b9398375f1
|
Merge branch 'leekelleher-U4-5658' into 7.3.0
|
2015-01-12 19:40:33 +11:00 |
|
Shannon
|
274819f75f
|
Merge branch 'U4-5658' of https://github.com/leekelleher/Umbraco-CMS into leekelleher-U4-5658
|
2015-01-12 19:40:16 +11:00 |
|
Shannon
|
fb3b99a49a
|
Fixes up a left join with dictionary -> language items, adds another couple of unit tests adds another method to the ILocalizationService
|
2015-01-12 19:39:30 +11:00 |
|
Shannon
|
ffd4e9507b
|
WIP Gets legacy dictionary, language classes to wrap the Core services implementation properly. Obsoletes a bunch of stuff, creates a few more tests, need to test UI now.
|
2015-01-12 18:52:30 +11:00 |
|
Shannon
|
6457a1a2ca
|
Fixes: U4-6088 Publicize all partial view methods on IFileService & U4-6087 Fix Partial View macro repository usage so that when a macro is created from the FileService, the MacroService events are raised
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
|
2015-01-09 19:15:01 +11:00 |
|
Shannon
|
7212015127
|
obsoletes all of the service ctor's that don't specify all required dependencies, none of these are used in the core.
|
2015-01-09 18:53:08 +11:00 |
|
Shannon
|
31a1ee9145
|
Fixes: U4-6088 Publicize all partial view methods on IFileService & U4-6087 Fix Partial View macro repository usage so that when a macro is created from the FileService, the MacroService events are raised
|
2015-01-09 18:39:44 +11:00 |
|
Shannon
|
53fbb18f1c
|
removes unneeded commented out code in old template class
|
2015-01-09 17:32:10 +11:00 |
|
Shannon
|
43cfabe9e7
|
adds unit tests for File service for templates
|
2015-01-09 17:10:42 +11:00 |
|
Shannon
|
caf972cd0f
|
Ensures virtual path is set on the template, updates the tree controller to render the correct editor if it's webforms, updates the rest service to return the updated contents if the server changes it and updates the UI
|
2015-01-09 17:01:38 +11:00 |
|
Shannon
|
5bef3593dd
|
More dependency cleanup, less singleton usages, better testing implementations
|
2015-01-09 15:27:47 +11:00 |
|
Shannon
|
3f233ad4a4
|
test fixed
|
2015-01-09 13:38:43 +11:00 |
|
Shannon
|
9252dc222a
|
still unweaving more of this singleton mess, makes unit testing much easier
|
2015-01-09 13:35:32 +11:00 |
|
Shannon
|
fafe056db0
|
More refactoring with ILogger and reducing the dependencies on all of these singletons. Created new DatabaseSchemaHelper to be used instead of the extension methods that require singletons to be set.
|
2015-01-09 13:00:26 +11:00 |
|
Shannon
|
9f30a9b0fc
|
Removes more singletons and reliance on singletons/statics
|
2015-01-09 12:04:33 +11:00 |
|
Shannon
|
86f6c4a39d
|
another test fixed
|
2015-01-09 11:56:43 +11:00 |
|
Shannon
|
32470e9bd2
|
fixes more tests
|
2015-01-09 11:23:40 +11:00 |
|
Shannon
|
97c18980d8
|
fixes some tests
|
2015-01-09 11:07:38 +11:00 |
|
Shannon
|
defc9d3bc2
|
Updated all repo's to have their correct ctor's with their correct dependencies. Updated them all to accept ILogger updated all other dependencies with the same without breaking anything since all is internal, or obsoleted other public methods. Updates lots of the tests with mock instances instead, now more tests have less singleton dependencies, easier to test, much clearer and more IoC driven. Updated unit tests to supply the ILogger for required objects, tests should run faster now since most things are just mocked.
|
2015-01-09 10:51:15 +11:00 |
|
Shannon Deminick
|
4bbd278007
|
Merge pull request #618 from devinbost/dev-v7
Fixed a syntax error in the spelling of the name of a method.
|
2015-01-08 15:27:57 +11:00 |
|
devinbost
|
f6677aa19e
|
Merge pull request #1 from devinbost/master
Fixed a syntax error in the spelling of the name of a method.
|
2015-01-07 19:40:23 -08:00 |
|
unknown
|
a1bca2eba1
|
Fixed a syntax error in the spelling of the name of the method GetAllManifestFileContents(..).
|
2015-01-07 19:25:09 -08:00 |
|
Sebastiaan Janssen
|
4c5cc93a67
|
U4-6052 Umbraco 7.2.1 web app installed with Nuget fails at start with error :"Cannot create an MVC Area path without the umbracoPath specified"
#U4-6052 In Progress
|
2015-01-07 11:28:23 +01:00 |
|
Shannon
|
77e672aec1
|
Exposes an ILogger property called Logger on all relevant base classes
|
2015-01-07 17:38:25 +11:00 |
|
Shannon
|
519b06fe30
|
Moves logging interface to Logging namespace called ILogger, creates a resolver for it, updates the boot process to ensure it exists first and anything during the boot process that is logging ensures that if it is not resolved that it logs elsewhere. Wraps LogHelper to use the ILogger based on the resolver. Updates all services that used LogHelper to have an ILogger injected into them. This is really only the start, there's a ton of places that use LogHelper (508) other places so we'll need to start looking at changing those over. All base classes will need to expose an Ilogger so people can use that.
|
2015-01-07 17:23:24 +11:00 |
|
Shannon
|
7e1b20e600
|
Merge branch 'umbUKFest-U4-5231' of https://github.com/AnthonyCogworks/Umbraco-CMS into 7.3.0
Conflicts:
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/MockTests.cs
|
2015-01-07 16:13:47 +11:00 |
|