Shannon
fbc08d66f1
fixes list view ancestor check
2015-10-29 12:05:46 +01:00
Sebastiaan Janssen
c160ce98c1
Merge pull request #794 from mstodd/dev-v7
...
Setting UMB_CONTEXT with Domain "FALSE"
2015-10-29 10:19:28 +01:00
Stephan
3408efdee4
Merge pull request #842 from umbraco/temp-U4-7285
...
U4-7285 Fix DistributedCache.ClearXxxCacheOnCurrentServer
2015-10-28 19:38:04 +01:00
Sebastiaan Janssen
4259b02b8d
Merge branch 'dev-v7' into temp-U4-5963
...
Conflicts:
src/Umbraco.Web.UI.Client/src/controllers/main.controller.js
2015-10-28 16:56:40 +01:00
Sebastiaan Janssen
44e76f741f
Merge pull request #840 from umbraco/temp-U4-7021
...
Fixes: U4-7021 "Actions" dropdown not available to children in listvi…
2015-10-28 14:52:48 +01:00
Shannon
ecbced5c62
Massively simplifies the RenderActionInvoker which will support the native MVC caching and both async and non async support. U4-7270 Async Index actions for controllers implementing IRenderMvcController do not render view correctly
2015-10-28 14:31:40 +01:00
Shannon
e6773dafc1
Updates PR to only display the prop alias in the title attribute when in debug mode. U4-4794 Display the property alias for content properties & provide a link to the content type from the generic properties tab
2015-10-28 12:45:15 +01:00
Shannon Deminick
7b8b7ed170
Merge pull request #837 from digbyswift/dev-v7
...
U4-7270 - Addition of allowance for async/await Index actions
2015-10-28 12:33:32 +01:00
Shannon
d4f862a44f
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-10-28 12:28:41 +01:00
Shannon
64c983eb07
Updates PR with fixes for code and implementation logic for the url list.
2015-10-28 12:28:29 +01:00
Shannon
e022687457
Merge branch 'U4-7296-Link-to-each-items-doc-type-from-Properies-tab-in-Content-section' of https://github.com/danieland/Umbraco-CMS into danieland-U4-7296-Link-to-each-items-doc-type-from-Properies-tab-in-Content-section
2015-10-28 09:49:55 +01:00
Shannon
84db2f4d85
U4-7285 Every server that reads a instruction from umbracoCacheInstruction will also write the same instruction to the database. Intentional ?
2015-10-27 19:24:56 +01:00
Shannon
f0b68ac31e
Fixes: U4-7021 "Actions" dropdown not available to children in listview nodes
2015-10-27 18:13:18 +01:00
Sebastiaan Janssen
6c80bd9eb9
U4-6385 Poor Handling of disallowedUploadFiles
...
#U4-6385 State: Review
2015-10-27 13:45:02 +01:00
Shannon
d1805b1448
U4-7214 Culture is not supported. Parameter name: name en_us is an invalid culture identifier error selecting user with different language after upgrade to 7.3.0
2015-10-27 11:22:28 +01:00
Shannon Deminick
badd9ae289
Merge pull request #833 from umbraco/temp-U4-7201
...
Fixes: U4-7201 Can only save once in some editors after upgrade to 7.3
2015-10-23 11:45:24 +02:00
Kieron McIntyre
db6755a5bb
Addition of allowance for async/await Index actions
2015-10-23 10:04:14 +01:00
Daniel
738815170c
more nullchecks needed?
...
null check that we can access user
2015-10-23 00:21:42 +02:00
Daniel
ef091e8c3a
U4-7296
...
http://issues.umbraco.org/issue/U4-7296
2015-10-22 23:41:18 +02:00
Shannon Deminick
a1e62dae5e
Merge pull request #834 from Attackmonkey/Fix-U4-7257
...
Fixes issue where dictionary items are displayed in a random order
2015-10-22 18:43:23 +02:00
Tim
0568bf51f0
Fixes issue where dictionary items are displayed in a random order (see issue U4-7257)
2015-10-22 17:17:29 +01:00
Shannon Deminick
82adf48699
Merge pull request #805 from umbraco/temp-7234
...
Fixes #7234
2015-10-22 18:06:14 +02:00
Shannon
33f7ed5129
Fixes: U4-7223 GetCropUrl outputs html entities in url when used in css
...
Adding in HtmlHelper extensions for GetCropUrl.
2015-10-22 17:52:58 +02:00
Shannon
79583c571c
Fixes: U4-7201 Can only save once in some editors after upgrade to 7.3
2015-10-22 15:40:12 +02:00
Shannon Deminick
a7e2c0b4dc
Merge pull request #804 from rasmusjp/feature/copy-content-dialog
...
Added recursive option to copy dialog
2015-10-22 10:38:07 +02:00
Shannon
da48e1b392
Fixes: U4-6962 Public access in multiple levels is broken in 7.3
...
Ensured the backoffice UI will look at protection for the specific node only (no inheritance) when specifying public access.
Added non-recursive method to Access class.
Fixed bug causing the tree (child nodes) not to update correctly after changing public access on nodes.
2015-10-21 18:43:30 +02:00
Shannon Deminick
2176f2a1c9
Merge pull request #802 from tmoxon/dev-v7
...
Null check to prevent object reference error with public properties on custom indexers
2015-10-19 18:05:33 +02:00
Shannon Deminick
6a351bede1
Merge pull request #823 from umbraco/tmp-6797
...
U4-6797 - clear domains cache when deleting content
2015-10-19 15:52:37 +02:00
Stephan
df39e027fd
U4-3642 - proper validation msg in hostnames dialog
2015-10-16 17:23:12 +02:00
Stephan
64f05e4c97
U4-6797 - clear domains cache when deleting content
2015-10-16 17:21:44 +02:00
Shannon
99e7f84f79
Moves EnableCanvasDesigner to HtmlHelperRenderExtensions because it's for rendering html, obsoletes the old ones and fixes up the canvasdesigner to use
...
the correct umbraco paths instead of hard coded absolute paths.
2015-10-16 13:36:10 +02:00
Shannon
2c11f0be0f
updates method to use the available request instance instead of using HttpContext.Current! no idea why it was using that.
2015-10-15 17:07:46 +02:00
Niels Hartvig
a75a58b719
Fixes #7234
2015-10-12 18:45:01 +02:00
Rasmus John Pedersen
78475b0686
Added recursive option to copy dialog
2015-10-09 20:25:51 +02:00
Shannon
52d2306e17
Fixes: U4-7196 XSS vulnerability in BrowseRepository
2015-10-06 11:36:54 +02:00
tmoxon
6a931273a6
The indexing api would break if an indexer was created with a public property defaulting to a null value. This would result in an object reference error in the admin system. Added null check and warning to the log.
2015-10-01 14:42:32 +01:00
Shannon
62611a7255
U4-7157 remove ~/umbraco/webservice.asmx
2015-09-29 10:54:56 +02:00
Stephan
3124ea4e67
U4-7129 - BatchedDatabaseServerMessenger degraded non-batching mode when no context
2015-09-22 18:20:49 +02:00
Shannon
03f68cefb7
performs a fallback check for HttpContext in the batched server messengers in some cases where cache refreshers are executed on async threads... though there's not much we can do about when they are fired on background threads.
2015-09-22 14:39:55 +02:00
m_stodd
7abbfbcfcc
Setting UMB_CONTEXT with Domain "FALSE"
...
Running Umbraco on localhost, Chrome does not handle received 'Set Cookie's with no domain. "FALSE" works as noted here: http://stackoverflow.com/questions/1134290/cookies-on-localhost-with-explicit-domain
2015-09-18 02:13:12 -05:00
Shannon
779dd26527
Fixes: U4-6969 Property label localization in 7.3 always uses en-US locale
2015-09-16 15:22:40 +02:00
Stephan
af2dbc7cd9
U4-6811 - bugfix preview set
2015-09-14 12:43:05 +02:00
Damiaan
6d5a8c0db7
U4-7087 make pageId getter public to be able to unittest
2015-09-10 18:11:18 +02:00
Stephan
3314ab026b
U4-7083 - filesystems, polish, fix, and back-compat
2015-09-10 14:20:21 +02:00
Stephan
8b612a1047
Use SaveFileController for stylesheets too
2015-09-10 14:19:56 +02:00
Stephan
28ecf79643
files editor xss
2015-09-10 11:20:01 +02:00
Stephan
8f78ba8b97
Revert "TEMP move stylesheet..." (pushed by mistake)
...
This reverts commit 7e1a11373b .
2015-09-10 11:14:23 +02:00
Stephan
b9ff056b61
Revert "U4-6992 - fix db migrations"
...
This reverts commit 406d172169 .
2015-09-10 10:19:28 +02:00
Stephan
7e1a11373b
TEMP move stylesheet editing to filesystem
2015-09-10 10:12:25 +02:00
Stephan
200625aa3a
SaveFileController can also save stylesheets (not used at the moment)
2015-09-10 10:04:55 +02:00