Shannon
1b1455067e
Fixes: U4-6606 maxInvalidPasswordAttempts work for the UsersMembershipProvider doesn't work any more
2015-05-11 19:44:59 +10:00
Shannon
d94b334375
Moves login logging to the provider level
2015-05-11 12:22:56 +10:00
Shannon
a4a49b1466
Revert "Fixes MVC 4.0.0.1 problem once and for all." - All MVC ref's are 4.0.0.0, no web config transforms (also there was never a 4.0.0.1 version of System.Net.Http). Everything works on my machine now, even with 4.0.0.1 installed in the GAC.
2015-05-11 11:45:13 +10:00
Shannon
813f1a1f2d
Fixes: U4-6035 Properrty.WasDirty() always returns false
2015-05-07 11:43:53 +10:00
Shannon
1cac4ed075
Fixes MVC 4.0.0.1 problem once and for all.
2015-05-07 08:10:45 +10:00
Sebastiaan Janssen
2e6c643dde
Bump version
2015-05-06 11:08:25 +02:00
Sebastiaan Janssen
4144590189
Upgrade to latest MySql.Data and loosen up NuGet dependency
2015-05-05 12:15:28 +02:00
Shannon
da579c91e1
Fixes: U4-6460 7.2.2 -> 7.2.4 update fails with "an item with the same key has already been added" error
2015-04-27 13:40:41 +10:00
Sebastiaan Janssen
5106ffab97
Mark as Release Candidate
2015-04-23 15:00:12 +02:00
Stephan
57909489cb
AsyncLock - import
2015-04-13 19:12:00 +02:00
Shannon
24dc8309f1
sets ConfigureAwait(false) for XmlCacheFilePersister await calls and BackgroundTaskRunner await calls since these are always on background threads, no synchronizing with any context.
2015-04-08 17:15:21 +10:00
Shannon
b35397b464
uses property type ctor overload to accept an alias which prob should have been there all along since in most cases you need an alias to create one (same prob goes for property groups, etc... but oh well). Adds a couple tests for case insensitive comparisons in PropertyCollection
2015-04-08 16:33:16 +10:00
Shannon
3230fce76a
fixes lock on PropertyCollection, should just be a normal lock
2015-04-08 11:47:16 +10:00
Shannon
1d22c1e81e
fixes get hash code on Entity base class
2015-04-08 11:47:00 +10:00
Shannon
ece2e2359e
Updates PropertyGroup's equality comparisons to: check the base comparison, then check for a case insensitive comparison with name, fixes GetHashCode to be consistent with the Equals method.
2015-04-08 11:31:14 +10:00
Shannon
8cbe53f49d
Updates PropertyType to have a ctor overload accepting an alias when one already exists. Updates it's equality comparisons to: check the base comparison, then check for a case insensitive comparison with alias, fixes GetHashCode to be consistent with the Equals method.
2015-04-08 11:30:35 +10:00
Shannon Deminick
cac3ddc3c8
Merge pull request #666 from JimBobSquarePants/dev-v7
...
Remove Content Service Setter case sensitivity
2015-04-08 10:07:34 +10:00
Shannon
0eac50ceba
Fixes: U4-6506 Grid config in package.manifest doesn't allow for multiple grid editors and adds tests
2015-04-07 17:24:35 +10:00
James South
8d00dbf648
Remove Content Service Setter case sensitivity
...
Makes property alias key checking case-insensitive bringing behaviour in
line with IPublishedContent getters.
2015-04-01 12:37:28 +01:00
Shannon
fb24becd0d
completes: U4-6468 Move all 'Strategies' in the Web project that performs Core data operations to the Core project
2015-03-30 17:40:36 +11:00
Shannon
a82035061c
Updates BackgroundTaskRunner to support async operations. Updates the content xml cache file persisting to use a IBackgroundTask instead of the strange queuing for persistence - which was super strange because in many cases another request thread will actually be the thread that is persisting the xml file than the request thread that requested it created. This implementation is far better, the xml file will be persisted on a non request thread and will handle multiple documents being published at the same time guaranteeing that the latest published version is the one persisted. The file persistence is also web aware (due to how BackgroundTaskRunner works) so during app shutdown the file will still be written if it's currently being processed.
2015-03-27 14:47:41 +11:00
Sebastiaan Janssen
9dfccd86fd
U4-2499 Remove the possibility for accessing pages with nodeid's or give a redirect option
...
#U4-2499 Fixed Due in version 7.2.5
2015-03-24 20:09:48 +01:00
Shannon Deminick
aa3c1d645b
Merge pull request #659 from robertjf/dev-v7
...
Issue#U4-6448 typo fix in pageIndex Mandate checks
2015-03-24 12:45:35 +11:00
Robert Foster
c6b393f2e8
typo fix in pageIndex Mandate checks
2015-03-24 12:30:28 +11:00
Sebastiaan Janssen
907e5e7ca4
Bump version
2015-03-20 11:25:59 +01:00
Shannon
08a2ec6883
Fixes: U4-6436 Localization in the back office doesn't work immediately after app restart
2015-03-20 18:15:31 +11:00
Sebastiaan Janssen
90fdbb007e
Bump version
2015-03-19 14:45:00 +01:00
Shannon
b9082cf390
Fixes our usages of GetCacheItem so that there is a timeout, this is needed otherwise memory won't be given back unless memory gets too high where in fact for most of these we want to give it back as soon as possible if it isn't being used.
2015-03-19 14:00:48 +11:00
Shannon
9469b0b844
Fixes: U4-6402 Grid config file should be merged with package.manifests & U4-6427 Grid config file has caching problems because it's downloaded as a static file
...
This also fixes up the OutputCaching params on the BackOfficeController since OutputCache is bypassed when an action requires authentication, so now we manually do some caching when not in debug mode for authorized actions (of course auth happens before any cached response can occur). This also fixes up the static caching that was happening with the ManifestBuilder so now when that is not in use it gives back it's memory. This also fixes up any client side caching that was happening on BackOfficeController - before we were allowing client cache to happen for a few actions on that controller which is incorrect, we need to disable all client cache for all actions on that controller.
2015-03-19 13:53:15 +11:00
Shannon
37b219f6e1
Fixes: U4-4942 Widget disappears in RTE when there is a space in the macro alias
2015-03-18 19:52:45 +11:00
Shannon
e9e84a7faa
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-03-18 19:03:57 +11:00
Shannon
137d8553de
Fixes: U4-6417 When including a $schema element in package.manifest with a url schema, the regex will incorrectly strip required characters
2015-03-18 19:03:46 +11:00
Stephan
6856f9f341
Merge pull request #654 from umbraco/U4-274-disable-alttemplate
...
U4-274 - Adds config option to disable alternative templates
2015-03-17 14:32:08 +01:00
Sebastiaan Janssen
d24ef3650e
U4-274 - Adds config option to disable alternative templates
2015-03-17 13:50:33 +01:00
Shannon
fe40b8fe99
ok, fixes the null check for real this time.
2015-03-09 17:53:58 +11:00
Shannon
dd477a0cbe
whoops, fixes comparison on lazy val
2015-03-09 17:37:25 +11:00
Shannon
b3f6f48834
fixes ugly null check on ContentTypeSort comparison
2015-03-09 16:42:30 +11:00
Shannon
9a5923771d
fixes changing the underscore of a user language to culture.
2015-03-06 16:05:37 +11:00
Shannon
0932c980e9
Fixes: U4-6307 Incorrect culture assigned to user (missing region code)
2015-03-06 16:01:49 +11:00
Shannon Deminick
6d5d8fb39c
Merge pull request #647 from hAmpzter/U4-6304
...
U4-6304 ContentTypeBaseRepository.MapContentTypes throws exception with ...
2015-03-05 17:49:48 +11:00
Shannon
46212904ef
Changes the SetPropertyValueAndDetectChanges to throw an exception if an Enumerable is passed in without using the overload the specifies an IEqualityComparer. Updates all entities that use this method with IEnumerables to specify the correct Equality comparer which now uses the new UnsortedSequenceEqual method. Added unit tests for new EnumerableExtensions and makes the ContainsAll work faster.
2015-03-05 17:08:58 +11:00
Sebastiaan Janssen
97a085d12b
Bump version
2015-03-03 20:19:41 +01:00
Shannon
9a042fbbdf
Removes the assignment of the DefaultPermissions property since this is auto assigned in the ctor (and should be assignable)
2015-03-03 19:40:37 +11:00
Shannon
834b780d8e
Removes change tracking for User.DefaultPermissions since it is entirely not necessary (and in fact shouldn't be settable). Also ensures that the cloning of the default permissions is a new list, wasn't doing this before... which might have been the culprit for strange thread issues.
2015-03-03 19:37:13 +11:00
Shannon
8905878a87
Adds some methods to TracksChangesEntityBase to enable/disable change tracking and to reset the change tracking dictionaries, this is then used for DeepCloning so that change tracking is turned off for the cloning process.
2015-03-03 18:33:04 +11:00
Shannon
d32cf12c6f
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-03-02 17:02:35 +11:00
Shannon
56017a340c
makes PropertyEditorResolver faster by not having to re-union every time its accessed
2015-03-02 16:59:40 +11:00
Shannon
21c70462c9
publicizes cache extensions
2015-03-02 16:59:05 +11:00
Sebastiaan Janssen
6dd63e8a01
U4-6341 Relate document on copy doesn't create a relation record in umbracoRelations table
...
#U4-6341 Fixed Due in version 7.2.3
2015-03-01 13:52:02 +01:00
hAmpzter
793ba42f9e
U4-6304 ContentTypeBaseRepository.MapContentTypes throws exception with SByte / Bool type with Mysql.
...
Force it with Convert.ToBoolean()
2015-02-27 12:42:55 +01:00