Sebastiaan Janssen
|
a768fe5bb3
|
Ports behaviour from membershiphelper from v7 to 6 to make them the same
|
2014-04-02 11:42:48 +02:00 |
|
Sebastiaan Janssen
|
d9c66cd4b3
|
Adds AddRelation and missing events in RelationService from v7 into v6
|
2014-04-02 11:41:59 +02:00 |
|
Sebastiaan Janssen
|
5b693f9310
|
Adds ability to add/remove a single role to/from a single member, which is much nicer than having to instantiate arrays
|
2014-04-01 16:43:11 +02:00 |
|
Sebastiaan Janssen
|
40ebc1295c
|
Fixes error thrown when saving password and actually using the Umbraco membership provider
|
2014-04-01 15:30:42 +02:00 |
|
Sebastiaan Janssen
|
51660d918c
|
Assembly redirect seems to help a lot installing NuGet pkg, should finally be able to close U4-4510 nuget targets file creates an invalid path in the property group
|
2014-04-01 14:22:13 +02:00 |
|
Sebastiaan Janssen
|
15aa6fc4b8
|
Fixed U4-4576 7.0.4 : InternalMemberSearcher config incorrectly uses 'enableLeadingWildcards', should be 'enableLeadingWildcard'
|
2014-04-01 11:53:56 +02:00 |
|
Shannon
|
b9088c9ac0
|
fixes build
|
2014-03-28 08:51:25 +11:00 |
|
Shannon
|
49cf0f98ce
|
U4-1752 - Add GetPreValueAsString(id) method to the @Umbraco helper
|
2014-03-28 08:31:21 +11:00 |
|
Shannon
|
d8a3e00440
|
Fixes: U4-2843 Copying Document Type when Selecting Master Doesn't Work (Master ignored), U4-3552 Copy nested document type is failing
|
2014-03-27 17:26:55 +11:00 |
|
Shannon
|
c309e18f13
|
Fixes: U4-459 Public Access permissions not set on distributed servers
|
2014-03-27 16:11:34 +11:00 |
|
Shannon
|
cde3c42cec
|
Fixes: U4-4455 Javascript error with single quotes in literals
Conflicts:
src/Umbraco.Web.UI/umbraco_client/Editors/EditScript.js
|
2014-03-26 13:34:26 +11:00 |
|
Sebastiaan Janssen
|
f13ddddc16
|
U4-4510 nuget targets file creates an invalid path in the property group
That should fix this one properly now
|
2014-03-25 20:39:46 +01:00 |
|
Sebastiaan Janssen
|
89235f707c
|
Sync the en and en_us translations
|
2014-03-24 17:25:31 +01:00 |
|
Sebastiaan Janssen
|
a569796adb
|
Removes stray semicolons from the nuget targets files
|
2014-03-24 14:00:12 +01:00 |
|
Shannon
|
81600f0f3c
|
Merge branch 'patch-2' of https://github.com/designagencytom/Umbraco-CMS into designagencytom-patch-2
Conflicts:
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
|
2014-03-24 11:18:11 +11:00 |
|
Shannon
|
74ccd79408
|
Merge branch 'patch-1' of https://github.com/designagencytom/Umbraco-CMS into designagencytom-patch-1
|
2014-03-24 11:13:07 +11:00 |
|
Sebastiaan Janssen
|
424ff02734
|
Forgot a few includes, fixed!
|
2014-03-20 17:29:16 +01:00 |
|
Sebastiaan Janssen
|
80bd8d962b
|
Make sure the App_Plugins folder is there
|
2014-03-20 16:58:35 +01:00 |
|
Sebastiaan Janssen
|
956364decd
|
v7 NuGet changes also apply to v6
|
2014-03-20 16:02:24 +01:00 |
|
designagencytom
|
6133e8f8c2
|
Update loadMemberGroups.cs
Sort the roles alphabetically to make it easier to manage the list when it becomes very large.
|
2014-03-20 13:02:25 +00:00 |
|
Shannon
|
bcb7561e74
|
fixes unit test
|
2014-03-20 17:44:13 +11:00 |
|
Shannon
|
83f4c0262e
|
Fixes: U4-4475 Creating new member doesn't put it in examine. Fixes up some cache refreshers to ensure they are calling the base method so that events fire consistently.
Conflicts:
src/Umbraco.Web/Cache/UserPermissionsCacheRefresher.cs
|
2014-03-20 12:38:19 +11:00 |
|
Shannon
|
15222e176e
|
Fixes: U4-4474 YSOD when expanding Members tree
|
2014-03-20 10:37:54 +11:00 |
|
Shannon
|
84dd7dc61a
|
Fixes: U4-4466 6.2-beta - Creating Member Type without Alias results in no viewable Member Types in back office
|
2014-03-20 09:52:31 +11:00 |
|
Shannon
|
ff5dadde53
|
Fixes unit test and another potential migration problem using an old alias for foreign key
|
2014-03-19 18:43:10 +11:00 |
|
Shannon
|
ded82611a7
|
Finalizes: U4-4472 Image cropper should use IFileSystem - currently uses standard IO
|
2014-03-19 15:09:50 +11:00 |
|
Shandem
|
6a8cb5e123
|
Merge pull request #270 from stefana99/6.2.0-imagecropper
Changes to imageCropper, supports new mediafilesystem
|
2014-03-19 14:48:38 +11:00 |
|
Shandem
|
09428d703c
|
Merge pull request #298 from KevinJump/6.2.0--PackageServiceFixes
6.2.0 package service fixes
|
2014-03-19 14:43:19 +11:00 |
|
Shannon
|
a0541b000e
|
Fixes: U4-4463 Upgrade 6.2.0 > 7.1.0 fails - due to incorrect formatting of foreign keys for sql servers
Conflicts:
src/Umbraco.Tests/Migrations/AlterMigrationTests.cs
src/Umbraco.Tests/Migrations/Stubs/AlterUserTableMigrationStub.cs
|
2014-03-19 10:33:37 +11:00 |
|
Shannon
|
668935548d
|
Fixes: U4-4394 7.0.4: Inconsistency in member tree listings
Conflicts:
src/Umbraco.Core/Persistence/Querying/BaseExpressionHelper.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Web/Trees/MemberTreeController.cs
|
2014-03-19 09:28:13 +11:00 |
|
Shannon
|
14141fcaa5
|
Fixes the dictionary query syntax properly for all db's
|
2014-03-19 09:24:57 +11:00 |
|
Sebastiaan Janssen
|
7c5942b05f
|
Updating minimum required versions of dependencies to be the same as v7.
|
2014-03-18 18:40:20 +01:00 |
|
Sebastiaan Janssen
|
8b4d4e3189
|
Update readme and remove non-functioning backups from install.ps1
|
2014-03-18 18:38:16 +01:00 |
|
Sebastiaan Janssen
|
4f008f5848
|
Bump version to RC
|
2014-03-18 18:37:42 +01:00 |
|
Sebastiaan Janssen
|
1a40ccc838
|
Updating nuget targets files, like on v7. Also updates nuget author name.
|
2014-03-18 17:51:33 +01:00 |
|
Stephan
|
e80963093d
|
Fix MySql dictionary issue
Conflicts:
src/umbraco.cms/businesslogic/language/Item.cs
|
2014-03-18 12:44:32 +01:00 |
|
Shannon
|
0749124f45
|
fixes bug with col name
|
2014-03-18 20:11:22 +11:00 |
|
Shannon
|
bef970437a
|
doh, fix for new ctor
|
2014-03-18 19:39:17 +11:00 |
|
Shannon
|
dda36f0147
|
added additional ctor for member to create an empty one
|
2014-03-18 19:30:54 +11:00 |
|
Shannon
|
caad775399
|
Removes the User membership provider name constant - it is not a constant, this value is configurable!
|
2014-03-18 18:52:17 +11:00 |
|
Shannon
|
7a7720c460
|
Gets #U4-4454 Can't log in a new member created through memberservice completed
|
2014-03-18 18:41:18 +11:00 |
|
Shannon
|
b2aeb835d5
|
Implements the SavePassword method of the MemberService
|
2014-03-18 17:45:11 +11:00 |
|
Shannon
|
8dd950bd52
|
Ensures all access to the users membership provider is done with our extension method
|
2014-03-18 17:22:25 +11:00 |
|
Shannon
|
e2881e07d1
|
Ensures that all calls to the members membership provider are done so explicitly with the membership provider alias - this decouples the need to have the umbraco membership provider declared as the default, we were doing both before.
|
2014-03-18 17:08:21 +11:00 |
|
Shannon
|
71de4dc7de
|
Fixes: U4-3675 [NonAction] attribute should be ignored by Umbraco RenderActionInvoker
|
2014-03-18 14:28:05 +11:00 |
|
Shannon
|
e22476f54a
|
fixes some test logic
|
2014-03-18 14:19:26 +11:00 |
|
Shannon
|
20ae16b2d7
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2014-03-18 14:18:50 +11:00 |
|
Shannon
|
9e466971af
|
fixes some test logic
|
2014-03-18 14:18:34 +11:00 |
|
Stephan
|
3c6029c969
|
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
|
2014-03-17 15:27:25 +01:00 |
|
Stephan
|
a4a0de3503
|
U4-4373, U4-4374 - finalize fixes
|
2014-03-17 15:25:25 +01:00 |
|