Shannon
|
3427f596e3
|
fixes up a few notes.
|
2014-03-25 13:07:16 +11:00 |
|
Shannon
|
c31ea7409f
|
Merge branch 'fix-u4-3839' of https://github.com/lars-erik/Umbraco-CMS into lars-erik-fix-u4-3839
|
2014-03-25 12:47:26 +11:00 |
|
Jeavon Leopold
|
ff2ee540e2
|
Fixing the CacheBusting on GetCropUrl as it was totally random which meant the server cache was creating a new cache file for every request. Now changed it to use item updateDate.ToFileTimeUtc as the cache busting value so it will change only when the item is updated in Umbraco.
|
2014-03-24 19:27:00 +00:00 |
|
Jeavon Leopold
|
b450299d45
|
GetCropUrl - moved propertyAlias and cropAlias to after width and height so that GetCropUrl(100,100,"myProperty") is possible and renamed useFocalPoint to preferFocalPoint
|
2014-03-24 18:37:15 +00:00 |
|
Jeavon Leopold
|
0ebe535922
|
ImageCropDataSet - a little bit of Stylecop
|
2014-03-24 17:58:12 +00:00 |
|
Jeavon Leopold
|
40be3957f6
|
GetCropUrl - ensuring that GetCropUrl(width,height) works and also adding the useFocalPoint parameter
|
2014-03-24 15:44:04 +00:00 |
|
Jeavon Leopold
|
59de0613f5
|
GetCropUrl - Removing duplicate code
|
2014-03-24 11:43:55 +00:00 |
|
Shannon
|
61ec1e4c35
|
Fixes the Url property to work with the image cropper to be consistent with the upload field.
|
2014-03-20 14:58:18 +11:00 |
|
Shannon
|
3710c0916c
|
Fixes up the Image cropper extensions, ensures that we don't recursively call Url (this is a special property).
|
2014-03-20 14:57:48 +11:00 |
|
Shannon
|
863667f5bd
|
Moves the image crop enums to their correct location and renames them to be more descriptive (less generic).
|
2014-03-20 14:27:58 +11:00 |
|
perploug
|
a4c9fae05c
|
Fixes: U4-4461: Case sensitive crop alias's
|
2014-03-18 23:49:01 -07:00 |
|
Shannon
|
6f586c7eeb
|
Ensures we are not directly referencing Membership.Provider and instead targetting our provider by alias.
|
2014-03-18 20:36:02 +11:00 |
|
Shannon
|
4d13925e3b
|
Fixes merge issues
|
2014-03-18 19:05:07 +11:00 |
|
Shannon
|
e0e0076a7a
|
allows for client side validation on the text box and date picker controls and updates the models to allow support for this for any prop editor.
|
2014-03-18 15:29:14 +11:00 |
|
Tom Fulton
|
1ec2901762
|
Expose Mandatory setting in ContentProperty
This allows a PropertyEditor to be aware of whether it's required or not, via: `$scope.model.mandatory` (along with `$scope.model.alias`, etc)
|
2014-03-13 23:32:12 -06:00 |
|
Shannon
|
8574c6b7d0
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/RegisterMember.cshtml
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/Models/RegisterModel.cs
src/Umbraco.Web/Models/UmbracoProperty.cs
|
2014-03-13 14:12:45 +11:00 |
|
Shannon
|
221bfa5f3d
|
Fixes up issues with editing the member profile and registering a member with our snippets including specifying a custom member type.
|
2014-03-13 14:10:05 +11:00 |
|
Shannon
|
59cdb8a6fe
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
|
2014-03-11 17:27:30 +11:00 |
|
Shannon
|
aed4c1faed
|
minor code cleanup and a null check.
|
2014-03-11 17:26:14 +11:00 |
|
Shannon
|
3c771648e3
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentType.cs
src/Umbraco.Core/Persistence/Factories/MemberReadOnlyFactory.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/Models/UmbracoProperty.cs
src/Umbraco.Web/Security/MembershipHelper.cs
src/Umbraco.Web/UmbracoHelper.cs
|
2014-03-11 14:47:00 +11:00 |
|
Shannon
|
d737afa327
|
Working on
|
2014-03-11 14:23:51 +11:00 |
|
Shannon
|
d95ca7bc6f
|
updates naming from CreateProfileModel to GetCurrentMemberProfile
|
2014-03-11 10:39:19 +11:00 |
|
Shannon
|
bc371e69a3
|
Completes: U4-4227 Rename default member property aliases
|
2014-03-07 19:30:54 +11:00 |
|
perploug
|
458c51a955
|
Implements IHtmlString on imagecropdataset
|
2014-02-24 10:42:29 +01:00 |
|
Shannon
|
9de0a62cff
|
Fixes merge issues
|
2014-02-21 16:43:49 +11:00 |
|
perploug
|
c3471ffbc3
|
Cropsizes config and upload compatible
Refactors imagecropper and fileupload to use the samen metadata setting
extensions
|
2014-02-20 12:59:15 +01:00 |
|
perploug
|
f8baf343bf
|
Fixing totally broken merge
|
2014-02-20 12:59:11 +01:00 |
|
Shannon
|
59f8508332
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Attempt{T}.cs
src/Umbraco.Core/Persistence/Factories/MemberTypeReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
|
2014-02-20 13:40:17 +11:00 |
|
Shannon
|
9860ffc3bf
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Constants-Conventions.cs
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/MemberType.cs
src/Umbraco.Core/Persistence/Factories/MemberTypeReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/VersionableRepositoryBase.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web.UI/umbraco/controls/GenericProperties/GenericProperty.ascx
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/GenericProperties/GenericProperty.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
|
2014-02-19 16:55:56 +11:00 |
|
Shannon
|
078deb704b
|
Completes: U4-4255 Add readonly membership provider properties to the profile model
|
2014-02-19 16:27:14 +11:00 |
|
perploug
|
81305173ca
|
Changes imagecropper to store config in its property data
|
2014-02-19 00:19:15 +01:00 |
|
perploug
|
ec14a16aec
|
ImageCropper Razor models + helpers
|
2014-02-17 16:17:17 +01:00 |
|
Shannon
|
4d316c9671
|
fixing some casting
|
2014-02-17 14:15:40 +11:00 |
|
Shannon
|
d36cd035e9
|
Fixes merge issues
|
2014-02-13 16:46:52 +11:00 |
|
Shannon
|
c4acbf0dbc
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Configuration/ClientDependencyConfiguration.cs
src/Umbraco.Core/Constants-Conventions.cs
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/Membership/IUser.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Factories/MemberReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IUserRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/PermissionRepository.cs
src/Umbraco.Core/Persistence/RepositoryFactory.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/IMemberTypeService.cs
src/Umbraco.Core/Services/IMembershipUserService.cs
src/Umbraco.Core/Services/IUserService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Core/Services/MemberTypeService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Core/Services/UserService.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/MockTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/LoginStatus.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/RegisterMember.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/Breadcrumb.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListAncestorsFromCurrentPage.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesFromCurrentPage.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesOrderedByDate.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesOrderedByName.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesWithDoctype.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListDescendantsFromCurrentPage.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/Login.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/LoginStatus.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/MultinodeTree-picker.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/Navigation.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/RegisterMember.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/SiteMap.cshtml
src/Umbraco.Web.UI/Umbraco/create/PartialView.ascx.cs
src/Umbraco.Web.UI/config/umbracoSettings.config
src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Models/LoginModel.cs
src/Umbraco.Web/Models/LoginStatusModel.cs
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/Models/RegisterModel.cs
src/Umbraco.Web/Models/UmbracoProperty.cs
src/Umbraco.Web/Mvc/UmbracoViewPageOfTModel.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/Security/WebSecurity.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoModule.cs
src/Umbraco.Web/WebApi/UmbracoApiController.cs
src/Umbraco.Web/umbraco.presentation/library.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewMacrosTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/editContent.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/login.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/baseLibrary.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/restExtension.cs
src/umbraco.businesslogic/User.cs
src/umbraco.providers/UsersMembershipProvider.cs
src/umbraco.providers/members/UmbracoMembershipProvider.cs
|
2014-02-13 16:22:51 +11:00 |
|
Shannon
|
f5ee02a3e9
|
Updates the membership partial view templates to redirect to current page by default but allows this to be overridden. Creates a new RedirectToCurrentUmbracoUrl method which is slightly diff from RedirectToCurrentUmbracoPage since it doesn't care about the actual page item rendering, just the currently rendered URL which is useful if coming from a rewritten URL (which is what happens with public access rewrites)
|
2014-02-13 13:30:32 +11:00 |
|
Stephan
|
fdd7227494
|
Fix DynamicPublishedContent to use CleanStringType.ConvertCase
|
2014-02-12 10:46:57 +01:00 |
|
Shannon
|
0bfd032fad
|
Obsoletes the RedirectOnSucces on the RegisterModel as it is not needed. Adds RedirectUrl to the ProfileModel and updates the controller to redirect properly (ensures it doesn't just redirect to home!)
|
2014-02-10 16:46:45 +11:00 |
|
Shannon
|
2bb58b6fca
|
Updates MembershipHelper to ensure that the membership provider is used when updating a profile, specifically to deal with unique emails. Updates the profile edit template to have correct validation procedures.
|
2014-02-10 16:22:15 +11:00 |
|
Shannon
|
cfd0973f00
|
Moves the registration logic to the MembershipHelper, fixes up the views to keep the indexes so props save.
|
2014-01-28 21:42:30 +11:00 |
|
Shannon
|
1bfdd83ba7
|
Cleans up more of the membership controllers and snippets to be using the membership helper and fixes up a few issues
|
2014-01-28 19:41:21 +11:00 |
|
Shannon
|
6fefcacc61
|
Adds more methods to the MembershipHelper, updates the RegisterModel and obsoletes the standard ctor so biz logic is not happening in the model, updates the snippets to use the correct way. Fixes an issue in the membership repo for persisting new members when the member type doesn't contain all the built-in props.
|
2014-01-28 18:59:27 +11:00 |
|
Shannon
|
9959ff667e
|
publicizes MembershipHelper and exposes it on the various base classes: SurfaceController, UmbracoApiController and UmbracoUserControl as the property "Members", will add more helper methods.
|
2014-01-28 16:58:55 +11:00 |
|
Shannon
|
de1f86c7a1
|
adds logic to the membership helper to create a new LoginStatusModel with the values filled in, obsoletes the empty ctor on LoginStatusModel since that does some biz logic lookups, instead replaces it with a static method to create an empty one.
|
2014-01-28 16:30:58 +11:00 |
|
Shannon
|
28d8fd0531
|
Changes LoginStatusModel to use the correct api and updates the new membership provider stuff to ensure that the provideruserkey is the int id of the model for backwards compatibility.
|
2014-01-28 16:13:05 +11:00 |
|
Shannon
|
ae05bfd350
|
Fixes: U4-4055 List View document types still display children in content tree
|
2014-01-17 13:00:11 +11:00 |
|
Lars-Erik Aabech
|
6eeb9d6af4
|
Forgot document type on general properties tab
|
2014-01-07 18:53:47 +01:00 |
|
Lars-Erik Aabech
|
cbefabb724
|
Changed TabsAndPropertyResolver's translation mechanism to use CultureDictionaryFactory. Also added translation to ContentTypeController.GetAllowedChildren. Localization "complete" and working for content editing.
|
2014-01-07 17:44:01 +01:00 |
|
Lars-Erik Aabech
|
f7f6cc64ce
|
More or less fixes content localization. Must do more tests and fix create dialog. Only tested manually on my box.
|
2014-01-07 16:43:03 +01:00 |
|
Shannon
|
f743830167
|
Fixes: U4-3911 Datatypes changes their uniqueID on first save
|
2013-12-19 10:27:18 +11:00 |
|