Shannon
34699dc4e1
Fixes some null checks and updates a member test
2014-09-02 13:18:35 +10:00
Shannon
42fe4c77f6
Fixes n+1 queries on template repository
2014-09-02 12:47:46 +10:00
Shannon
c76d09c9b0
fixes n+1 query when assigning user types to users in user repo
2014-09-02 12:21:29 +10:00
Shannon
c21dcb0279
Fixes n+1 queries for content and media types when resolving their properties and groups, this fixes the n+1 queries with the scheduled publishing too. Adds a test for template mappings, fixes call for GetAll on EntityController to not be called when there are no ids.
2014-09-02 11:50:04 +10:00
Shannon
eec734783c
Fixes n+1 query on UserRepository.GetByQuery
2014-09-02 10:28:21 +10:00
Shannon
df416ccde4
Fixes n+1 query on UserRepository.GetAll with id params
2014-09-02 10:26:11 +10:00
Shannon
9336d21c25
updates to where clause
2014-09-01 18:58:52 +10:00
Shannon
2d36341118
Fixes n+1 queries in the EntityRepository
2014-09-01 18:50:10 +10:00
Shannon
202f582661
Renames TagsRepository to TagRepository, Fixes n+1 queries on entity repository, fixes n+1 queries on tag repository, updates umbraco member types to specify an entity type for IMember and IMemberType so the entity repository can use it.
2014-09-01 18:06:24 +10:00
Shannon
6cacfe599f
Gets MediaRepository.PerformGetByQuery, MediaTypeRepository.PerformGetByQuery & MediaTypeRepository.PerformGetAll to not have n+1
2014-09-01 16:27:18 +10:00
Shannon
3822c83dbb
fixes content type mappings
2014-09-01 15:14:45 +10:00
Shannon
07035f6b23
Fixes issue with duplicate dictionary entries when wiring up property data
2014-09-01 12:55:10 +10:00
Shannon
8b9397160b
Merge branch '7.2.0' into 7.1.5-perf
2014-09-01 10:55:50 +10:00
mattbrailsford
7bcf8c17e5
Makes the dictionary tree moveable by looking up the application alias from the trees registration rather that hard coding to a specific section.
2014-08-28 14:10:22 +01:00
Shannon
ada2492c44
Merge branch '7.1.6' into 7.2.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2014-08-26 09:25:36 +10:00
Shannon
e9b137cde8
Fixes duplicate key error (U4-5385)
2014-08-26 09:20:32 +10:00
Sebastiaan Janssen
101e116baf
Bump version number
2014-08-25 15:14:21 +02:00
Sebastiaan Janssen
1ded2c9baf
#U4-5385 fixed Due in version: 7.1.6
2014-08-25 14:32:14 +02:00
Shannon
ab092b8814
typo
2014-08-25 16:58:01 +10:00
Shannon
4b8042ceb1
Merge branch 'u4-5003' of https://github.com/AndyButland/Umbraco-CMS into 7.2.0
2014-08-25 16:51:51 +10:00
Shannon
7326541ce3
Merge branch 'AndyButland-u4-5365' into 7.2.0
2014-08-25 16:47:44 +10:00
Shannon
e2d04e2b3a
Merge branch '7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/less/modals.less
src/Umbraco.Web/Mvc/AdminTokenAuthorizeAttribute.cs
2014-08-24 21:35:08 -06:00
AndyButland
934f58284a
Added checks to ensure if paged requests for media are made they have valid page parameter values
2014-08-24 23:41:15 +02:00
AndyButland
274e2c18e1
Added checks to ensure if paged requests for content are made they have valid page parameter values
2014-08-24 23:37:10 +02:00
AndyButland
d16a733d9d
Added support for paging queries at the database level for media
2014-08-24 23:22:32 +02:00
Sebastiaan Janssen
3b618b475d
#U4-5385 fixed Due in version: 7.2.0
2014-08-22 17:05:47 +02: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
Shannon
bfb411a280
Merge branch '7.1.5' into 7.1.5-perf
...
Conflicts:
src/Umbraco.Tests/packages.config
2014-08-20 19:37:44 -06:00
Shannon
067eceffce
adds a couple of benchmark tests if we need to refer to them in the future (they are ignored so won't run as part of the normal build)
2014-08-20 19:36:03 -06:00
Shannon
573c08295a
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 19:27:53 -06:00
Shannon
fc558198d2
Merge branch '7.1.5' of https://github.com/umbraco/Umbraco-CMS into 7.1.5
2014-08-20 18:04:11 -06:00
Shannon
de1b69d5ae
adds some notes
2014-08-20 18:04:05 -06:00
Shannon Deminick
03358ca1ca
Merge pull request #454 from leekelleher/U4-5005
...
U4-5005 - YesNoValueConverter fails for int
2014-08-20 13:10:57 -06:00
Sebastiaan Janssen
2d5e5e9b3c
Refactored initial relationtype creation as well and "Relate on copy" is now also using the relationservice so it fires events
2014-08-20 17:01:12 +02:00
Sebastiaan Janssen
03a845c957
Update relation type editors to use new RelationService so we can subscribe to it's events
2014-08-20 15:58:57 +02:00
Morten Christensen
7d52ed873e
Merge pull request #449 from nul800sebastiaan/uaas-events
...
Adding events for use by Courier/UaaS
2014-08-20 14:12:38 +02:00
Sebastiaan Janssen
de34379ddf
Updating PR after feedback from @sitereactor
2014-08-20 14:08:45 +02:00
leekelleher
b176d7dca0
Amends CreateTable, so if 'overwrite' is enabled, the table is dropped, then recreated.
2014-08-20 10:46:37 +02:00
Sebastiaan Janssen
873eac7f24
Updating json.net dependency to 6.0.4
2014-08-20 10:44:05 +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
leekelleher
d2ee281bfa
Refactored the YesNoValueConverter to evaluate non-string objects.
...
Added supporting unit-tests.
2014-08-19 18:40:03 +01:00
Sebastiaan Janssen
e638cbf4e6
Merge pull request #444 from netmester/7.1.5-packaging-bugfix
...
7.1.5 packaging bugfix
2014-08-19 13:16:55 +02:00
Sebastiaan Janssen
a9277113b1
Added TODO's for when we want to make some methods public
2014-08-19 12:59:25 +02:00
Sebastiaan Janssen
1805857eea
Refactor PartialView.IsValid with logic found in SaveFileController
...
Refactor FileService.CreatePartialView to use Attempt so that it gets rid of PartialView.SaveSucceeded
Refactor SaveFileController to move all saving logic into the FileService
Added SavingPartialView and SavedPartialView events to the FileService
2014-08-19 12:51:07 +02:00
Sebastiaan Janssen
747ce1c013
Making sure memorystream is disposed
2014-08-19 10:21:01 +02:00
per ploug
9aa9de5a7a
WIP on background package installs
2014-08-18 20:42:56 +02:00
Shannon
b44699ff4a
typo on docs
2014-08-18 11:55:31 -06:00
Shannon
895ecf5f16
Merge branch 'u4-5003' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-5003
2014-08-18 11:38:09 -06:00
Sebastiaan Janssen
bba0a58bac
AssignedApp property is of no concern to FileService
2014-08-18 18:08:01 +02:00
Sebastiaan Janssen
14cbef5edf
Add some logging to the cancelled event
2014-08-18 18:02:35 +02:00