summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: set client available if cvs version above 0.9.5.Toshi MARUYAMA2011-04-081-1/+1
* Adds missing strings for notification settings (#8075).Jean-Philippe Lang2011-04-0742-0/+126
* Fixes test broken by r5354.Jean-Philippe Lang2011-04-071-1/+1
* Adds functional test for project copy.Jean-Philippe Lang2011-04-072-9/+28
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-076-5/+46
* Fixes #possible_values for version custom field.Jean-Philippe Lang2011-04-071-1/+1
* PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1...Toshi MARUYAMA2011-04-061-0/+7
* PDF: replace converting error characters instead of returning UTF-8 in FPDF A...Toshi MARUYAMA2011-04-061-3/+9
* PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1...Toshi MARUYAMA2011-04-061-0/+16
* scm: git: use "-c log.decorate=no" option instead of "--no-decorate" of "git ...Toshi MARUYAMA2011-04-061-2/+3
* scm: git: change "decorate = short" to "decorate = no" in config log section ...Toshi MARUYAMA2011-04-061-0/+0
* PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-062-1/+9
* PDF: add test of Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF...Toshi MARUYAMA2011-04-061-0/+15
* PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, ...Toshi MARUYAMA2011-04-061-6/+13
* PDF: add \\(double backslashes) handling of FPDF ANSI test in unit lib test (...Toshi MARUYAMA2011-04-061-0/+13
* PDF: fix \\(double backslashes) handling of FPDF ANSI (#61, #117).Toshi MARUYAMA2011-04-061-5/+3
* PDF: set language 'ja' in '0x5c'(backslash) handling unit lib test (#61, #117).Toshi MARUYAMA2011-04-061-0/+2
* scm: git: add "decorate = short" in config log section of test repository (#8...Toshi MARUYAMA2011-04-061-0/+0
* PDF: create new unit lib pdf test and add '0x5c'(backslash) handling test (#6...Toshi MARUYAMA2011-04-061-0/+32
* code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-051-3/+3
* scm: git: add "--no-decorate" option in "git log".Toshi MARUYAMA2011-04-051-2/+2
* Localize anonymous and non member roles names (#8072).Jean-Philippe Lang2011-04-0546-4/+107
* Wrap text custom fields in the issue list (#8064).Jean-Philippe Lang2011-04-054-2/+26
* PDF: Ruby 1.9 compatibility for FPDF ANSI (#61).Toshi MARUYAMA2011-04-053-9/+9
* Removed duplicate Modules fieldset on project copy form.Jean-Philippe Lang2011-04-051-9/+0
* Removed a duplicate test.Jean-Philippe Lang2011-04-051-11/+0
* Removed calls to deprecated Project.visible_by method.Jean-Philippe Lang2011-04-052-2/+2
* Makes search providers use visible scopes.Jean-Philippe Lang2011-04-051-10/+18
* Add permission option to wiki page activity provider.Jean-Philippe Lang2011-04-051-0/+1
* Makes activity providers use visible scopes.Jean-Philippe Lang2011-04-051-4/+14
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-059-22/+43
* Set CSV separator to ; and decimal separator to , for italian (#8067).Jean-Philippe Lang2011-04-051-2/+2
* Adds context menu for related issues (#8006).Jean-Philippe Lang2011-04-052-9/+13
* Cleaner way to handle the replacement of watch links (#8071).Jean-Philippe Lang2011-04-055-57/+22
* Code cleanup.Jean-Philippe Lang2011-04-051-7/+1
* Fixed: DoubleRenderError introduced by #7996.Jean-Philippe Lang2011-04-051-0/+2
* update locales for bulk delete time entries (#7996).Toshi MARUYAMA2011-04-0443-0/+43
* add function of bulk delete time entries (#7996).Toshi MARUYAMA2011-04-043-20/+31
* add functional tests for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-044-6/+105
* add bulk edit items and context menu in time entries list view (#7996).Toshi MARUYAMA2011-04-041-1/+13
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-044-3/+65
* add controller for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-1/+14
* add view for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-0/+49
* update locales for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-0443-0/+43
* add context menu in time entries for bulk edit (#7996).Toshi MARUYAMA2011-04-042-0/+28
* code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-041-8/+14
* i18n: add test of utf-8 strings.Toshi MARUYAMA2011-04-041-0/+11
* PDF: remove replacing non ASCII quotation marks (#61).Toshi MARUYAMA2011-04-041-2/+0
* Remove empty lines from test/unit/mailer_test.rb.Toshi MARUYAMA2011-04-041-3/+0
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-035-5/+9