Robert
8cf73e4ecd
Merge pull request #4570 from umbraco/temp8-js-test-fixing
...
v8 - fixing js unit tests + build + CI
2019-02-14 14:18:03 +01:00
Bjarke Berg
c4ab4688c7
Merge remote-tracking branch 'origin/temp8' into temp8
2019-02-14 13:50:39 +01:00
Bjarke Berg
92dd1b0f8f
Use the url from the object
2019-02-14 13:48:57 +01:00
Warren Buckley
609786e0c3
Merge pull request #4573 from umbraco/temp8-reorg-composing
...
Reorganize composition code
2019-02-14 12:44:03 +00:00
Stephan
382a3aba81
Merge branch 'temp8' into temp8-reorg-composing
2019-02-14 13:38:41 +01:00
Warren Buckley
de189e506f
Merge pull request #4568 from umbraco/temp8-4408-ability-to-add-trees-dynamically
...
Adds the ability to add tree definitions dynamically on startup
2019-02-14 12:20:06 +00:00
Warren Buckley
29ca926c50
Merge pull request #4574 from umbraco/temp8-4426-fix-for-js-console-error-in-rollback
...
Added track by $index for `Repeatable Textstrings`
2019-02-14 12:16:58 +00:00
Kenn Jacobsen
684bacb937
V8: Handle element types in the content editor ( #4193 )
...
* Don't allow preview for element types
* Don't show the "save and publish" button group for element types + apply primary button state to the "save" button
* Hide templates and URLs for element types
* Fix null error
* Use same notation for negation
2019-02-14 13:13:19 +01:00
Warren Buckley
a643f6d1f0
Merge pull request #4551 from umbraco/temp8-ui-umb-tree-grey-out-icon-when-not-published-or-allowed
...
grey out icons in umb-tree when not published or allowed
2019-02-14 11:54:01 +00:00
Kenn Jacobsen
7b03bc20cc
Support localization of template and content type names in the content mapper
2019-02-14 12:46:27 +01:00
Kenn Jacobsen
494bdfef1e
Allow invariant languages to be resolved by specific cultures
2019-02-14 12:37:03 +01:00
Kenn Jacobsen
0ac196bec6
Add some missing localization for content info
2019-02-14 12:29:06 +01:00
Claus
30386cc96e
adding some translations.
2019-02-14 11:32:23 +01:00
Claus
1bed04f384
Merge branch 'nathanwoulfe-temp8-4548' into temp8
2019-02-14 10:52:41 +01:00
Claus
866fdadbe2
Merge branch 'temp8-4548' of https://github.com/nathanwoulfe/Umbraco-CMS into nathanwoulfe-temp8-4548
2019-02-14 10:49:48 +01:00
Claus
7edd338dd0
Merge branch 'kjac-v8-fix-localize-content-apps' into temp8
2019-02-14 10:44:32 +01:00
Stephan
969c2aa184
Bugfix component collection
2019-02-14 10:39:27 +01:00
Claus
a37512ffb4
Merge branch 'v8-fix-localize-content-apps' of https://github.com/kjac/Umbraco-CMS into kjac-v8-fix-localize-content-apps
2019-02-14 10:35:52 +01:00
Claus
466642af26
Merge pull request #4565 from kjac/v8-fix-remove-console-log
...
V8: Remove leftover console.log from #4469
2019-02-14 09:39:56 +01:00
Bjarke Berg
71f128d796
#4426 - Added track by $index for Repeatable Textstrings
2019-02-14 09:39:42 +01:00
Claus
e098b9c184
removing using statements.
2019-02-14 09:28:15 +01:00
Stephan
7660e9fb25
Reorganize composition code
2019-02-14 09:15:47 +01:00
Stephan
fe9b964ffe
Cleanup IPublishedCache.GetByContentType
2019-02-14 08:54:00 +01:00
Stephan
01b82ee4e8
Bugfix HttpRequestAppCache locking
2019-02-14 08:48:20 +01:00
Bjarke Berg
026094c1b9
Merge pull request #4558 from umbraco/temp8-implement-GetByContentType-nucache
...
v8 - the GetByContentType methods for the content cache were not implemented
2019-02-14 08:36:24 +01:00
Shannon
2c34979ee8
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
2019-02-14 18:25:07 +11:00
Shannon
65ce753925
Fixes issue with loading in the correct view for package options
2019-02-14 18:24:52 +11:00
Stephan
94cb6cb668
Bugfix NuCache #4547
2019-02-14 08:05:50 +01:00
Shannon
d1624fab2d
Merge branch 'temp8' into temp8-implement-GetByContentType-nucache
2019-02-14 16:51:07 +11:00
Shannon
64df1d040f
Fixes how tests are run, fixes up the content picker, removes unecessary tests
2019-02-14 15:09:28 +11:00
Shannon Deminick
7e9d8e5de8
Merge pull request #4534 from aaronpowell/temp8-3935-clientdependency
...
Removing ClientDependency setup for non-web runtimes
2019-02-14 14:04:27 +11:00
Aaron Powell
c50daf87a5
Moving to using IOHelper.IsHosted
2019-02-14 13:44:24 +11:00
Shannon
5e38cadacc
publishes js test results to xml so that Azure DevOps can read the results, re-enables js test building, fixes an issue with one of the tests
2019-02-14 12:30:36 +11:00
Shannon
f814a80ab7
Fixes the ContentSaveValidationAttribute since it was capturing a request based object in it's ctor when it's a singleton, moves the OnlyLocalRequestsAttribute to the correct namespace, WebSecurity shouldn't be IDisposable
2019-02-14 11:37:27 +11:00
Shannon
6644fc790a
dont null check tree title
2019-02-14 11:15:43 +11:00
Shannon
fd5a2f355b
Also exposes the SearchableTreeCollectionBuilder since that's required to be able to replace the ISearchableTree implementations
2019-02-14 11:08:39 +11:00
Shannon
f385e1d01d
fixes #4408
2019-02-14 11:01:34 +11:00
Shannon Deminick
9a264a120b
Merge pull request #4552 from umbraco/temp8-ui-datepicker-style
...
UI datepicker style updated
2019-02-14 10:28:08 +11:00
Shannon
286730c65e
Merge remote-tracking branch 'origin/temp8' into temp8-ui-datepicker-style
2019-02-14 10:25:14 +11:00
Shannon Deminick
6d372fa609
Merge pull request #4556 from umbraco/temp8-4308-styling-of-doc-type-editor
...
Dimmed overlay on property preview + removed background from "add pro…
2019-02-14 10:23:03 +11:00
Shannon
672f57de5e
Merge branch 'temp8' into temp8-4308-styling-of-doc-type-editor
2019-02-14 10:19:57 +11:00
Shannon Deminick
e0fa99ee56
Merge pull request #4561 from umbraco/temp8-4451-default-ordering-of-tinymce-toolbar
...
Changed the default ordering of toolbar in tinymce
2019-02-14 09:55:12 +11:00
Shannon
c62ce2ab4b
Merge remote-tracking branch 'origin/temp8' into temp8-implement-GetByContentType-nucache
2019-02-14 09:52:09 +11:00
Kenn Jacobsen
30434eacea
Remove leftover console.log from #4469
2019-02-13 18:47:29 +01:00
Robert
b3a0cd4dd6
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
2019-02-13 17:24:21 +01:00
Robert
3e0f3bc782
Fixing some tests up by adding the missing _dataTypeService.Setup.
2019-02-13 17:24:02 +01:00
Kenn Jacobsen
9003314d56
Make sure the sticky sub header do not clash with the actions menu ( #4503 )
2019-02-13 16:43:13 +01:00
Warren Buckley
df41813ce2
Update the help drawer/sidebar to work with custom dashboards section targeting user-help. Starterkit is the only thing that seems to use this
2019-02-13 15:12:25 +00:00
Bjarke Berg
2b0cfdb143
#4451 - Changed the default ordering of toolbar in tinymce, to be the same as the ordering in config
2019-02-13 15:33:48 +01:00
Warren Buckley
375fc62414
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
2019-02-13 13:45:26 +00:00