summaryrefslogtreecommitdiffstats
path: root/test/functional/journals_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+1
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* Fix missing journal indice when updating a journal (#31427).Go MAEDA2019-06-211-0/+2
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-021-1/+2
* Insert a link to the source to the attribution line when quoting a note or a ...Go MAEDA2019-06-021-0/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-24/+105
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-15/+3
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-7/+8
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-101-0/+33
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-2/+2
* Information leak in Atom feed (#21419).Jean-Philippe Lang2015-12-041-1/+41
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-1/+25
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-051-0/+14
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-6/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+45
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-191-16/+25
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from functional journals controller test.Toshi MARUYAMA2011-05-161-10/+10
* Fixed: error on JournalsController#index when custom fields are present (#7795).Jean-Philippe Lang2011-03-061-1/+2
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-2/+15
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-2/+8
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+7
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-0/+14
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Fixed JournalControllerTest.Jean-Philippe Lang2008-02-271-1/+1
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-0/+8
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-0/+51