summaryrefslogtreecommitdiffstats
path: root/app/helpers/journals_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Unify duplicate codes (#37687).Go MAEDA2022-09-231-2/+1
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+6
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).Go MAEDA2021-12-101-1/+2
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-0/+8
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-1/+3
* The order of thumbnails in journals does not match the order of file name lis...Go MAEDA2021-03-091-1/+1
* Move some action links for issues and journals to the dropdown menu (#34714).Go MAEDA2021-03-071-8/+8
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix missing journal indice when updating a journal (#31427).Go MAEDA2019-06-211-1/+2
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-021-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-091-1/+1
* Remove trailing whitespaces from journals_helper.rbGo MAEDA2019-04-081-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Move journal action links above the notes.Jean-Philippe Lang2017-07-271-15/+16
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Renames #render_private_notes to #render_private_notes_indicator (#22575).Jean-Philippe Lang2016-07-101-1/+1
* Code cleanup (#22575).Jean-Philippe Lang2016-07-101-18/+20
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-1/+1
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-101-0/+6
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-3/+3
* 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-4/+4
* Code cleanup.Jean-Philippe Lang2016-01-201-11/+9
* Adds a "Delete" button to issue notes (#1725).Jean-Philippe Lang2016-01-201-0/+6
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-4/+8
* Thumbnails in issue history (#13429).Jean-Philippe Lang2015-10-241-0/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-2/+2
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-181-3/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: helper: html_safe for JournalsHelper render_notes methodToshi MARUYAMA2012-01-011-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* remove trailing white-spaces from app/helpers/journals_helper.rb.Toshi MARUYAMA2011-08-311-6/+6
* Refactor: move method to model. (references r4057)Eric Davis2010-09-051-7/+0
* Add css classes to journals display to facilitate themingJean-Baptiste Barth2010-09-031-0/+7
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+1
* Inlines some code to speed up large ticket history rendering.Jean-Philippe Lang2010-03-161-3/+3
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-071-1/+0
* Add some margin to journal notes if Gravatars are enabled. (#3771)Eric Davis2009-09-011-1/+4
* Sligth changes to issue comments quoting links.Jean-Philippe Lang2008-08-281-3/+3
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-4/+7
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-1/+1