Shannon
|
dc258400f1
|
Have the RTE insert macro stuff working, needs a few tweaks and needs to load content but its working. YOU NEED A FULL BRAND NEW DB RE-INSTALL FOR THIS.
|
2013-09-23 13:49:24 +10:00 |
|
Shannon
|
c6a86d15a2
|
Fixes up more compatibility issues with the GUID -> alias change, completes U4-2909 Remove unused/obsoleted interfaces in interfaces.dll
|
2013-09-23 09:00:12 +10:00 |
|
Shannon
|
a065874421
|
Fixes some issues with the GUID change and psot validate attributes
|
2013-09-20 17:27:26 +10:00 |
|
Shannon
|
661bc3149f
|
Fixes macro parameter id assignment at the repo level.
|
2013-09-20 13:40:32 +10:00 |
|
Shannon
|
6a343ef2b6
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
|
2013-09-20 09:58:24 +10:00 |
|
Shannon
|
3d3ea12aba
|
Gets the parameter editor resolver to resolve parameter editors from: c# parameter editors, c# property editors that have been flagged as a param editor, manifest parameter editors and manifest property editors flagged as param editor. Fixes more of the macro editor.
|
2013-09-20 09:47:01 +10:00 |
|
Shannon
|
90fe92da82
|
Getting parameter editor architecture done: we can share with prop eds or create standalone in both c# and in manifest.
|
2013-09-19 20:17:12 +10:00 |
|
perploug
|
aa2f020aa4
|
added lisview guid - does all editors need that?
|
2013-09-19 11:21:59 +02:00 |
|
perploug
|
ab35718e95
|
Listview datatype
|
2013-09-19 10:37:57 +02:00 |
|
Shannon
|
f62546a308
|
Adds some other macro parameters fixes up more of the macro editor, all seems to be working there now and have added validation (which never existed before :(
|
2013-09-19 18:36:36 +10:00 |
|
Shannon
|
c0a303b328
|
Gets macro editor working with new db changes and using new MacroService data layer
|
2013-09-19 17:34:57 +10:00 |
|
Shannon
|
ec3761baa0
|
Creates parameter editor manfests and resolver, updates the legacy macro editor to resolve items from here.
|
2013-09-19 15:33:47 +10:00 |
|
Shannon
|
bbd5747177
|
Differentiates between a property and parameter editor, though they are similar they are still different. Renames ValueEditor to PropertyValueEditor, creates new parameter editor base classes.
|
2013-09-19 14:55:00 +10:00 |
|
Shannon
|
33cad8ed78
|
Removes the table cmsMacroPropertyType, tests install upgrade and new installs.
|
2013-09-19 13:05:36 +10:00 |
|
Shannon
|
a4717c5cb9
|
Creates all of the macro parameter db upgrade scripts, fixes folder browser alias
|
2013-09-19 12:53:12 +10:00 |
|
Stephan
|
c2db7b2b9b
|
Core.Cache - bugfix + add new method to remove items from cache
|
2013-09-18 12:52:57 +02:00 |
|
Shannon
|
491b56ee27
|
Completes: U4-2874 Add a unique index to column cmsMacroProperty.macro + cmsMacroProperty.macroPropertyAlias, U4-2875 Add unique index to column cmsMacro.macroAlias with tests
|
2013-09-18 19:20:36 +10:00 |
|
Shannon
|
f0a141567e
|
Fixes db fluent index builder
|
2013-09-18 19:18:28 +10:00 |
|
Shannon
|
ccf3442992
|
Getting the macro picker dialog working slowly.
|
2013-09-18 17:31:41 +10:00 |
|
Shannon
|
e261018e3c
|
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:10:40 +10:00 |
|
Shannon
|
422a22f150
|
Adds unique db index to macro alias since there can never be duplicates.
|
2013-09-18 14:14:48 +10:00 |
|
Shannon
|
2a143aec46
|
Fixed up remaining macro service tests
|
2013-09-18 14:05:00 +10:00 |
|
Shannon
|
67171db955
|
Fixes merge issues... but now have to fix all the unit tests
|
2013-09-18 13:26:09 +10:00 |
|
Shannon
|
81365cec25
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
src/Umbraco.Core/Persistence/RepositoryFactory.cs
src/Umbraco.Tests/Models/DataValueSetterTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/DataTypeDefinitionRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MediaTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserTypeRepositoryTest.cs
src/Umbraco.Tests/TestHelpers/FakeHttpContextFactory.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/packages.config
|
2013-09-18 12:59:46 +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
|
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
|
3e03fea1ae
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0
|
2013-09-18 10:49:18 +10:00 |
|
Shannon
|
75c913cced
|
Updated macro repo and services and ensures correct data joins
|
2013-09-17 20:19:27 +10:00 |
|
perploug
|
96c426f8c7
|
Adds userpicker alias and guid mapping
|
2013-09-17 11:15:09 +02:00 |
|
Shannon
|
89f2c0e38f
|
Finishes macro repository + tests.
|
2013-09-17 17:54:09 +10:00 |
|
Shannon
|
f2f8004599
|
Have the macro repository working, just need to write more unit tests regarding macro properties.
|
2013-09-17 17:18:54 +10:00 |
|
Shannon
|
44d01e3868
|
Started creating a MacroRepository + tests and pretty much have it working for basic data but realized Morten has already done this before so will commit this work and see what I can find from the previous code.
|
2013-09-17 15:07:15 +10:00 |
|
Shannon
|
55cf2bd790
|
Fixes new aspx inline config references.
|
2013-09-17 12:31:39 +10:00 |
|
Shannon
|
9351710579
|
Changes default UrlProviderMode to AutoLegacy, fixes a few unit tests, adds ability to set Set<T> for UmbracoConfiguration for testing. Fixes razor static mapping section template.
|
2013-09-17 10:55:04 +10:00 |
|
Shannon
|
6357d8f6ce
|
Fixed merge issues
|
2013-09-17 00:33:02 +10:00 |
|
Shannon
|
371b1817ea
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0--property-editor-guid-to-alias
Conflicts:
src/Umbraco.Core/Configuration/LegacyUmbracoSettings.cs
src/Umbraco.Core/Persistence/Migrations/Syntax/Alter/Expressions/AlterColumnExpression.cs
src/Umbraco.Core/PropertyEditors/TinyMcePropertyEditorValueConverter.cs
src/Umbraco.Core/XmlHelper.cs
src/Umbraco.Tests/ObjectExtensionsTests.cs
src/Umbraco.Web/PropertyEditors/RteMacroRenderingPropertyEditorValueConverter.cs
src/Umbraco.Web/Routing/DefaultUrlProvider.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/macro.cs
|
2013-09-17 00:27:17 +10:00 |
|
Shannon
|
86a5d16e25
|
Added moq (need to replace all rhino mock later) allowing us to nicely mock umbraco settings, fixing up more unit tests.
|
2013-09-17 00:14:15 +10:00 |
|
Shannon
|
48db556d1b
|
Updated SettingsForTest to return mockable umbraco settings so we can set whatever we want. Fixing up unit tests. Removes calls to CleanUmbracoSettingsConfig and EnsureUmbracoSettingsConfig since we should be dealing with the mockable settings.
|
2013-09-16 19:33:21 +10:00 |
|
Shannon
|
b043ee577f
|
Renamed config interfaces properly with Section suffix, re-implemented the For<T> UmbracoConfiguration method to retreive specific settings... might use this entirely instead of the nested access as it might make it easier to mock.
|
2013-09-16 17:39:45 +10:00 |
|
perploug
|
8400ad82ab
|
added examine constants to core
|
2013-09-16 09:16:47 +02:00 |
|
Shannon
|
bd644bc707
|
Simplifies more of the interface config collection to reduce nesting.
|
2013-09-16 16:16:42 +10:00 |
|
Shannon
|
09b68a75be
|
Simplifies the IContentSection so that there's no nesting of interface classes and updates some unit tests
|
2013-09-16 15:52:59 +10:00 |
|
Shannon
|
046dcdcaf7
|
Replaces more calls to legacy UmbracoSettings with the new configuration section, fixes loads of null checks when dealing with package repository APIs
|
2013-09-16 11:22:11 +10:00 |
|
Shannon
|
f38a6e1561
|
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
|
2013-09-13 18:11:20 +10:00 |
|
Shannon
|
36d82dc43b
|
Created umbraco config holder object which is exposed on the application context, updated the web.config with the new section and the transform to ensure it get's added.
|
2013-09-13 14:06:36 +10:00 |
|
Shannon
|
e16e2917c9
|
Interfaced all the new config elements with unit tests... hooray for fully mockable configs !
|
2013-09-13 13:41:07 +10:00 |
|
Stephan
|
ff76e58e1c
|
Core.Attempt - replace calls to obsolete members
|
2013-09-12 13:09:07 +02:00 |
|
Stephan
|
d1af20424e
|
merge branch '6.2.0' into '7.0.0'
|
2013-09-12 13:09:04 +02:00 |
|
Stephan
|
67a632aa43
|
Merge branch '6.2.0' into zb-cleanup
|
2013-09-12 11:13:07 +02:00 |
|
Shannon
|
5aed53162e
|
Implemented the remaining default values for the new configuration section with tests.
|
2013-09-12 19:12:21 +10:00 |
|