Shannon
|
46b91b7991
|
no c#8
|
2019-11-11 19:11:40 +11:00 |
|
Shannon
|
dd24d512fd
|
fixes startup order
|
2019-11-11 19:01:10 +11:00 |
|
Shannon
|
f154d9c333
|
Moves TypeLoader to abstractions
|
2019-11-11 18:56:14 +11:00 |
|
Bjarke Berg
|
16ff38a456
|
AB3649 - Moved IPropertyCollection, IMedia, and IContentBase
|
2019-11-11 08:36:27 +01:00 |
|
Shannon
|
d0834ec340
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3650-TypeFinder-abstraction
# Conflicts:
# src/Umbraco.Abstractions/Composing/TypeFinder.cs
# src/Umbraco.Tests/Components/ComponentTests.cs
# src/Umbraco.Tests/Composing/ComposingTestBase.cs
# src/Umbraco.Tests/Composing/CompositionTests.cs
# src/Umbraco.Tests/Composing/TypeFinderTests.cs
# src/Umbraco.Tests/Composing/TypeLoaderTests.cs
# src/Umbraco.Tests/CoreThings/UdiTests.cs
# src/Umbraco.Tests/Runtimes/StandaloneTests.cs
# src/Umbraco.Tests/TestHelpers/BaseUsingSqlCeSyntax.cs
# src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs
|
2019-11-11 17:39:56 +11:00 |
|
Shannon Deminick
|
297b497e78
|
Merge pull request #7111 from umbraco/netcore/feature/non-static-iohelper
NetCore: Static IOHelper -> IIOHelper
|
2019-11-11 17:36:10 +11:00 |
|
Shannon
|
a8face2023
|
Moving TypeHelper ... but now need IOHelper...
|
2019-11-11 17:30:50 +11:00 |
|
Shannon
|
d84963dac5
|
Uses ITypeFinder abstraction where required
|
2019-11-11 16:07:47 +11:00 |
|
Bjarke Berg
|
e5c3b1f8aa
|
AB3649 - More refactor of Property to IProperty...
|
2019-11-08 15:10:05 +01:00 |
|
Bjarke Berg
|
4c963d5fb2
|
AB3649 - ILocalizationService
|
2019-11-08 14:38:57 +01:00 |
|
Bjarke Berg
|
c285a16393
|
AB3649 - Moved more stuff
|
2019-11-08 14:30:46 +01:00 |
|
Bjarke Berg
|
ed82bd05c6
|
AB3649 - Abstracted IPropertyType, IProperty and IPropertyValue
|
2019-11-08 14:27:27 +01:00 |
|
Bjarke Berg
|
118d50671f
|
AB3649 - Moved Manifest stuff
|
2019-11-08 10:58:31 +01:00 |
|
Niels Lyngsø
|
5528c721c7
|
Merge pull request #6811 from umbraco/v8/feature/0000-DataType-DeleteWarning-with-links-to-references
Adding reference links to DataType delete dialog
|
2019-11-08 09:36:11 +01:00 |
|
Niels Lyngsø
|
73f7e85f41
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/0000-DataType-DeleteWarning-with-links-to-references
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
|
2019-11-08 09:28:52 +01:00 |
|
Bjarke Berg
|
1a4f167b12
|
Merge branch 'netcore/feature/non-static-iohelper' into netcore/feature/AB3649-move-manifest-stuff
|
2019-11-08 08:58:24 +01:00 |
|
Bjarke Berg
|
06a153c09f
|
Merge branch 'netcore/feature/non-static-iohelper' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-08 08:56:07 +01:00 |
|
Bjarke Berg
|
0b7422c0d7
|
AB3653 - Moved IIOHelper interface to abstractions
|
2019-11-08 08:52:44 +01:00 |
|
Bjarke Berg
|
ee29c7e974
|
Merge branch 'netcore/feature/non-static-iohelper' into netcore/feature/AB3649-move-manifest-stuff
|
2019-11-08 08:35:50 +01:00 |
|
Bjarke Berg
|
5720fc7465
|
AB3653 - Fixed IOHelper on Current to be real static..
|
2019-11-08 08:35:16 +01:00 |
|
Bjarke Berg
|
80b17e388f
|
Using IIOHelper in ManifestParser
|
2019-11-08 08:24:34 +01:00 |
|
Bjarke Berg
|
2ce67dcf9a
|
Merge branch 'netcore/feature/non-static-iohelper' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
# Conflicts:
# src/Umbraco.Core/Manifest/ManifestParser.cs
# src/Umbraco.Tests/Composing/CompositionTests.cs
|
2019-11-08 07:55:23 +01:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|
Shannon
|
c812e3aec9
|
fixing tests, reverting change to TypeHelper, just leaving it as is but with caching
|
2019-11-08 15:31:38 +11:00 |
|
Shannon
|
db216e43b7
|
Moves the WebCachingAppCache to the web project
|
2019-11-08 15:00:15 +11:00 |
|
Shannon
|
74d12a4d62
|
Moves more cache items to the abstractions project, decouples the HttpRequestAppCache from System.Web
|
2019-11-08 14:51:20 +11:00 |
|
Shannon
|
6398f1e216
|
Creates ITypeFinder interface and simplifies type finder with TypeFinderExtensions, moves GetTypeByName to TypeHelper using assembly name parsing instead of scanning every assembly.
|
2019-11-08 14:26:06 +11:00 |
|
Shannon Deminick
|
dbc0f694aa
|
Merge pull request #7057 from umbraco/v8/feature/mb-embed-handle-tours-to-not-expect-the-app-plugins-folder
Only enumerate the app plugins folder if it exists
|
2019-11-08 12:22:17 +11:00 |
|
Shannon
|
5db6ce2b8e
|
fixes some comments
|
2019-11-08 12:20:57 +11:00 |
|
Rasmus John Pedersen
|
787529cf0d
|
Remove IDataEditor inheritance
|
2019-11-07 19:41:51 +01:00 |
|
Richard Thompson
|
0d2c2846d4
|
Corrected the model variable name
The model variable name is registerModel rather than profileModel.
|
2019-11-07 15:21:11 +00:00 |
|
andyneil
|
41915080b2
|
Fix incorrect data types for default member properties. (#7086)
Issue https://github.com/umbraco/Umbraco-CMS/issues/7051
|
2019-11-07 15:01:22 +00:00 |
|
Poornima Nayar
|
52dcdb396f
|
Accessibility Improvement - Open Template in info content app changed from anchor tag to button
|
2019-11-07 14:34:46 +00:00 |
|
Poornima Nayar
|
603f720636
|
Changed the styling of Resend Invitation button and fixed the margin
|
2019-11-07 14:17:08 +00:00 |
|
Paul Seal
|
466610bd32
|
- added delete title to trash icons in the grid
|
2019-11-07 14:05:23 +00:00 |
|
Bjarke Berg
|
05569440c4
|
Post merge fixes - Port number
|
2019-11-07 14:47:41 +01:00 |
|
Bjarke Berg
|
0110813fc1
|
Post merge fixes
|
2019-11-07 14:38:31 +01:00 |
|
Bjarke Berg
|
563f58afa6
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/SolutionInfo.cs
|
2019-11-07 14:34:45 +01:00 |
|
Bjarke Berg
|
d5c59235e3
|
Merge pull request #7068 from umbraco/v8/feature/AB3448-bulk-insert-relations
Adds ability to bulk insert relations and adds tests
|
2019-11-07 14:28:22 +01:00 |
|
Bjarke Berg
|
c70d82d32b
|
AB3649 - Moved ManifestSection
|
2019-11-07 14:10:06 +01:00 |
|
Bjarke Berg
|
4529cd408a
|
Init CurrentCore
|
2019-11-07 14:08:07 +01:00 |
|
John Sheard
|
d747312eb7
|
encode name of folder rename
|
2019-11-07 13:06:50 +00:00 |
|
Bjarke Berg
|
f4fee90b7e
|
Merge remote-tracking branch 'origin/netcore/feature/AB3594_move_exsiting_configuration_to_own_project' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-07 13:11:26 +01:00 |
|
Bjarke Berg
|
8ef89a0722
|
Merge branch 'netcore/dev' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-07 13:03:18 +01:00 |
|
Bjarke Berg
|
40ca1fd27a
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/dev
|
2019-11-07 13:02:56 +01:00 |
|
Bjarke Berg
|
a3e73b59bf
|
More config movement
|
2019-11-07 13:02:30 +01:00 |
|
Shannon
|
39880f885a
|
fixing tests
|
2019-11-07 13:02:30 +01:00 |
|
Shannon
|
a3d142831e
|
fixing tests
|
2019-11-07 13:02:30 +01:00 |
|
Shannon
|
69c2b732ce
|
new IJsonSerializer, moves other base cache refresher classes
|
2019-11-07 13:02:30 +01:00 |
|
Shannon
|
15bf971f04
|
Removes weird serialization implementation.
|
2019-11-07 13:02:29 +01:00 |
|