Stephan
|
4e5019d5af
|
U4-4851 - Umbraco.Field legacy names
|
2014-05-11 21:33:56 +02:00 |
|
Shannon
|
da0b935604
|
Fixes merge
|
2014-05-09 16:08:05 +10:00 |
|
Shannon
|
b91a06ab98
|
Fixes: U4-4849 Cannot change a users language/sections in the back office
|
2014-05-09 16:00:30 +10:00 |
|
Shannon
|
d61fb5d94d
|
Fixes user cloning issues with allowed sections
|
2014-05-09 15:59:30 +10:00 |
|
Shannon
|
3b424274ee
|
ensure properties reset on deep clone of ContentType (this is just a fail safe check)
|
2014-05-09 15:57:17 +10:00 |
|
Shannon
|
b763c2ab2f
|
Fixes deep clone of User object
|
2014-05-09 15:56:45 +10:00 |
|
Sebastiaan Janssen
|
16d98488e4
|
Losen up the requirement for json.net dependency
|
2014-05-01 14:06:28 +02:00 |
|
Morten Christensen
|
5a862f5c64
|
Fixes import of nested dictionary items #U4-4663
|
2014-05-01 13:51:33 +02:00 |
|
Sebastiaan Janssen
|
caf41b74b8
|
Add failing test - dictionary items don't get properly nested
|
2014-05-01 12:26:18 +02:00 |
|
Sebastiaan Janssen
|
e858f4ff1e
|
U4-4775 creating new member group shows error message in dialog...
|
2014-05-01 11:45:14 +02:00 |
|
Sebastiaan Janssen
|
851961ef2b
|
U4-4775 creating new member group shows error message in dialog...
|
2014-05-01 10:48:27 +02:00 |
|
Sebastiaan Janssen
|
c139c5d93e
|
U4-3925 Cancel Document_BeforePublish event gives YSOD
|
2014-05-01 09:55:14 +02:00 |
|
Shannon
|
c4603ee5cd
|
Fixes: U4-4798 When new property types are added, the internal Examine index isn't notified and will ignore them
|
2014-05-01 12:43:40 +10:00 |
|
Shannon
|
1e9d1007b6
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2014-05-01 11:36:33 +10:00 |
|
Shannon
|
f23af85253
|
Fixes: U4-4624 Media cache hits the DB on every empty property, U4-4338 Umbraco fails to enumerate TypedMedia
|
2014-05-01 11:36:17 +10:00 |
|
Sebastiaan Janssen
|
b0c5d16ba7
|
U4-4127 Turkish culture prevents Macros embedded
|
2014-04-30 19:29:32 +02:00 |
|
Stephan
|
cd5581bef6
|
Back to IPublishedContentProperty (for 6 only)
|
2014-04-30 16:53:14 +02:00 |
|
Stephan
|
7d8da56dcb
|
Revert "Reintroduce IPublishedContentProperty"
This reverts commit d33cc29f98.
|
2014-04-30 16:39:51 +02:00 |
|
Stephan
|
0501b181ce
|
Refactor template aliases to strict aliases
|
2014-04-30 15:46:26 +02:00 |
|
Sebastiaan Janssen
|
3134668cec
|
Bump version number
|
2014-04-30 12:00:19 +02:00 |
|
Shannon
|
a8cc8fa688
|
Fixes case sensitivity with MySQL
|
2014-04-30 19:58:59 +10:00 |
|
Shannon
|
cf2217cfe1
|
Fixes MySQL upgrades from < 6.0
|
2014-04-30 19:41:40 +10:00 |
|
Shannon
|
e88e809e29
|
Use new YouTube oembed https end-point (old http one redirects) and make sure videos are embedded over https to allow for https Umbraco sites.
|
2014-04-30 17:39:13 +10:00 |
|
Shannon
|
c5559d7721
|
Specifying assembly for membership/user provider
Addresses http://issues.umbraco.org/issue/U4-4781
|
2014-04-30 11:27:47 +10:00 |
|
Shannon
|
771e216813
|
U4-2635 Skip past replaced word when checking
Avoids infinite loop if search and replacement are equal
|
2014-04-30 11:21:12 +10:00 |
|
Stephan
|
d33cc29f98
|
Reintroduce IPublishedContentProperty
|
2014-04-29 09:47:30 +02:00 |
|
Shannon
|
b98fbbc75d
|
Fixes: U4-4770 Preview XML is not generated for many operations in the ContentService, also moves some more CRUD logic in the content service to the content repo.
|
2014-04-29 11:11:48 +10:00 |
|
Shannon
|
aba1862811
|
Fixes: U4-4754 Member and Media repositories need to generate preview xml when EnableGlobalPreviewStorage is true
|
2014-04-29 09:58:38 +10:00 |
|
Shannon
|
2f53698bc5
|
Fixes: U4-4766 UmbracoMembershipProvider.ChangePassword() is seal, what might be a breaking change?
|
2014-04-28 19:19:48 +10:00 |
|
Shannon
|
e0e12d5773
|
Moves content xml crud logic for member service to member repo
|
2014-04-28 19:04:53 +10:00 |
|
Shannon
|
2e96de5449
|
Moves the CRUD logic from the media service to the media repo for dealing with content xml items and ensures it's done in the same transaction, streamlines how this process is done between the content, media, member services, adds test for it.
|
2014-04-28 18:53:21 +10:00 |
|
Shannon
|
c5bce3b8cc
|
completes: U4-4769 Remove the circular references from services for calls like ToXml which then calls into the PackagingService
|
2014-04-28 17:46:05 +10:00 |
|
Shannon
|
b4286a7d4e
|
works on U4-4769 - removing circular refs from media service
|
2014-04-28 17:38:24 +10:00 |
|
Shannon
|
31e018c045
|
Moves XML serialization for content/media/members to a resusable class: EntityXmlSerializer to remove the circular references we have by using the ToXml extension methods from directly in the services. This has been completed for the ContentService, next is Media and Member services. Updates the ContentService to not perform CUD operations for preview or published xml, this is now done at the repository level and now done in a single transaction for the saving and publishing events. Still need to do that for the member and media services too and the remaining methods in the content service
|
2014-04-28 17:28:40 +10:00 |
|
Shannon
|
50b71faff9
|
Adds .woff mime type
|
2014-04-28 12:45:12 +10:00 |
|
Shannon
|
033fd1b7ff
|
Fixes: U4-4765 backoffice user section does not save password changes in v6.2
|
2014-04-28 12:24:39 +10:00 |
|
Shannon
|
2621b25fd3
|
Ensures that member saving events don't get raised for normal member operations like validating and getting a user and flagging them as online. This fixes: U4-3451 Cache on Partial View refreshed, after member execute login
|
2014-04-24 16:28:37 +10:00 |
|
Shannon
|
61055380c5
|
Ensures that member saving events don't get raised for normal member operations like validating and getting a user and flagging them as online. This fixes: U4-3451 Cache on Partial View refreshed, after member execute login
|
2014-04-24 16:26:21 +10:00 |
|
Shannon
|
adf09d925f
|
adds a comment
|
2014-04-24 14:51:41 +10:00 |
|
Shannon
|
12170fd787
|
fixes ysod overlay for ajax errors
|
2014-04-24 14:23:17 +10:00 |
|
Shannon
|
c32cae16db
|
Fixes: U4-4696 Macro personalized cache with custom membership provider not working - for any membership provider regardless of provider user key type
|
2014-04-24 12:14:06 +10:00 |
|
Shannon
|
437d1b759b
|
fix for: U4-4696. Macro personalized cache with custom membership provider not working
|
2014-04-24 12:13:50 +10:00 |
|
Stephan
|
f46811ff67
|
U4-3027 - fix content & property types alias casing
|
2014-04-24 00:18:24 +02:00 |
|
Stephan
|
6d50b46bd8
|
U4-4747,3027... - bugfix content type editor / aliases
|
2014-04-23 19:28:04 +02:00 |
|
Shannon
|
a51bf232ec
|
Fixes issue with data type pre-values and using PreValueAsArray when they are dictionary formatted.
|
2014-04-23 22:24:16 +10:00 |
|
Shannon
|
fd19411e65
|
Fixes: U4-4743 Add IMemberService and IUserService to ServiceContext ctor
|
2014-04-23 20:41:03 +10:00 |
|
Shannon
|
7ac7bb9714
|
Fixes: U4-4746 Examine does not index updated paths/levels for moved/trashed media, U4-4744 Examine events do not listen for recycle bin emptying
|
2014-04-23 20:28:09 +10:00 |
|
Shannon
|
021cac9ca5
|
Fixes: U4-4746 Examine does not index updated paths/levels for moved/trashed media, U4-4744 Examine events do not listen for recycle bin emptying
|
2014-04-23 20:19:36 +10:00 |
|
Shannon
|
949447c25f
|
Fixes examine lookup for children to ignore recycled media
|
2014-04-23 13:40:11 +10:00 |
|
Shannon
|
99d7bf91b7
|
Fixes null check in recycle bin repo
Conflicts:
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
|
2014-04-23 13:39:34 +10:00 |
|