Shannon
|
029eff1f8a
|
Some refactoring to decouple web based assemblies from Umbraco.Core and move whatever we can to Umbraco.Web where web based assemblies are used. Decouples System.Drawing entirely from Umbraco.Core and removes the Active Directory dependency from Umbraco.core.
|
2018-08-29 01:15:46 +10:00 |
|
Sebastiaan Janssen
|
9e564d70ef
|
Merge branch 'drpeck-U4-8550' into dev-v7
|
2018-08-26 17:57:00 +02:00 |
|
Sebastiaan Janssen
|
276810be6c
|
Bump to v7.13.0
|
2018-08-26 17:56:13 +02:00 |
|
Sebastiaan Janssen
|
49df6e7c9d
|
Merge branch 'U4-8550' of https://github.com/drpeck/Umbraco-CMS into drpeck-U4-8550
# Conflicts:
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web/PublishedContentExtensions.cs
|
2018-08-26 17:45:34 +02:00 |
|
Sebastiaan Janssen
|
18b690f11a
|
Bump the version to 7.12.2
|
2018-08-23 20:45:49 +02: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 |
|
Sebastiaan Janssen
|
39e8a9fa67
|
Bump version to 7.12.1
|
2018-08-15 15:47:21 +02: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 |
|
Mundairson
|
9cd2db5018
|
U4-11546 [v7] Clean up to remove compiler warnings (#2823)
|
2018-07-31 10:41:15 +02:00 |
|
Imran Haider
|
2660b31370
|
Updated our.umbraco.org to .com
|
2018-07-27 16:41:57 +01:00 |
|
Imran Haider
|
7baca85f6a
|
Update ourumbraco references to https
|
2018-07-27 16:08:38 +01:00 |
|
Anthony
|
8e78c3dfb1
|
Refactored out some obsolete methods and files.
|
2018-07-27 15:51:32 +01:00 |
|
Shannon
|
959caf4d04
|
Fixes tests and merging issues, simplifies TabsAndPropertiesResolver since it doesn't need umbracocontext, only the MemberTabsAndPropertiesResolver one does
|
2018-07-18 15:42:12 +10:00 |
|
Shannon
|
390514cd9d
|
Merge remote-tracking branch 'origin/dev-v7' into temp8
# Conflicts:
# src/Umbraco.Core/Configuration/UmbracoSettings/ContentElement.cs
# src/Umbraco.Core/Models/Identity/BackOfficeIdentityUser.cs
# src/Umbraco.Core/Models/Identity/IdentityModelMappings.cs
# src/Umbraco.Core/Persistence/PetaPoco.cs
# src/Umbraco.Core/Persistence/PetaPocoSqlExtensions.cs
# src/Umbraco.Core/Security/BackOfficeUserManager.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/FileService.cs
# src/Umbraco.Core/Services/IFileService.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/ContentElementTests.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/umbracoSettings.config
# src/Umbraco.Tests/FrontEnd/UmbracoHelperTests.cs
# src/Umbraco.Tests/Persistence/Querying/PetaPocoSqlTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/less/property-editors.less
# src/Umbraco.Web.UI.Client/src/routes.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html
# src/Umbraco.Web.UI.Client/src/views/content/copy.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/tags/tags.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/tags/tags.html
# src/Umbraco.Web.UI.Client/src/views/users/user.controller.js
# src/Umbraco.Web.UI/config/splashes/noNodes.aspx
# src/Umbraco.Web.UI/config/umbracoSettings.Release.config
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/umbraco/config/lang/fr.xml
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/MemberTypeController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Routing/PublishedContentRequest.cs
# src/Umbraco.Web/Routing/UrlProviderExtensions.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
|
2018-07-18 13:19:14 +10:00 |
|
Nathan Woulfe
|
f416fc6919
|
clear preview cookie when clicking the info-box link
|
2018-07-11 15:25:39 +10:00 |
|
Stephan
|
52be2d7864
|
Merge branch 'v8hackathon-library-media-remove' of https://github.com/AnthonyCogworks/Umbraco-CMS into temp-2748
|
2018-07-09 16:34:44 +02:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Anthony
|
b3a8161b25
|
Removed library.cs and it cache settings
|
2018-06-29 13:56:00 +01:00 |
|
Dawid Koruba
|
7660e10098
|
Change calls to logger.Info method to use Func<string> parameter
|
2018-06-29 14:25:17 +02:00 |
|
Shannon Deminick
|
b40d717546
|
Merge pull request #2709 from umbraco/temp8-mediapath
media path
|
2018-06-26 11:59:07 +10:00 |
|
Mads Rasmussen
|
1d0ef8980f
|
Merge pull request #2723 from umbraco/temp8-upgrade-angular
Temp8 upgrade angular
|
2018-06-25 12:03:39 +02:00 |
|
Stephan
|
824c428579
|
Remove media path scheme config
|
2018-06-20 10:49:20 +02:00 |
|
Sebastiaan Janssen
|
61bde607c7
|
Bumps version to 7.12
|
2018-06-18 21:53:13 +02:00 |
|
Shannon
|
9d49ddba7c
|
Fixes installer including some c# bits, fixes the hash bang to be back to normal
|
2018-06-15 15:51:37 +10:00 |
|
Stephan
|
a380683833
|
New mediapath scheme becomes default
|
2018-06-14 11:43:36 +02:00 |
|
Sebastiaan Janssen
|
9008e6af88
|
Merge branch 'dev-v7' into temp8
# Conflicts:
# docs/CONTRIBUTING_DETAILED.md
# docs/README.md
# src/Umbraco.Core/Configuration/GlobalSettings.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/directives/components/buttons/umbbutton.directive.js
# src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less
# src/Umbraco.Web.UI.Client/src/views/components/buttons/umb-button.html
# src/Umbraco.Web.UI.Client/src/views/dashboard/developer/developerdashboardvideos.html
# src/Umbraco.Web.UI.Client/src/views/prevalueeditors/boolean.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/boolean/boolean.html
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Trees/LanguageTreeController.cs
|
2018-06-06 21:15:11 +02:00 |
|
Mundairson
|
8953021784
|
Corrected the VersionCheckPeriod property's XML comment.
|
2018-06-05 10:58:45 +01:00 |
|
Stephan
|
062a47f2aa
|
Use ModelsBuilder from NuGet, -alpha.44
|
2018-06-04 11:37:19 +02:00 |
|
Stephan
|
f92a03b996
|
Use ModelsBuilder from NuGet, -alpha.43
|
2018-06-04 11:32:53 +02:00 |
|
Stephan
|
baba390c7b
|
Version 8.0.0-alpha.41
|
2018-05-21 23:04:18 +02:00 |
|
Stephan
|
bd07a1ba5c
|
Version 8.0.0-alpha.40
|
2018-05-21 11:49:20 +02:00 |
|
Stephan
|
c13e3ec220
|
Version 8.0.0-alpha.37
|
2018-05-18 09:39:02 +02:00 |
|
Stephan
|
6e7bb41190
|
Version 8.0.0-alpha.36
|
2018-05-17 15:33:38 +02:00 |
|
Stephan
|
f44c5ad757
|
Cleanup nuget, bindings, build
|
2018-05-17 12:17:42 +02:00 |
|
Shannon
|
c655873b7d
|
Cleanup canvas designer files, no more dotless dependency, cleans up preview, removes bloat
|
2018-05-16 10:13:55 +02:00 |
|
Stephan
|
a5f1ad6da1
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-02 13:43:12 +02:00 |
|
Stephan
|
d56af5872d
|
Implement basic fallback plumbing (in progress)
|
2018-05-02 13:38:45 +02:00 |
|
Shannon
|
1bdf064437
|
Removes the DistributedCall section along with CacheRefresher and the ConfigServerRegistrar, changes IServerMessenger to not have any servers parameters since we don't use that.
|
2018-05-01 10:39:04 +10:00 |
|
Shannon
|
6faa2ff177
|
Removes unused and obsoleted code
|
2018-05-01 01:27:25 +10:00 |
|
Shannon
|
c8d2ea141b
|
Removes more xslt, more very old code and configurations that aren't used anymore
|
2018-05-01 01:15:43 +10:00 |
|
Shannon
|
310a31b03e
|
More xslt removal and other file cleanup
|
2018-05-01 01:01:24 +10:00 |
|
Shannon
|
890b5f30a1
|
Merge remote-tracking branch 'origin/dev-v7' into temp8
# Conflicts:
# src/Umbraco.Core/Configuration/UmbracoSettings/IRepositoriesSection.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/IRepository.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoriesCollection.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoriesElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryConfigExtensions.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/UmbracoSettingsSection.cs
# src/Umbraco.Core/Services/PackagingService.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/PackageRepositoriesElementDefaultTests.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/PackageRepositoriesElementTests.cs
# src/Umbraco.Tests/Plugins/PluginManagerTests.cs
# src/Umbraco.Web.UI.Client/lib/umbraco/Extensions.js
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web.UI/umbraco/developer/Packages/installer.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadPackager.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadPackages.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/installer.aspx.cs
# src/umbraco.cms/umbraco.cms.csproj
|
2018-04-30 23:25:07 +10:00 |
|
Sebastiaan Janssen
|
bfca8c555e
|
Removes Package repository config setting and related unnecessary code
|
2018-04-19 19:12:42 +02:00 |
|
Stephan
|
dc589f9b96
|
Fix csproj, nuspec
|
2018-04-16 16:08:26 +02:00 |
|
Sebastiaan Janssen
|
28cbb0a517
|
Bumps version to 7.11.0
|
2018-04-12 13:41:56 +02:00 |
|
Sebastiaan Janssen
|
95d40049f5
|
Bumps version to 7.10.2
|
2018-04-09 08:30:39 +02:00 |
|
Shannon
|
c90d6be8ab
|
U4-8861 Extract GlobalSettings to an interface and expose on the standard UmbracoConfig.For settings singleton including a bunch of cleanup, getting the installer and steps to be DI
|
2018-04-06 13:51:54 +10:00 |
|
Shannon
|
047a05cfb3
|
bumps version
|
2018-04-03 11:38:13 +10:00 |
|
Shannon
|
e019c94207
|
changes back to correct version
|
2018-04-03 10:42:57 +10:00 |
|