Shannon
414dbe45a6
Fixes: U4-5460 User with start content set won't see the selected node.
2014-10-02 13:38:44 +02:00
Sebastiaan Janssen
340328aeba
Fixes merge issue
2014-10-02 11:44:41 +02:00
Shannon
f875dc15f7
Merge branch '6.2.3' into 7.1.7
...
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/UmbracoCms.nuspec
build/NuSpecs/build/UmbracoCms.targets
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Models/DeepCloneHelper.cs
src/Umbraco.Core/Persistence/Querying/BaseExpressionHelper.cs
src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
src/Umbraco.Core/Services/MediaService.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Persistence/PetaPocoExtensionsTest.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/umbraco/dashboard/DesktopMediaUploader.ascx
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/dashboard/DesktopMediaUploader.ascx
2014-10-01 16:47:49 +10:00
Shannon
b975a02bfa
Updates version to 7.1.7
2014-09-29 16:46:53 +02:00
Shannon
6f7ec84f18
Backports fixes to SQL parameterization and PetaPoco mem updates
2014-09-29 16:46:37 +02:00
Shannon
ebf24d69b5
Fixes: U4-5384 Custom ApiController routes not working after upgrade to 7.1.5
2014-08-25 14:33:50 +02:00
Shannon
c94662e49c
Fixes: U4-5388 YSOD after doctype rename & U4-5387 Deleting Properties in document types causes "Object reference not set to an instance of an object"
2014-08-25 14:33:03 +02:00
Sebastiaan Janssen
5d37eaf993
#U4-4673 Fixed Due in version: 7.1.6
2014-08-25 14:32:35 +02:00
Sebastiaan Janssen
2daacd8d57
#U4-5379 Fixed Due in version: 7.1.6
...
Some users have not set an email, don't strip out empty entries
2014-08-25 14:31:50 +02:00
Sebastiaan Janssen
03ba8c9e14
Update to 6.2.2, removes airinstallbadge
2014-08-25 13:46:21 +02:00
Shannon
13b57c7638
adds some logging
2014-08-25 16:40:45 +10:00
Shannon
a8b297903d
Ensures we don't get any ysods when changing doc type properties and the content re-creation since it's running on an async thread (U4-5388 , U4-5387 )
2014-08-25 16:16:42 +10:00
Sebastiaan Janssen
2666742851
The admin (0) user in UaaS always has password "default" (unencrypted), checking for that for
...
now until we can fix this properly. If we didn't update this scheduled publishing would be broken
2014-08-21 14:10:54 +02:00
Sebastiaan Janssen
38c1e154d4
Fixes broken relation type manager
2014-08-21 12:08:43 +02:00
Shannon
de1b69d5ae
adds some notes
2014-08-20 18:04:05 -06:00
Shannon
81d8a90f59
Adds some simple request based caching for the retrieval of the current member in the Umbraco helper.
2014-08-20 12:31:54 -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
Sebastiaan Janssen
b0d03e7493
Fixed #U4-5373
...
Also cleaned up code a little
2014-08-20 15:16:39 +02:00
Sebastiaan Janssen
ee2410ebe2
Fixed #U4-4287 Due in version 7.1.5
...
Added the locale name after each language so you know what exactly you're picking
2014-08-20 14:50:31 +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
Sebastiaan Janssen
873eac7f24
Updating json.net dependency to 6.0.4
2014-08-20 10:44:05 +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
32057bd7ee
Macro instead of Macr. Removed events for SaveTemplate as the old Template class already has events
2014-08-19 10:39:52 +02: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
Sebastiaan Janssen
65a2b79189
Moves PartialView save/delete to the FileService
2014-08-18 17:47:55 +02:00
Shannon
4dc559a8d1
Removes class constraint on RenderModel<T> and UmbracoTemplatePage<T> which will make things more flexible.
2014-08-15 14:14:05 -06:00
Shannon
4fe029a695
Fixes: U4-5291 UmbracoVirtualNodeRouteHandler throws exception: parameter culture cannot be null and publicizes some routing extensions.
2014-08-15 12:47:50 -06:00
Stephan
9782f66507
U4-5084 - fix commit
2014-08-14 22:24:12 +02:00
Stephan
16f8db9dea
U4-5084 - fix commit
2014-08-14 22:21:24 +02:00
Stephan
bdc234b18a
U4-5084 - DynamicPublishedContentList ext methods confusion
2014-08-14 20:49:49 +02:00
Stephan
648cf69d45
U4-5084 - DynamicPublishedContentList ext methods confusion
2014-08-14 20:37:04 +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
AndyButland
817d5aab0d
Moved list view filter to repository, so can be applied with a database query
2014-08-13 20:02:51 +01:00
AndyButland
dc32138006
Set up database level paging for retrieving child content for list view
2014-08-12 08:15:43 +01:00
Shannon
fa4a268556
Updates some naming conventions and code formatting
2014-08-08 12:08:34 -06: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
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
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
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
Janae Cram
af3b655073
Updated the dictionary table icons and the CSS to make the section more usable.
2014-07-30 09:12:06 -07:00
Stephan
56dddbca1c
U4-5275 - use IPublishedContentModelFactory for members
2014-07-29 10:56:49 +02:00
Shannon
d07ba12e73
Fixes merge
2014-07-24 14:50:06 -07:00
Shannon
7d7fa0e389
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
...
Conflicts:
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/PropertyEditors/ValueConverters/RteMacroRenderingValueConverter.cs
src/Umbraco.Web/Umbraco.Web.csproj
2014-07-24 09:42:44 -07:00
Shannon
fdab6d5de5
Merge branch '6.2.2' of https://github.com/umbraco/Umbraco-CMS into 6.2.2
2014-07-24 09:39:12 -07:00
Shannon
ff94eba3a7
Fixes: U4-5273 6.2: Umbraco.Field no longer rendering macro container
2014-07-24 09:39:05 -07:00
Sebastiaan Janssen
e200e2fc48
Removes obsolete cachebrowser
2014-07-24 16:17:40 +02:00