Shannon
|
f299fe76e4
|
fixes localization with empty recycle bin menu
|
2013-10-09 17:35:16 +11:00 |
|
Shannon
|
128cceaf91
|
Fixes: U4-3045 Can't empty recycle bin with unit tests
|
2013-10-09 17:32:13 +11:00 |
|
Shannon
|
ccedd6757b
|
removes cascade deletes for upgrade since we do not support these for install currently and we want to make sure they are the same... and i don' thave time to implement that.
|
2013-10-09 16:26:43 +11:00 |
|
Shannon
|
a94f61702f
|
Changes plugin folder convention to use sub folder BackOffice instead of umbraco
|
2013-10-09 16:08:39 +11:00 |
|
Shannon
|
2b2cf48fdb
|
Implements HideLabel for property editor value editors for both c# and manifest declarations.
|
2013-10-09 16:06:07 +11:00 |
|
Shannon
|
858135175e
|
Completes: U4-2956 Update all services with correct public methods/properties
|
2013-10-09 15:21:01 +11:00 |
|
Shannon
|
de8b69a399
|
Creates public IApplicationTreeService and ISectionService interfaces, adds initialization methods
|
2013-10-09 14:31:30 +11:00 |
|
Shannon
|
1c13a896eb
|
Fixes up merge issues.
|
2013-10-09 13:52:24 +11:00 |
|
Shannon
|
f8d6c85779
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
src/Umbraco.Core/ApplicationContext.cs
src/Umbraco.Core/Models/ContentBase.cs
src/Umbraco.Core/Models/ContentTypeBase.cs
src/Umbraco.Core/Models/DataTypeDefinition.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/RepositoryFactory.cs
src/Umbraco.Core/Services/IMemberTypeService.cs
src/Umbraco.Core/Services/MemberTypeService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Tests/Routing/uQueryGetNodeIdByUrlTests.cs
|
2013-10-09 13:41:14 +11:00 |
|
Shannon
|
09b7186713
|
Completes: U4-2963 Updated EntityService / IUmbracoEntity to have a dictionary to fill additional data - fixes merge issues and explicitly implements interface for entities that are not UmbracoEntity and hides other implementations from intellisense.
|
2013-10-09 13:32:58 +11:00 |
|
Shannon
|
c6389852ea
|
Adds public ctors for ApplicationContext, ServiceContext, DatabaseContext, RepositoryFactory, makes IDatabaseFactory public, makes an interfaces for IEntityService, adds EnsureContext methods for ApplicationContext - to set the singleton.
|
2013-10-09 13:17:19 +11:00 |
|
Shannon
|
49f10ccd32
|
Fixes merge issue , fixes the ServiceContext lazy fields to be the underlying interfaces, adds public ctor
|
2013-10-09 12:18:42 +11:00 |
|
Shannon
|
a8b037f2e0
|
Fixes member type repository when member types don't have properties declared and adds tests. Adds IMemberTypeService.
Conflicts:
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Services/ServiceContext.cs
|
2013-10-09 12:09:28 +11:00 |
|
Shannon
|
3c38b335a6
|
Converts DlrScripting & xslt to the correct webforms structure.
|
2013-10-09 12:07:50 +11:00 |
|
Shannon
|
3a8bbcc8fc
|
Fixes up the PartialView, PartialViewMacro and Xslt create dialogs after merge and ensures PartialView dialog is up to v7 legacy standard
|
2013-10-09 11:57:14 +11:00 |
|
Shannon
|
1ecb864e5f
|
Fixed umbsections directive - do not make any requests until the user is logged in - if they are already logged in, the event still executes.
|
2013-10-09 11:29:41 +11:00 |
|
Shannon
|
d281f97659
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/create/PartialView.ascx
src/Umbraco.Web.UI/Umbraco/create/PartialView.ascx.designer.cs
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/umbraco/config/create/UI.xml
src/Umbraco.Web.UI/umbraco/create/DLRScripting.ascx
src/Umbraco.Web.UI/umbraco/create/xslt.ascx
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScripting.ascx
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/xslt.ascx
|
2013-10-09 11:12:33 +11:00 |
|
Shannon
|
38761e1413
|
started on member create dialog (wip!)
|
2013-10-09 11:01:43 +11:00 |
|
Sebastiaan Janssen
|
f85f418d52
|
We need Json.Net v5+
|
2013-10-08 20:41:54 +02:00 |
|
Sebastiaan Janssen
|
0184b396be
|
Whoops! Left a weird linebreak in there
|
2013-10-08 19:08:30 +02:00 |
|
Sebastiaan Janssen
|
8b2e2f8447
|
Create appSettings.config / connectionString.config if they don't exist yet
|
2013-10-08 19:00:57 +02:00 |
|
Sebastiaan Janssen
|
2fc8244f71
|
Fix NuGet package creation
|
2013-10-08 19:00:24 +02:00 |
|
perploug
|
7c5b6851a1
|
Added standard js libs to usercontrol proxy
|
2013-10-08 15:29:53 +02:00 |
|
perploug
|
a2ebb1b06f
|
support for loading actions directly from search results
|
2013-10-08 15:04:47 +02:00 |
|
perploug
|
196ce492be
|
Section menu overflow detection and extra tray
|
2013-10-08 13:18:42 +02:00 |
|
perploug
|
dfc3e468c4
|
fixes: U4-3046 rollback dialog
|
2013-10-08 11:07:42 +02:00 |
|
perploug
|
90ec849b5f
|
adding tree states css
|
2013-10-08 10:35:13 +02:00 |
|
perploug
|
30f147a9d3
|
excluding appsettings and connectionstrings config
|
2013-10-08 10:27:22 +02:00 |
|
perploug
|
dd4827493b
|
missing files in sln
|
2013-10-08 09:31:30 +02:00 |
|
Shannon
|
572e23d307
|
Adds methods to IMemberTypeService
|
2013-10-08 17:58:38 +11:00 |
|
Shannon
|
febff1560e
|
Added member type controller and resource, started getting creating members dialog working.
|
2013-10-08 17:49:40 +11:00 |
|
Shannon
|
7b14e8eacc
|
Fixes member type repository when member types don't have properties declared and adds tests. Adds IMemberTypeService.
|
2013-10-08 17:47:29 +11:00 |
|
Shannon
|
881d922f30
|
Adds another overload for GetBigThumbnail, adds better thumbnail err checking to the folder browser thing and updates the file uploader to use this thumbnail proxy, now upgrades should be good.
|
2013-10-08 16:20:22 +11:00 |
|
Shannon
|
8b358da2f0
|
Creates big thumbnail proxy on the MediaController, now to wire it up with the folder browser and upload controls
|
2013-10-08 15:58:37 +11:00 |
|
Shannon
|
19d96ac0e2
|
ensures the lsit is created for styles.
|
2013-10-08 13:02:46 +11:00 |
|
Shannon
|
3a33a39411
|
Adds node styles and ensures they are set for the content tree nodes, now to get them to display styles
|
2013-10-08 12:58:11 +11:00 |
|
Shannon
|
883a662240
|
Moves tree/menu models into the Models.Trees namespace
|
2013-10-08 12:38:27 +11:00 |
|
Shannon
|
e6908c7678
|
Adds tag support to member repository.
|
2013-10-08 12:29:56 +11:00 |
|
Shannon
|
0b8b413f2f
|
Adds tag support for any IContentBase and to the MediaRepository, adds test to ensure tags relations are removed.
|
2013-10-08 12:25:03 +11:00 |
|
Shannon
|
38a5b49ea3
|
renames methods on ITagsRepository to make it clear that the tags repo/db table ONLY deals with published tags.
|
2013-10-08 12:07:08 +11:00 |
|
Shannon
|
6a43972267
|
Adds content service tests for tags
|
2013-10-08 12:05:24 +11:00 |
|
Shannon
|
d102db795e
|
Adds better compatibility for the legacy data layer and the ToXMl method - using our new xml converter.
|
2013-10-08 11:22:08 +11:00 |
|
Shannon
|
6f2a7180d8
|
Adds new ConvertDbToXml converter on the PropertyValueConverter and simplifies the ToXml method for PropertyExtensions.
|
2013-10-08 11:08:36 +11:00 |
|
Shannon
|
6cec665f7d
|
Renames the PropertyValueEditor converter methods to be inline with the new converter method names
|
2013-10-08 10:58:47 +11:00 |
|
Shannon
|
d0cd8ba346
|
Moves GetPath to EntityController and entityResource since all entities can have a path not just content.
|
2013-10-08 10:55:47 +11:00 |
|
Shannon
|
16bce4248d
|
Fixes merge issues with 6.2 and copying across TempData properly.
|
2013-10-08 10:46:02 +11:00 |
|
Shannon
|
a2e9ec0412
|
Merge remote-tracking branch 'origin/6.1.6' into 6.2.0
Conflicts:
src/Umbraco.Web/Mvc/UmbracoPageResult.cs
|
2013-10-08 10:37:46 +11:00 |
|
Shandem
|
11c9abf359
|
Merge pull request #145 from florisrobbemont/6.1.6
U4-3007 RouteDefinition should not store instance of controller
|
2013-10-07 16:31:50 -07:00 |
|
perploug
|
4b942dcc32
|
Working link picker and TinyMCE plugin
|
2013-10-07 15:15:02 +02:00 |
|
Sebastiaan Janssen
|
12b7a9d874
|
Argh, didn't save csproj file before committing.
|
2013-10-07 13:20:34 +02:00 |
|