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
/
views
/
messages
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial quoting feature for Issues and Forums (#41294).
Go MAEDA
2024-10-09
1
-14
/
+13
*
Replaces more icons with SVG icongs (#23980).
Marius Balteanu
2024-09-05
1
-4
/
+4
*
Start working on replacing old icons with SVG icons (#23980):
Marius Balteanu
2024-08-29
1
-3
/
+3
*
Ability to add watchers to forum threads (#3390).
Go MAEDA
2021-03-15
1
-0
/
+8
*
Store inline autocomplete data sources in a JS variable (#34122).
Go MAEDA
2020-10-25
1
-2
/
+1
*
Inline auto complete for issue (#) in wiki-edit fields (#31989).
Go MAEDA
2019-09-09
1
-1
/
+7
*
Add CSS class to "journal" and "reply" headers (#31950).
Go MAEDA
2019-08-27
1
-1
/
+1
*
Small refactorization of avatar methods (#31391).
Go MAEDA
2019-05-19
2
-3
/
+3
*
Adds preview option to the wiki toolbar (#27758).
Jean-Philippe Lang
2018-09-26
4
-8
/
+1
*
Add some left padding when avatars are enabled.
Jean-Philippe Lang
2017-07-29
1
-0
/
+2
*
For 3 comments or more, show reply link at top of comments as well (#24089).
Jean-Philippe Lang
2017-04-09
1
-0
/
+3
*
Use the regular "icon icon-*" in other pages (#24313).
Jean-Philippe Lang
2016-11-19
1
-1
/
+1
*
Show thumbnails on messages (#22941).
Jean-Philippe Lang
2016-07-03
1
-2
/
+2
*
Replace uses of image_tag() with CSS (#21256).
Jean-Philippe Lang
2016-01-20
1
-6
/
+10
*
Use ul tags to do pagination (#21258).
Jean-Philippe Lang
2015-11-28
1
-1
/
+1
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
3
-4
/
+4
*
remove duplicated :remote key from app/views/messages/show.html.erb
Toshi MARUYAMA
2015-01-04
1
-1
/
+0
*
Don't wrap watcher link with span.
Jean-Philippe Lang
2013-02-07
1
-1
/
+1
*
Support for subforums (#3831).
Jean-Philippe Lang
2012-07-31
3
-5
/
+3
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-2
/
+2
*
Same heading on message edit/show views.
Jean-Philippe Lang
2012-07-28
1
-3
/
+4
*
Moved syntax highlight styles to application.css.
Jean-Philippe Lang
2012-07-28
2
-8
/
+0
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
1
-6
/
+4
*
Removes RJS from MessagesController.
Jean-Philippe Lang
2012-07-19
1
-0
/
+6
*
Removes calls to link_to_remote.
Jean-Philippe Lang
2012-07-18
1
-8
/
+11
*
Adds a helper for preview links.
Jean-Philippe Lang
2012-07-18
3
-22
/
+3
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
1
-2
/
+2
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
3
-7
/
+9
*
Removed permissions logic from view.
Jean-Philippe Lang
2012-04-06
1
-2
/
+6
*
Pass the message id when previewing in edit mode (#10275).
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Pass the topic objet to #textilizable (#10275).
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Preserve uploaded files when creating a forum topic.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
code layout clean up app/views/messages/show.html.erb
Toshi MARUYAMA
2012-01-10
1
-6
/
+34
*
code layout clean up app/views/messages/edit.html.erb
Toshi MARUYAMA
2012-01-04
1
-3
/
+7
*
Rails3: view: use explicit post method at messages/edit.html.erb
Toshi MARUYAMA
2012-01-04
1
-1
/
+5
*
Resourcified boards.
Jean-Philippe Lang
2011-12-01
1
-2
/
+2
*
[#9489] set id for message_subject and linked it to label, added invisible label
Toshi MARUYAMA
2011-10-29
1
-3
/
+5
*
Remove unecessary page title HTML escaping from views (#9252).
Etienne Massip
2011-10-02
1
-1
/
+1
*
replace tabs to spaces at app/views/messages/_form.html.erb
Toshi MARUYAMA
2011-09-18
1
-1
/
+1
*
replace tabs to spaces at app/views/messages/show.html.erb
Toshi MARUYAMA
2011-09-18
1
-1
/
+1
*
remove trailing white-spaces from app/views/messages/edit.html.erb
Toshi MARUYAMA
2011-09-17
1
-1
/
+1
*
remove trailing white-spaces from app/views/messages/new.html.erb
Toshi MARUYAMA
2011-09-17
1
-1
/
+1
*
remove trailing white-spaces from app/views/messages/show.html.erb
Toshi MARUYAMA
2011-09-17
1
-1
/
+1
*
rename .rhtml to .html.erb of app/views/messages/_form.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/messages/show.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/messages/edit.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/messages/new.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
Fixed: Syntax highlighting unavailable from board new topic or topic edit pre...
Jean-Philippe Lang
2011-02-20
1
-0
/
+4
*
Fixed: Forum message permalinks don't take pagination into account (#5945).
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Do not show 'Quote' links on locked topics (#4749).
Jean-Philippe Lang
2010-02-06
1
-2
/
+2
[next]