Compare commits
1 Commits
master
...
31-related
Author | SHA1 | Date |
---|---|---|
Lio Novelli | 6c93b8ac93 |
|
@ -42,9 +42,6 @@
|
||||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
|
|
||||||
# PHPStan's baseline uses tabs instead of spaces.
|
|
||||||
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
|
||||||
|
|
||||||
# Define binary file attributes.
|
# Define binary file attributes.
|
||||||
# - Do not treat them as text.
|
# - Do not treat them as text.
|
||||||
# - Include binary diff in patches instead of "binary files differ."
|
# - Include binary diff in patches instead of "binary files differ."
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
# Ignore configuration files that may contain sensitive information
|
# Ignore configuration files that may contain sensitive information
|
||||||
/web/sites/*/settings.local.php
|
/web/sites/*/settings.local.php
|
||||||
# Ignore ddev settings
|
|
||||||
/web/sites/*/settings.ddev.php
|
|
||||||
|
|
||||||
# Ignore paths that may contain user-generated content
|
# Ignore paths that may contain user-generated content
|
||||||
/web/sites/*/files
|
/web/sites/*/files
|
||||||
|
|
12
README.md
12
README.md
|
@ -24,10 +24,6 @@ Sajt je dostopen preko naslova: https://yufu-manifest.ddev.site/
|
||||||
|
|
||||||
Lahko pa napišemo tudi `ddev launch`
|
Lahko pa napišemo tudi `ddev launch`
|
||||||
|
|
||||||
v `web/sites/default/settings.local.php` dodamo vrstico, ki vključi services nastavitve, ki omogočijo CORS:
|
|
||||||
|
|
||||||
`$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/default/yufu.services.yml';`
|
|
||||||
|
|
||||||
### Postavitev (vuejs) "prednjegadela"
|
### Postavitev (vuejs) "prednjegadela"
|
||||||
|
|
||||||
Najprej gremo v podfolder `nuxt` in namestimo odvisne javascript pakete:
|
Najprej gremo v podfolder `nuxt` in namestimo odvisne javascript pakete:
|
||||||
|
@ -73,11 +69,3 @@ V modulu [yufu_concept](web/modules/custom/yufu_concept/yufu_concept.info.yml "y
|
||||||
- ob novi publishani revizijami se poslje mail uporabniku, ki jo je naredil.
|
- ob novi publishani revizijami se poslje mail uporabniku, ki jo je naredil.
|
||||||
|
|
||||||
Funkcionalnost se nahaja v yufu_admin modulu.
|
Funkcionalnost se nahaja v yufu_admin modulu.
|
||||||
|
|
||||||
# Debugging
|
|
||||||
|
|
||||||
Razvojne kontejnerja lahko zlistamo z ukazom `ddev status`
|
|
||||||
|
|
||||||
## Mejli
|
|
||||||
|
|
||||||
Mailhog za debagiranje vklopimo, kot priporoči zgornji ukaz: `ddev launch -m`
|
|
||||||
|
|
|
@ -20,13 +20,11 @@
|
||||||
"drupal/cer": "^5.0@beta",
|
"drupal/cer": "^5.0@beta",
|
||||||
"drupal/config_ignore": "^3.1",
|
"drupal/config_ignore": "^3.1",
|
||||||
"drupal/content_as_config": "^1.0",
|
"drupal/content_as_config": "^1.0",
|
||||||
"drupal/content_moderation_info_block": "^2.0@beta",
|
|
||||||
"drupal/content_moderation_notifications": "^3.6",
|
|
||||||
"drupal/core-composer-scaffold": "^10.0",
|
"drupal/core-composer-scaffold": "^10.0",
|
||||||
"drupal/core-project-message": "^10.0",
|
"drupal/core-project-message": "^10.0",
|
||||||
"drupal/core-recommended": "^10.2.4",
|
"drupal/core-recommended": "^10.0",
|
||||||
"drupal/diff": "^1.1",
|
"drupal/diff": "^1.1",
|
||||||
"drupal/devel": "^5.1",
|
"drupal/core-recommended": "^10.2.4",
|
||||||
"drupal/gin": "^3.0@RC",
|
"drupal/gin": "^3.0@RC",
|
||||||
"drupal/gin_toolbar": "^1.0@RC",
|
"drupal/gin_toolbar": "^1.0@RC",
|
||||||
"drupal/jsonapi_menu_items": "^1.2",
|
"drupal/jsonapi_menu_items": "^1.2",
|
||||||
|
@ -56,9 +54,6 @@
|
||||||
"patches": {
|
"patches": {
|
||||||
"drupal/restui": {
|
"drupal/restui": {
|
||||||
"#3337894: Get class methods wrong argument.": "https://www.drupal.org/files/issues/2023-06-23/type-error-class-3337894-10.patch"
|
"#3337894: Get class methods wrong argument.": "https://www.drupal.org/files/issues/2023-06-23/type-error-class-3337894-10.patch"
|
||||||
},
|
|
||||||
"drupal/content_moderation_info_block": {
|
|
||||||
"#3185894: State Form Error": "https://www.drupal.org/files/issues/2023-10-11/3185894-state-form-error-12.patch"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
||||||
interval: 21600
|
|
|
@ -1,30 +0,0 @@
|
||||||
uuid: 691eb53b-bb3f-4a0c-9b6d-086aebab566a
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- search
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- claro
|
|
||||||
enforced:
|
|
||||||
config:
|
|
||||||
- search.page.help_search
|
|
||||||
id: claro_help_search
|
|
||||||
theme: claro
|
|
||||||
region: help
|
|
||||||
weight: -4
|
|
||||||
provider: null
|
|
||||||
plugin: search_form_block
|
|
||||||
settings:
|
|
||||||
id: search_form_block
|
|
||||||
label: 'Search help'
|
|
||||||
label_display: visible
|
|
||||||
provider: search
|
|
||||||
page_id: help_search
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
pages: /admin/help
|
|
|
@ -1,28 +0,0 @@
|
||||||
uuid: 2f782113-6263-4112-8cb9-f4de096fabda
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- yufu_concept
|
|
||||||
theme:
|
|
||||||
- olivero
|
|
||||||
id: olivero_moderationinfocontent_2
|
|
||||||
theme: olivero
|
|
||||||
region: sidebar
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'yufu_concept_moderate_from_diff:node'
|
|
||||||
settings:
|
|
||||||
id: 'yufu_concept_moderate_from_diff:node'
|
|
||||||
label: 'YUFU Moderation info from diff (Content)'
|
|
||||||
label_display: visible
|
|
||||||
provider: yufu_concept
|
|
||||||
context_mapping:
|
|
||||||
entity: '@node.node_route_context:node'
|
|
||||||
changed_date_display: 1
|
|
||||||
author_display: 1
|
|
||||||
latest_revision_display: 1
|
|
||||||
current_state_display: 1
|
|
||||||
change_state_display: 1
|
|
||||||
revision_log_message_input_display: 0
|
|
||||||
visibility: { }
|
|
|
@ -1,19 +0,0 @@
|
||||||
uuid: ef0653bf-ad20-4659-bb94-9273264eb15b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: nov_osnutek
|
|
||||||
workflow: concept_workflow
|
|
||||||
transitions:
|
|
||||||
create_new_draft: create_new_draft
|
|
||||||
roles:
|
|
||||||
editor: editor
|
|
||||||
maska: maska
|
|
||||||
author: false
|
|
||||||
site_mail: false
|
|
||||||
emails: ''
|
|
||||||
subject: '[YUFU] New draft of [node:original:title]'
|
|
||||||
body:
|
|
||||||
value: "New draft pending moderation: [node:title] ([node:nid]) by [node:author:mail].\r\n\r\n[node:url]/revisions/view/[node:original:vid]/[node:vid]/visual_inline\r\n\r\n[node:body]"
|
|
||||||
format: plain_text
|
|
||||||
label: 'Nov osnutek'
|
|
|
@ -1,18 +0,0 @@
|
||||||
uuid: c048753b-259e-4210-8e53-031ae5cbae0f
|
|
||||||
langcode: en
|
|
||||||
status: false
|
|
||||||
dependencies: { }
|
|
||||||
id: spremembe_sprejete
|
|
||||||
workflow: concept_workflow
|
|
||||||
transitions:
|
|
||||||
publish: publish
|
|
||||||
roles:
|
|
||||||
editor: editor
|
|
||||||
author: true
|
|
||||||
site_mail: false
|
|
||||||
emails: ''
|
|
||||||
subject: '[YUFU] Changes approved: [node:title]'
|
|
||||||
body:
|
|
||||||
value: 'Proposed changes to [node:title] ([node:url]) by [node:author:mail] were approved.'
|
|
||||||
format: plain_text
|
|
||||||
label: 'Spremembe sprejete'
|
|
|
@ -6,7 +6,6 @@ dependencies:
|
||||||
- field.field.node.concept.body
|
- field.field.node.concept.body
|
||||||
- field.field.node.concept.field_media
|
- field.field.node.concept.field_media
|
||||||
- field.field.node.concept.field_related_concept
|
- field.field.node.concept.field_related_concept
|
||||||
- field.field.node.concept.field_strojni_prevod
|
|
||||||
- node.type.concept
|
- node.type.concept
|
||||||
- workflows.workflow.concept_workflow
|
- workflows.workflow.concept_workflow
|
||||||
module:
|
module:
|
||||||
|
@ -52,13 +51,6 @@ content:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_strojni_prevod:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 26
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 3
|
weight: 3
|
||||||
|
|
|
@ -6,7 +6,6 @@ dependencies:
|
||||||
- field.field.node.concept.body
|
- field.field.node.concept.body
|
||||||
- field.field.node.concept.field_media
|
- field.field.node.concept.field_media
|
||||||
- field.field.node.concept.field_related_concept
|
- field.field.node.concept.field_related_concept
|
||||||
- field.field.node.concept.field_strojni_prevod
|
|
||||||
- node.type.concept
|
- node.type.concept
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -24,9 +23,9 @@ content:
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
content_moderation_control:
|
content_moderation_control:
|
||||||
|
weight: -20
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: -20
|
|
||||||
region: content
|
region: content
|
||||||
field_media:
|
field_media:
|
||||||
type: entity_reference_entity_view
|
type: entity_reference_entity_view
|
||||||
|
@ -45,16 +44,6 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 103
|
weight: 103
|
||||||
region: content
|
region: content
|
||||||
field_strojni_prevod:
|
|
||||||
type: boolean
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
format: default
|
|
||||||
format_custom_false: ''
|
|
||||||
format_custom_true: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 104
|
|
||||||
region: content
|
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
|
@ -7,7 +7,6 @@ dependencies:
|
||||||
- field.field.node.concept.body
|
- field.field.node.concept.body
|
||||||
- field.field.node.concept.field_media
|
- field.field.node.concept.field_media
|
||||||
- field.field.node.concept.field_related_concept
|
- field.field.node.concept.field_related_concept
|
||||||
- field.field.node.concept.field_strojni_prevod
|
|
||||||
- node.type.concept
|
- node.type.concept
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -26,9 +25,9 @@ content:
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
content_moderation_control:
|
content_moderation_control:
|
||||||
|
weight: -20
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: -20
|
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
|
@ -38,5 +37,4 @@ content:
|
||||||
hidden:
|
hidden:
|
||||||
field_media: true
|
field_media: true
|
||||||
field_related_concept: true
|
field_related_concept: true
|
||||||
field_strojni_prevod: true
|
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|
|
@ -12,6 +12,5 @@ _core:
|
||||||
default_config_hash: pqZNtad5J9THcdbYjwPD4qINqvrTxnOd8KCWn6tUBRs
|
default_config_hash: pqZNtad5J9THcdbYjwPD4qINqvrTxnOd8KCWn6tUBRs
|
||||||
id: node.diff
|
id: node.diff
|
||||||
label: 'Revision comparison'
|
label: 'Revision comparison'
|
||||||
description: ''
|
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
cache: true
|
cache: true
|
||||||
|
|
|
@ -14,12 +14,9 @@ module:
|
||||||
config_translation: 0
|
config_translation: 0
|
||||||
content_as_config: 0
|
content_as_config: 0
|
||||||
content_moderation: 0
|
content_moderation: 0
|
||||||
content_moderation_info_block: 0
|
|
||||||
content_moderation_notifications: 0
|
|
||||||
contextual: 0
|
contextual: 0
|
||||||
datetime: 0
|
datetime: 0
|
||||||
dblog: 0
|
dblog: 0
|
||||||
devel: 0
|
|
||||||
diff: 0
|
diff: 0
|
||||||
dynamic_page_cache: 0
|
dynamic_page_cache: 0
|
||||||
editor: 0
|
editor: 0
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: Aqx6J0yYT6mVqT0fbjeP4JkoL-700nmudVF5d6Pq2Yo
|
|
||||||
page_alter: false
|
|
||||||
raw_names: false
|
|
||||||
error_handlers:
|
|
||||||
1: 1
|
|
||||||
rebuild_theme: false
|
|
||||||
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
|
|
||||||
debug_mail_directory: 'temporary://devel-mails'
|
|
||||||
devel_dumper: var_dumper
|
|
||||||
debug_logfile: 'temporary://drupal_debug.txt'
|
|
||||||
debug_pre: true
|
|
|
@ -1,10 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: IQjf_ytthngZTAk_MU8-74VecArWD3G5g0oEH6PM6GA
|
|
||||||
toolbar_items:
|
|
||||||
- devel.admin_settings_link
|
|
||||||
- devel.cache_clear
|
|
||||||
- devel.container_info.service
|
|
||||||
- devel.menu_rebuild
|
|
||||||
- devel.reinstall
|
|
||||||
- devel.route_info
|
|
||||||
- devel.run_cron
|
|
|
@ -15,5 +15,4 @@ general_settings:
|
||||||
unified_fields:
|
unified_fields:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: 2
|
weight: 2
|
||||||
visual_default_view_mode: full
|
|
||||||
visual_inline_theme: default
|
visual_inline_theme: default
|
||||||
|
|
|
@ -11,9 +11,9 @@ dependencies:
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
content_translation:
|
content_translation:
|
||||||
translation_sync:
|
translation_sync:
|
||||||
file: file
|
alt: alt
|
||||||
alt: '0'
|
title: title
|
||||||
title: '0'
|
file: '0'
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: PmVL51L3A9QGbPLoeLHw5epAPszeZRasCeC3imeeDRQ
|
default_config_hash: PmVL51L3A9QGbPLoeLHw5epAPszeZRasCeC3imeeDRQ
|
||||||
id: node.article.field_image
|
id: node.article.field_image
|
||||||
|
|
|
@ -15,7 +15,7 @@ bundle: concept
|
||||||
label: Media
|
label: Media
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
uuid: 959946bc-d4cb-47dc-8b5b-ab2bcf6f7bfc
|
|
||||||
langcode: sl
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.node.field_strojni_prevod
|
|
||||||
- node.type.concept
|
|
||||||
id: node.concept.field_strojni_prevod
|
|
||||||
field_name: field_strojni_prevod
|
|
||||||
entity_type: node
|
|
||||||
bundle: concept
|
|
||||||
label: 'Strojni prevod?'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: 0
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
on_label: Da
|
|
||||||
off_label: Ne
|
|
||||||
field_type: boolean
|
|
|
@ -1,18 +0,0 @@
|
||||||
uuid: 24af25a5-ec60-4d6f-b3c5-7e22dc08c082
|
|
||||||
langcode: sl
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- node
|
|
||||||
id: node.field_strojni_prevod
|
|
||||||
field_name: field_strojni_prevod
|
|
||||||
entity_type: node
|
|
||||||
type: boolean
|
|
||||||
settings: { }
|
|
||||||
module: core
|
|
||||||
locked: false
|
|
||||||
cardinality: 1
|
|
||||||
translatable: true
|
|
||||||
indexes: { }
|
|
||||||
persist_with_no_fields: false
|
|
||||||
custom_storage: false
|
|
|
@ -1,11 +0,0 @@
|
||||||
uuid: 85dff136-e8f0-4adb-97fc-deb1e45dca2b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- content_moderation
|
|
||||||
id: content_moderation_state.content_moderation_state
|
|
||||||
target_entity_type_id: content_moderation_state
|
|
||||||
target_bundle: content_moderation_state
|
|
||||||
default_langcode: site_default
|
|
||||||
language_alterable: false
|
|
|
@ -10,7 +10,7 @@ third_party_settings:
|
||||||
content_translation:
|
content_translation:
|
||||||
enabled: true
|
enabled: true
|
||||||
bundle_settings:
|
bundle_settings:
|
||||||
untranslatable_fields_hide: '1'
|
untranslatable_fields_hide: '0'
|
||||||
id: node.concept
|
id: node.concept
|
||||||
target_entity_type_id: node
|
target_entity_type_id: node
|
||||||
target_bundle: concept
|
target_bundle: concept
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
uuid: 4179da2f-6dc6-4689-bbab-13b1655171fe
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: de
|
|
||||||
label: German
|
|
||||||
direction: ltr
|
|
||||||
weight: 4
|
|
||||||
locked: false
|
|
|
@ -1,9 +0,0 @@
|
||||||
uuid: 46587206-0c5c-4431-9e3f-012fc2ca3e73
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: es
|
|
||||||
label: Spanish
|
|
||||||
direction: ltr
|
|
||||||
weight: 5
|
|
||||||
locked: false
|
|
|
@ -1,9 +1,9 @@
|
||||||
uuid: 32738130-df06-46f9-88b0-0beda10c2fd8
|
uuid: b3b0ec66-bf9e-4114-8e61-b74b40fe2860
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
id: hr
|
id: hr
|
||||||
label: Croatian
|
label: Croatian
|
||||||
direction: ltr
|
direction: ltr
|
||||||
weight: 6
|
weight: 2
|
||||||
locked: false
|
locked: false
|
||||||
|
|
|
@ -7,5 +7,5 @@ _core:
|
||||||
id: und
|
id: und
|
||||||
label: 'Not specified'
|
label: 'Not specified'
|
||||||
direction: ltr
|
direction: ltr
|
||||||
weight: 7
|
weight: 4
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -7,5 +7,5 @@ _core:
|
||||||
id: zxx
|
id: zxx
|
||||||
label: 'Not applicable'
|
label: 'Not applicable'
|
||||||
direction: ltr
|
direction: ltr
|
||||||
weight: 8
|
weight: 5
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -5,17 +5,14 @@ session:
|
||||||
url:
|
url:
|
||||||
source: path_prefix
|
source: path_prefix
|
||||||
prefixes:
|
prefixes:
|
||||||
en: en
|
en: ''
|
||||||
sl: sl
|
sl: sl
|
||||||
sr: sr
|
|
||||||
de: de
|
|
||||||
es: es
|
|
||||||
hr: hr
|
hr: hr
|
||||||
|
sr: sr
|
||||||
|
'': null
|
||||||
domains:
|
domains:
|
||||||
en: ''
|
en: ''
|
||||||
sl: ''
|
sl: ''
|
||||||
sr: ''
|
|
||||||
de: ''
|
|
||||||
es: ''
|
|
||||||
hr: ''
|
hr: ''
|
||||||
|
sr: ''
|
||||||
selected_langcode: site_default
|
selected_langcode: site_default
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Glavni sadržaj stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Poruke statusa'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Naziv stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Primarne oznake'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Sekundarne oznake'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Glavni sadržaj stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Poruke statusa'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Naziv stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Primarne oznake'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Sekundarne oznake'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Glavni sadržaj stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Poruke statusa'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Naziv stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Pokreće Drupal'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Primarne oznake'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Sekundarne oznake'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: Administracija
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Poruke statusa'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: 'Naziv stranice'
|
|
@ -0,0 +1,2 @@
|
||||||
|
settings:
|
||||||
|
label: Alati
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Registriraj se'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Cijeli komentar'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Puni sadržaj'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Puni sadržaj'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Indeks pretraživanja'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Reultati pretrage s istaknutim unosom'
|
|
@ -0,0 +1 @@
|
||||||
|
label: Mamac
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Stranica taksonomijskog pojma'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Korisnički račun'
|
|
@ -0,0 +1 @@
|
||||||
|
name: 'Obični tekst'
|
|
@ -0,0 +1 @@
|
||||||
|
label: Engleski
|
|
@ -0,0 +1 @@
|
||||||
|
label: Sadržaj
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Izbriši komentar'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Objavi komentar'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Spremi komentar'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Prekini objavu komentara'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Učini sadržaj ljepljivim'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Ukloni ljepljivost sa sadržaja'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Promoviraj sadržaj na naslovnicu'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Objavi sadržaj'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Spremi sadržaj'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Degradiraj sadržaj s naslovnice'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Prekini objavu sadržaja'
|
|
@ -0,0 +1 @@
|
||||||
|
message: '@site je trenutno van mreže. Uskoro bi trebao biti umrežen. Hvala na strpljenju.'
|
|
@ -0,0 +1 @@
|
||||||
|
label: Administracija
|
|
@ -1 +0,0 @@
|
||||||
label: Razvoj
|
|
|
@ -0,0 +1 @@
|
||||||
|
label: Podnožje
|
|
@ -0,0 +1 @@
|
||||||
|
label: Alati
|
|
@ -0,0 +1,2 @@
|
||||||
|
register_admin_created:
|
||||||
|
subject: 'Administrator vam je otvorio račun pri [site:name]'
|
|
@ -0,0 +1 @@
|
||||||
|
label: 'Anonimni korisnik'
|
|
@ -0,0 +1 @@
|
||||||
|
anonymous: Anoniman
|
|
@ -0,0 +1,33 @@
|
||||||
|
label: 'Custom block library'
|
||||||
|
description: 'Find and manage custom blocks.'
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: 'Custom block library'
|
||||||
|
fields:
|
||||||
|
info:
|
||||||
|
label: 'Opis bloka'
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Primjeni
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'There are no custom blocks available.'
|
||||||
|
filters:
|
||||||
|
info:
|
||||||
|
expose:
|
||||||
|
label: 'Opis bloka'
|
||||||
|
page_1:
|
||||||
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: 'Custom block library'
|
|
@ -0,0 +1,74 @@
|
||||||
|
label: Komentari
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: Komentari
|
||||||
|
fields:
|
||||||
|
comment_bulk_form:
|
||||||
|
action_title: Akcija
|
||||||
|
subject:
|
||||||
|
label: Naziv
|
||||||
|
name:
|
||||||
|
label: Autor
|
||||||
|
entity_id:
|
||||||
|
label: 'Objavljeno u'
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
pager:
|
||||||
|
options:
|
||||||
|
tags:
|
||||||
|
next: 'sljedeća ›'
|
||||||
|
previous: '‹ prethodna'
|
||||||
|
first: '« prva'
|
||||||
|
last: 'posljednja »'
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Pročisti
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'Nema dostupnih komentara.'
|
||||||
|
filters:
|
||||||
|
subject:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
use_more_text: više
|
||||||
|
page_published:
|
||||||
|
display_title: 'Objavljeni komentari'
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Komentari
|
||||||
|
page_unapproved:
|
||||||
|
display_title: 'Neodobreni komentari'
|
||||||
|
display_options:
|
||||||
|
fields:
|
||||||
|
comment_bulk_form:
|
||||||
|
action_title: Akcija
|
||||||
|
subject:
|
||||||
|
label: Naziv
|
||||||
|
name:
|
||||||
|
label: Autor
|
||||||
|
entity_id:
|
||||||
|
label: 'Objavljeno u'
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
filters:
|
||||||
|
subject:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
menu:
|
||||||
|
title: 'Neodobreni komentari'
|
|
@ -0,0 +1,13 @@
|
||||||
|
label: 'Posljednji komentari'
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: 'Posljednji komentari'
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'Nema dostupnih komentara.'
|
||||||
|
block_1:
|
||||||
|
display_title: Blok
|
||||||
|
display_options:
|
||||||
|
block_description: 'Posljednji komentari'
|
|
@ -0,0 +1,49 @@
|
||||||
|
label: Sadržaj
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: Sadržaj
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
name:
|
||||||
|
label: Autor
|
||||||
|
status:
|
||||||
|
settings:
|
||||||
|
format_custom_true: Objavljeno
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Pročisti
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
filters:
|
||||||
|
title:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
status:
|
||||||
|
group_info:
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Objavljeno
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
page_1:
|
||||||
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Sadržaj
|
||||||
|
tab_options:
|
||||||
|
title: Sadržaj
|
|
@ -0,0 +1,46 @@
|
||||||
|
label: Mediji
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: Mediji
|
||||||
|
fields:
|
||||||
|
media_bulk_form:
|
||||||
|
action_title: Akcija
|
||||||
|
bundle:
|
||||||
|
label: Vrsta
|
||||||
|
uid:
|
||||||
|
label: Autor
|
||||||
|
status:
|
||||||
|
settings:
|
||||||
|
format_custom_true: Objavljeno
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Pročisti
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
filters:
|
||||||
|
bundle:
|
||||||
|
expose:
|
||||||
|
label: Vrsta
|
||||||
|
status:
|
||||||
|
expose:
|
||||||
|
label: Istina
|
||||||
|
group_info:
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Objavljeno
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
media_page_list:
|
||||||
|
display_title: Mediji
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Mediji
|
|
@ -0,0 +1,74 @@
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: Mediji
|
||||||
|
fields:
|
||||||
|
media_bulk_form:
|
||||||
|
action_title: Akcija
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
group_info:
|
||||||
|
label: Objavljeno
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Objavljeno
|
||||||
|
name:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
page:
|
||||||
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
fields:
|
||||||
|
media_bulk_form:
|
||||||
|
action_title: Akcija
|
||||||
|
edit_media:
|
||||||
|
text: Uredi
|
||||||
|
delete_media:
|
||||||
|
text: Ukloni
|
||||||
|
widget:
|
||||||
|
display_options:
|
||||||
|
arguments:
|
||||||
|
bundle:
|
||||||
|
exception:
|
||||||
|
title: Svi
|
||||||
|
filters:
|
||||||
|
name:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
header:
|
||||||
|
display_link_grid:
|
||||||
|
label: Mreža
|
||||||
|
display_link_table:
|
||||||
|
label: Tablica
|
||||||
|
widget_table:
|
||||||
|
display_options:
|
||||||
|
fields:
|
||||||
|
name:
|
||||||
|
label: Naziv
|
||||||
|
uid:
|
||||||
|
label: Autor
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
arguments:
|
||||||
|
bundle:
|
||||||
|
exception:
|
||||||
|
title: Svi
|
||||||
|
filters:
|
||||||
|
name:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
header:
|
||||||
|
display_link_grid:
|
||||||
|
label: Mreža
|
||||||
|
display_link_table:
|
||||||
|
label: Tablica
|
|
@ -0,0 +1,42 @@
|
||||||
|
label: 'Moderirani sadržaj'
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: 'Moderirani sadržaj'
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
label: Naziv
|
||||||
|
separator: ', '
|
||||||
|
type:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
separator: ', '
|
||||||
|
name:
|
||||||
|
label: Autor
|
||||||
|
separator: ', '
|
||||||
|
moderation_state:
|
||||||
|
separator: ', '
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
separator: ', '
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Pročisti
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
filters:
|
||||||
|
title:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
moderated_content:
|
||||||
|
display_title: 'Moderirani sadržaj'
|
|
@ -0,0 +1,18 @@
|
||||||
|
label: 'Pojam taksonomije'
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Primjeni
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
arguments:
|
||||||
|
tid:
|
||||||
|
exception:
|
||||||
|
title: Svi
|
||||||
|
page_1:
|
||||||
|
display_title: Stranica
|
|
@ -1,2 +0,0 @@
|
||||||
settings:
|
|
||||||
label: 'RSS feed'
|
|
|
@ -1 +0,0 @@
|
||||||
label: RSS
|
|
|
@ -1 +0,0 @@
|
||||||
label: German
|
|
|
@ -1 +0,0 @@
|
||||||
label: Španščina
|
|
|
@ -1 +1 @@
|
||||||
label: Poizvedba
|
label: Sadržaj
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
label: Razvoj
|
|
|
@ -15,10 +15,10 @@ display:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Primjeni
|
submit_button: Primjeni
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Padajoče
|
sort_desc_label: Silazno
|
||||||
empty:
|
empty:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
content: 'There are no custom blocks available.'
|
content: 'There are no custom blocks available.'
|
||||||
|
|
|
@ -26,11 +26,11 @@ display:
|
||||||
last: 'posljednja »'
|
last: 'posljednja »'
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Filtriraj
|
submit_button: Počisti
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Padajoče
|
sort_desc_label: Silazno
|
||||||
empty:
|
empty:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
content: 'Nema dostupnih komentara.'
|
content: 'Nema dostupnih komentara.'
|
||||||
|
|
|
@ -20,11 +20,11 @@ display:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Filtriraj
|
submit_button: Počisti
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Padajoče
|
sort_desc_label: Silazno
|
||||||
filters:
|
filters:
|
||||||
bundle:
|
bundle:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -8,10 +8,10 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Padajoče
|
sort_desc_label: Silazno
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
group_info:
|
group_info:
|
||||||
|
@ -36,7 +36,6 @@ display:
|
||||||
delete_media:
|
delete_media:
|
||||||
text: Ukloni
|
text: Ukloni
|
||||||
widget:
|
widget:
|
||||||
display_title: Widget
|
|
||||||
display_options:
|
display_options:
|
||||||
arguments:
|
arguments:
|
||||||
bundle:
|
bundle:
|
||||||
|
|
|
@ -7,15 +7,23 @@ display:
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
label: Naslov
|
label: Naslov
|
||||||
|
separator: ', '
|
||||||
|
type:
|
||||||
|
label: 'Tip vsebin'
|
||||||
|
separator: ', '
|
||||||
name:
|
name:
|
||||||
label: Avtor
|
label: Avtor
|
||||||
|
separator: ', '
|
||||||
|
moderation_state:
|
||||||
|
separator: ', '
|
||||||
changed:
|
changed:
|
||||||
label: Posodobljeno
|
label: Posodobljeno
|
||||||
|
separator: ', '
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Filtriraj
|
submit_button: Počisti
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Ponastavi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Naraščajoče
|
||||||
|
@ -24,6 +32,9 @@ display:
|
||||||
title:
|
title:
|
||||||
expose:
|
expose:
|
||||||
label: Naslov
|
label: Naslov
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
langcode:
|
langcode:
|
||||||
expose:
|
expose:
|
||||||
label: Jezik
|
label: Jezik
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue