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 |
|
Sebastiaan Janssen
|
6040d149ec
|
Merge branch 'dev-v7' into temp-U4-7220
|
2015-12-01 09:57:44 +01:00 |
|
Claus
|
bfbc6595fb
|
Fixed a few more split separators.
|
2015-11-30 19:29:23 +01:00 |
|
Claus
|
e11b5c3fdb
|
Fixes: U4-7220 Upgrading 4.9.0 to 7.3.0 fails due to missing UniqueID field on cmsPropertyType table
Migration happening in 6.0.2 failing due to use of a PropertyTypeDto type where we have added UniqueId in 7.3.0.
|
2015-11-30 18:13:51 +01:00 |
|
Shannon
|
610efe552d
|
Bumps version
|
2015-11-27 16:54:02 +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 Deminick
|
b376207ef6
|
Merge pull request #868 from opelpanfan/UKFest-U4-7324
U4-7324 Member Picker search results doesn't show correct icons
|
2015-11-25 10:33:59 +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 |
|
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
|
16f1fa1678
|
Merge branch 'dev-v7' into 7.4.0
|
2015-11-19 14:44:54 +01:00 |
|
Claus
|
8dadc92aa8
|
Fixed migration causing issues when upgrading from a site pre-migrations-table to version 7.3.2.
|
2015-11-19 12:01:46 +01:00 |
|
Shannon
|
f472f5d950
|
Ensures that OWIN signout method is called - this ensures that any auth middleware configured for the current user is called for sign out. Updates our cookie middleware provider to also ensure that our custom cookies are cleared when signing out with OWIN.
|
2015-11-19 11:57:24 +01:00 |
|
Nicholas-Westby
|
dcf59d2b17
|
Fixed typo for "forms": http://issues.umbraco.org/issue/U4-7425
|
2015-11-18 14:29:10 -08:00 |
|
Sebastiaan Janssen
|
d0865017d1
|
Merge branch 'dev-v7' into 7.4.0
|
2015-11-18 19:42:13 +01:00 |
|
Sebastiaan Janssen
|
aca181b32e
|
U4-7410 Version issue with MySql.Data after upgrade to 7.3.1.
#U4-7410 Fixed
|
2015-11-18 19:39:10 +01:00 |
|
Shannon Deminick
|
886347e763
|
Merge pull request #912 from lars-erik/fix-u4-7268
Support generic CultureInfo as language culture
|
2015-11-18 18:26:09 +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 |
|
Shannon Deminick
|
b3616c9f8c
|
Merge pull request #911 from umbraco/temp-U4-4792
Fixes: U4-4792 Ancestors() on IContent throws "Object reference not set to an instance of an object."
|
2015-11-18 16:04:22 +01:00 |
|
Shannon
|
48383f2e7a
|
updaes null check and ensures the path isn't pre-set in the withidentity overload
|
2015-11-18 16:04:01 +01:00 |
|
Shannon
|
cb98385242
|
updates content/media service methods - null checks for parent IContent, dosn't use Parent() syntactic sugar methods, removes path creation in the WithIdentity methods.
|
2015-11-18 15:52:32 +01:00 |
|
Lars-Erik Aabech
|
04900337c7
|
Support generic CultureInfo as language culture
|
2015-11-18 14:13:32 +01:00 |
|
Claus
|
1433685160
|
MediaService assigns Path when creating media objects.
|
2015-11-18 09:26:45 +01:00 |
|
Sebastiaan Janssen
|
214e4beb2f
|
Merge branch 'dev-v7' into 7.4.0
|
2015-11-17 18:51:29 +01:00 |
|
Stephan
|
c5994ed54a
|
Fix previous commit
|
2015-11-17 17:25:01 +01:00 |
|
Stephan
|
f5f9cb676c
|
Fix CultureInfo leak in UmbracoApplicationBase too.
|
2015-11-17 16:54:24 +01:00 |
|
Claus
|
04e2d2370a
|
Fixes: U4-4792 Ancestors() on IContent throws "Object reference not set to an instance of an object."
|
2015-11-17 16:49:01 +01:00 |
|
Stephan
|
8d00d931b0
|
U4-7414 Deleted tab's properties should become generic properties
|
2015-11-17 16:36:57 +01:00 |
|
Shannon Deminick
|
2998ad8cea
|
Merge pull request #873 from AffinityID/u4-7352
U4-7352 Fixed exception logging in UmbracoDatabase.
|
2015-11-17 16:21:18 +01:00 |
|
Claus
|
2b369a57d8
|
Merge pull request #864 from andycyberian/UKFest-U4-6980
Uk fest u4 6980
|
2015-11-17 14:25:38 +01:00 |
|
Sebastiaan Janssen
|
05c592860d
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
|
2015-11-17 13:43:19 +01:00 |
|
Shannon Deminick
|
60c2040cba
|
Merge pull request #890 from umbraco/temp-U4-7286
Fixes: U4-7286 Upgrade script to normalize all GUIDs for content types + update Courier to support it
|
2015-11-17 11:48:19 +01:00 |
|
Claus
|
012ed6cf16
|
Merge pull request #862 from dampee/u4-7314
U4-7314 Change name of "Textbox Multiple" to "TextArea"
|
2015-11-17 08:57:49 +01:00 |
|
Shannon Deminick
|
fcd00599da
|
Merge pull request #858 from tompipe/U4-1959
Fixes U4-1959
|
2015-11-13 13:40:26 +01:00 |
|
Shannon
|
d3f5090150
|
Fixes up a couple of missing path updates and incorrect icon resolution and fixed another issue with webservice path reference
|
2015-11-13 13:38:30 +01:00 |
|
Stephan
|
b59ea231c5
|
Merge 7.4.0 into temp-U4-6911
|
2015-11-13 12:53:34 +01:00 |
|
Shannon
|
ec247d2b27
|
ensures the migration table's seed is higher than 1 (have put it to 100).
|
2015-11-13 11:31:59 +01:00 |
|
Mads Rasmussen
|
d00569325a
|
Merge branch 'dev-v7' into 7.4.0
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web.UI.Client/src/common/directives/components/forms/focuswhen.directive.js
src/Umbraco.Web.UI.Client/src/common/directives/util.directive.js
src/Umbraco.Web.UI.Client/src/less/application/grid.less
src/Umbraco.Web.UI.Client/src/less/main.less
src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.controller.js
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
src/Umbraco.Web.UI.Client/src/views/dashboard/ChangePassword.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html
|
2015-11-13 11:29:47 +01:00 |
|
Shannon
|
f32479bb10
|
bumps version
|
2015-11-13 11:26:31 +01:00 |
|
Shannon
|
bf40fc25e6
|
Fixes csproj and fixes migration script to use Sql object and ensures that it normalizes GUIDs across ALL content types
|
2015-11-13 11:17:14 +01:00 |
|
Shannon
|
50e2bd5d7e
|
Gets data type folders working, this includes updating the data type repo + unit test, the move dialog/views, the data type tree to just show folders.
|
2015-11-12 19:01:42 +01:00 |
|
Shannon
|
5209a54f2a
|
Added Move methods for both content types and media types ... these move methods are done as part of the UOW commit/transaction process, something that should be done with the Move/Copy operations of the content/media services. I added unit tests for the move operations for both content, media and data types. Events are all in places for content type and media type moves (something which Courier will need to use). Updated the trees/menu items to support moving which includes rendering the tree with only folders, updated the move dialog views to work.
|
2015-11-12 19:01:41 +01:00 |
|
Shannon
|
98be8dfe3e
|
adds unit tests for content, media and data type repositories for creating and deleting containers (NOTE: There are other failing tests that are not part of this branch that need to be fixed in the 7.4 branch)
|
2015-11-12 19:01:41 +01:00 |
|
Shannon
|
d379b98c57
|
Gets data type folders working/creating, data types being able to be created in folders, tree syncing with data type paths, fixes up some localization stuff and fixes up some issues with media type folders with parent ids
|
2015-11-12 18:59:43 +01:00 |
|
Shannon
|
42a0697d60
|
Nearly got data type folders creating
|
2015-11-12 18:59:42 +01:00 |
|
Shannon
|
4f07033d58
|
Gets creating/deleting media type folders working.
|
2015-11-12 18:59:41 +01:00 |
|
Shannon
|
b4755fc5c4
|
Gets more doc type folders working, can create and delete, now to get doc types to be moved.
|
2015-11-12 18:59:40 +01:00 |
|
Shannon
|
f54cde050a
|
WIP - updated repositories to better support creating/deleting entity containers in a transaction, this is done by a child repository and a new EntityContainer type. Updated the controller to use this logic.
|
2015-11-12 18:59:39 +01:00 |
|
Stephan
|
3272cd5c4d
|
Fix PropertyValueEditor.ConvertDbToEditor for decimals, use invariant culture
|
2015-11-12 15:31:18 +01:00 |
|
Claus
|
f2b3d7c041
|
Removed commented out line.
|
2015-11-11 12:07:45 +01:00 |
|
Claus
|
5d97a94dcb
|
Fixed to use alias instead of hardcoded id.
Added mapper for TaskType.
|
2015-11-11 12:02:12 +01:00 |
|