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
Shannon
2acfd64706
Updates exif reader to an MIT licensed reader from https://code.google.com/p/exiflibrary
2015-02-17 16:47:29 +01:00
Shannon
a6f6a321f9
Fixes extension method finder and TypeHelper with Stephen's awesome code
2015-02-17 14:37:44 +01:00
Shannon
0600d5c463
backports some updates made in the dist load balancing branch that allows for examine path storage by machinename and appdomainappid
2015-02-13 14:50:16 +11:00
Shannon
bcba12abc8
Fixes: U4-6268 TreeController cannot exist in App_Code
2015-02-13 11:50:42 +11:00
Shannon
0efb9b72e7
Adds small exif library to read meta data from jpg's so we can attempt to read width/height from exif instead of loading the file into mem with GDI, makes for much faster and far less memory processing.U4-6246 Uploading specific images causes GDI+ Errors
2015-02-10 16:33:59 +11:00
Shannon
89606d3a05
Goes brute force to try to resolve: U4-4049 Some images fail when uploading multiple media files
2015-02-06 11:19:52 +11:00
Stephan
c8087d1f68
Cleanup TypeHelper, add tests - IsAssignableFromGeneric may have issues?
2015-02-04 17:05:18 +01:00
Shannon
c4c21b8b6e
fixes: U4-6151 Datatype PreValues not updated in Datatype Saved Event
2015-02-04 13:35:22 +11:00
Shannon
9cdea752e8
Updates ExtensionMethodFinder to use new TypeFinder methods, all tests are passing now. Moved Stephen's MatchType methods to TypeHelper and moved those tests to TypeHelperTests. Now, need to compare notes with Stephen and add more tests to validate/invalidate the aproaches taken to see what might not be supported between either approaches and should probably look into benchmarks too.
2015-02-04 10:24:09 +11:00
Shannon
de3c836ac1
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
...
Conflicts:
src/Umbraco.Core/Dynamics/ExtensionMethodFinder.cs
src/Umbraco.Tests/DynamicsAndReflection/ExtensionMethodFinderTests.cs
2015-02-04 09:58:48 +11:00
Stephan
2cdc89297f
U4-6210 - fix failing tests, improve extension methods support on dynamics
2015-02-03 19:38:14 +01:00
Shannon
839a5b13b0
updates extension method finder with tests to better support finding generic equivialents, adds tests for TypeHelper as well.
2015-02-03 20:23:05 +11:00
Stephan
08a2c0d082
U4-6184 - pipeline falls back from example.com:666 to example.com
2015-01-30 14:44:47 +01:00
Shannon
f037f8541c
Fixes: U4-6210 ExtensionMethodFinder doesn't work with overloaded extensions - this means overloaded extension methods for dynamic content won't work. and finalizes: U4-6209 GetGridHtml needs to be an extension on HtmlHelper not IPublishedContent so that ViewData and ModelState are inherited
2015-01-30 19:04:39 +11:00
Shannon
90b3bf59e0
Fixes: U4-2038 Violation of PRIMARY KEY constraint 'PK_cmsContentPreviewXml' YSOD occurs when publishing content
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
2015-01-30 10:32:46 +11:00
Shannon Deminick
7c3ff7d746
Fixes: U4-6165 Make Enum<T> public
2015-01-29 17:09:04 +11:00
Stephan
7b4a82eb8d
U4-6154 - bugfix
2015-01-20 19:58:57 +01:00
Stephan
12d51b292c
U4-6154 - fix unpublishing a document with changes
...
Conflicts:
src/Umbraco.Core/Services/ContentService.cs
2015-01-19 14:03:58 +01:00
Shannon
3663fd9f99
Fixes: U4-6106 Threading/Performance issue with MappingResolver and LazyManyObjectsResolverbase/ManyObjectsResolverBase
2015-01-13 19:39:46 +11:00
Shannon
da778e277f
Fixes: U4-6093 ContentService.SaveAndPublishDo changes Culture
2015-01-12 21:45:52 +11:00
Shannon
6457a1a2ca
Fixes: U4-6088 Publicize all partial view methods on IFileService & U4-6087 Fix Partial View macro repository usage so that when a macro is created from the FileService, the MacroService events are raised
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
2015-01-09 19:15:01 +11:00