Shannon
2eef061c42
attempting to add the default git path to the path variable - hopefully the server has the same one
2014-05-09 15:58:09 +10:00
Shannon
70f65583d7
Fixes: U4-4546 Error: Failed to retreive data for media ids
2014-05-09 15:50:07 +10:00
Shannon
0d37a1f6e8
Fixes: U4-4849 Cannot change a users language/sections in the back office
2014-05-09 15:19:00 +10:00
Shannon
389724cba5
Re-fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3)
2014-05-09 14:06:15 +10:00
Shannon
0382902984
Fixes user cloning issues with allowed sections
2014-05-09 14:01:20 +10:00
Shannon
e0a0216b2d
Fixes build in unit tests with ctor for service context
2014-05-09 13:28:03 +10:00
Shannon
b02f7e0d3a
ensure properties reset on deep clone of ContentType (this is just a fail safe check)
2014-05-09 13:26:50 +10:00
Shannon
9d96a4411f
Fixes deep clone of macro object
2014-05-09 13:26:16 +10:00
Shannon
8e9a9dc996
Fixes deep clone of User object
2014-05-09 13:25:18 +10:00
Shannon
b1603a21a2
Fixes up strange culture issue with thread switching with the update to the AngularJsonMediaTypeFormatter.
2014-05-09 10:46:15 +10:00
Sebastiaan Janssen
59cb1ad31e
Revert "Fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3) - this is done by using the entityResource in the mediaPicker but to do this we need to return a cut down version of the media properties in the additionalData which is tricky because the cropper stores json which is ntext and the existing sql didn't cater for this. This also cleans up the entity service and we no longer have this internal collection of properties, everything is just added to additionalData, then had to add mediaHelper method to deal with getting urls from a media 'entity' not just a media object."
...
This reverts commit c38c2ede11 .
2014-05-08 16:08:16 +02:00
Sebastiaan Janssen
215ebb78ca
Oops, this really needs to be Release mode
2014-05-08 13:56:19 +02:00
Sebastiaan Janssen
c1796dd5ac
Update ImageProcessor dependency to latest version
2014-05-08 13:28:46 +02:00
Sebastiaan Janssen
28550e3bb7
Require a recent version of NuGet in order to install Umbraco.
2014-05-08 13:28:32 +02:00
Sebastiaan Janssen
bc59ff2e8c
Clarified /base obsoletion to point out UmbracoApiController
2014-05-08 11:14:00 +02:00
Shannon
614327a273
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-05-08 19:03:58 +10:00
Shannon
ed292d34db
oops fixed build
2014-05-08 19:03:40 +10:00
Shandem
5ac3eb7fef
Merge pull request #364 from tomfulton/patch-1
...
Fix U4-4779: Media Picker not working as single picker
2014-05-08 18:49:36 +10:00
Shannon
94732cff00
Renames GetCurrent to GetCurrentMember to be inline with GetCurrentMemberId
2014-05-08 18:13:59 +10:00
Shandem
7947682cf0
Merge pull request #373 from sniffdk/patch-1
...
Fix for issue U4-4826
2014-05-08 18:13:23 +10:00
Shannon
6506768f10
Adds GetCurrentMemberId as a method to MembershipHelper
2014-05-08 18:12:28 +10:00
Shannon
9e0d10d0a3
Adds Logout as a wrapper to formsauth in membershiphelper
2014-05-08 18:10:01 +10:00
Shannon
392b18f4dd
Adds GetCurrent() to MembershipHelper
2014-05-08 18:08:06 +10:00
Shannon
c3ecc9e942
Fixes: U4-4505 Add obsolete messages to /base restextentions methods ( i think i got them all )
2014-05-08 17:25:06 +10:00
Shannon
c47f9ae26d
Fixes: U4-4835 If you've changed data on a content item and then attempt to logout, the 'discard changes' dialog pops up however the logout continues but the URL and view remains
2014-05-08 16:57:29 +10:00
Shannon
22b506e2fb
Fixes: U4-4827 The new speechbubble container is placed over the save and publish buttons
2014-05-08 12:26:59 +10:00
Shannon
516723d31d
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-05-08 11:38:38 +10:00
Shannon
7c30f26505
Fixes: U4-4845 Publicize INotificationService
2014-05-08 11:38:05 +10:00
Shandem
6b84a6adec
Merge pull request #374 from sniffdk/patch-2
...
Fix for issue U4-4827
2014-05-08 11:31:22 +10:00
Shannon
6e2493854a
makes Reset protected internal on ResolverBase
2014-05-08 11:22:44 +10:00
Shandem
1e13746cd0
Merge pull request #375 from rustyswayne/7.1.2
...
Makes HasCurrent property protected on ResolverBase. #U4-4829
2014-05-08 11:11:12 +10:00
Shannon
8c7adf80b2
Fixes: U4-4573 7.0.4 Save and Send For Approval button not sending notification email
2014-05-08 00:45:54 +10:00
Shannon
c38c2ede11
Fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3) - this is done by using the entityResource in the mediaPicker but to do this we need to return a cut down version of the media properties in the additionalData which is tricky because the cropper stores json which is ntext and the existing sql didn't cater for this. This also cleans up the entity service and we no longer have this internal collection of properties, everything is just added to additionalData, then had to add mediaHelper method to deal with getting urls from a media 'entity' not just a media object.
2014-05-07 23:55:20 +10:00
Shannon
a6cd2b9e18
Fixes: U4-4420 TagQuery / TagService missing method to get content with tag.
2014-05-07 14:27:10 +10:00
Rusty Swayne
5fa128697b
Makes HasCurrent property protected on ResolverBase. #U4-4829
2014-05-06 10:04:14 -07:00
Mads Krohn
62c3bf6afe
Fix for issue U4-4827
...
I simply placed the container a little higher up, just above the Save and Publish buttons.
2014-05-06 13:39:11 +02:00
Mads Krohn
aec862a9de
Fix for issue U4-4826
...
When editing an existing link in tinymce the following error is thrown:
Could not find the tree content, activeTree has not been set
This is caused by passing a wrong value as parameter to the doLoad method in the loadActiveTree function.
2014-05-06 13:02:47 +02:00
Shannon
cfd21bc924
Got this working: U4-4420 TagQuery / TagService missing method to get content with tag - just need to add some unit tests.
2014-05-06 19:04:49 +10:00
Shannon
d264792e18
Fixes: U4-4819 Publicize AuthenticationExtensions
2014-05-06 18:15:38 +10:00
Shannon
af732955fb
Fixes up a bit more with tags look ahead, fixes up rte to show a loading... text so the UI is handled much better
2014-05-06 18:06:41 +10:00
Shannon
a846ba64eb
Fixes: U4-4799 Ensure image logic found in the ContentService is duplicated for the new cropper
2014-05-06 15:27:53 +10:00
Shannon
d3e925add9
Fixes: U4-4803 Need to expose CurrentUser on WebSecurity as public since IUser is now public
2014-05-06 14:49:43 +10:00
Shannon
683f0c5725
Fixes: U4-4503 Tags datatype does not autocomplete
2014-05-06 14:44:24 +10:00
Shannon
6827def8ba
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-05-06 10:41:10 +10:00
per ploug
dbbe3fe5fb
Removes remaining yepnop dependencies
2014-05-05 12:59:34 +02:00
Shannon
d2a20b10aa
nearly got tag typeahead working
2014-05-05 19:07:57 +10:00
Shannon
27e6b8c80c
Adds bower to node dependencies, uses bower to get the typeahead dependency, gets bower dependencies on npm install
2014-05-05 15:55:48 +10:00
Shannon
956a92f5b4
removes unused moment.js from core/release
2014-05-05 13:35:20 +10:00
Shannon
36c7fd53cb
Fixes merge issues with left over IPublishedContentProperty
2014-05-05 13:21:18 +10:00
Shannon
3df2d03fc8
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/build/UmbracoCms.targets
src/Umbraco.Core/Models/IPublishedContentProperty.cs
src/Umbraco.Core/Models/PublishedContent/IPublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentWrapped.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyBase.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyType.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Migrations/MigrationRunner.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/PublishedContent/PublishedContentMoreTests.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestElements.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedFragment.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlPublishedContent.cs
src/Umbraco.Web/PublishedContentPropertyExtension.cs
src/Umbraco.Web/Search/ExamineEvents.cs
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/CompatibilityHelper.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/umbraco.cms/businesslogic/template/Template.cs
2014-05-05 12:49:06 +10:00