OSDN Git Service

scm: prevent PostgreSQL or Ruby 1.9 errors if paths is invalid UTF-8.
[redminele/redmine.git] / lib /
2011-04-16 Toshi MARUYAMAadd Redmine::CodesetUtil and move replacing invalid...
2011-04-15 Jean-Philippe LangMakes set_own_issues_private permission not available...
2011-04-15 Jean-Philippe LangPrivate issues (#7414).
2011-04-15 Toshi MARUYAMAscm: cvs: convert encoding paths in entries() of adapte...
2011-04-15 Toshi MARUYAMAscm: cvs: convert encoding paths in revisions() of...
2011-04-15 Toshi MARUYAMAscm: cvs: convert encoding of command line arguments...
2011-04-15 Toshi MARUYAMAscm: cvs: set path encoding instance value (#3462).
2011-04-15 Toshi MARUYAMAscm: cvs: strict string type and timezone in cvstime.
2011-04-14 Toshi MARUYAMAscm: cvs: convert author encoding with log encoding...
2011-04-14 Toshi MARUYAMAscm: cvs: add comment of author regexp fails in some...
2011-04-13 Toshi MARUYAMAscm: cvs: code clean up adapter.
2011-04-12 Toshi MARUYAMAscm: cvs: refactor adapter.
2011-04-12 Toshi MARUYAMAscm: cvs: remove adapter root_url() and url() methods...
2011-04-12 Toshi MARUYAMAscm: cvs: code clean up adapter.
2011-04-12 Toshi MARUYAMAscm: subversion: use revision and identifier as string...
2011-04-12 Toshi MARUYAMAscm: subversion: code clean up model.
2011-04-11 Toshi MARUYAMAscm: cvs: use scm_cmd() in annotate of adapter.
2011-04-11 Toshi MARUYAMAscm: code clean up abstract_adapter.rb.
2011-04-11 Toshi MARUYAMAscm: move :identifier from to attr_accessor in Abstract...
2011-04-11 Toshi MARUYAMAscm: cvs: override Revision.format_identifier() for...
2011-04-11 Toshi MARUYAMAscm: cvs: set identifier nil in blame.
2011-04-11 Toshi MARUYAMAscm: bazaar: use revision and identifier as string.
2011-04-11 Toshi MARUYAMAscm: cvs: add -q option at rls.
2011-04-11 Toshi MARUYAMAscm: cvs: add -q option at rlog.
2011-04-11 Toshi MARUYAMAscm: cvs: add -q option at cat.
2011-04-11 Toshi MARUYAMAscm: cvs: use scm_cmd() in cat.
2011-04-11 Toshi MARUYAMAscm: cvs: use scm_cmd() for diff.
2011-04-11 Toshi MARUYAMAscm: bazaar: use identifier in blame.
2011-04-11 Toshi MARUYAMAscm: git: use revision and scmid in blame.
2011-04-11 Toshi MARUYAMAscm: subversion: use revision in blame.
2011-04-11 Toshi MARUYAMAscm: cvs: code clean up adapter.
2011-04-10 Toshi MARUYAMAscm: cvs: code clean up adapter.
2011-04-10 Toshi MARUYAMAPDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_e...
2011-04-10 Toshi MARUYAMAPDF: code clean up lib/redmine/export/pdf.rb.
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...
next