Shannon Deminick
|
fb42472f31
|
Merge pull request #554 from cloud46limited/umbUKFest-3556
Fixed type in Step 4 install wizard - U4-3556.
|
2014-11-21 09:13:10 +11:00 |
|
Gareth Evans - Cloud46 Limited
|
b6695b6953
|
Fixed type in Step 4 install wizard - U4-3556.
|
2014-11-20 14:48:26 +00:00 |
|
Sebastiaan Janssen
|
33ccf490ab
|
Update nuspec to ask for a valid nuget pkg
|
2014-08-25 15:53:45 +02:00 |
|
Sebastiaan Janssen
|
03ba8c9e14
|
Update to 6.2.2, removes airinstallbadge
|
2014-08-25 13:46:21 +02:00 |
|
Shannon
|
13b57c7638
|
adds some logging
|
2014-08-25 16:40:45 +10:00 |
|
Shannon
|
a8b297903d
|
Ensures we don't get any ysods when changing doc type properties and the content re-creation since it's running on an async thread (U4-5388 , U4-5387 )
|
2014-08-25 16:16:42 +10:00 |
|
Shannon
|
89b5774106
|
Fixes: U4-5380 Booting.aspx security issue
|
2014-08-21 14:39:06 -06:00 |
|
Shannon
|
774f201514
|
Adds a simple cache mechanism to hold reflected property info when cloning - reduces perf to 10% of what it used to be
|
2014-08-20 20:09:05 -06:00 |
|
Sebastiaan Janssen
|
12e2aa679b
|
Merge pull request #455 from leekelleher/U4-4249
U4-4249 - PetaPocoExtensions CreateTable doesn't recreate the table
|
2014-08-20 10:45:56 +02:00 |
|
leekelleher
|
1978930fa2
|
Amends CreateTable, so if 'overwrite' is enabled, the table is dropped, then recreated.
|
2014-08-19 18:56:15 +01:00 |
|
Stephan
|
c4e4f9579b
|
U4-4931 - fix tests
|
2014-08-15 09:54:04 +02:00 |
|
Stephan
|
9782f66507
|
U4-5084 - fix commit
|
2014-08-14 22:24:12 +02:00 |
|
Stephan
|
e9938afc83
|
Merge pull request #418 from zpqrtbnk/6.2-4931
U4-4931 - lock contention & potential application lockdown
|
2014-08-14 20:52:13 +02:00 |
|
Stephan
|
fcda9821d0
|
Merge branch '6.2.2' into 6.2-4931
|
2014-08-14 20:50:37 +02:00 |
|
Stephan
|
bdc234b18a
|
U4-5084 - DynamicPublishedContentList ext methods confusion
|
2014-08-14 20:49:49 +02:00 |
|
Sebastiaan Janssen
|
908afbd264
|
#U4-2238 Fixed
Issue when saving/publishing special characters - '' hexadecimal value 0x03, is an invalid character
|
2014-08-14 10:26:38 +02:00 |
|
Sebastiaan Janssen
|
c548ad6a98
|
Update failing unit test now that MaxInvalidPasswordAttempts is 20 by default
|
2014-08-14 10:16:02 +02:00 |
|
Sebastiaan Janssen
|
99b2a2da38
|
#U4-5337 fixed Due in version: 7.1.5,6.2.2
Too easy to lock yourself out of the backoffice
|
2014-08-12 11:06:24 +02:00 |
|
Sebastiaan Janssen
|
15ed458ad3
|
#U4-5258 Fixed
RelationService AreRelated should accepts two entity IDs and a relationTypeAlias
|
2014-08-12 10:25:33 +02:00 |
|
Shannon
|
6ce303a918
|
Completes: U4-5264 Add Count methods to IContentService, IMediaService, etc...
|
2014-08-05 12:37:20 -06:00 |
|
Shannon
|
62d3dc78fa
|
Ensures all caching is disabled for editing templates (master pages and views)
|
2014-08-05 10:59:54 -06:00 |
|
Shannon
|
3374f9e023
|
Ensures that the batched distributed calls doesn't cache refresh the server executing the distributed calls since tht will already be done locally.
|
2014-08-05 10:32:07 -06:00 |
|
Stephan
|
2675992d82
|
Merge branch '6.2.2' into 6.2-4931
|
2014-08-05 18:20:04 +02:00 |
|
Stephan
|
ce29f54663
|
U4-4837 - bugfix Umbraco.Core.EnumerableExtensions.InGroupsOf
|
2014-08-05 17:52:43 +02:00 |
|
Shannon
|
7261162d8a
|
Fixes some of U4-2633 Bundle all cache refresher transmissions into a single call per request for much better performance. See last note on issue.
|
2014-08-04 17:50:19 -06:00 |
|
Shannon
|
b5f900e789
|
added a couple of tests for member names
|
2014-07-28 19:37:44 -07:00 |
|
Shannon
|
fdab6d5de5
|
Merge branch '6.2.2' of https://github.com/umbraco/Umbraco-CMS into 6.2.2
|
2014-07-24 09:39:12 -07:00 |
|
Shannon
|
ff94eba3a7
|
Fixes: U4-5273 6.2: Umbraco.Field no longer rendering macro container
|
2014-07-24 09:39:05 -07:00 |
|
Sebastiaan Janssen
|
e200e2fc48
|
Removes obsolete cachebrowser
|
2014-07-24 16:17:40 +02:00 |
|
Shannon
|
22dde5a421
|
U4-4738 Backoffice search should support node ID search
|
2014-07-23 14:07:21 -07:00 |
|
Shannon
|
7f510c107a
|
updates proj's with correct specific version attributes
|
2014-07-23 12:31:38 -07:00 |
|
Shannon
|
2ebfd8f3d4
|
updates nuspec to have latest versions for all dependencies
|
2014-07-23 12:31:16 -07:00 |
|
Shannon
|
fd7930256b
|
Uninstalls package CodeSharp.Package.AspNetWebPage and removes refs to Nuget.Core and Webpages.Administration - neither of which are used anywhere... but we've been shipping Umbraco with them for some reason.
|
2014-07-23 10:53:30 -07:00 |
|
Shannon
|
c24775adb0
|
re-installs mvc, webapi and ensures running the latest 2.0.x versions of webpages and razor, now all proj's are consistent with correct versions referenced and copy local set correctly.
|
2014-07-23 10:03:26 -07:00 |
|
Shannon
|
217f591db0
|
updates proj references to have SpecificVersion set to false for libs
|
2014-07-22 16:13:26 -07:00 |
|
Shannon
|
d453aedd0d
|
Microsoft.Net.Http required a reinstall command for the UI project as noted by it's persisted 'requiresReinstall' attribute in the packages.config - also ensures that ALL of the WebApi DLLs are copied local
|
2014-07-22 15:51:13 -07:00 |
|
Shannon
|
4693fb23c8
|
removes unneeded lock on master controller factory - must have been left over from some v5 stuff for some reason :( this will speed things up a bit!
|
2014-07-18 16:28:54 +10:00 |
|
Shannon
|
7848a3095d
|
Fixes: U4-5207 User Type with a space in the name breaks User Content
|
2014-07-16 14:12:04 +10:00 |
|
Shannon
|
388eea95e5
|
fixes a single vs first check with render route handler when there might be duplicate routes assigned to a controller, fixes short/int parse
|
2014-07-16 13:46:15 +10:00 |
|
Shannon
|
6167d1584a
|
Fixes an xss vulnerability
|
2014-07-15 11:37:31 +10:00 |
|
Stephan
|
bfd0c5e309
|
U4-4931 - also for ObjectCacheRuntime provider
|
2014-07-10 10:25:51 +02:00 |
|
Stephan
|
43669e62b4
|
Merge branch '6.2.2' into 6.2-4931
|
2014-07-10 10:25:12 +02:00 |
|
Shannon
|
6b128ea7d4
|
Fixes: U4-5208 RenderActionInvoker needs to be able to run async so needs to inherit from AsyncControllerActionInvoker
|
2014-07-10 17:29:34 +10:00 |
|
Shannon
|
d5993a4783
|
Backports fix from 7 for GetDimensions call to ensure the file exists
|
2014-07-10 12:09:26 +10:00 |
|
Shannon
|
86c2a6e8a9
|
updates physical file system, now that files are being disposed of properly we don't need to delete first
|
2014-07-10 11:51:48 +10:00 |
|
Shannon
|
874f464a2b
|
Fixes: U4-5190 Overwrite Media File in 6.2.1 - process cannot access along with a bunch of other undisposed disposables :/
|
2014-07-10 11:45:57 +10:00 |
|
Shannon
|
b3c41e051f
|
Fixes: U4-5199 Appending certain query strings to URLs cause InvalidOperationException (The UmbracoContext.Current is null)
|
2014-07-10 11:10:49 +10:00 |
|
Shannon
|
a88637910f
|
updates content xml bits so if it's called outside a web req it still executes.
Conflicts:
src/Umbraco.Web/umbraco.presentation/content.cs
|
2014-07-10 10:45:26 +10:00 |
|
Shannon
|
431e93000e
|
Fixes: U4-5157 Membership.GetUser() causes 13 SQL queries, including duplicates
|
2014-07-08 19:04:38 +10:00 |
|
Shannon
|
1a821b4073
|
super quick performance win in the case where people don't pass in distinct values
|
2014-07-01 17:41:22 +10:00 |
|