| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (... | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 1 | -1/+1 |
* | Change the default value for "Time span format" from "decimal" to "minutes" (... | Go MAEDA | 2022-01-08 | 1 | -2/+2 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 1 | -1/+1 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 1 | -1/+1 |
* | fix source indent of IssuesControllerTransactionTest | Toshi MARUYAMA | 2020-10-26 | 1 | -22/+50 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | Remove trailing whitespaces from test (#31506). | Go MAEDA | 2019-06-06 | 1 | -26/+26 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Enable frozen_string_literal for some files under test directory (#26561). | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -1/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Use Rails 5 syntax for functional tests. | Jean-Philippe Lang | 2017-05-31 | 1 | -72/+129 |
* | Test failure (#23996). | Jean-Philippe Lang | 2016-11-18 | 1 | -1/+1 |
* | Removes calls to #assert_template and #assigns in functional tests. | Jean-Philippe Lang | 2016-07-18 | 1 | -10/+10 |
* | Adds our own class for controller tests. | Jean-Philippe Lang | 2016-07-14 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Private note flag disappears in issue update conflict (#21551). | Jean-Philippe Lang | 2015-12-20 | 1 | -0/+21 |
* | Upgrade to Rails 4.2.0 (#14534). | Jean-Philippe Lang | 2015-01-17 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Replaced remaining #assert_tag with #assert_select. | Jean-Philippe Lang | 2014-11-22 | 1 | -13/+11 |
* | Quote values in DOM selectors for Nokogiri compatibility. | Jean-Philippe Lang | 2014-11-20 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Rails4: replace deprecated Relation#first with finder options at IssuesContro... | Toshi MARUYAMA | 2014-01-11 | 1 | -3/+3 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Merged ajax_upload branch (#3957). | Jean-Philippe Lang | 2012-12-10 | 1 | -1/+1 |
* | Adds STI to Query model. Issue queries are now IssueQuery instances. | Jean-Philippe Lang | 2012-12-09 | 1 | -1/+1 |
* | Functional tests cleanup. | Jean-Philippe Lang | 2012-12-03 | 1 | -3/+1 |
* | Test moved to tests with transactional fixtures disabled. | Jean-Philippe Lang | 2012-10-13 | 1 | -0/+18 |
* | Private issue notes (#1554). | Jean-Philippe Lang | 2012-10-03 | 1 | -10/+21 |
* | Fixed: escaped link in conflict resolution form (#11341). | Jean-Philippe Lang | 2012-07-07 | 1 | -4/+8 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Better handling of attachments when issue validation fails (#10253). | Jean-Philippe Lang | 2012-02-16 | 1 | -5/+30 |
* | Better handling of issue update conflicts (#8691). | Jean-Philippe Lang | 2012-02-04 | 1 | -4/+121 |
* | Moves test to non-transactional fixtures tests (failure with postgresql). | Jean-Philippe Lang | 2011-12-04 | 1 | -0/+10 |
* | remove trailing white-spaces from test/functional/issues_controller_transacti... | Toshi MARUYAMA | 2011-08-31 | 1 | -6/+6 |
* | Fixes test failure when running all functional tests. | Jean-Philippe Lang | 2011-07-03 | 1 | -3/+0 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Fixes some parameters in functional tests. | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Fixes a test failure with SQLite3 due to transaction fixtures (#5290). | Jean-Philippe Lang | 2010-04-12 | 1 | -0/+83 |