Sebastiaan Janssen
a48fe40675
Also clean up v6 snippets
2014-03-07 09:46:45 +01:00
Shannon
1511ad58b2
oops, put back the defaults for umbracoSettings
2014-03-06 20:16:55 +11:00
Shannon
2e9b751174
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2014-03-06 20:12:21 +11:00
Shannon
d61ab97be3
Fixes: U4-4217 Ensure that the cmsTask data is cleared for any entity that uses umbracoNode table
2014-03-06 20:12:05 +11:00
Stephan
dd40d73b71
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2014-03-06 10:06:50 +01:00
Shannon
068bca84b7
Fixes: U4-156 Drag / drop support
2014-03-06 20:05:13 +11:00
Shannon
0fda528b94
Fixes: U4-1550 Publish notifications on a load balanced environment
2014-03-06 19:47:23 +11:00
Shannon
3552f63d87
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2014-03-06 19:29:35 +11:00
Shannon
01d04fde37
Fixes: U4-4060 Rollback feature does not show differences
2014-03-06 19:29:09 +11:00
Stephan
7f8c526136
Fix TryConvertTo handling of number decimal separator
2014-03-06 09:14:05 +01:00
Stephan
ea4be14f0c
Fix 026d040 - keep Standalone stuff internal
2014-03-06 09:10:14 +01:00
Stephan
20df48e2f0
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2014-03-06 08:49:38 +01:00
Stephan
2c0f6f975c
Bugfix UmbracoEntity ctor test
2014-03-06 08:42:41 +01:00
Shannon
fa7f91b39d
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2014-03-06 18:26:10 +11:00
Shannon
72c5853fb1
Completes: U4-3937 Ensure media is indexed across all servers in LB environment with Distributed Cache calls
...
for members
2014-03-06 18:25:38 +11:00
Stephan
f03b1a22f9
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2014-03-06 08:12:51 +01:00
Shannon
e7fb6e5beb
Streamlines member and user services CreateMemberWithIdentity to be similar to media/content and not have a raise events flag. Also implements the CreateWithIdentity explicitly
2014-03-06 18:07:02 +11:00
Shannon
d0cc93d6a2
Fixes: U4-3937 Ensure media is indexed across all servers in LB environment with Distributed Cache calls
...
This fix is for media indexes to be distributed properly and for unpublished content to be distributed properly, now to get members to do the same.
2014-03-06 17:50:08 +11:00
Shannon
4adc2562b1
Fixes issue with ugolive dashboard trying to load in knockout from a bundle which causes the examine mgr to fail
2014-03-06 17:49:09 +11:00
Shannon
ba6878666c
Fixes pretty ugly issue of the Saving/Saved events not being raised when using CreateWithIdentity
2014-03-06 17:35:47 +11:00
Stephan
792ab8d088
Introduce support for content fragments
2014-03-05 15:46:37 +01:00
Stephan
3d4409e52a
Refactor CacheRefreshersResolver.CacheResolvers into .CacheRefreshers
2014-03-05 15:46:35 +01:00
Stephan
acd377956f
Improve how DomainHelper determines domain
2014-03-05 15:46:34 +01:00
Stephan
3b6dcc3421
Factor Dictionary.ReplaceKey method
2014-03-05 15:46:33 +01:00
Stephan
cec4d41df7
Add comments to UmbracoViewPageOfTModel
2014-03-05 15:46:32 +01:00
Stephan
ff0bcffefa
Implement DefaultShortStringHelper.PostFilter to cut url segments at 240 chars
2014-03-05 15:46:31 +01:00
Stephan
5dbc72897a
Add method to reset PublishedContentRequest template
2014-03-05 15:46:30 +01:00
Stephan
83736bec01
U4-4190 - enable retrieval of wildcard domains
2014-03-05 15:46:29 +01:00
Stephan
2f953c3819
Fix a38e0dc - use UInt64 instead of int
2014-03-05 15:46:28 +01:00
Stephan
026d040a62
Enable StandaloneApplication to work with Powershell
2014-03-05 15:39:16 +01:00
Stephan
7747b8f64f
U4-3579 - support chars such as <, > or & in prevalues
2014-03-05 15:33:15 +01:00
Shannon
feb9f40237
updates some ctors on umbraco context and routing context to have lazy overloads which allows us to more easily create/mock the umbraco context.
2014-03-03 04:16:09 +01:00
Shannon
651182f5de
Fixes sql statement - to be like we have in v7 that supports all sql servers
2014-02-25 02:37:48 +11:00
Shannon
22b15a06f6
Fixes how member is approved is set by defaut and adds unit test for it. Also ensures that it returns true if the property value is invalid for whatever odd reason.
2014-02-25 02:10:25 +11:00
Shannon
cb09795280
Removes new member service Creating event, as only Created makes sense. Deprecates the other 'Creating' events with a note to just use the Created event.
2014-02-25 01:45:41 +11:00
Sebastiaan Janssen
a5637af2d8
Adding missing CreateMember method that also as a convenience allows you to pass in the member type alias instead of a whole membertype
2014-02-22 18:32:26 +01:00
Sebastiaan Janssen
ac59c5deb0
Fixing some potential upgrade issues and two issues found with the legacy member API
...
- For legacy API we never had and "approved" checkbox, so the assumption is that members are always approved
- The RequiresUniqueEmail check was wrong, previously the assumption was: if there's no e-mail then don't check for uniqueness
2014-02-22 16:44:02 +01:00
Sebastiaan Janssen
683ddf6d34
Apparently we rely on <error404>1</error404> to be in umbracoSettings.config
2014-02-22 16:03:59 +01:00
Sebastiaan Janssen
eda33b1ac4
Update incorrect summary
2014-02-22 14:47:59 +01:00
Sebastiaan Janssen
ed0f884348
Been a while: properly syncing /config/*.config with /config/*.Release.config
2014-02-21 17:50:58 +01:00
Sebastiaan Janssen
b561351340
Update UI.Release.xml with the correct Partial View references
2014-02-21 17:33:19 +01:00
Sebastiaan Janssen
690ab29863
Use the database "agnostic" query for this (see U4-3876)
2014-02-21 17:01:59 +01:00
Shannon
27cb1d5223
completes: U4-4275 Hide built-in member type properties from the insert umbraco field list
2014-02-21 16:20:07 +11:00
Shannon
c677f36f08
Changes some of the naming conventions for the underlying membership provider services bits.
2014-02-21 16:03:32 +11:00
Shannon
750f7a6b33
Updates some method names to be less confusing regarding permissions
2014-02-21 15:55:56 +11:00
Shannon
dea804b402
fixes some permission logic and a unit test
2014-02-21 15:46:39 +11:00
Shannon
3803d1d7da
fixes reflected property on dynamicnode and unit test
2014-02-21 15:22:02 +11:00
Shannon
3e67b3034d
Added the ability to specify explicit db type's for a property type using an overloaded ctor argument. This allows us to specify explicit db types for properties without having them get overwritten during the repository saving logic which will always reset it to be the db type of the underlying property editor. In the case of our built-in membership properties we do not want this to happen. Fixes some unit tests. Removes built-in props from being included in the property types on the profile model on the front-end.
2014-02-21 12:56:00 +11:00
Shannon
1ada5210ad
updated to latest examine
2014-02-21 09:54:53 +11:00
Shannon
9a608674eb
fixes another test
2014-02-20 23:11:27 +11:00