Project

General

Profile

Actions

Defect #20551

closed

Typo "coma" (correct: "comma")

Added by Toshi MARUYAMA over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

On trunk r14506:

1. label_coma_char

Introduced by r14494 (#950):

./config/locales/en.yml-963-  label_fields_separator: Field separator
./config/locales/en.yml-964-  label_fields_wrapper: Field wrapper
./config/locales/en.yml-965-  label_encoding: Encoding
./config/locales/en.yml:966:  label_coma_char: Coma
./config/locales/en.yml-967-  label_semi_colon_char: Semi colon
./config/locales/en.yml-968-  label_quote_char: Quote
./config/locales/en.yml-969-  label_double_quote_char: Double quote

2. :lastname_coma_firstname

./app/models/user.rb-47-        :order => %w(lastname firstname id),
./app/models/user.rb-48-        :setting_order => 4
./app/models/user.rb-49-      },
./app/models/user.rb:50:    :lastname_coma_firstname => {
./app/models/user.rb-51-        :string => '#{lastname}, #{firstname}',
./app/models/user.rb-52-        :order => %w(lastname firstname id),
./app/models/user.rb-53-        :setting_order => 5

3. lib/redmine/wiki_formatting/macros.rb

./lib/redmine/wiki_formatting/macros.rb-92-        #   invoked without a block of text.  
./lib/redmine/wiki_formatting/macros.rb-93-        #
./lib/redmine/wiki_formatting/macros.rb-94-        # Examples:
./lib/redmine/wiki_formatting/macros.rb:95:        # By default, when the macro is invoked, the coma separated list of arguments
./lib/redmine/wiki_formatting/macros.rb-96-        # is split and passed to the macro block as an array. If no argument is given
./lib/redmine/wiki_formatting/macros.rb-97-        # the macro will be invoked with an empty array:
./lib/redmine/wiki_formatting/macros.rb-98-        #

Files

redmine-20551_CommaTypo.patch (26.8 KB) redmine-20551_CommaTypo.patch budo kaiman, 2015-10-20 18:36

Related issues

Related to Redmine - Feature #950: Import Issues from delimited/CSV fileClosedJean-Philippe Lang2008-03-29

Actions
Actions #1

Updated by Toshi MARUYAMA over 8 years ago

  • Description updated (diff)
Actions #2

Updated by Toshi MARUYAMA over 8 years ago

  • Related to Feature #950: Import Issues from delimited/CSV file added
Actions #3

Updated by Jean-Philippe Lang over 8 years ago

  • Target version set to 3.2.0
Actions #4

Updated by budo kaiman over 8 years ago

I've attached a patch that will fix all of these typos.

Actions #5

Updated by Jean-Philippe Lang over 8 years ago

  • Category set to Code cleanup/refactoring
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Patch committed in r14712, thanks. I've also added a migration to fix the setting value for those who use the fixed value.

Actions

Also available in: Atom PDF