Actions
Defect #20551
closedTypo "coma" (correct: "comma")
Status:
Closed
Priority:
Normal
Assignee:
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¶
./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
Related issues
Updated by Toshi MARUYAMA about 9 years ago
- Related to Feature #950: Import Issues from delimited/CSV file added
Updated by budo kaiman about 9 years ago
I've attached a patch that will fix all of these typos.
Updated by Jean-Philippe Lang about 9 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