Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
|
@ -1,5 +1,5 @@
|
|||
# Redmine - project management software
|
||||
# Copyright (C) 2006-2017 Jean-Philippe Lang
|
||||
# Copyright (C) 2006-2019 Jean-Philippe Lang
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -21,8 +21,6 @@
|
|||
|
||||
app_title:
|
||||
default: Redmine
|
||||
app_subtitle:
|
||||
default: Project management
|
||||
welcome_text:
|
||||
default:
|
||||
login_required:
|
||||
|
@ -38,6 +36,10 @@ lost_password:
|
|||
security_notifications: 1
|
||||
unsubscribe:
|
||||
default: 1
|
||||
password_required_char_classes:
|
||||
serialized: true
|
||||
default: []
|
||||
security_notifications: 1
|
||||
password_min_length:
|
||||
format: int
|
||||
default: 8
|
||||
|
@ -107,6 +109,9 @@ feeds_limit:
|
|||
gantt_items_limit:
|
||||
format: int
|
||||
default: 500
|
||||
gantt_months_limit:
|
||||
format: int
|
||||
default: 24
|
||||
# Maximum size of files that can be displayed
|
||||
# inline through the file viewer (in KB)
|
||||
file_max_size_displayed:
|
||||
|
@ -119,7 +124,6 @@ enabled_scm:
|
|||
serialized: true
|
||||
default:
|
||||
- Subversion
|
||||
- Darcs
|
||||
- Mercurial
|
||||
- Cvs
|
||||
- Bazaar
|
||||
|
@ -173,6 +177,8 @@ parent_issue_done_ratio:
|
|||
default: 'derived'
|
||||
link_copied_issue:
|
||||
default: 'ask'
|
||||
close_duplicate_issues:
|
||||
default: 1
|
||||
issue_group_assignment:
|
||||
default: 0
|
||||
default_issue_start_date_to_creation_date:
|
||||
|
@ -186,6 +192,8 @@ mail_handler_body_delimiters:
|
|||
default: ''
|
||||
mail_handler_enable_regex_delimiters:
|
||||
default: 0
|
||||
mail_handler_enable_regex_excluded_filenames:
|
||||
default: 0
|
||||
mail_handler_excluded_filenames:
|
||||
default: ''
|
||||
mail_handler_api_enabled:
|
||||
|
@ -194,6 +202,8 @@ mail_handler_api_enabled:
|
|||
mail_handler_api_key:
|
||||
default:
|
||||
security_notifications: 1
|
||||
mail_handler_preferred_body_part:
|
||||
default: plain
|
||||
issue_list_default_columns:
|
||||
serialized: true
|
||||
default:
|
||||
|
@ -208,6 +218,25 @@ issue_list_default_totals:
|
|||
default: []
|
||||
display_subprojects_issues:
|
||||
default: 1
|
||||
time_entry_list_defaults:
|
||||
serialized: true
|
||||
default:
|
||||
column_names:
|
||||
- spent_on
|
||||
- user
|
||||
- activity
|
||||
- issue
|
||||
- comments
|
||||
- hours
|
||||
totalable_names:
|
||||
- hours
|
||||
project_list_defaults:
|
||||
serialized: true
|
||||
default:
|
||||
column_names:
|
||||
- name
|
||||
- identifier
|
||||
- short_description
|
||||
issue_done_ratio:
|
||||
default: 'issue_field'
|
||||
default_projects_public:
|
||||
|
@ -276,7 +305,7 @@ default_notification_option:
|
|||
emails_header:
|
||||
default: ''
|
||||
thumbnails_enabled:
|
||||
default: 0
|
||||
default: 1
|
||||
thumbnails_size:
|
||||
format: int
|
||||
default: 100
|
||||
|
@ -290,3 +319,12 @@ new_item_menu_tab:
|
|||
timelog_required_fields:
|
||||
serialized: true
|
||||
default: []
|
||||
timelog_accept_0_hours:
|
||||
default: 1
|
||||
timelog_max_hours_per_day:
|
||||
format: int
|
||||
default: 999
|
||||
timelog_accept_future_dates:
|
||||
default: 1
|
||||
show_status_changes_in_mail_subject:
|
||||
default: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue