| Commit message (Expand) | Author | Age | Files | Lines |
* | fix malformed time log csv encoding in case of unable to convert (#8549) | Toshi MARUYAMA | 2011-11-16 | 2 | -3/+52 |
* | move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common... | Toshi MARUYAMA | 2011-11-16 | 3 | -79/+53 |
* | code layout clean up test/functional/attachments_controller_test.rb | Toshi MARUYAMA | 2011-11-16 | 1 | -2/+2 |
* | code layout clean up lib/redmine/export/pdf.rb | Toshi MARUYAMA | 2011-11-16 | 1 | -1/+2 |
* | Adds an option to force nested set rebuild (#9577). | Jean-Philippe Lang | 2011-11-15 | 1 | -2/+3 |
* | Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc... | Jean-Philippe Lang | 2011-11-15 | 2 | -1/+15 |
* | Reverted r7808 (#9566). | Jean-Philippe Lang | 2011-11-15 | 1 | -24/+7 |
* | add functional test to export time log csv encoded in Big5 on Traditional Chi... | Toshi MARUYAMA | 2011-11-15 | 1 | -0/+39 |
* | add functional test to export time entry report csv encoded in Big5 on Tradit... | Toshi MARUYAMA | 2011-11-15 | 1 | -0/+45 |
* | move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#... | Toshi MARUYAMA | 2011-11-14 | 2 | -41/+45 |
* | Fixed: Redmine.pm potential security issue with cache credential enabled and ... | Jean-Philippe Lang | 2011-11-14 | 1 | -5/+7 |
* | Fixed: Redmine.pm considers all projects private when login_required is enabl... | Jean-Philippe Lang | 2011-11-14 | 1 | -7/+24 |
* | Additional tests for email From header (#9564). | Jean-Philippe Lang | 2011-11-14 | 1 | -1/+11 |
* | improve rmagick feature of rfpdf plugin for PDF inline images (#3261) | Toshi MARUYAMA | 2011-11-14 | 2 | -27/+89 |
* | Replaced non standard Precedence email header with "X-Auto-Response-Suppress:... | Jean-Philippe Lang | 2011-11-13 | 2 | -2/+2 |
* | Adds a method to clear the settings cache. | Jean-Philippe Lang | 2011-11-13 | 2 | -3/+21 |
* | Ruby 1.9: add "encoding: utf-8" header at application_helper.rb | Toshi MARUYAMA | 2011-11-13 | 1 | -0/+2 |
* | Ruby 1.9: fix tests error due to require path at test/test_helper.rb | Toshi MARUYAMA | 2011-11-13 | 1 | -1/+1 |
* | Simplified Chinese translation for trunk updated by Steven Wong (#9558) | Toshi MARUYAMA | 2011-11-13 | 1 | -25/+24 |
* | Simplified Chinese "text_git_repository_note" translation updated by Steven W... | Toshi MARUYAMA | 2011-11-13 | 1 | -1/+1 |
* | Simplified Chinese translation for 1.2.2 updated by Steven Wong (#9558) | Toshi MARUYAMA | 2011-11-13 | 1 | -35/+36 |
* | Simplified Chinese translation changed by Steven Wong (#9558) | Toshi MARUYAMA | 2011-11-13 | 1 | -3/+3 |
* | Ruby 1.9: fix parsing error of sl.yml with psych yaml library (#8847) | Toshi MARUYAMA | 2011-11-13 | 1 | -2/+2 |
* | remove trailing white-spaces from scm.css | Toshi MARUYAMA | 2011-11-13 | 1 | -3/+3 |
* | code layout clean up application.css | Toshi MARUYAMA | 2011-11-13 | 1 | -6/+7 |
* | remove trailing white-spaces from application.css | Toshi MARUYAMA | 2011-11-13 | 1 | -9/+9 |
* | pdf: add subtasks and related issues at issue pdf (#5634) | Toshi MARUYAMA | 2011-11-12 | 1 | -0/+45 |
* | pdf: add ancestor issues at head of issue pdf (#5634) | Toshi MARUYAMA | 2011-11-12 | 1 | -2/+12 |
* | pdf: add logger at vendor/plugins/rfpdf/lib/tcpdf.rb (#3261) | Toshi MARUYAMA | 2011-11-12 | 1 | -0/+4 |
* | pdf: remove unused "require 'rfpdf/fpdf'" (#8312) | Toshi MARUYAMA | 2011-11-12 | 1 | -1/+0 |
* | code layout clean up test_report_csv_export of test/functional/time_entry_rep... | Toshi MARUYAMA | 2011-11-12 | 1 | -3/+5 |
* | code layout clean up test_report_all_projects_csv_export of test/functional/t... | Toshi MARUYAMA | 2011-11-12 | 1 | -2/+4 |
* | Fixed: copied private queries not visible after project copy (#9520). | Jean-Philippe Lang | 2011-11-11 | 2 | -0/+2 |
* | Rails3: replace deprecated RAILS_DEFAULT_LOGGER at lib/redmine/ciphering.rb (... | Toshi MARUYAMA | 2011-11-11 | 1 | -1/+1 |
* | Fixed: Error when reading ciphered text from the database without cipher key ... | Jean-Philippe Lang | 2011-11-11 | 2 | -0/+22 |
* | Custom date field accepts invalid dates (#9394). | Jean-Philippe Lang | 2011-11-11 | 2 | -1/+3 |
* | Updates for 1.2.2 release. | Jean-Philippe Lang | 2011-11-11 | 2 | -8/+27 |
* | Fixed failure introduced in r7772 (#8615). | Jean-Philippe Lang | 2011-11-11 | 1 | -1/+1 |
* | Fixed: Custom 'version' field don't show shared versions (#8615). | Jean-Philippe Lang | 2011-11-11 | 2 | -1/+77 |
* | Fixed: User with groups may not see issues assigned to him or to its groups (... | Jean-Philippe Lang | 2011-11-11 | 2 | -2/+25 |
* | code layout clean up test/functional/time_entry_reports_controller_test.rb | Toshi MARUYAMA | 2011-11-10 | 1 | -1/+3 |
* | Use a more accurate (and probably more english) string for @setting_default_i... | Etienne Massip | 2011-11-10 | 41 | -41/+41 |
* | code layout clean up test/functional/timelog_controller_test.rb | Toshi MARUYAMA | 2011-11-10 | 1 | -1/+4 |
* | pdf: indent subject of subtask ticket in exported issues PDF (#8617) | Toshi MARUYAMA | 2011-11-10 | 1 | -1/+5 |
* | remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_... | Toshi MARUYAMA | 2011-11-09 | 1 | -1/+1 |
* | remove trailing white-spaces from db/migrate/007_create_journals.rb (#9510) | Toshi MARUYAMA | 2011-11-09 | 1 | -7/+7 |
* | replace tabs to spaces at db/migrate/097_add_view_wiki_edits_permission.rb (#... | Toshi MARUYAMA | 2011-11-09 | 1 | -6/+6 |
* | replace tabs to spaces at db/migrate/096_add_commit_access_permission.rb (#9510) | Toshi MARUYAMA | 2011-11-09 | 1 | -7/+6 |
* | replace tabs to spaces at db/migrate/099_add_delete_wiki_pages_attachments_pe... | Toshi MARUYAMA | 2011-11-09 | 1 | -6/+6 |
* | remove trailing white-spaces from db/migrate/20100705164950_change_changes_pa... | Toshi MARUYAMA | 2011-11-09 | 1 | -1/+1 |