Warren Buckley
def6d67fcc
Merge branch 'temp8' into temp8-remove-legacy-controls
2019-01-24 12:21:49 +00:00
Warren Buckley
26f0090fd0
Merge pull request #4205 from umbraco/temp8-fixmes-add-ispublished-to-ipublished-content
...
Added IsPublished(culture) to IPublishedContent
2019-01-24 12:12:52 +00:00
Warren Buckley
344026ec23
Merge pull request #4240 from umbraco/temp8-update-fixme-comments-to-todo-with-link-to-task
...
Changed Fixme/task to TODO [Link]
2019-01-24 12:06:38 +00:00
Warren Buckley
db3116ff9c
Merge pull request #4212 from umbraco/temp8-fixme-only-allow-local-keep-alive-pings
...
Fixme - Only allow local KeepAlive Pings requests
2019-01-24 11:49:05 +00:00
Bjarke Berg
49b2a9a080
Fixes for search of members + Removed fixme in member that apparently are not necessary after tags refactoring
2019-01-24 12:17:30 +01:00
Warren Buckley
6e1a860e77
Merge pull request #4211 from umbraco/temp8-PublishedContentExtensions-handling-methods-hidden-by-overload
...
Fixme - Handled "Method with optional parameter is hidden by overload" issues
2019-01-24 11:07:12 +00:00
Niels Lyngsø
eef6c783ea
updated package-lock.json
2019-01-24 11:59:33 +01:00
Sebastiaan Janssen
9e0d2e5873
Revert "Remove obsoleted RelatedLinks picker (replaced by Multi URL Picker)"
...
This reverts commit fedf0c78de .
2019-01-24 11:37:28 +01:00
Warren Buckley
f70df699db
Merge pull request #4114 from umbraco/temp8-ui-expansion-panel-hover
...
Temp8 ui expansion panel hover
2019-01-24 10:03:00 +00:00
Bjarke Berg
3eb01a1557
Merge remote-tracking branch 'origin/temp8' into temp8-3396-fix-YSOD-for-publishing
2019-01-24 10:27:47 +01:00
Warren Buckley
d8751365c8
Merge pull request #4206 from umbraco/temp8-fixme-children-wrong-merge-and-unused-file
...
Fixme - Wrong merge in PublishedContentExtensions and renamed prevalue connector
2019-01-24 09:24:58 +00:00
Bjarke Berg
5842337d02
3396 - Fix for when clearing the name again
2019-01-24 09:42:49 +01:00
Bjarke Berg
cc897285c9
3396 - Force publish for all mandatory langauges that has not yet beed published
2019-01-24 08:31:42 +01:00
Bjarke Berg
b389e6c07f
3396 - don't let user determine whether to publish mandatory languages on first publish. All mandatory languages with data is saved. If a mandatory language does not have data we cannot publish anything.
2019-01-24 08:16:55 +01:00
Warren Buckley
0480242532
Some sneaky MasterPages kill the last of them off with fire 🔥
2019-01-23 18:56:33 +00:00
Warren Buckley
31509beb1c
🙈 WOW this was super old Umbraco V3 days of <umbraco:item runat="server" /> WebForms days
2019-01-23 18:17:10 +00:00
Warren Buckley
fcb3f8e791
Remove Umbraco.Web.UI.Controls folder & classes - Controis reek of WebForms era
2019-01-23 17:57:20 +00:00
Warren Buckley
03498b3c61
Update comment about this Interface usage - maybe we can remove this later on
2019-01-23 17:56:44 +00:00
Warren Buckley
5e9f861991
Cleanup of WebRuntimeComposer
2019-01-23 15:09:31 +00:00
Warren Buckley
f2cc0eebf5
Remove the dashboard XML config file
2019-01-23 14:43:05 +00:00
Warren Buckley
5d34ee271c
Forgot to remove my test App_Plugin Dashboard
2019-01-23 14:42:49 +00:00
Warren Buckley
26f43cda97
Merge remote-tracking branch 'origin/temp8' into temp8-dashboards-collection
2019-01-23 14:38:26 +00:00
Warren Buckley
69a3c85bbc
Refactor of dashboards
...
* Remove dashboards from Configs().Dashboards
* Remove dashboard.config XML file & associated code reading from XML
* Load Dashboards from TypeLoader into a CollectionBuilder
* Load merge/concat C# Dashboard Types with package.manifest
* Add buildercolletion to an extension method on Composition
2019-01-23 14:37:33 +00:00
Bjarke Berg
f8b9fb039f
Handle culture not set in HasCulture.
2019-01-23 15:35:20 +01:00
Niels Lyngsø
d16aa91a5e
remove extra border from MCE-edit-area
2019-01-23 15:13:42 +01:00
Bjarke Berg
f8b52a57c3
Injecting Umbraco Context Accessor and not saving the url on the class
2019-01-23 14:16:42 +01:00
Bjarke Berg
ca76a5424a
Only allow local KeepAlive Pings requests
2019-01-23 12:34:41 +01:00
Bjarke Berg
d2d852f0f3
Handled "Method with optional parameter is hidden by overload" issues
2019-01-23 10:39:51 +01:00
Sebastiaan Janssen
fedf0c78de
Remove obsoleted RelatedLinks picker (replaced by Multi URL Picker)
2019-01-23 09:01:53 +01:00
Bjarke Berg
6f25bc7c37
Reintroduced a interface for deploy
2019-01-23 08:17:39 +01:00
Bjarke Berg
e871392405
Added IsPublished(culture) to IPublishedContent
2019-01-23 07:54:45 +01:00
Bjarke Berg
dcb616157d
Removed unused IPreValueConnector
2019-01-23 07:52:24 +01:00
Bjarke Berg
ddace54f45
Fixed wrong merge in Children() method
2019-01-23 07:51:43 +01:00
Christian Alkærsig
7acafe67a4
Delete template2.cshtml
...
Auto-generated test file
2019-01-23 00:28:21 +01:00
Alkaersig
9eb2b28232
Added (Doctype) Name and Description to PublishedContentType
2019-01-23 00:28:21 +01:00
Paul Seal
832ec68140
- tls check to check if the site is set up to use at least TLS 1.2 for outgoing connections.
...
- added translations for all languages which have a healthcheck section in the language file.
2019-01-23 00:11:35 +01:00
Chris Houston
78319bae9e
Temp8 fix typos 2 ( #4130 )
2019-01-23 00:03:39 +01:00
Bjarne Fyrstenborg
01de2eb266
Synctree in log viewer overview
2019-01-22 23:05:17 +01:00
Bjarne Fyrstenborg
ca98fad918
Update box heading in log viewer overview
2019-01-22 23:02:05 +01:00
Bjarne Fyrstenborg
d8f0af1a94
Fix plural localization
2019-01-22 22:59:52 +01:00
Bjarne Fyrstenborg
fc12f2b802
Add track by on package lists
2019-01-22 22:57:46 +01:00
Bjarne Fyrstenborg
977423e094
Remove old delete dialog, add new dialog view + set delete button state
2019-01-22 22:57:46 +01:00
Bjarne Fyrstenborg
c405d1b6d1
Fix localization of buttons in modals
2019-01-22 22:52:01 +01:00
Kenn Jacobsen
6983f3d43a
V8: Clean up trashed content options ( #4136 )
2019-01-22 22:50:12 +01:00
Sebastiaan Janssen
d380f75d31
Merge branch 'dev-v7' into temp8
...
# Conflicts:
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
2019-01-22 22:46:15 +01:00
Sebastiaan Janssen
8e61276b8a
Merge branch 'dev-v7' into temp8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js
# src/Umbraco.Web/PropertyEditors/DatePreValueEditor.cs
# src/Umbraco.Web/WebBootManager.cs
2019-01-22 22:06:19 +01:00
Kenn Jacobsen
a8d5bd6d1f
Don't let the users empty the recycle bin without delete permissions ( #3699 )
2019-01-22 22:05:12 +01:00
Kenn Jacobsen
e252a0849b
Add "default empty" prevalue to date and datetime
2019-01-22 21:58:17 +01:00
Bjarne Fyrstenborg
45735a5529
v8: Add missing localizations ( #4199 )
2019-01-22 21:57:16 +01:00
Stephan
d9cc1f4cb8
Fix more tests
2019-01-22 18:25:02 +01:00