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 |
|
Stephan
|
6d076a09e4
|
Refactor template aliases to strict aliases (cont)
|
2014-04-30 15:44:29 +02:00 |
|
Stephan
|
3cd3230b55
|
Refactor template aliases to strict aliases
|
2014-04-30 15:38:47 +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 |
|
Shandem
|
b404f3b56b
|
Merge pull request #368 from uber-rob/u4-4785
Use new YouTube oembed https end-point (old http one redirects) and make...
|
2014-04-30 17:31:43 +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 |
|
Shandem
|
e9da4121bd
|
Merge pull request #365 from aaronpowell/patch-2
Specifying assembly for membership/user provider
|
2014-04-30 11:24:08 +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 |
|
Shannon
|
877ae6e026
|
Merge remote-tracking branch 'origin/7.1.1' into 7.1.2
|
2014-04-30 11:16:33 +10:00 |
|
Shandem
|
e1d99855f6
|
Merge pull request #367 from lctjohn/7.1.1-U4-2635
fix for: U4-2635 Replace [...] method only replaces first ocurrence of oldString
|
2014-04-30 11:10:28 +10:00 |
|
Rob Church
|
9d9db577b4
|
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-29 19:09:45 +01:00 |
|
John
|
b4127294e5
|
U4-2635 Skip past replaced word when checking
Avoids infinite loop if search and replacement are equal
|
2014-04-29 14:06:05 +02:00 |
|
Aaron Powell
|
d369af5fe0
|
Specifying assembly for membership/user provider
Addresses http://issues.umbraco.org/issue/U4-4781
|
2014-04-29 21:49:56 +10:00 |
|
John
|
74dd1f9181
|
U4-2635 Skip already-checked part of source input
|
2014-04-29 13:33:48 +02:00 |
|
John
|
86f7d79e7a
|
Fixes: U4-2635 Umbraco.Core.Strings string Rep...
...lace(this string source, string oldString, string newString,
StringComparison stringComparison) method only replaces first ocurrence
of oldString
|
2014-04-29 13:24:54 +02:00 |
|
John
|
c1781c2f4b
|
U4-2635 add failing test
Only first occurrence of oldString is replaced.
|
2014-04-29 12:54:51 +02:00 |
|
per ploug
|
d0dae43dd1
|
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
|
2014-04-29 11:38:29 +02:00 |
|
per ploug
|
90bf600378
|
Replaces yepnope.js with lazyload.js
Solves the caching and multi-load of the same file problems - adds a bit
of promise-based loading logic ontop of ll.js to ensure order and count
|
2014-04-29 11:38:13 +02:00 |
|
Stephan
|
d33cc29f98
|
Reintroduce IPublishedContentProperty
|
2014-04-29 09:47:30 +02:00 |
|
Tom Fulton
|
472c9d3a88
|
Fix U4-4779: Media Picker not working as single picker
|
2014-04-29 01:00:36 -06:00 |
|
Shannon
|
e23d7d1af3
|
Fixes: U4-3404 Pressing preview should save the changes and then open preview window
|
2014-04-29 15:09:01 +10:00 |
|
Shandem
|
4b97eb2a9a
|
Merge pull request #354 from JackieNagel/link-picker-issue
fix for issue U4-4707 - When a mediaitem is selected in the linkpicker, the id is not returned
|
2014-04-29 14:03:48 +10:00 |
|
Shannon
|
dadf063ad5
|
Fixes: U4-4777 Preview with related links property editor doesn't work - this is just a temp fix, ensures that the YSOD is not created but doesn't fix the way preview pages are created.
|
2014-04-29 13:46:32 +10:00 |
|
Shannon
|
86e18ef89d
|
Fixes merge issues
|
2014-04-29 13:36:21 +10:00 |
|
Shannon
|
e0c3eda675
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
Conflicts:
src/Umbraco.Core/Configuration/UmbracoSettings.cs
src/Umbraco.Core/Models/PropertyExtensions.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Security/MembershipProviderBase.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/MediaService.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/Models/DataValueSetterTests.cs
src/Umbraco.Web.UI/web.Template.config
src/umbraco.cms/businesslogic/media/Media.cs
src/umbraco.cms/businesslogic/member/Member.cs
|
2014-04-29 13:06:10 +10: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 |
|
Adam Weber
|
470913f796
|
Update ImageCropMode.cs
Fixed spelling error in ImageCropMode.Stretch
|
2014-04-28 10:17:41 -05: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
|
e964d52548
|
Merge branch 'U4-898' of https://github.com/leekelleher/Umbraco-CMS into leekelleher-U4-898
|
2014-04-28 12:49:28 +10:00 |
|
Shannon
|
50b71faff9
|
Adds .woff mime type
|
2014-04-28 12:45:12 +10:00 |
|
Shannon
|
d7bd38386e
|
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
|
2014-04-28 12:40:01 +10:00 |
|