OSDN Git Service

PDF: switch FPDF font with general_pdf_encoding value instead of language value such...
[redminele/redmine.git] / lib /
2011-04-10 Toshi MARUYAMAPDF: switch FPDF font with general_pdf_encoding value...
2011-04-10 Toshi MARUYAMAscm: code clean up lib/redmine/scm/adapters/abstract_ad...
2011-04-10 Toshi MARUYAMAscm: cvs: code clean up lib/redmine/scm/adapters/cvs_ad...
2011-04-09 Toshi MARUYAMAscm: cvs: code clean up lib/redmine/scm/adapters/cvs_ad...
2011-04-08 Toshi MARUYAMAscm: mercurial: set client available if cvs version...
2011-04-06 Toshi MARUYAMAPDF: replace converting error characters instead of...
2011-04-06 Toshi MARUYAMAscm: git: use "-c log.decorate=no" option instead of...
2011-04-06 Toshi MARUYAMAPDF: nil safe at fix_text_encoding(txt) of lib/redmine...
2011-04-06 Toshi MARUYAMAPDF: Ruby 1.9 compatibility of '0x5c'(backslash) handli...
2011-04-06 Toshi MARUYAMAPDF: fix \\(double backslashes) handling of FPDF ANSI...
2011-04-05 Toshi MARUYAMAcode clean up lib/redmine/export/pdf.rb.
2011-04-05 Toshi MARUYAMAscm: git: add "--no-decorate" option in "git log".
2011-04-04 Toshi MARUYAMAadd bulk edit and bulk update actions for time entries...
2011-04-04 Toshi MARUYAMAcode clean up lib/redmine/export/pdf.rb.
2011-04-04 Toshi MARUYAMAPDF: remove replacing non ASCII quotation marks (#61).
2011-04-03 Toshi MARUYAMAPDF: code clean up lib/redmine/export/pdf.rb.
2011-04-02 Toshi MARUYAMAPDF: set enable to use TCPDF UTF-8 on Windows except...
2011-04-01 Jean-Philippe LangAdds User and Version custom field format that can...
2011-03-30 Toshi MARUYAMAPDF: switch TCPDF UTF-8 or FPDF ANSI (#61).
2011-03-30 Toshi MARUYAMAPDF: prepare switching TCPDF UTF-8 in non CJK or FPDF...
2011-03-30 Toshi MARUYAMAPDF: add missing rfpdf requires (#61).
2011-03-28 Jean-Philippe LangEscapes wiki help link.
2011-03-28 Jean-Philippe LangPrettier wiki syntax help link.
2011-03-28 Jean-Philippe LangLoad scripts and css for wiki formatter toolbar when...
2011-03-28 Jean-Philippe LangMoves jstoolbar script include tags to head.
2011-03-28 Jean-Philippe LangFixes progress calculation on gantt (#7838).
2011-03-27 Jean-Philippe LangAdds support for saturday as the first week day (#7097).
2011-03-22 Toshi MARUYAMAadd GNU gettext po to Redmine::MimeType.
2011-03-20 Toshi MARUYAMAscm: filesystem: prevent exception raises if path encod...
2011-03-19 Toshi MARUYAMAscm: git: default_branch() returns nil explicitly if...
2011-03-15 Toshi MARUYAMAscm: git: prevent showing trace when repository path...
2011-03-14 Jean-Philippe LangFixed: line breaks are ignored in quoted text (#6148).
2011-03-14 Toshi MARUYAMAscm: mercurial: wrap revision of cat and annotate with...
2011-03-13 Toshi MARUYAMAscm: mercurial: remove unused parameters from "nodes_in...
2011-03-13 Toshi MARUYAMAscm: mercurial: add new "nodes_in_branch()" method...
2011-03-13 Toshi MARUYAMAscm: mercurial: add new "rhlog()" function in helper...
2011-03-12 Jean-Philippe LangFixed: Wiki headings containing backslash followed...
2011-03-11 Jean-Philippe LangHighlight changes inside diff lines (#7139).
2011-03-11 Toshi MARUYAMAscm: cvs: fix age column on repository view is off...
2011-03-11 Toshi MARUYAMAscm: cvs: use "-D time_to_cvstime_rlog(identifier)...
2011-03-11 Toshi MARUYAMAscm: cvs: code clean up adapter entries().
2011-03-11 Toshi MARUYAMAscm: cvs: use scm_cmd() in adapter revisions().
2011-03-11 Toshi MARUYAMAscm: cvs: use scm_cmd() in adapter entries().
2011-03-11 Toshi MARUYAMAscm: cvs: add new method 'scm_cmd' to wrap shellout.
2011-03-10 Jean-Philippe LangGantt: do not ignore project filter (#7000, #7352)...
2011-03-08 Toshi MARUYAMAscm: git: switch "-c core.quotepath=false" in git versi...
2011-03-08 Toshi MARUYAMAscm: git: fix unit adapter test fails in Ruby 1.9 Linux...
2011-03-08 Toshi MARUYAMAscm: git: fix unit adapter test fails in Ruby 1.9 Linux...
2011-03-08 Toshi MARUYAMAscm: git: fix latin-1 directory entries() in adapter...
2011-03-08 Toshi MARUYAMAscm: git: add core.quotepath = false to run git command...
2011-03-08 Toshi MARUYAMAscm: git: use scm_cmd() in adapter tags().
2011-03-08 Toshi MARUYAMAscm: git: use scm_cmd() in adapter branches().
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter cat (#5251).
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter blame (...
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter entries...
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter diff (#5251).
2011-03-08 Toshi MARUYAMAscm: git: support path encoding in adapter revisions...
2011-03-08 Toshi MARUYAMAscm: git: convert path encoding in "git log" (#5251).
2011-03-08 Toshi MARUYAMAscm: git: add instance variable for path encoding in...
2011-03-08 Toshi MARUYAMAscm: git: code clean up adapter.
2011-03-07 Toshi MARUYAMAscm: git: remove "core.quotepath = true" to run git...
2011-03-07 Toshi MARUYAMAscm: git: use core.quotepath = true to run git command...
2011-03-07 Toshi MARUYAMAscm: git: change core.quotepath = true temporarily...
2011-03-07 Toshi MARUYAMAscm: git: add core.quotepath = false to run git command...
2011-03-06 Jean-Philippe LangUpdates for 1.1.2 release.
2011-03-04 Jean-Philippe LangAdds email notifications support for news comments...
2011-03-03 Toshi MARUYAMAscm: mercurial: convert copied file path encoding ...
2011-03-03 Toshi MARUYAMAscm: mercurial: remove localtime from adapter (#4455).
2011-03-03 Toshi MARUYAMAscm: Ruby 1.9 compatibility for XML UTF-8 parsing.
2011-03-03 Toshi MARUYAMAscm: fix unit tests fails in Ruby 1.9.
2011-03-02 Toshi MARUYAMAscm: mercurial: wrap revison, tag and branch with URL...
2011-02-28 Jean-Philippe LangStringify avatar to prevent "can't convert nil into...
2011-02-28 Toshi MARUYAMAscm: git: use --encoding=UTF-8 in "git log" (#3396).
2011-02-28 Toshi MARUYAMAscm: git: refactor lastrev() in adapter.
2011-02-28 Toshi MARUYAMAscm: git: move saving changesets from adapter to model...
2011-02-27 Jean-Philippe LangKeep track of issue description changes (#746).
2011-02-27 Jean-Philippe LangFixes wiki diff rendering.
2011-02-27 Jean-Philippe LangExtracts a diff helper from the WikiDiff class.
2011-02-26 Jean-Philippe LangAdds support for SCM/LDAP passwords encryption in the...
2011-02-25 Jean-Philippe LangAdds a method to temporarily override configuration...
2011-02-24 Toshi MARUYAMAscm: git: add flag of disable showing last commit in...
2011-02-24 Toshi MARUYAMAscm: update adapter initialize() to use path encoding...
2011-02-24 Toshi MARUYAMAscm: cvs: fix CVS diffs do not handle new files properl...
2011-02-24 Toshi MARUYAMAscm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.
2011-02-23 Jean-Philippe LangAdds tasks for locales maintenance.
2011-02-23 Toshi MARUYAMAscm: mercurial: replace urllib.unquote to urllib.unquot...
2011-02-23 Toshi MARUYAMAscm: mercurial: remove unused rhannotate command option...
2011-02-23 Toshi MARUYAMAscm: mercurial: annotate path encoding support in adapt...
2011-02-23 Toshi MARUYAMAscm: mercurial: annotate path encoding support in helpe...
2011-02-23 Toshi MARUYAMAscm: fix diffs do not handle one line new files properl...
2011-02-23 Toshi MARUYAMAscm: mercurial: path encoding support for "cat" in...
2011-02-22 Toshi MARUYAMAscm: mercurial: change some newlines in mercurial_adapt...
2011-02-22 Toshi MARUYAMAscm: mercurial: log and entries path encoding support...
2011-02-22 Toshi MARUYAMAscm: Ruby 1.9 compatibility in getting scm version...
2011-02-22 Toshi MARUYAMAscm: mercurial: override initialize() for path encoding...
2011-02-21 Jean-Philippe LangExtracts gantt subjects styles to css (#7280).
2011-02-21 Jean-Philippe LangAdds full subject as gantt subject title (#7280).
2011-02-21 Jean-Philippe LangPrevent text wrap in gantt subjects (#7280).
2011-02-21 Toshi MARUYAMAscm: filesystem: refactor for path encoding (#2274).
2011-02-21 Toshi MARUYAMAscm: add "scm_iconv" method for repository path encodin...
next