Stephan
648cf69d45
U4-5084 - DynamicPublishedContentList ext methods confusion
2014-08-14 20:37:04 +02:00
Stephan
a0fcd2c7f9
Merge pull request #423 from zpqrtbnk/7.1-4931
...
U4-4931 - lock contention & potential application lockdown
2014-08-14 20:28:18 +02:00
Stephan
d603c08e1f
Merge branch '7.1.5' into 7.1-4931
2014-08-14 20:22:56 +02:00
AndyButland
53097a9b84
Moved added method from PetaPoco file to an extension method
2014-08-14 18:16:49 +02:00
AndyButland
beda0968ae
Removed debug line
2014-08-14 18:07:21 +02:00
Sebastiaan Janssen
1ccee3f305
Moved all logic of PartialViewTasks and PartialViewMacroTasks to a base class as the only difference was 3 variables
...
Added events: PartialView(Macro): Create, Save and Delete
Added events: Template: Save (there's already a legacy event, this is a new one to transition to)
PartialViewMacro.ascx.cs was adding ".cshtml" just so that it could strip it of again, crazy
2014-08-14 17:20:25 +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
AndyButland
ca2dd3eb47
Fixed issue with list view filter; further unit tests for list view paging
2014-08-14 08:42:36 +02:00
AndyButland
8ea5b6fb46
Unit tests for content repository paged queries; amends to fix ordering issues
2014-08-14 00:16:37 +02:00
AndyButland
f6ec4798a6
Prevented list view filter box from setting dirty flag on form. Without this you get the save changes warning after using the filter, but there's nothing to save.
2014-08-13 22:11:41 +01:00
AndyButland
096e10aad4
Moved list view no results message into table body as otherwise if you apply a filter that returns no results, you can't clear it again
2014-08-13 20:06:55 +01:00
AndyButland
817d5aab0d
Moved list view filter to repository, so can be applied with a database query
2014-08-13 20:02:51 +01:00
Shannon Deminick
0aff4b4d05
Merge pull request #446 from nul800sebastiaan/U4-2238-hexadecimal
...
U4-2238 6.0.5 - Issue when saving/publishing special characters - '' hexadecimal value 0x03, is an invalid character
2014-08-13 09:57:30 -06:00
per ploug
5e738a2b7b
Fixed: U4-4734 Remove default alt text on images from RTE
2014-08-13 11:01:56 +02:00
per ploug
652b9d1a86
Merge branch '7.1.5' of https://github.com/umbraco/Umbraco-CMS into 7.1.5
2014-08-13 10:42:54 +02:00
per ploug
dd72fd04bd
Fixed: U4-5025 Backoffice spelling errors
2014-08-13 10:42:46 +02:00
per ploug
231c50319f
Fixed: U4-5343 Move grid.config out of Umbraco folder
2014-08-13 10:04:54 +02:00
Sebastiaan Janssen
83668db6e3
Update failing unit test now that MaxInvalidPasswordAttempts is 20 by default
2014-08-13 09:44:25 +02:00
Sebastiaan Janssen
ba7a5a0e8a
#U4-2238 Fixed
...
Moved some methods around, made them internal, removed cleaning of tags as that's already done by cleaning each property
2014-08-13 09:38:40 +02:00
AndyButland
a71bfaa14c
Amends to generated SQL pre-paging to ensure only the latest content versions are returned
2014-08-12 23:32:13 +01:00
Jeavon Leopold
6b455aaa19
Add ImageProcessor httpmodule to web.template.config
2014-08-12 17:51:30 +01:00
Jeavon Leopold
b2ca814fdb
Update ImageProcessor to v1.9.0 and ImageProcessor.Web to v3.3.0
2014-08-12 16:59:31 +01:00
Sebastiaan Janssen
9523e5c854
U4-2238 6.0.5 - Issue when saving/publishing special characters - '' hexadecimal value 0x03, is an invalid character
2014-08-12 14:18:49 +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
db22dfcf7d
#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:05:25 +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
Sebastiaan Janssen
9fc51d8a12
#U4-5258 Fixed
...
RelationService AreRelated should accepts two entity IDs and a relationTypeAlias
2014-08-12 10:23:11 +02:00
AndyButland
dc32138006
Set up database level paging for retrieving child content for list view
2014-08-12 08:15:43 +01:00
antoine
15cdc85e42
Last tuning change and TXT template config
2014-08-11 13:13:39 +02:00
jakobdyrby
1a3d3994c3
added some ToArray() to ensure execution
2014-08-11 12:35:55 +02:00
jakobdyrby
4aedfc419e
copy past error
2014-08-11 10:07:27 +02:00
jakobdyrby
21c6cf71cb
fixed bug where root element is documents and not documentSet
2014-08-11 09:52:16 +02:00
Shannon
247b5b648d
Merge branch '7.1.5_U4-5316' of https://github.com/bjarnef/Umbraco-CMS into bjarnef-7.1.5_U4-5316
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/multicolorpicker.controller.js
2014-08-08 12:29:17 -06:00
Shannon
fa4a268556
Updates some naming conventions and code formatting
2014-08-08 12:08:34 -06:00
Shannon
1449966537
Merge branch '7.1.5' of https://github.com/umbraco/Umbraco-CMS into 7.1.5
2014-08-08 12:00:35 -06:00
Shannon
24a6ae4e32
Fixes: U4-4634 Image preview in Media is stretched
2014-08-08 12:00:30 -06:00
antoine
05c6166040
Preview open in new tab instead of a popup (chrome)
2014-08-08 13:14:03 +02:00
per ploug
d2f9bd6896
Fixed: U4-5324 Users with a content root node, cant have custom tree roots
2014-08-08 10:54:05 +02:00
Shannon
6e3d0b5d91
fixes tests
2014-08-07 11:15:34 -06:00
Shannon
bf58359eed
fixed tests
2014-08-07 11:10:40 -06:00
antoine
9789fbdb79
tuning config for current umbraco kit starter
2014-08-07 18:11:50 +02:00
Shannon Deminick
59b4940979
Merge pull request #439 from AndyButland/u4-5290
...
U4-5290 - allow for retrieval of a tag's count as well as it's text
2014-08-06 18:58:00 -06:00
AndyButland
8f2f4b579e
Added unit test for tags NodeCount property
2014-08-06 22:38:46 +02:00
AndyButland
5efabee0bd
Added ignore attribute to NodeCount property on TagDto
2014-08-06 22:38:14 +02:00
Shannon
fc19748fbf
Fixes: U4-5304 7.1.4 Media Picker can't view images RangeError: Maximum call stack size exceeded
2014-08-06 11:20:24 -06:00
AndyButland
6ea64c84d8
Removed parameter for requesting count for tags and made including the count the default behaviour
2014-08-06 07:36:25 +02:00
Shannon
7dfa633fb3
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
...
Conflicts:
src/Umbraco.Core/Sync/DefaultServerMessenger.cs
src/Umbraco.Tests/Services/ContentServiceTests.cs
2014-08-05 12:49:51 -06: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