summaryrefslogtreecommitdiffstats
path: root/app/controllers/journals_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-1/+3
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-231-0/+2
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of app/controllers/journals_controller.rbToshi MARUYAMA2020-11-141-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-021-2/+1
* Insert a link to the source to the attribution line when quoting a note or a ...Go MAEDA2019-06-021-1/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-4/+0
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-4/+2
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-101-1/+4
* 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-15/+16
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-2/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-051-4/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+0
* Fixed flawed regexp for removing pre blocks when quoting notes (#16353).Jean-Philippe Lang2014-03-151-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-021-8/+0
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-5/+7
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-191-10/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from app/controllers/journals_controller.rb.Toshi MARUYAMA2011-08-311-12/+12
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Fixed: error on JournalsController#index when custom fields are present (#7795).Jean-Philippe Lang2011-03-061-0/+1
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-7/+20
* Do not responde with javascript on regular requests.Jean-Philippe Lang2011-02-241-0/+8
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-181-0/+1
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+23
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+33
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-1/+1
* Added plugin hooks around Journal editingEric Davis2008-12-101-0/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-1/+1
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-121-0/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-0/+40