summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/unified_diff_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Remove trailing whitespaces from test/unit/lib/redmine/unified_diff_test.rb (...Go MAEDA2024-02-051-2/+2
* Ensure tests remain robust against trailing whitespace removal (#31507).Go MAEDA2024-02-051-11/+11
* Fix RuboCop offense "Lint/Syntax: invalid escape character syntax" (#38585).Go MAEDA2024-01-271-2/+2
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove empty line at method body end of test/unit/lib/redmine/unified_diff_te...Toshi MARUYAMA2020-12-111-1/+0
* fix source indent of test/unit/lib/redmine/unified_diff_test.rbToshi MARUYAMA2020-12-041-10/+20
* remove git format patch footer (#33357)Toshi MARUYAMA2020-05-051-2/+18
* add git format patch to UnifiedDiffTest (#33357)Toshi MARUYAMA2020-05-051-0/+38
* add test to UnifiedDiffTest to keep similar git footer line (#33357)Toshi MARUYAMA2020-04-301-0/+40
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_p...Toshi MARUYAMA2019-11-081-11/+10
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_l...Toshi MARUYAMA2019-11-081-16/+15
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-27/+26
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_i...Toshi MARUYAMA2019-11-081-21/+18
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_b...Toshi MARUYAMA2019-11-081-16/+15
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_p...Toshi MARUYAMA2019-11-081-41/+40
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-9/+9
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-9/+9
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-7/+7
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-25/+12
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Show renames in diff preview (#28295).Go MAEDA2018-04-271-0/+50
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-24/+12
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* fix diff of CJK(Chinese/Japanese/Korean) is broken on Ruby 1.8 (#14562)Toshi MARUYAMA2013-07-281-0/+48
* fix diff error in case of line_left out of range (#13644)Toshi MARUYAMA2013-04-051-0/+64
* fix that diff outputs become ??? in some non ASCII words (#12641)Toshi MARUYAMA2013-03-071-0/+23
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* remove empty setup method from test/unit/lib/redmine/unified_diff_test.rbToshi MARUYAMA2012-09-191-4/+0
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-191-0/+54
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed that partial diffs are done against html instead of original code (#9143).Jean-Philippe Lang2012-02-151-0/+23
* remove trailing white-spaces from test/unit/lib/redmine/unified_diff_test.rb.Toshi MARUYAMA2011-08-301-18/+18
* Highlight changes inside diff lines (#7139).Jean-Philippe Lang2011-03-111-1/+58
* scm: fix diffs do not handle one line new files properly (#7618).Toshi MARUYAMA2011-02-231-1/+32
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes diff parser for when lines starting with multiple dashes are removed (#...Jean-Philippe Lang2009-11-111-0/+26
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Adds a setting to limit the number of diff lines that should be displayed (de...Jean-Philippe Lang2008-12-071-0/+42