Mads Rasmussen
|
1a0c095f40
|
Merge pull request #932 from engern/MacroParamSortOrder
Fixes U4-7472 - Should be possible to sort macro parameters
|
2016-02-19 09:27:27 +01:00 |
|
Shannon
|
e423864781
|
Merge remote-tracking branch 'origin/master-v7' into dev-v7
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicy.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicyFactory.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/DomainRepository.cs
src/Umbraco.Core/Persistence/Repositories/LanguageRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/PublicAccessRepository.cs
src/Umbraco.Core/Persistence/Repositories/TemplateRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Cache/FullDataSetCachePolicyTests.cs
src/Umbraco.Web.UI.Client/src/common/directives/components/grid/grid.rte.directive.js
src/Umbraco.Web.UI.Client/src/less/hacks.less
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/WebBootManager.cs
|
2016-02-03 12:30:11 +01:00 |
|
Sebastiaan Janssen
|
98b8aedc4d
|
U4-7849 Unclear error message when applying public access
|
2016-02-02 15:13:57 +01:00 |
|
Sebastiaan Janssen
|
bd2fc71dc5
|
U4-7276 When creating folders in the "Partials" view folder a YSOD appears (Umbraco 7.3 and 7.4)
|
2016-02-02 11:55:24 +01:00 |
|
bjarnef
|
0be5c31d4a
|
Adjust styling for sort table + localize
|
2016-01-25 15:31:07 +01:00 |
|
Shannon
|
ce3028446b
|
Moves all serialization logic, including the part for folders into the EntityXmlSerializer where it needs to be, updates the data type repo to ensure paths are udpated correctly when moving, removes folder logic from other packaging logic, it's purely the responsibility of the serializer. adds new methods to content type and data type services to return an entities total folder collection.
|
2016-01-14 19:33:53 +01:00 |
|
Shannon
|
94a1f7e078
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
Conflicts:
src/Umbraco.Core/Persistence/Factories/PropertyGroupFactory.cs
|
2016-01-13 12:11:27 +01:00 |
|
Shannon Deminick
|
244eb08545
|
Merge pull request #1010 from umbraco/temp-U4-7557
U4-7557 Support folders for import/export, packaging
|
2016-01-12 16:17:14 +01:00 |
|
Sebastiaan Janssen
|
5cc274a580
|
Merge pull request #1004 from umbraco/temp-U4-7681
U4-7681 Legacy CMSNode.Parent uses old SqlHelper API and doesn't keep…
|
2016-01-12 14:48:54 +01:00 |
|
Shannon
|
06b7305d5b
|
removes erroneous null check
|
2016-01-12 14:39:20 +01:00 |
|
Sebastiaan Janssen
|
5a62713de4
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html
|
2016-01-12 11:39:10 +01:00 |
|
Sebastiaan Janssen
|
79f0e2563c
|
Allows for creation of packages with folder structures for doctypes and datatypes and exporting document types with folder structures
Fixes installing packages while maintaining the exported folder structure
|
2016-01-11 22:01:05 +01:00 |
|
Shannon
|
ecd024c462
|
U4-7681 Legacy CMSNode.Parent uses old SqlHelper API and doesn't keep a reference
|
2016-01-08 13:59:40 +01:00 |
|
Shannon
|
ff829d49a3
|
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
|
2016-01-06 18:08:14 +01:00 |
|
Sebastiaan Janssen
|
701dea5de7
|
Merge pull request #969 from umbraco/temp-U4-7591
U4-7591 File cleanup for old editor 'tasks' and 'create' dialogs
|
2016-01-06 13:43:14 +01:00 |
|
Shannon
|
4838bf62f7
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
|
2016-01-06 12:01:12 +01:00 |
|
Shannon Deminick
|
c6481f853c
|
Merge pull request #991 from umbraco/temp-U4-7556
Temp u4 7556
|
2016-01-06 11:40:28 +01:00 |
|
Shannon
|
b0060a9592
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
Conflicts:
build/InstallGit.cmd
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/config/lang/nb.xml
src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs
src/Umbraco.Web/Security/Identity/UmbracoBackOfficeCookieAuthOptions.cs
src/Umbraco.Web/WebServices/SaveFileController.cs
|
2016-01-06 10:46:38 +01:00 |
|
Claus
|
e489cffa3d
|
Removed unused namespaces and cleanup.
|
2016-01-06 09:26:58 +01:00 |
|
Sebastiaan Janssen
|
f68b2de9e3
|
Code sample No.2
|
2016-01-05 23:13:37 +01:00 |
|
Shannon
|
ac1785bc08
|
U4-7583
|
2015-12-28 16:20:48 +01:00 |
|
Shannon
|
c470df783c
|
U4-7591 File cleanup for old editor 'tasks' and 'create' dialogs
|
2015-12-22 16:27:50 +01:00 |
|
Shannon
|
f3f70a3243
|
U4-7591 File cleanup for old editor 'tasks' and 'create' dialogs
|
2015-12-21 15:19:15 +01:00 |
|
Shannon Deminick
|
9cc57479da
|
Merge pull request #957 from umbraco/temp-U4-7186
Fixes: U4-7186 Go through the remaining dialogs and check for consistency
|
2015-12-16 16:35:02 +01:00 |
|
Shannon
|
121d8c0279
|
Fixes reference to new member type tree alias "memberTypes" (breaking because of U4-7150)
|
2015-12-16 16:18:11 +01:00 |
|
Shannon
|
ea86c8bcff
|
Fixes reference to new member group tree alias "memberGroups" (breaking because of U4-7150)
|
2015-12-16 16:07:56 +01:00 |
|
Shannon
|
727fd3aa17
|
U4-7537 File cleanup for old content type editor
|
2015-12-15 15:12:22 +01:00 |
|
Sebastiaan Janssen
|
c813eccb45
|
Merge branch 'dev-v7' into 7.4.0
|
2015-12-15 13:53:50 +01:00 |
|
Sebastiaan Janssen
|
80f597a7eb
|
U4-7424 - Also update all other errors displayed in the frontend
|
2015-12-15 12:51:45 +01:00 |
|
Sebastiaan Janssen
|
44ebd8d9ea
|
Proper formatting of this file, only whitespace changes
|
2015-12-15 12:18:23 +01:00 |
|
Sebastiaan Janssen
|
0629b49112
|
Merge branch 'U4-7424' of https://github.com/engern/Umbraco-CMS into engern-U4-7424
|
2015-12-15 12:13:35 +01:00 |
|
Sebastiaan Janssen
|
6ce4354ef3
|
Merge branch 'dev-v7' into 7.4.0
|
2015-12-15 11:14:15 +01:00 |
|
Sebastiaan Janssen
|
1bf2a3b1bf
|
Merge branch 'dev-v7' of https://github.com/TimoPerplex/Umbraco-CMS into TimoPerplex-dev-v7
Conflicts:
src/Umbraco.Web/Editors/ImagesController.cs
|
2015-12-15 11:12:13 +01:00 |
|
Sebastiaan Janssen
|
453efc02a5
|
Removes old obsoleted ping.aspx
|
2015-12-04 11:10:12 +01:00 |
|
Sebastiaan Janssen
|
c7aa3d63fb
|
Merge branch 'temp-U4-7372' into 7.4.0
Conflicts:
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixZeroOne/UpdatePropertyTypesAndGroups.cs
|
2015-12-03 09:22:19 +01:00 |
|
Sebastiaan Janssen
|
9949e2676d
|
Merge branch 'dev-v7' into 7.4.0
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/src/less/main.less
src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.html
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/Dashboard.Release.config
src/Umbraco.Web/Umbraco.Web.csproj
|
2015-12-01 15:16:57 +01:00 |
|
engern
|
855e3b3dcc
|
Add the possibility to sort the macro parameters
|
2015-11-29 12:06:19 +01:00 |
|
Shannon
|
fd66f08520
|
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
|
2015-11-26 13:07:22 +01:00 |
|
Shannon
|
d300146cf6
|
trips content/media names, makes sure that the content type editor when rendering template names html encodes the names.
|
2015-11-25 20:44:53 +01:00 |
|
Shannon
|
c97617f5b5
|
Fixes: U4-7461 xss vulnerability in content type editor
|
2015-11-25 20:15:28 +01:00 |
|
Shannon
|
924a016ffe
|
Fixes U4-7457 Server side request forgery (xsrf) in feedproxy.aspx
|
2015-11-25 18:05:57 +01:00 |
|
Claus
|
89afacf161
|
Merge pull request #915 from umbraco/temp-U4-7380
U4-7380 Backoffice timeouts after 7.3.1 upgrade
|
2015-11-24 11:35:01 +01:00 |
|
engern
|
07c714fd11
|
Fixes U4-7424
Add the possibilty to change the error message when a macro partial view
fails to render.
|
2015-11-21 11:33:46 +01:00 |
|
Shannon Deminick
|
e5b0a4d98c
|
Merge pull request #854 from Spijkerboer/UKFest-U4-7322
Uk fest u4 7322
|
2015-11-19 19:26:53 +01:00 |
|
Shannon
|
555b520a0c
|
Cleans up the usages of auth cookies. OWIN is in charge of auth cookies but because we have Webforms, WebApi, MVC and OWIN, they all like to deal with cookies differently. OWIN should still be solely in charge of the auth cookies, so the auth extensions are cleaned up, the renewal now works by queuing the renewal and we have custom middleware detect if a force renewal has been queued and we renew the auth cookie there. Have obsoleted a few methods that should not be used that write auth tickets directly (this is purely for backwards compat with webforms). All of these changes now ensure that the auth cookie is renewed consistently between Webforms, WebApi, MVC and OWIN. Some changes also include ensuring that OWIN is used to sign out.
|
2015-11-19 18:12:21 +01:00 |
|
Sebastiaan Janssen
|
d0865017d1
|
Merge branch 'dev-v7' into 7.4.0
|
2015-11-18 19:42:13 +01:00 |
|
Shannon Deminick
|
9fa606e065
|
Merge pull request #907 from umbraco/temp-U4-7414
U4-7414 Deleted tab's properties should become generic properties
|
2015-11-18 17:01:02 +01:00 |
|
Claus
|
29ec8cb2d3
|
Merge pull request #857 from gerwinbouwhuis/UKFest-U4-5581
Uk fest u4 5581
|
2015-11-18 14:32:52 +01:00 |
|
Stephan
|
eb5589e064
|
Remove PropertyGroup.ParentId, sanitize Property groups/types
|
2015-11-17 16:55:14 +01:00 |
|
Stephan
|
8d00d931b0
|
U4-7414 Deleted tab's properties should become generic properties
|
2015-11-17 16:36:57 +01:00 |
|