index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
helpers
/
journals_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify duplicate codes (#37687).
Go MAEDA
2022-09-23
1
-2
/
+1
*
Mark edited journal notes as "Edited" (#31505).
Go MAEDA
2022-07-17
1
-0
/
+6
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).
Go MAEDA
2021-12-10
1
-1
/
+2
*
Download all attachments in a journal (#35462).
Go MAEDA
2021-11-22
1
-0
/
+8
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
"Copy link" feature for issue and issue journal (#34703).
Go MAEDA
2021-03-18
1
-1
/
+3
*
The order of thumbnails in journals does not match the order of file name lis...
Go MAEDA
2021-03-09
1
-1
/
+1
*
Move some action links for issues and journals to the dropdown menu (#34714).
Go MAEDA
2021-03-07
1
-8
/
+8
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Fix missing journal indice when updating a journal (#31427).
Go MAEDA
2019-06-21
1
-1
/
+2
*
Send the journal_indice as param in order to get rid of extra queries (#31427).
Go MAEDA
2019-06-02
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Move styles for count and private to a new class named 'badge' (#29391).
Go MAEDA
2019-04-09
1
-1
/
+1
*
Remove trailing whitespaces from journals_helper.rb
Go MAEDA
2019-04-08
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Move journal action links above the notes.
Jean-Philippe Lang
2017-07-27
1
-15
/
+16
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Renames #render_private_notes to #render_private_notes_indicator (#22575).
Jean-Philippe Lang
2016-07-10
1
-1
/
+1
*
Code cleanup (#22575).
Jean-Philippe Lang
2016-07-10
1
-18
/
+20
*
Wrap journal attributes with a journal parameter and use safe_attributes (#22...
Jean-Philippe Lang
2016-07-10
1
-1
/
+1
*
Enable updating private_notes property on journal edit form (#22575).
Jean-Philippe Lang
2016-07-10
1
-0
/
+6
*
Improve accessibility for icon-only links by adding hidden text (#21805).
Jean-Philippe Lang
2016-03-20
1
-3
/
+3
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Use regular edit/update actions and named routes for JournalsController.
Jean-Philippe Lang
2016-01-21
1
-4
/
+4
*
Code cleanup.
Jean-Philippe Lang
2016-01-20
1
-11
/
+9
*
Adds a "Delete" button to issue notes (#1725).
Jean-Philippe Lang
2016-01-20
1
-0
/
+6
*
Replace uses of image_tag() with CSS (#21256).
Jean-Philippe Lang
2016-01-20
1
-4
/
+8
*
Thumbnails in issue history (#13429).
Jean-Philippe Lang
2015-10-24
1
-0
/
+7
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
1
-2
/
+2
*
Removes calls to link_to_remote.
Jean-Philippe Lang
2012-07-18
1
-3
/
+5
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Rails3: helper: html_safe for JournalsHelper render_notes method
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
html_safe for Rails3
Jean-Philippe Lang
2011-12-17
1
-1
/
+1
*
Added encoding comment to helpers (#9792).
Jean-Philippe Lang
2011-12-14
1
-0
/
+2
*
remove trailing white-spaces from app/helpers/journals_helper.rb.
Toshi MARUYAMA
2011-08-31
1
-6
/
+6
*
Refactor: move method to model. (references r4057)
Eric Davis
2010-09-05
1
-7
/
+0
*
Add css classes to journals display to facilitate theming
Jean-Baptiste Barth
2010-09-03
1
-0
/
+7
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
1
-1
/
+1
*
Inlines some code to speed up large ticket history rendering.
Jean-Philippe Lang
2010-03-16
1
-3
/
+3
*
Avatars added in news (#3941) and forums (#4468) + cleanup.
Jean-Philippe Lang
2010-01-07
1
-1
/
+0
*
Add some margin to journal notes if Gravatars are enabled. (#3771)
Eric Davis
2009-09-01
1
-1
/
+4
*
Sligth changes to issue comments quoting links.
Jean-Philippe Lang
2008-08-28
1
-3
/
+3
*
Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...
Jean-Philippe Lang
2008-05-30
1
-4
/
+7
*
Added the following permissions (#527, #585, #627):
Jean-Philippe Lang
2008-02-16
1
-1
/
+1
[next]