Shannon
|
d290ffa306
|
Fixes: U4-4392 Umbraco 7 delete member from others
|
2014-03-13 18:47:36 +11:00 |
|
Shannon
|
75bc3e09c6
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
|
2014-03-13 18:43:40 +11:00 |
|
Shannon
|
bcc2424577
|
fixes issue with getting 'other' 'members
|
2014-03-13 18:43:16 +11:00 |
|
Shannon
|
67f8b8f88b
|
Fixes: U4-3606 Handle caching issues from server requests correctly
|
2014-03-13 18:24:37 +11:00 |
|
Shannon
|
8eaea3fb54
|
fixes: U4-4285 Expose/Publicize (3rd party) PropertyEditors
|
2014-03-13 16:34:54 +11:00 |
|
Shannon
|
2166a4a5ac
|
Fixes: U4-4394 7.0.4: Inconsistency in member tree listings
|
2014-03-13 15:25:30 +11:00 |
|
Shannon
|
3ba6391dda
|
Ensures that 6.2 migrations are run for 7.1 as well.
|
2014-03-13 14:23:32 +11: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
|
b533a9f690
|
Merge commit '85a74e4fa700c83bab4bf3436f69f045029932cd' into 7.1.0
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
|
2014-03-13 14:12:02 +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
|
85a74e4fa7
|
Fixes: U4-4419 TempData is not being cleared on RedirectToCurrentUmbracoPage - it actually shouldn't be cleared but we need to handle how we add it properly as tempdata only clears when it is read
|
2014-03-13 12:21:31 +11:00 |
|
Shannon
|
62d4bff8aa
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Web.UI/config/ClientDependency.config
|
2014-03-13 11:11:51 +11:00 |
|
Shannon
|
095be823c6
|
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
|
2014-03-13 11:11:10 +11:00 |
|
Shannon
|
a8858ecfdd
|
fixes unit tests
|
2014-03-13 11:10:29 +11:00 |
|
Shandem
|
9c48330aae
|
Merge pull request #314 from esn303/7.1.0
fix typos, thousands separator and casing of installer facts
|
2014-03-13 11:03:59 +11:00 |
|
Marc
|
22792a2f8e
|
fix typos, thousands separator and casing of installer facts
|
2014-03-12 11:05:50 +01:00 |
|
Shannon
|
0dc00a62e2
|
Adds ability to have proxy migrations so there is no duplication of declaring migrations and no duplication of executing already executed migrations. Would have been a bit nicer to have
|
2014-03-12 20:36:40 +11:00 |
|
Shannon
|
0c4e442578
|
Checks for index existence before trying to add
|
2014-03-12 18:52:05 +11:00 |
|
Shannon
|
9d7d866467
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixTwoZero/AdditionalIndexesAndKeys.cs
src/Umbraco.Core/Umbraco.Core.csproj
|
2014-03-12 18:44:54 +11:00 |
|
Shannon
|
3b26834484
|
updates migration to make it a little faster
|
2014-03-12 18:40:39 +11:00 |
|
Shannon
|
aee10348e5
|
Ensures not to add new indexes if they already exist
|
2014-03-12 18:37:22 +11:00 |
|
Shannon
|
d0fc3ddba5
|
ensures applicationeventsresolver is disposed of in the correct place.
|
2014-03-12 18:11:05 +11:00 |
|
Shannon
|
3aadca167f
|
oops, updated the reset to resetcollections for clearing collections for resolvers.
|
2014-03-12 18:00:00 +11:00 |
|
Shannon
|
3a92c26a7f
|
Adds ability to extract index details from databases using sql syntax provider.
|
2014-03-12 17:17:52 +11:00 |
|
Shannon
|
6a4ea56dc5
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixTwoZero/AdditionalIndexesAndKeys.cs
|
2014-03-12 17:17:05 +11:00 |
|
Shannon
|
cdd6768966
|
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
|
2014-03-12 15:09:48 +11:00 |
|
Shannon
|
d89205abaf
|
Fixes: U4-4395 YSOD when creating membergroup
|
2014-03-12 15:08:55 +11:00 |
|
Shannon
|
ff21379547
|
Makes ApplicationEventsResolver IDisposable so we can clear resources after startup.
|
2014-03-12 14:16:52 +11:00 |
|
Sebastiaan Janssen
|
74f00a9f89
|
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
|
2014-03-12 00:33:03 +01:00 |
|
Sebastiaan Janssen
|
3912300f83
|
Really... nobody noticed "MEH"?
|
2014-03-12 00:30:25 +01:00 |
|
Shannon
|
c8ff708a43
|
adds null check to MemberGroupCacheRefresher
|
2014-03-12 10:04:33 +11:00 |
|
Sebastiaan Janssen
|
693899935b
|
For absolute clarity added the fact that this is the current Umbraco version.
|
2014-03-11 19:09:17 +01:00 |
|
Sebastiaan Janssen
|
1a87d96f77
|
Temporary fix to at least have a scrollbar when protecting a page (only added inline style, and
removed an unopened </div>, the rest is just formatting)
|
2014-03-11 18:47:50 +01:00 |
|
Sebastiaan Janssen
|
0a959b5b84
|
Thought I'd moved the version up a already but looks like I forgot to commit. Also made it
have a bit more contrast with it's background.
|
2014-03-11 17:39:11 +01:00 |
|
Sebastiaan Janssen
|
f2202eb337
|
Removing 503 header as Azure Websites would just stop doing anything after seeing this, so
the rewrite to noNodes.aspx would never happen and you'd get a blank screen with:
Service Unavailable HTTP Error 503. The service is unavailable.
|
2014-03-11 17:28:55 +01:00 |
|
Shannon
|
19b7a9dfff
|
Completes: U4-4369 Remove the need for an Areas folder for the installer
|
2014-03-11 18:09:54 +11:00 |
|
Shannon
|
f432e23a47
|
Removes files that should never have been committed
|
2014-03-11 18:07:07 +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
|
2ecab70772
|
Fixes: U4-4182 Exception during plugins loading
|
2014-03-11 17:00:35 +11:00 |
|
Shannon
|
894a649574
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
|
2014-03-11 15:02:48 +11:00 |
|
Shannon
|
48bbf1ecb2
|
Fixes unit tests
|
2014-03-11 15:02:23 +11:00 |
|
Shannon
|
5dc44ca612
|
fixes some merge issues
|
2014-03-11 15:02: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
|
c500d29029
|
adds some exceptions
|
2014-03-11 14:44:18 +11:00 |
|
Shannon
|
2c8fe5a130
|
fixes a few issues
|
2014-03-11 14:35:49 +11:00 |
|
Shannon
|
d737afa327
|
Working on
|
2014-03-11 14:23:51 +11:00 |
|
Shannon
|
2db1c1bb40
|
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
|
2014-03-11 10:39:55 +11:00 |
|
Shannon
|
d95ca7bc6f
|
updates naming from CreateProfileModel to GetCurrentMemberProfile
|
2014-03-11 10:39:19 +11:00 |
|
Sebastiaan Janssen
|
6b491ac6cd
|
Merge pull request #312 from vnbaaij/patch-1
Update en_us.xml
|
2014-03-10 10:13:58 +01:00 |
|