summaryrefslogtreecommitdiffstats
path: root/test/unit/journal_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* add missing fixture to test/unit/journal_test.rbToshi MARUYAMA2015-01-211-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-021-7/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+7
* add missing fixtures to test/unit/journal_test.rbToshi MARUYAMA2014-07-131-0/+3
* backport rails-4.1 r13296 to trunkToshi MARUYAMA2014-07-131-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-0/+24
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+19
* gender neutral source comment at test/unit/journal_test.rbToshi MARUYAMA2013-07-061-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).Jean-Philippe Lang2013-01-041-0/+21
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+3
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+65
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from unit journal test.Toshi MARUYAMA2011-05-171-7/+7
* Adds a visible scope to the Journal model.Jean-Philippe Lang2011-03-151-4/+44
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+11
* Added issues status changes on the activity view (initial patch by Cyril Moug...Jean-Philippe Lang2007-11-081-0/+39