Stephan
a7603747a6
XmlPublishedCache - 'version' is not a property
2013-09-29 15:22:39 +02:00
Stephan
e7754213f1
INode to IPublishedContent transition for Razor macros
2013-09-29 15:22:35 +02:00
Stephan
ea82e9c67e
Web.Routing - fix PublishedContentRequest exception message
2013-09-29 15:22:31 +02:00
Stephan
182cc1ace7
Web.UmbracoHelper - add Url overload w/mode
2013-09-29 15:22:27 +02:00
Stephan
205b9889f2
Macros - PartialViewMacro use IPublishedContent, not INode
2013-09-29 15:22:23 +02:00
Stephan
4a58fbfa1d
PublishedContent - add OfType<> extension to IPublishedContent
2013-09-29 15:22:19 +02:00
Stephan
af534e87f3
PublishedContent - bugfix IsDraft on previewed document
2013-09-29 15:22:15 +02:00
Lars-Erik Aabech
b6777e4635
Recursive PublishedContentExtensions IsDocumentType
...
Optional recursive parameter defaulted to false for backwards compatibility and no performance hit.
Settings recursive = true fetches content type for content and checks ancestor content types for the same alias.
2013-09-27 13:12:16 +02:00
Stephan
9a66948857
Merge pull request #141 from IDisposable/patch-1
...
Fix order of null-check versus dotting through to .UmbracoContext.
2013-09-26 23:29:59 -07:00
Marc Brooks
b5022bb183
Fix order of null-check versus dotting through to .UmbracoContext.
...
The order of operations in the constructor dots through to the _routingContext.UmbracoContext before checking if the value was null and throwing the argument exception (which really isn't an ArgumentException...)
2013-09-26 13:41:51 -05:00
Sebastiaan Janssen
2e9bc3bb2b
Oops updated wrong branch
2013-09-26 15:43:08 +02:00
Sebastiaan Janssen
98e487753f
Pointing to the Belle docs for building from source
2013-09-26 14:52:48 +02:00
Stephan
725b938de1
PublishedContent - revert to using property.Value vs .ObjectValue
2013-09-25 13:17:21 +02:00
Stephan
2ef4b77bd9
Fix broken tests
2013-09-24 11:28:54 +02:00
Stephan
fae9fc6e2d
Merge branch '6.2.0' into 6.2.0-pubcontent
2013-09-24 10:51:44 +02:00
Shannon
099c1ff2ea
Fixes: U4-2914 Examine doesn't index newly created items
2013-09-24 10:39:47 +10:00
Jeremy Pyne
5716edcf80
Added node type to quick search(as a toooltip).
...
Added node type to search results.
2013-09-23 16:19:05 -04:00
Stephan
6c32cf9529
Fix broken build
2013-09-23 17:30:09 +02:00
Stephan
d925f856ae
Take care of FIXMEs
2013-09-23 16:55:59 +02:00
Stephan
3de2196e01
PublishedContent - reorg. existing IPropertyValueConverter impl.
2013-09-23 16:42:35 +02:00
Stephan
ac2d010df3
PublishedContent - refactor PublishedContentType cache
2013-09-23 16:18:39 +02:00
Stephan
eb4317a9c1
Take care of FIXMEs
2013-09-23 13:08:45 +02:00
Stephan
c3caf7ff04
PublishedContent - align with v7, refactor IPublishedProperty & names
2013-09-19 13:12:18 +02:00
Stephan
f9cae9c4d8
PublishedContent - align with v7, refactor IPropertyValueConverter
2013-09-19 12:07:43 +02:00
Stephan
dd16af0989
PublishedContent - align with v7, refactor PublishedPropertyType
2013-09-19 12:07:30 +02:00
Stephan
c118990a4c
Merge branch '6.2.0' into 6.2.0-pubcontent
2013-09-18 12:51:07 +02:00
Morten Christensen
ebf60071ab
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-09-18 11:51:13 +02:00
Morten Christensen
f4b8d9bd6e
Fixing broken Publishing test after the service and repository tests are probably setup.
2013-09-18 11:50:52 +02:00
Morten Christensen
5cf07ba6be
Refactoring how DeleteVersion and DeleteVersions is used in the Content- and MediaRepository, so we ensure that the latest version is never deleted. Worse case would have been an incomplete content node, which we want to avoid. So better to have a fail safe way of deleting versions, and use the regular Delete method for deleting the latest version.
2013-09-18 11:49:36 +02:00
Stephan
cb4eef54a4
Core.Cache - fix issue introduced in 761354d
2013-09-18 11:47:37 +02:00
Stephan
7a541ba489
Merge branch '6.2.0' into 6.2.0-pubcontent
2013-09-18 11:34:00 +02:00
Stephan
d2647ea607
Core.Cache - fix issue introduced in 761354d
2013-09-18 11:33:42 +02:00
Stephan
a785cd1569
Merge branch '6.2.0' into 6.2.0-pubcontent
2013-09-18 10:56:07 +02:00
Stephan
d1f36346de
Core.Cache - fix bug in StaticCacheProvider
2013-09-18 10:55:20 +02:00
Stephan
761354dbf5
Core.Cache - add new method to remove items from cache
2013-09-18 10:55:10 +02:00
Stephan
1e786ac311
PublishedContent - proper PublishedContentType cache management
2013-09-18 10:09:11 +02:00
Stephan
0c28e01347
Core.Cache - add new method to remove items from cache
2013-09-18 10:09:08 +02:00
Stephan
08566f32de
Take care of more FIXMEs
2013-09-18 10:09:05 +02:00
Morten Christensen
dc1a67bfa2
Fixes U4-2822 Datepicker throws "Specified cast is not valid" when saving through API
2013-09-18 10:06:08 +02:00
Shannon
95df28bf64
Fixes issue with runtime cache provider when retrieving all items of a certain type, we were sending back an array of nulls if the cache was expired.
2013-09-18 17:44:25 +10:00
Shannon
a027c3cb22
Found out if we don't do ToArray here and if we were caching we'd end up with null values in the cache, do to yield return i think.
2013-09-18 16:08:15 +10:00
Shannon
f1c0aa2439
adds a comment
2013-09-18 15:21:35 +10:00
Shannon
c8fa881bc5
Ensures all service tests do not use any caching in their underlying repos. This change has been made to the base database test classes so any repo/service access done for inheritors also ensure that no cache is used for tests.
2013-09-18 12:54:06 +10:00
Shannon
b17db9f143
Fixed last failing unit test with repo's
2013-09-18 12:42:18 +10:00
Shannon
23b7e94ce3
Fixes pretty big issue with MediaType's not implementing the same IsDirty property check rules as ContentType when they should have shared the same rules. After removing caching on the unit tests, this bug became known.
2013-09-18 12:36:38 +10:00
Shannon
8fe7c0da9e
Changed all repository tests to ensure they are not testing with cache enabled... now to fix the problems :(
2013-09-18 11:40:40 +10:00
Stephan
16ec58f338
Merge branch '6.2.0' into 6.2.0-pubcontent
2013-09-17 10:49:46 +02:00
Stephan
e8fd6a6ece
Take care of FIXMEs
2013-09-17 10:18:26 +02:00
Shannon
5b943ca866
fixed couple tests
2013-09-17 11:53:57 +10:00
Shannon
abe3efa9a1
Replaces Rhino mocks with Moq... so much nicer/easier.
2013-09-17 11:35:08 +10:00