diff --git a/core/modules/tracker/config/install/views.view.tracker.yml b/core/modules/tracker/config/install/views.view.tracker.yml index 87d28bf..d9cf685 100644 --- a/core/modules/tracker/config/install/views.view.tracker.yml +++ b/core/modules/tracker/config/install/views.view.tracker.yml @@ -29,7 +29,7 @@ display: query_comment: '' disable_sql_rewrite: false distinct: false - slave: false + replica: false query_tags: { } title: 'Recent content' access: @@ -136,9 +136,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - node label: Title exclude: true alter: @@ -189,9 +186,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - history label: 'Has new content' exclude: true alter: @@ -236,7 +230,6 @@ display: link_to_node: false comments: false plugin_id: history_user_timestamp - provider: history nothing: id: nothing table: views @@ -244,10 +237,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - views - - views label: Title exclude: false alter: @@ -290,7 +279,6 @@ display: empty_zero: false hide_alter_empty: false plugin_id: custom - provider: views name_1: id: name_1 table: users_field_data @@ -353,9 +341,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - views label: 'Comment count' exclude: true alter: @@ -407,7 +392,6 @@ display: prefix: '' suffix: '' plugin_id: numeric - provider: views new_comments: id: new_comments table: node @@ -415,9 +399,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - comment label: 'New comments' exclude: true alter: @@ -470,7 +451,6 @@ display: suffix: '' link_to_comment: true plugin_id: node_new_comments - provider: comment nothing_1: id: nothing_1 table: views @@ -478,12 +458,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - views - - views - - views - - views label: Replies exclude: false alter: @@ -526,7 +500,6 @@ display: empty_zero: false hide_alter_empty: false plugin_id: custom - provider: views last_comment_timestamp_1: id: last_comment_timestamp_1 table: comment_entity_statistics @@ -534,10 +507,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - comment - - comment label: 'Last updated' exclude: false alter: @@ -583,7 +552,6 @@ display: custom_date_format: '' timezone: '' plugin_id: comment_last_timestamp - provider: comment sorts: last_comment_timestamp_1: id: last_comment_timestamp_1 @@ -592,16 +560,12 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - views order: ASC exposed: false expose: label: '' granularity: second plugin_id: date - provider: views arguments: uid_touch_tracker: id: uid_touch_tracker @@ -610,9 +574,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - tracker default_action: ignore exception: value: all @@ -639,7 +600,6 @@ display: fail: 'not found' validate_options: { } plugin_id: tracker_user_uid - provider: tracker filters: status: id: status @@ -656,7 +616,6 @@ display: grouping: { } row_class: '' default_row_class: true - row_class_special: true override: true sticky: false caption: '' @@ -744,12 +703,6 @@ display: content: value: '
No content available.
' format: basic_html - dependencies: - module: - - views - - views - - views - format: basic_html plugin_id: text display_extenders: { } page_1: @@ -766,14 +719,14 @@ display: type: normal title: 'Recent content' description: '' - name: main + menu_name: main weight: 0 context: '0' tab_options: type: normal title: 'Recent content' description: '' - name: main + menu_name: main weight: 0 display_extenders: { } page_2: @@ -787,7 +740,7 @@ display: type: tab title: Track description: '' - name: admin + menu_name: admin weight: 0 context: '0' defaults: @@ -801,10 +754,6 @@ display: relationship: none group_type: group admin_label: '' - dependencies: - module: - - tracker - - tracker default_action: ignore exception: value: all @@ -831,7 +780,6 @@ display: fail: 'not found' validate_options: { } plugin_id: tracker_user_uid - provider: tracker display_extenders: { } page_3: id: page_3 @@ -847,14 +795,14 @@ display: type: tab title: 'Your recent content' description: '' - name: main + menu_name: main weight: 0 context: '0' tab_options: type: normal title: 'Recent content' description: '' - name: main + menu_name: main weight: 0 display_description: '' display_extenders: { } diff --git a/core/modules/tracker/tracker.routing.yml b/core/modules/tracker/tracker.routing.yml deleted file mode 100644 index 5969032..0000000 --- a/core/modules/tracker/tracker.routing.yml +++ /dev/null @@ -1,29 +0,0 @@ -tracker.page: - path: '/activity' - defaults: - _controller: '\Drupal\tracker\Controller\TrackerPage::getContent' - _title: 'Recent content' - requirements: - _permission: 'access content' - -tracker.users_recent_content: - path: '/activity/{user}' - defaults: - _controller: '\Drupal\tracker\Controller\TrackerUserRecent::getContent' - _title: 'My recent content' - options: - _access_mode: 'ALL' - requirements: - _permission: 'access content' - _access_tracker_own_information: 'TRUE' - -tracker.user_tab: - path: '/user/{user}/activity' - defaults: - _controller: '\Drupal\tracker\Controller\TrackerUserTab::getContent' - _title_callback: '\Drupal\tracker\Controller\TrackerUserTab::getTitle' - options: - _access_mode: 'ALL' - requirements: - _permission: 'access content' - _entity_access: 'user.view'