Sebastiaan Janssen
|
65a2b79189
|
Moves PartialView save/delete to the FileService
|
2014-08-18 17:47:55 +02:00 |
|
Shannon Deminick
|
023a8da5ba
|
Updated DetectIsEmptyJson with more robust sln
|
2014-08-15 14:23:21 -06:00 |
|
Shannon
|
69244f6991
|
Fixes: U4-4263 U7 - HasValue method returns true for Json editors when there is no value
|
2014-08-15 13:21:00 -06:00 |
|
Shannon
|
9bb8ee5f95
|
ensure even when using the legacy api that the icon for media folder is correct
|
2014-08-15 11:57:01 -06:00 |
|
Morten Christensen
|
bc6ef58235
|
Making a few consistency updates to the TagService
|
2014-08-15 14:45:26 +02:00 |
|
Morten Christensen
|
9236225bdf
|
Adding and updating code comments for the Membership service interfaces and implementations
|
2014-08-15 14:42:05 +02:00 |
|
Morten Christensen
|
6dbc30e094
|
Correcting a few comments on the UserService
|
2014-08-15 14:41:25 +02:00 |
|
Morten Christensen
|
1d4d8066ed
|
Adds and updates code comments on the UserService
|
2014-08-15 11:13:00 +02:00 |
|
Morten Christensen
|
7a39751101
|
Adds code comments to the TagService and surrounding classes
|
2014-08-15 10:30:12 +02:00 |
|
Stephan
|
fcda9821d0
|
Merge branch '6.2.2' into 6.2-4931
|
2014-08-14 20:50:37 +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 |
|
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 |
|
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
|
817d5aab0d
|
Moved list view filter to repository, so can be applied with a database query
|
2014-08-13 20:02:51 +01: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 |
|
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 |
|
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
|
6e3d0b5d91
|
fixes tests
|
2014-08-07 11:15:34 -06:00 |
|
Shannon
|
bf58359eed
|
fixed tests
|
2014-08-07 11:10:40 -06: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
|
5efabee0bd
|
Added ignore attribute to NodeCount property on TagDto
|
2014-08-06 22:38:14 +02: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
|
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
|
0a321e37fc
|
Merge branch '7.1.5' into 7.1-4931
|
2014-08-05 18:15:51 +02:00 |
|
Stephan
|
f3ca9e067b
|
Merge remote-tracking branch 'origin/7.1.5' into 7.1.5
|
2014-08-05 18:08:20 +02:00 |
|
Stephan
|
4814fb3e96
|
U4-5276 - get package installer to respect binding redirects
|
2014-08-05 18:07:50 +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 |
|
Sebastiaan Janssen
|
dba180d809
|
Merge remote-tracking branch 'origin/7.1.5' into 7.2.0
Conflicts:
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/lib/lazyload/lazyload.min.js
src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
|
2014-08-04 13:32:44 +02:00 |
|
AndyButland
|
6ee078108d
|
Added NodeCount property to ITag/Tag and an optional flag to tag retrieval methods on TagsService, in order to retrieve the count for the tag as well as it's text
|
2014-08-03 23:09:56 +02:00 |
|
AndyButland
|
90eb5dc7ac
|
Ensured multi-value data type prevalues are rendered sorted according to defined sort order
|
2014-08-03 20:00:04 +02:00 |
|
Stephan
|
53ea491bd6
|
U4-5286 - add property converter for color picker
|
2014-07-29 09:52:00 +02:00 |
|
AndyButland
|
599872a310
|
Created new field in cmsContentType and related models for storing the configuration for a container doc type; implemented configurable page size
|
2014-07-27 08:53:32 +02:00 |
|
Stephan
|
5165d70fbb
|
Merge branch '7.1.5' into 7.1-4931
|
2014-07-25 11:05:31 +02:00 |
|
Stephan
|
c2816e759b
|
Fail IPublishedContentFactory faster
|
2014-07-25 11:00:56 +02:00 |
|
Shannon
|
834de2099f
|
updates manifest watcher just to ensure we don't try to shut down the app domain more than once.
|
2014-07-24 09:06:45 -07:00 |
|
Shannon
|
99973841e3
|
Fixes up packaging service - problem with setting property values properly on import due to a wip portion of getting tag values set correctly, though this was solved at the repo level and i unfortunately forgot to re-update this code.
|
2014-07-24 08:57:02 -07:00 |
|