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
|
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
|
27e6e9b91c
|
removes duplicate declaration
|
2013-10-09 13:52:44 +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 |
|
Stephan
|
a5848a17c5
|
Commit missing files after merge
|
2013-10-08 11:22:33 +02:00 |
|
Stephan
|
31535e3bd8
|
Merge remote-tracking branch 'origin/6.2.0-pubcontent' into 7.0.0-pubcontent
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-08 11:21:38 +02:00 |
|
Stephan
|
e7a238b2bc
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-pubcontent
|
2013-10-08 09:48:11 +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
|
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
|
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 |
|
Stephan
|
c2e7fc2f10
|
PropertyValueConverter - add converters for built-in data types
|
2013-10-04 20:14:38 +02:00 |
|
Stephan
|
e31dd688bf
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
|
2013-10-04 14:54:18 +02:00 |
|
Shannon
|
7425e070d2
|
Got the SetTags and RemoveTags methods in place and working.
|
2013-10-04 17:13:57 +10:00 |
|
Shannon
|
3cb70f67c9
|
TagsRepository is all working with unit tests, now to make the service and integrate the extension methods.
|
2013-10-04 16:11:51 +10:00 |
|
Shannon
|
a029d98209
|
Adds db index to cmsTags over tag/group
|
2013-10-04 14:35:51 +10:00 |
|
Shannon
|
961928105c
|
Moves connectionStrings to external file, now to figure out how to deal with both of these files with multiple devs
|
2013-10-04 10:53:22 +10:00 |
|
Shannon
|
c6229f131a
|
Moves appSettings to external file and updates the code that modifies the app settings.
|
2013-10-04 10:34:00 +10:00 |
|
Shannon
|
ad6e4ae745
|
Adds ability to use the c# property name as the pre-value field key, adds examples of declaring pre-value fields.
|
2013-10-04 09:22:07 +10:00 |
|
Stephan
|
e14e5bee95
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Tests/CodeFirst/ContentTypeMapper.cs
src/Umbraco.Web/Models/DynamicPublishedContent.cs
|
2013-10-03 18:49:58 +02:00 |
|
Stephan
|
9e1364db42
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
|
2013-10-03 18:48:42 +02:00 |
|
Stephan
|
1902bc4807
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-pubcontent
|
2013-10-03 18:17:35 +02:00 |
|
Stephan
|
a264342bcc
|
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
Conflicts:
src/Umbraco.Tests/CodeFirst/ContentTypeMapper.cs
src/Umbraco.Web/Models/DynamicPublishedContent.cs
|
2013-10-03 18:16:29 +02:00 |
|
Stephan
|
4c13dbf8b7
|
Core.StringExtensions - fix methods that should be extension methods
|
2013-10-03 18:10:50 +02:00 |
|
Stephan
|
9a10863760
|
Core.EnumerableExtensions - bugfix f9663a9
|
2013-10-03 18:10:48 +02:00 |
|
Shannon
|
25a0c595e7
|
Fixes up the DashboardController to use the new configuration classes, creates DashboardSecurity (which needs some unit testing) and removes all that ugly code.
|
2013-10-03 19:00:31 +10:00 |
|
Shannon
|
b9257fceeb
|
New dashboard config classes all tested
|
2013-10-03 17:50:42 +10:00 |
|
Shannon
|
e2f9b1c7d9
|
Got the dashboard config section classes working with tests, now to add more tests
|
2013-10-03 17:17:53 +10:00 |
|
Shannon
|
03b1c9e5ee
|
Fixed build issue, started adding dashboard config section as real .net section.
|
2013-10-03 17:06:58 +10:00 |
|
Shannon
|
ed8f22c371
|
Completes: U4-2829 Allow for JSON objects to be saved/retrieved by property editors - OH YEAH!!
|
2013-10-03 13:52:33 +10:00 |
|
Shannon
|
2ed4206f93
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
src/Umbraco.Web/WebBootManager.cs
|
2013-10-03 09:01:24 +10:00 |
|
Shandem
|
a806f40093
|
Merge pull request #146 from mortenbock/6.2.0
Custom ProfilingViewEngine
|
2013-10-02 15:53:58 -07:00 |
|
mortenbock
|
9ec30860b0
|
Wrap all ViewEngines in a profiler
Wrap all ViewEngines in a custom profiler view engine, using the
ProfilerResolver to track performance
|
2013-10-02 17:48:44 +02:00 |
|
Stephan
|
19784e04bf
|
Merge remote-tracking branch 'origin/6.2.0-pubcontent' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Core/ObjectResolution/Resolution.cs
|
2013-10-02 17:42:59 +02:00 |
|
Stephan
|
3ee4399fca
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
src/Umbraco.Core/ObjectResolution/Resolution.cs
|
2013-10-02 17:40:03 +02:00 |
|
Stephan
|
06206c60d9
|
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
|
2013-10-02 17:06:46 +02:00 |
|