OSDN Git Service

scm: subversion: use revision and identifier as string in blame.
[redminele/redmine.git] / test /
2011-04-12 Toshi MARUYAMAscm: additional test of replacing invalid utf-8 sequenc...
2011-04-12 Toshi MARUYAMAscm: replace invalid utf-8 sequences instead of strippi...
2011-04-11 Jean-Philippe LangDo a redirect when accessing a renamed wiki page.
2011-04-11 Jean-Philippe LangFixed: #setup triggers a failure even if git tests...
2011-04-11 Jean-Philippe LangAdds an issues visibility level on roles (#7412).
2011-04-11 Jean-Philippe LangFixes an error raised by cvs test with Postgresql ...
2011-04-11 Toshi MARUYAMAscm: cvs: add invalid revision annotate test in unit...
2011-04-11 Toshi MARUYAMAscm: cvs: add test annotate with revision in unit model...
2011-04-11 Toshi MARUYAMAscm: cvs: add annotate test of HEAD revision in unit...
2011-04-11 Toshi MARUYAMAscm: cvs: add test that cat returns nil if revision...
2011-04-11 Toshi MARUYAMAscm: cvs: add cat test of removed file in unit model...
2011-04-11 Toshi MARUYAMAscm: cvs: use model instead of adapter in unit model...
2011-04-11 Toshi MARUYAMAscm: cvs: add invalid path entries test at unit model...
2011-04-11 Toshi MARUYAMAscm: cvs: add cat test in unit model test.
2011-04-11 Toshi MARUYAMAscm: more strict to_utf8() test in repository helper...
2011-04-09 Toshi MARUYAMAscm: replace invalid utf-8 sequences in comments instea...
2011-04-09 Toshi MARUYAMAscm: fix log converting error in Ruby 1.9 and add more...
2011-04-09 Toshi MARUYAMAscm: more strict log converting test in Ruby 1.9.
2011-04-09 Toshi MARUYAMAscm: set empty log encoding UTF-8 in Ruby 1.9 and add...
2011-04-09 Toshi MARUYAMAscm: not use Iconv for log converting in Ruby 1.9 and...
2011-04-09 Toshi MARUYAMAscm: code clean up test/unit/changeset_test.rb.
2011-04-08 Jean-Philippe LangAdds visibility condition to Issue.by_* count methods.
2011-04-08 Toshi MARUYAMAscm: add filesystem available test at unit repository...
2011-04-08 Toshi MARUYAMAscm: mercurial: add scm command tests at unit model...
2011-04-08 Toshi MARUYAMAscm: git: add scm command tests at unit model test...
2011-04-08 Toshi MARUYAMAscm: mercurial: add client command tests at unit adapte...
2011-04-08 Toshi MARUYAMAscm: git: add client command tests at unit adapter...
2011-04-08 Toshi MARUYAMAscm: mercurial: code clean up unit adapter test.
2011-04-07 Jean-Philippe LangAdds functional test for project copy.
2011-04-07 Jean-Philippe LangFixed: empty list for user/version custom fields on...
2011-04-06 Toshi MARUYAMAPDF: add test of replacing converting error characters...
2011-04-06 Toshi MARUYAMAPDF: add test of replacing converting error characters...
2011-04-06 Toshi MARUYAMAscm: git: change "decorate = short" to "decorate =...
2011-04-06 Toshi MARUYAMAPDF: nil safe at fix_text_encoding(txt) of lib/redmine...
2011-04-06 Toshi MARUYAMAPDF: add test of Ruby 1.9 compatibility of '0x5c'(backs...
2011-04-06 Toshi MARUYAMAPDF: add \\(double backslashes) handling of FPDF ANSI...
2011-04-06 Toshi MARUYAMAPDF: set language 'ja' in '0x5c'(backslash) handling...
2011-04-06 Toshi MARUYAMAscm: git: add "decorate = short" in config log section...
2011-04-06 Toshi MARUYAMAPDF: create new unit lib pdf test and add '0x5c'(backsl...
2011-04-05 Jean-Philippe LangLocalize anonymous and non member roles names (#8072).
2011-04-05 Jean-Philippe LangWrap text custom fields in the issue list (#8064).
2011-04-05 Jean-Philippe LangRemoved a duplicate test.
2011-04-05 Jean-Philippe LangRemoved calls to deprecated Project.visible_by method.
2011-04-05 Jean-Philippe LangMakes visible scopes accept projects option and depreca...
2011-04-05 Jean-Philippe LangCleaner way to handle the replacement of watch links...
2011-04-05 Jean-Philippe LangCode cleanup.
2011-04-04 Toshi MARUYAMAadd functional tests for bulk edit time entries (#7996).
2011-04-04 Toshi MARUYAMAi18n: add test of utf-8 strings.
2011-04-04 Toshi MARUYAMARemove empty lines from test/unit/mailer_test.rb.
2011-04-03 Jean-Philippe LangShorten query[column_names] param name.
2011-04-03 Jean-Philippe LangChanged timelogs filters to use non-AJAX requests ...
2011-04-02 Toshi MARUYAMAFix typo "attachements" in test/integration/issues_test.rb.
2011-04-01 Jean-Philippe LangFixed: deleting a parent issue may lead to a stale...
2011-04-01 Jean-Philippe LangFixed: list of users for adding to a group may be empty...
2011-04-01 Jean-Philippe LangFixed: bulk destroying parent and child issues raises...
2011-04-01 Jean-Philippe LangGantt routes with format.
2011-04-01 Jean-Philippe LangShortens filter param names.
2011-04-01 Jean-Philippe LangConverted issue filters to non-AJAX GET requests (...
2011-04-01 Jean-Philippe LangFixes #possible_values_options when given an object...
2011-04-01 Jean-Philippe LangAdds User and Version custom field format that can...
2011-04-01 Toshi MARUYAMAFix test/integration/api_test/users_test.rb fails due...
2011-04-01 Toshi MARUYAMAFix annotate functional roles_controller_test.rb due...
2011-03-31 Toshi MARUYAMAscm: git: fix annotate test due to changing en.yml...
2011-03-30 Jean-Philippe LangModules selection lost on project form after validation...
2011-03-28 Jean-Philippe LangAdds support for preview when editing an issue note...
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 LangFixes wrong test.
2011-03-27 Jean-Philippe LangFixed links in new file notification broken by r4051...
2011-03-27 Jean-Philippe LangAdds support for saturday as the first week day (#7097).
2011-03-27 Jean-Philippe LangRestore settings even if a test failure occurs.
2011-03-27 Jean-Philippe LangMoved calendar tests to unit/lib/redmine/helpers.
2011-03-27 Jean-Philippe LangAllow bulk editing of parent issue (#5831).
2011-03-24 Jean-Philippe LangFixed: unknown custom field format causes error when...
2011-03-22 Toshi MARUYAMAscm: filesystem: increase non ascii contents ratio...
2011-03-22 Toshi MARUYAMAscm: set mime type in downloading file.
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for no extension file mime...
2011-03-22 Toshi MARUYAMAscm: filesystem: fix todo comment of MIME_TYPES of...
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for displaying file over...
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for UTF-16 file displaying...
2011-03-22 Toshi MARUYAMAscm: filesystem: add test for non ascii text file displ...
2011-03-22 Toshi MARUYAMAscm: filesystem: update test repository for non ascii...
2011-03-22 Toshi MARUYAMAscm: mercurial: add test of binary file should be force...
2011-03-22 Toshi MARUYAMAscm: mercurial: use constant for project id in function...
2011-03-22 Toshi MARUYAMAscm: mercurial: remove duplicate test from functional...
2011-03-22 Toshi MARUYAMAscm: darcs: remove duplicate test from functional test.
2011-03-22 Toshi MARUYAMAscm: filesystem: add test of no extension file whose...
2011-03-22 Toshi MARUYAMAscm: git: remove duplicate test from functional test.
2011-03-22 Toshi MARUYAMAscm: filesystem: add functional test.
2011-03-22 Toshi MARUYAMAscm: code clean up test/unit/repository_test.rb.
2011-03-22 Toshi MARUYAMAscm: code clean up test/functional/repositories_control...
2011-03-22 Toshi MARUYAMAscm: filesystem: change project id of unit model test...
2011-03-22 Toshi MARUYAMAscm: filesystem: code clean up unit model test.
2011-03-22 Toshi MARUYAMAscm: filesystem: code clean up unit adapter test.
2011-03-22 Toshi MARUYAMAscm: cvs: check assign changesets in root directory...
2011-03-22 Toshi MARUYAMAscm: cvs: remove duplicate test in functional test.
2011-03-21 Jean-Philippe LangFixed: atom links on wiki index broken by r4266.
2011-03-21 Jean-Philippe LangFixed: Simultaneous wiki updates cause internal error...
2011-03-20 Toshi MARUYAMAFix typo in test/test_helper.rb.
2011-03-20 Jean-Philippe LangAdds an option to view issues count by status on the...
next