Bjarke Berg
|
90c2381c86
|
Renamed Umbraco.Abstractions to Umbraco.Core
|
2020-02-24 08:21:53 +01:00 |
|
Bjarke Berg
|
d90534769c
|
Moved Serialization from Umbraco.Core to Umbraco.Infrastructure and added reference to Newtonsoft.Json
|
2019-12-09 08:40:49 +01:00 |
|
Shannon
|
3bd223669f
|
Moves as much as possible from Models/Packaging, Models/PublishedContent, Models/Entities, Models/Membership
|
2019-11-14 16:19:24 +11:00 |
|
Shannon
|
c58c31c6bd
|
Split Udi into UdiParser & UdiParserServiceConnectors, remove GuidUdi and StringUdi Parse methods (makes no sense), adds generic parse method to UdiParser, simplifies tests, removes Current usage
|
2019-11-13 16:33:40 +11:00 |
|
Shannon
|
c91465e2b2
|
new IJsonSerializer, moves other base cache refresher classes
|
2019-11-07 21:28:56 +11:00 |
|
Shannon
|
a9a3051af1
|
Removes weird serialization implementation.
|
2019-11-07 21:07:09 +11:00 |
|
Shannon
|
327ea04d98
|
Moves AppCaches and cache refresher bases
|
2019-11-07 19:56:49 +11:00 |
|
Bjarke Berg
|
2b8805b69d
|
Merge branch 'v8/dev' into vx/feature/unicore
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
|
2019-10-09 11:09:10 +02:00 |
|
Sebastiaan Janssen
|
5831cd9159
|
Merge branch 'v7/dev' into v8/dev
# Conflicts:
# src/Umbraco.Core/Serialization/JsonNetSerializer.cs
# src/Umbraco.Web/Editors/BackOfficeController.cs
|
2019-09-26 13:45:50 +02:00 |
|
Benjamin Howarth
|
16837d018a
|
#2996 changed formatting to none for both data transfer & persistence
|
2019-09-26 13:33:41 +02:00 |
|
Benjamin Howarth
|
d3c4aace16
|
#2996 added GlobalSettings.DebugMode switch for JSON formatting indentation.
|
2019-09-26 13:33:41 +02:00 |
|
Bjarke Berg
|
1fe02af841
|
Moved more stuff into Abstractions
|
2019-05-28 16:23:52 +02:00 |
|
Chris Houston
|
78319bae9e
|
Temp8 fix typos 2 (#4130)
|
2019-01-23 00:03:39 +01:00 |
|
Stephan
|
8152862ad2
|
Fix issue with figuring out whether a published content version is draft
|
2018-12-18 08:31:10 +01:00 |
|
Warren Buckley
|
54a2aa00a7
|
Revert "Temp8 tinymce"
|
2018-11-22 14:05:51 +00:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Stephan
|
0277ddc584
|
DataType troubleshooting
|
2018-03-05 14:59:23 +01:00 |
|
Stephan
|
1f60314348
|
Refactor editing, cleanup
|
2018-02-25 10:43:16 +01:00 |
|
Stephan
|
97a058b817
|
DataType refactoring
|
2018-01-20 12:31:42 +01:00 |
|
Stephan
|
eff2e7a65b
|
Manifest refactoring
|
2018-01-20 10:19:57 +01:00 |
|
Stephan
|
d54658009c
|
Port 7.7 - WIP
|
2017-09-18 15:33:13 +02:00 |
|
Stephan
|
c76403077f
|
Normalize cr/lf/tab
|
2017-07-20 11:21:28 +02:00 |
|
Stephan
|
8561d85f7a
|
porting 7.6-rc1 into 8
|
2017-05-24 12:25:39 +02:00 |
|
Stephan
|
f584404324
|
U4-8551 - import NuCache code
|
2016-07-20 18:43:53 +02:00 |
|
Shannon
|
0829bae5b2
|
Fixes TextStringValueConverter to include the text box and multi-textbox (since it's like that in the Core one that this overrides), adds new converter for Image cropper including ToString converter & custom type converter to convert from the strongly typed object to JObject, adds test to support this, adds equatable methods for the strongly typed model so it can be easily compared. Ensures that the webboot manager does not include the core value converter for image cropper.
|
2016-02-10 14:53:56 +01:00 |
|
Shannon
|
4957acb8d3
|
Completes: U4-2693 Make package.manifest less complex - WARNING: You need to upgrade your package.manifest files to support the new syntax. If you don't have validation specified then you just need to update the "prevalues" key. See the issue for details.
|
2013-09-10 17:20:13 +10:00 |
|
Shannon
|
76666a4c67
|
Lots more done on the multi-value property editors like drop down list, check box list, color picker in regards to the pre-value editor and ensuring correct validation is done on the server side including some unit tests. Also allows for updating values not just removing and adding. Now need to make a directive of it so we can customize more for the color picker.
|
2013-08-27 17:33:11 +10:00 |
|
Shannon Deminick
|
dd3490a2ab
|
added extension.js, trying to add legacy sprites for tree icons, updates tree icon filters (still not working)
|
2013-06-02 20:34:06 -10:00 |
|
Shannon Deminick
|
575b5b71ab
|
got legacy tree icons showing up now, added a couple of filters for this to work.
|
2013-06-02 17:09:16 -10:00 |
|
Shannon Deminick
|
0f5d61bae8
|
Started importing classes and functionality from the Belle project so we can start wiring up data.
|
2013-05-23 22:15:52 -10:00 |
|
Morten Christensen
|
14aeb55c14
|
Removing unused ServiceStack.Text reference/nuget package.
Ignore Macro tests for the model and repo as its not used and still internal. Might be an idea to remove it altogether.
|
2013-04-04 12:02:27 -02:00 |
|
Morten@Thinkpad-X220
|
51165cf614
|
Enabling nuget package restore and removing referenced nupkg files from repo U4-997
Implement Serialization framework from v5 U4-968
|
2012-10-08 09:51:13 -02:00 |
|