Shannon
e267b7700a
Ensures that member properties are created when member type property type's are added (same as U4-1407), streamlines how this occurs on the base class. Streamlines how empty aliases are validated at the repo level for members, media, content. Makes built-in member property type's non-editable
2014-02-19 14:23:48 +11:00
Shannon
f1a439e851
removes version specific references to mysql in the proj files and web.config
...
ensures that escaping in the sql expression classes is done correctly without any double escaping. Also ensures that escaping is happening using the equals operator, not just the Equals() method and adds unit tests for them.
Fixes: U4-4232 Umbraco.Core.Persistence.Querying issue with backslashes
2014-02-18 14:57:03 +11:00
Shannon
846f4b5b6c
Removes the various old hacks for the legacy user's membership provider, now that we have the AllowManuallyChangingPassword flag, these hacks are not required.
2014-02-17 19:32:04 +11:00
Shannon
f7a703195c
Fixes: U4-4215 Tree.config registeres tree inconsistently
2014-02-17 14:56:12 +11:00
Shannon
30a73c0886
updated web.config template to use new role provider.
2014-02-13 14:45:24 +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
Shannon
9d7b3b965a
fixes some issues with new bundles.
2014-02-12 18:19:20 +11:00
Shannon
ec08d3e910
Updates MembershipHelper to not change the email/name if the value has not changed. Updates the templates to show only validation summaries for their own values/prefixes. Fixes some underlying MVC methods that merge view state to ensure the prefixes work with validation summaries properly when not showing property level errors. Updates the Umb controllers to add model level validation msgs when failed.
2014-02-10 18:34:12 +11: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
fa625d72f9
updates some comments
2014-02-10 14:12:44 +11:00
Shannon
3b8d6dc2c7
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2014-02-10 13:50:43 +11:00
Shannon
1faeb76c27
Removes the need for duplicate templates for partial views. Of course we can have partial view only templates if necessary but currently we just borrow them from the partial view macros and update the header
2014-02-10 13:50:31 +11:00
Sebastiaan Janssen
3a513668fd
U4-4185 Log fails to show unicode (cyrillic) characters
2014-02-05 15:52:20 +01: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
e4e76eb0bf
Backports commit: Prefixed built in controllers to better avoid conflicts with people's custom code
...
Conflicts:
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
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/Umbraco.Web.csproj
2014-01-28 13:47:16 +11:00
Shannon
43c426b46c
Update booting.aspx
...
Throw the exception immediately if the parameter is not there or empty.
If the parameter is not there it's defaulted to the current url, and this will redirect to itself and create an endless loop here.
2014-01-24 12:36:02 +11:00
Shannon
e2ac82abca
Gets most of the User and UserType legacy objects wrapping the new services, yay! Now just need to sort out all the caching stuff which I have tasks for.
2014-01-23 18:44:41 +11:00
Shannon
64d1a484bd
Fixes User Id issues with HasIdentity, wraps legacy UserType to the new service, fixes the uninstalling db schema to not throw exceptions and clog up the unit test log.
2014-01-23 17:11:58 +11:00
Shannon
2956aee4e3
Fixes: U4-4108 The backoffice should not be accessible when the app is not configured, it should redirect to the installer and U4-4106 Set the new membership providers to be shipped as default.
2014-01-22 15:26:45 +11:00
Shannon
ed83fb8216
updates user task creation for release
2014-01-20 16:00:19 +11:00
Sebastiaan Janssen
ae83b0fbaf
Hardcoded empty snippets need to be updated as well..
2014-01-15 21:07:24 +01:00
Sebastiaan Janssen
99e91a1053
U4-2737 Snippets that are available when creating new MacroScripts should also be available for Partial Views
2014-01-15 20:55:17 +01:00
Sebastiaan Janssen
bad118ac6b
U4-4046 Rename "empty template" to "empty"
2014-01-15 10:17:46 +01:00
Shannon
84da5f43a2
U4-4045 The "Empty" partial view snippet should have @inherits
2014-01-15 10:41:37 +11:00
Shannon
000c2637d6
fixes view state and err msg
2014-01-14 16:54:32 +11:00
Shannon
563867cd8b
Temp fix for: U4-3968 Umbraco 7.01 - Membership - Public Access - Add Single User protection - crash, fixes protectPage so that it uses the membership provider to make changes, updates the UI logic so that if you choose an existing user it will you about it, fixes it so you cannot arbitrarily change a member's password.
2014-01-14 16:21:00 +11:00
Shannon
aebc30c7a3
Removes the version specific info from the CDF and Examine references in all proj files.
2014-01-13 14:02:50 +11:00
Shannon
4db6ce4b22
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
...
updates to latest CDF
2014-01-09 18:08:13 +11:00
Shannon
80b83ab64b
Fixes up password changer on postback, fixes up more of the edit user and edit member pages.
2014-01-08 13:03:33 +11:00
Shannon
0245efe3cb
Fixes the change password dashboard to work properly. Fixes the EditUser to property save the member and the user. Adds new (probably temporary) MembershipHelper which is used to update a MembershipUser. Updates the User model to ignore the membership properties that we currently cannot persist. Ensures the legacy User membership provider still looks for a typed membership user (which should never have happened). Fixes small issue with underlying membership provider trying to encrypt an empty string.
2014-01-07 17:01:22 +11:00
Shannon
17883358b6
Fixes some issues with the User membership provider, updates user create dialog to also have an email address (which is required by membership), adds validation to the member and user create dialogs to ensure that the email address is validated to be a correcty formatted address.
2014-01-02 14:13:43 +11:00
Sebastiaan Janssen
443002cdde
Merge pull request #273 from esunxray/patch-2
...
Update zh.xml
2013-12-29 06:19:30 -08:00
Sebastiaan Janssen
af73fd8b68
Merge pull request #218 from dipunm/U4-2551
...
Missing languages in RTE insert link dialog.
2013-12-29 06:11:53 -08:00
Sebastiaan Janssen
139df63ddf
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-12-29 15:08:10 +01:00
Sebastiaan Janssen
a49058fe00
Fixes U4-510 Copy node makes multiple copies
2013-12-29 15:07:28 +01:00
Sebastiaan Janssen
bcc70f7a1e
Merge pull request #197 from mkariti/u4-415
...
U4-415
2013-12-29 05:39:30 -08:00
Sebastiaan Janssen
32bc2f1d69
merge ismailmayat-UK-Festival
2013-12-29 14:34:54 +01:00
Sebastiaan Janssen
a269e9d426
Merge branch 'BatJan-master' into 6.2.0
2013-12-29 13:51:54 +01:00
Sebastiaan Janssen
af5a382f93
Merge branch 'master' of https://github.com/BatJan/Umbraco-CMS into BatJan-master
2013-12-29 13:51:18 +01:00
Sebastiaan Janssen
dad910b8ab
Merge pull request #212 from mattbrailsford/6.2.0-1004
...
Added ValidateRequest="false" on package installer page to allow user co...
2013-12-28 03:50:10 -08:00
esunxray
1c901e00cc
Update zh.xml
...
add line <key alias="resetPassword">重设密码</key>
2013-12-19 14:53:50 +08:00
Shandem
063f405a06
Merge pull request #230 from Yawka/U4-2772
...
U4 2772
2013-12-18 20:51:17 -08:00
Shandem
68e0a414a0
Merge pull request #245 from esn303/patch-1
...
Fixed minor typos
2013-12-18 20:39:43 -08:00
Shandem
89860bd786
Merge pull request #261 from esunxray/patch-1
...
Update zh.xml
2013-12-18 20:26:48 -08:00
Shandem
b5cfefa052
Merge pull request #265 from Jeavon/U4-3247
...
Fixes U4-3247 - TinyMce v3 doesn't work with IE11
2013-12-18 20:22:19 -08:00
Shannon
b2c0f3c35a
some file formatting
2013-12-19 15:21:02 +11:00
Shannon
a43f4b7b7f
Completes: U4-1521 Updated back office to use ClientDependency bundles for common files
2013-12-19 15:05:05 +11:00