Commit Graph

  • f690341d9e scm: code clean up RepositoriesHelper. Toshi MARUYAMA 2011-04-11 04:18:13 +00:00
  • bf68788867 scm: more strict to_utf8() test in repository helper on Ruby 1.9. Toshi MARUYAMA 2011-04-11 03:06:43 +00:00
  • d5bb4b349a scm: cvs: code clean up adapter. Toshi MARUYAMA 2011-04-10 12:27:53 +00:00
  • 3be326f0a4 PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead of language value such as 'ja' (#61). Toshi MARUYAMA 2011-04-10 08:34:52 +00:00
  • 85b891ec9e PDF: code clean up lib/redmine/export/pdf.rb. Toshi MARUYAMA 2011-04-10 08:34:31 +00:00
  • ce6377b406 PDF: switch FPDF font with general_pdf_encoding value instead of language value such as 'ja' (#61). Toshi MARUYAMA 2011-04-10 08:34:02 +00:00
  • ed8b82b012 PDF: set general_pdf_encoding UTF-8 on non CJK and Thailand locales (#61). Toshi MARUYAMA 2011-04-10 08:33:33 +00:00
  • bac26830e5 scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb. Toshi MARUYAMA 2011-04-10 08:11:18 +00:00
  • c6ec41473e scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb. Toshi MARUYAMA 2011-04-10 08:10:57 +00:00
  • 572af75c6e change "utf8" of general_csv_encoding to "UTF-8" in bs.yml and hr.yml. Toshi MARUYAMA 2011-04-10 04:46:11 +00:00
  • 003460e77a PDF: change "utf8" of general_pdf_encoding to "UTF-8" in bs.yml and hr.yml (#61). Toshi MARUYAMA 2011-04-10 01:55:58 +00:00
  • 740051b769 scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb. Toshi MARUYAMA 2011-04-09 23:23:10 +00:00
  • 18431d3681 scm: cvs: code clean up app/models/repository/cvs.rb. Toshi MARUYAMA 2011-04-09 23:22:22 +00:00
  • cae3fcce54 scm: use upcase to compare encoding name "UTF-8" in log converting. Toshi MARUYAMA 2011-04-09 23:21:41 +00:00
  • f31df6c02f scm: code clean up app/models/changeset.rb. Toshi MARUYAMA 2011-04-09 23:21:04 +00:00
  • 6536c53e09 scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby 1.8. Toshi MARUYAMA 2011-04-09 09:31:14 +00:00
  • b9ce061319 scm: code clean up app/models/changeset.rb. Toshi MARUYAMA 2011-04-09 09:30:50 +00:00
  • c12453ec4e scm: code clean up app/models/changeset.rb. Toshi MARUYAMA 2011-04-09 08:19:55 +00:00
  • 1104c3900c scm: fix log converting error in Ruby 1.9 and add more tests. Toshi MARUYAMA 2011-04-09 08:07:22 +00:00
  • c711ead46c scm: more strict log converting test in Ruby 1.9. Toshi MARUYAMA 2011-04-09 07:52:34 +00:00
  • 1b0473c38e scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests. Toshi MARUYAMA 2011-04-09 06:34:33 +00:00
  • e297c1c244 scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby 1.9. Toshi MARUYAMA 2011-04-09 05:41:12 +00:00
  • 1ef54041da scm: code clean up test/unit/changeset_test.rb. Toshi MARUYAMA 2011-04-09 05:40:25 +00:00
  • fee9d605a3 Adds visibility condition to Issue.by_* count methods. Jean-Philippe Lang 2011-04-08 12:21:06 +00:00
  • 3bc9972d5e scm: add filesystem available test at unit repository test (#4273). Toshi MARUYAMA 2011-04-08 05:44:06 +00:00
  • b30ece064b scm: mercurial: add scm command tests at unit model test (#4273). Toshi MARUYAMA 2011-04-08 05:43:24 +00:00
  • d21f7fe1bf scm: git: add scm command tests at unit model test (#4273). Toshi MARUYAMA 2011-04-08 05:42:43 +00:00
  • 46d970a552 scm: mercurial: add client command tests at unit adapter test (#4273). Toshi MARUYAMA 2011-04-08 04:53:11 +00:00
  • ce3a03f4e8 scm: git: add client command tests at unit adapter test (#4273). Toshi MARUYAMA 2011-04-08 04:52:26 +00:00
  • bb2aec653d scm: mercurial: code clean up unit adapter test. Toshi MARUYAMA 2011-04-08 04:40:48 +00:00
  • fd316c99fa scm: mercurial: set client available if cvs version above 0.9.5. Toshi MARUYAMA 2011-04-08 04:39:55 +00:00
  • 1ee96293c3 Adds missing strings for notification settings (#8075). Jean-Philippe Lang 2011-04-07 20:53:46 +00:00
  • 1a454b8f39 Fixes test broken by r5354. Jean-Philippe Lang 2011-04-07 20:49:33 +00:00
  • c2d2761caa Adds functional test for project copy. Jean-Philippe Lang 2011-04-07 17:25:51 +00:00
  • d0ea5fae62 Fixed: empty list for user/version custom fields on bulk edit form (#2096). Jean-Philippe Lang 2011-04-07 16:34:58 +00:00
  • 406aa946e5 Fixes #possible_values for version custom field. Jean-Philippe Lang 2011-04-07 16:11:29 +00:00
  • 5eea9ec61a PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1.8 (#61). Toshi MARUYAMA 2011-04-06 10:50:24 +00:00
  • 2f2cdfd96a PDF: replace converting error characters instead of returning UTF-8 in FPDF ANSI on Ruby 1.8 (#61). Toshi MARUYAMA 2011-04-06 10:50:01 +00:00
  • 561f6bb6d1 PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1.9 (#61). Toshi MARUYAMA 2011-04-06 10:16:29 +00:00
  • b23bf1f299 scm: git: use "-c log.decorate=no" option instead of "--no-decorate" of "git log" above Git 1.7.2 (#8081, #8083). Toshi MARUYAMA 2011-04-06 07:16:25 +00:00
  • 2e0fdb39ef scm: git: change "decorate = short" to "decorate = no" in config log section of test repository (#8081, #8083). Toshi MARUYAMA 2011-04-06 07:15:35 +00:00
  • f09f2e8e63 scm: git: backout r5336 (#8081, #8083). Toshi MARUYAMA 2011-04-06 06:59:50 +00:00
  • 2a1203bfef scm: git: backout r5340 (#8081, #8083). Toshi MARUYAMA 2011-04-06 06:58:47 +00:00
  • d6e2e81f0c PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb. Toshi MARUYAMA 2011-04-06 05:52:07 +00:00
  • 411c7100cb PDF: add test of Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, #117). Toshi MARUYAMA 2011-04-06 05:39:26 +00:00
  • a4bad14359 PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, #117). Toshi MARUYAMA 2011-04-06 05:38:31 +00:00
  • 470ff0c6e5 PDF: add \\(double backslashes) handling of FPDF ANSI test in unit lib test (#61, #117). Toshi MARUYAMA 2011-04-06 04:28:19 +00:00
  • 73a248530a PDF: fix \\(double backslashes) handling of FPDF ANSI (#61, #117). Toshi MARUYAMA 2011-04-06 04:27:38 +00:00
  • f6918d0242 Merged r5338 from trunk. Toshi MARUYAMA 2011-04-06 02:52:59 +00:00
  • 7f923cdc66 PDF: set language 'ja' in '0x5c'(backslash) handling unit lib test (#61, #117). Toshi MARUYAMA 2011-04-06 02:41:48 +00:00
  • 7ca82846fc scm: git: add "decorate = short" in config log section of test repository (#8081). Toshi MARUYAMA 2011-04-06 02:41:27 +00:00
  • d20bc57be0 PDF: create new unit lib pdf test and add '0x5c'(backslash) handling test (#61, #117). Toshi MARUYAMA 2011-04-06 00:40:51 +00:00
  • e338f522dd Merged r5334 from trunk. Toshi MARUYAMA 2011-04-05 23:18:29 +00:00
  • 91e4d7d298 code clean up lib/redmine/export/pdf.rb. Toshi MARUYAMA 2011-04-05 23:04:32 +00:00
  • 00277a2a0a scm: git: add "--no-decorate" option in "git log". Toshi MARUYAMA 2011-04-05 23:03:49 +00:00
  • 44214ed1aa Localize anonymous and non member roles names (#8072). Jean-Philippe Lang 2011-04-05 22:37:45 +00:00
  • 5823481d6e Wrap text custom fields in the issue list (#8064). Jean-Philippe Lang 2011-04-05 22:18:49 +00:00
  • 47dccc53b3 PDF: Ruby 1.9 compatibility for FPDF ANSI (#61). Toshi MARUYAMA 2011-04-05 14:13:03 +00:00
  • c41a3ace07 Removed duplicate Modules fieldset on project copy form. Jean-Philippe Lang 2011-04-05 13:26:32 +00:00
  • c9a3700cfc Removed a duplicate test. Jean-Philippe Lang 2011-04-05 13:04:59 +00:00
  • 5f7f69e214 Removed calls to deprecated Project.visible_by method. Jean-Philippe Lang 2011-04-05 12:57:18 +00:00
  • 2b8d32a30e Makes search providers use visible scopes. Jean-Philippe Lang 2011-04-05 12:55:19 +00:00
  • 8cf42fabf6 Add permission option to wiki page activity provider. Jean-Philippe Lang 2011-04-05 12:52:57 +00:00
  • da6c149275 Makes activity providers use visible scopes. Jean-Philippe Lang 2011-04-05 12:52:20 +00:00
  • 405fc07e90 Makes visible scopes accept projects option and deprecate Project.visible_by. Jean-Philippe Lang 2011-04-05 12:50:19 +00:00
  • ab10e187a6 Merged r5322 from trunk. Jean-Philippe Lang 2011-04-05 12:17:43 +00:00
  • c2095f5e2f Set CSV separator to ; and decimal separator to , for italian (#8067). Jean-Philippe Lang 2011-04-05 12:15:04 +00:00
  • 13eea4266e Adds context menu for related issues (#8006). Jean-Philippe Lang 2011-04-05 12:11:05 +00:00
  • e3dae9ddbf Cleaner way to handle the replacement of watch links (#8071). Jean-Philippe Lang 2011-04-05 12:09:15 +00:00
  • 1af6527e42 Code cleanup. Jean-Philippe Lang 2011-04-05 11:40:31 +00:00
  • efccc61d79 Fixed: DoubleRenderError introduced by #7996. Jean-Philippe Lang 2011-04-05 11:38:45 +00:00
  • 1eab530e92 update locales for bulk delete time entries (#7996). Toshi MARUYAMA 2011-04-04 11:55:16 +00:00
  • 098fabd6ce add function of bulk delete time entries (#7996). Toshi MARUYAMA 2011-04-04 11:54:47 +00:00
  • c2baf187ac add functional tests for bulk edit time entries (#7996). Toshi MARUYAMA 2011-04-04 11:54:22 +00:00
  • 2029df01ae add bulk edit items and context menu in time entries list view (#7996). Toshi MARUYAMA 2011-04-04 11:53:55 +00:00
  • 8a31517288 add bulk edit and bulk update actions for time entries (#7996). Toshi MARUYAMA 2011-04-04 11:53:29 +00:00
  • ab31a114fd add controller for bulk edit time entries (#7996). Toshi MARUYAMA 2011-04-04 11:53:03 +00:00
  • f6c5426605 add view for bulk edit time entries (#7996). Toshi MARUYAMA 2011-04-04 11:52:33 +00:00
  • 70a641c9bc update locales for bulk edit time entries (#7996). Toshi MARUYAMA 2011-04-04 11:51:54 +00:00
  • 87945f2ff5 add context menu in time entries for bulk edit (#7996). Toshi MARUYAMA 2011-04-04 11:51:17 +00:00
  • 3b20bd76a8 code clean up lib/redmine/export/pdf.rb. Toshi MARUYAMA 2011-04-04 05:01:42 +00:00
  • 6d13ed58db i18n: add test of utf-8 strings. Toshi MARUYAMA 2011-04-04 02:39:43 +00:00
  • d435195764 PDF: remove replacing non ASCII quotation marks (#61). Toshi MARUYAMA 2011-04-04 01:10:31 +00:00
  • 846ac262ec Remove empty lines from test/unit/mailer_test.rb. Toshi MARUYAMA 2011-04-04 01:10:10 +00:00
  • 3c06f66d71 Shorten query[column_names] param name. Jean-Philippe Lang 2011-04-03 14:31:32 +00:00
  • 87bcb21563 Keep issue filter params on sort headers. Jean-Philippe Lang 2011-04-03 14:09:22 +00:00
  • 01fed468fa Changes pagination links to non-AJAX requests (#5138). Jean-Philippe Lang 2011-04-03 14:06:53 +00:00
  • 0f0fbeb26d Makes all pagination-like links use #link_to_content_update (#5138). Jean-Philippe Lang 2011-04-03 14:01:32 +00:00
  • 7bca8c4212 Removed the changeset-changes class to the commit logs on the issue view (#8038). Jean-Philippe Lang 2011-04-03 12:33:27 +00:00
  • 4ab4c21890 Disable unused fields when switching the period type. Jean-Philippe Lang 2011-04-03 12:02:56 +00:00
  • 70ec78d013 Removed hidden project_id and issue_id parameters. Jean-Philippe Lang 2011-04-03 12:02:10 +00:00
  • b0ade644d6 Changed timelogs filters to use non-AJAX requests (#1965). Jean-Philippe Lang 2011-04-03 11:55:24 +00:00
  • 90ed078445 PDF: code clean up lib/redmine/export/pdf.rb. Toshi MARUYAMA 2011-04-03 02:47:06 +00:00
  • dfe83ffa91 PDF: fix width calculation of multi byte character in Simplified and Traditional Chinese (#61). Toshi MARUYAMA 2011-04-03 02:12:09 +00:00
  • afbd83d404 Skip a count(*) SQL query. Jean-Philippe Lang 2011-04-02 11:46:20 +00:00
  • 8cd93159d6 Do not load projects association in #rolled_up_trackers. Jean-Philippe Lang 2011-04-02 11:31:33 +00:00
  • 80b59f3cf4 Skip a few count(*) SQL queries on the issue list. Jean-Philippe Lang 2011-04-02 10:18:05 +00:00
  • 859e8ae828 PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61). Toshi MARUYAMA 2011-04-02 08:01:47 +00:00
  • 2b899b73ad PDF: fix the problem that TCPDF built-in font breaks in the Windows (#61). Toshi MARUYAMA 2011-04-02 08:01:29 +00:00
  • bc5be82683 Fix typo "attachements" in test/integration/issues_test.rb. Toshi MARUYAMA 2011-04-02 08:01:06 +00:00