Shannon
|
24e2547656
|
Merge branch 'u4-8632b' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-8632b
# Conflicts:
# src/Umbraco.Core/Models/Rdbms/UserGroup2NodePermissionDto.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/DatabaseSchemaCreation.cs
# src/Umbraco.Core/Persistence/Repositories/PermissionRepository.cs
# src/Umbraco.Core/Persistence/Repositories/UserRepository.cs
# src/Umbraco.Core/Persistence/Repositories/UserTypeRepository.cs
# src/Umbraco.Core/Persistence/RepositoryFactory.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/SectionService.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/NotificationsRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserTypeRepositoryTest.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Tests/Umbraco.Tests.csproj
# src/Umbraco.Web.UI/config/trees.config
# src/Umbraco.Web.UI/umbraco/users/PermissionEditor.aspx
# src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
# src/Umbraco.Web/Umbraco.Web.csproj
# src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
|
2017-05-04 18:29:43 +10:00 |
|
Shannon
|
944b3dcaac
|
New method for IPackagingService to fetch a package from the repo, removes usages of the old repo endpoint, removes ability to push a package from the back office to Our since that would require a different endpoint.
|
2017-04-26 19:02:36 +10:00 |
|
Shannon
|
d295174e53
|
Updates JS to include the current umbraco version when requesting a package's details, updates the c# to use a new endpoint on OUR to ensure that the correct file is downloaded based on the umb version passed in.
|
2017-04-24 21:31:35 +10:00 |
|
Sebastiaan Janssen
|
e2dc4f36ad
|
U4-9762 ezSearch package complains about pickers in macro parameters
|
2017-04-12 13:39:38 +02:00 |
|
Shannon
|
604bddabdf
|
Updateing the app.configs with the correct redirects for log4net since alll package installs are going to change these
|
2017-04-07 12:04:05 +10:00 |
|
Sebastiaan Janssen
|
16582c8207
|
U4-9745 Update outdated NuGet dependencies
|
2017-04-06 16:27:41 +02:00 |
|
Shannon
|
3706405bff
|
Obsoletes all methods that perform image manipulation and thumbnail generation, removes thumbnail generation from occurring, fixes the issue of getting the size for an image!! Argh, we were bypassing the Exif data reading and instead still loading the whole image in!
|
2017-04-04 12:14:06 +10:00 |
|
Shannon
|
317f96a1bd
|
removes very old logic for rescanning IAction, this is totally unecessary
|
2017-04-03 21:15:14 +10:00 |
|
Shannon
|
0e6f2b542e
|
Merge branch 'dev-v7.6' into temp-faster-startup-less-scanning
# Conflicts:
# src/Umbraco.Core/PluginManager.cs
|
2017-04-03 16:57:57 +10:00 |
|
Shannon
|
cb539e82d0
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.6
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/Persistence/Repositories/DataTypeDefinitionRepository.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web/Models/Mapping/MediaModelMapper.cs
# src/UmbracoExamine/UmbracoMemberIndexer.cs
|
2017-03-29 18:11:51 +11:00 |
|
Claus
|
7ade64f855
|
Merge pull request #1802 from umbraco/temp-U4-9637
U4-9637 addDashboardSection package action shouldn't add the dashboar…
|
2017-03-28 13:12:26 +02:00 |
|
Shannon
|
ed0f0f7942
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.6
# Conflicts:
# src/Umbraco.Core/Configuration/CoreDebug.cs
# src/Umbraco.Core/Publishing/PublishingStrategy.cs
# src/Umbraco.Core/Umbraco.Core.csproj
|
2017-03-23 12:24:16 +11:00 |
|
Stephan
|
631404743f
|
U4-9610 - fix nullref in BulkPublishController
|
2017-03-22 14:44:39 +01:00 |
|
Shannon
|
4093fd9b79
|
U4-9637 addDashboardSection package action shouldn't add the dashboard if it already exists
|
2017-03-18 16:52:30 +11:00 |
|
Shannon
|
fffd508bb2
|
missing null check
|
2017-03-18 15:44:57 +11:00 |
|
Shannon
|
df04100ff6
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/Persistence/Querying/ExpressionVisitorBase.cs
# src/Umbraco.Core/Persistence/Querying/SqlExpressionExtensions.cs
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
# src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
# src/Umbraco.Core/Persistence/Repositories/VersionableRepositoryBase.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/MediaService.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Tests/Persistence/DatabaseContextTests.cs
# src/Umbraco.Tests/Umbraco.Tests.csproj
# src/Umbraco.Web.UI.Client/src/less/tree.less
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
|
2017-03-10 10:40:28 +01:00 |
|
Claus
|
7fa8f04b11
|
deploy-257 Downgrade Core and Deploy to framework 4.5
|
2017-03-08 11:20:48 +01:00 |
|
Shannon
|
9f9b4d2e84
|
Changes all relevant scannable plugin types to implement a base marker interface so we only scan one time
|
2017-02-28 23:12:48 +01:00 |
|
Stephan
|
16f8f6036c
|
U4-9560 - fix db issue
|
2017-02-22 15:52:02 +01:00 |
|
Claus
|
5226762528
|
Merge branch 'temp-U4-9351' into dev-v7.6
Conflicts:
src/Umbraco.Core/Events/ImportPackageEventArgs.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/Editors/PackageInstallController.cs
|
2017-02-10 10:08:31 +01:00 |
|
Shannon
|
d27fee8a5b
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
|
2017-02-10 09:38:03 +11:00 |
|
Shannon
|
9f710a957d
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7.6' into temp-u4-9322
# Conflicts:
# src/Umbraco.Core/Services/FileService.cs
|
2017-02-09 12:30:01 +11:00 |
|
Sebastiaan Janssen
|
bb31eb7c35
|
Emit only relative paths for files in a package
|
2017-02-08 16:19:47 +01:00 |
|
Sebastiaan Janssen
|
7648c76f6f
|
List full path of each file installed
|
2017-02-08 14:45:07 +01:00 |
|
Shannon
|
f4f1f6774d
|
U4-9499 Update to latest Json.Net
|
2017-02-08 17:47:32 +11:00 |
|
Claus
|
925c343a30
|
U4-9351 Add events for package install/uninstall
|
2017-02-07 10:00:34 +01:00 |
|
Shannon
|
72910cb35e
|
Updates everything to .Net 4.6.2, had to update the semver reference too - no breaking changes though
|
2017-02-07 00:22:34 +11:00 |
|
Richard Soeteman
|
a3c7b1fcfe
|
Fixed issue U4-9494
|
2017-02-06 11:51:44 +01:00 |
|
Richard Soeteman
|
02785eea42
|
Fixed issue U4-9493
|
2017-02-06 11:26:58 +01:00 |
|
Shannon
|
411bbcc192
|
Merge branch 'refs/heads/dev-v7.6' into temp-u4-9322
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/ContentTypeService.cs
# src/Umbraco.Core/Services/DataTypeService.cs
# src/Umbraco.Core/Services/MacroService.cs
# src/Umbraco.Core/Services/MediaService.cs
# src/Umbraco.Core/Services/MemberService.cs
# src/Umbraco.Core/Services/MemberTypeService.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Web/Umbraco.Web.csproj
|
2017-02-03 12:14:38 +11:00 |
|
Shannon
|
44732e5f52
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/DatabaseContext.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
|
2017-01-17 18:21:45 +11:00 |
|
Stephan
|
1261f6b159
|
U4-9322 - getting tests to run
|
2017-01-16 19:54:09 +01:00 |
|
Shannon
|
ede342feba
|
Finds all other instances where a reader would be executed inside another reader's loop and fixes
|
2017-01-16 16:38:23 +11:00 |
|
Shannon
|
8a11b0f7a8
|
publisizes a constant (moves it to where it should be), publicizes another required class for deploy, bumps version
|
2017-01-12 17:33:30 +11:00 |
|
Claus
|
d866f1d74a
|
Merge branch 'dev-v7' into dev-v7.6
|
2017-01-03 11:58:23 +01:00 |
|
Shannon
|
4e2fb8e5dc
|
Fixes IP nuget references and fixes up several other Nuget assembly references.
|
2017-01-03 10:36:26 +11:00 |
|
Stephan
|
f25641b2a7
|
U4-9250 - Guid all the Macros
|
2016-12-21 15:23:22 +01:00 |
|
Stephan
|
bdb6b48e3f
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.6
|
2016-11-28 13:08:22 +01:00 |
|
Stephan
|
309081cccf
|
Merge branch origin/dev-v7 into temp-U4-9222
|
2016-11-28 13:06:06 +01:00 |
|
Sebastiaan Janssen
|
51397d7c28
|
Merge branch 'dev-v7' into dev-v7.6
|
2016-11-28 10:49:37 +01:00 |
|
Sebastiaan Janssen
|
ee3a4614c3
|
Refactor all usages of SqlHelper, ExecuteReader and ExecuteXmlReader into using blocks
|
2016-11-26 18:02:57 +01:00 |
|
Shannon
|
5b5e1847eb
|
Updates legacy CMSNode and Document to use the PetaPoco Database intead of SqlHelper for the methods that the xml cache uses to update itself (so it's using one connection)
|
2016-11-25 18:08:18 +01:00 |
|
Stephan
|
a77763ee89
|
Merge origin/dev-v7 into dev-v7.6
|
2016-11-23 11:03:52 +01:00 |
|
Shannon
|
0e57d558f6
|
updates cdf version
|
2016-11-18 14:34:31 +01:00 |
|
Stephan
|
2b9ffdb6b9
|
Merge branch origin/dev-v7 into dev-v7-deploy
|
2016-11-14 18:53:53 +01:00 |
|
Stephan
|
8fa1499a2f
|
Merge origin/dev-v7 into dev-v7-deploy
|
2016-11-04 12:18:39 +01:00 |
|
Stephan
|
74e0a4d999
|
7.6 merge review fixes
|
2016-11-03 19:20:42 +01:00 |
|
Claus
|
e8237f6190
|
adding culture parameters for this and a few others that were missing.
|
2016-10-31 15:09:10 +01:00 |
|
Claus
|
4d13622432
|
U4-9132 Macros from packages are empty when restored
changing the package installer to use the new API macroservice instead of the old legacy classes.
marked a few methods as obsoleted.
|
2016-10-31 14:55:11 +01:00 |
|
AndyButland
|
2d9aeb3aa1
|
Removed relationship between users and applications and got back to a compiling state.
Set up editing screens for group/node permissions.
|
2016-10-27 18:11:46 +02:00 |
|