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
/
application_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-2
/
+5
*
Rails3: view: html_safe for principals_options_for_select in ApplicationHelper
Toshi MARUYAMA
2012-04-21
1
-1
/
+1
*
delete :only_path option from link_to options at application_helper link_to_a...
Toshi MARUYAMA
2012-04-06
1
-0
/
+1
*
fix attachment link has get parameter :class (#10602)
Toshi MARUYAMA
2012-04-06
1
-1
/
+3
*
Fix duplicated 'back_url' IDs
Toshi MARUYAMA
2012-03-24
1
-1
/
+1
*
Mailer#url_for not called in views with Rails 3.1.
Jean-Philippe Lang
2012-02-27
1
-1
/
+1
*
Use controller_name and action_name instead of params.
Jean-Philippe Lang
2012-02-26
1
-2
/
+2
*
Adds a helper for displaying validation error messages.
Jean-Philippe Lang
2012-02-26
1
-0
/
+14
*
Rails3: html_safe for project_tree_options_for_select method in application h...
Toshi MARUYAMA
2012-02-26
1
-1
/
+1
*
Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...
Toshi MARUYAMA
2012-02-25
1
-0
/
+6
*
Fixed escaping issues in #textilizable with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-9
/
+10
*
Adds support for "Magic links" to notes (#2715).
Jean-Philippe Lang
2012-02-15
1
-4
/
+5
*
Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...
Jean-Philippe Lang
2012-02-14
1
-0
/
+6
*
Fixed: wrong section edit links when a heading contains inline code (#10199).
Jean-Philippe Lang
2012-02-11
1
-1
/
+4
*
Moved #context_menu_link to a new helper.
Jean-Philippe Lang
2012-02-09
1
-16
/
+0
*
Accept project identifier with underscore.
Jean-Philippe Lang
2012-01-27
1
-1
/
+1
*
Adds support for multiple repositories to redmine links (#779).
Jean-Philippe Lang
2012-01-22
1
-24
/
+44
*
Adds a <<me>> option at the top of the assignee drop-down (#1102).
Jean-Philippe Lang
2012-01-21
1
-0
/
+3
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-2
/
+5
*
Removes spaces in versions anchors.
Jean-Philippe Lang
2012-01-08
1
-0
/
+4
*
Missing html_safe.
Jean-Philippe Lang
2012-01-02
1
-2
/
+2
*
html_safe for Rails3
Jean-Philippe Lang
2011-12-17
1
-1
/
+1
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-1
/
+3
*
Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.
Jean-Philippe Lang
2011-12-09
1
-4
/
+4
*
Removed TabularFormBuilder references in views.
Jean-Philippe Lang
2011-12-09
1
-0
/
+14
*
Use #labelled_form_for instead of #labelled_tabular_form_for.
Jean-Philippe Lang
2011-12-09
1
-0
/
+1
*
Rails3: helper: html_safe for render_flash_messages method at ApplicationHelper
Toshi MARUYAMA
2011-12-07
1
-1
/
+1
*
Rails3: helper: html_safe for "format_activity_description" method
Toshi MARUYAMA
2011-12-03
1
-1
/
+2
*
code layout clean up application helper "link_to_revision" method
Toshi MARUYAMA
2011-12-03
1
-3
/
+5
*
Rails3: helper: html_safe for robot_exclusion_tag
Toshi MARUYAMA
2011-11-28
1
-1
/
+1
*
View cleanup.
Jean-Philippe Lang
2011-11-26
1
-0
/
+7
*
Html safe wiki page title.
Etienne Massip
2011-11-24
1
-1
/
+1
*
move logic to use latest image file attachment to class method for common use...
Toshi MARUYAMA
2011-11-24
1
-4
/
+4
*
Removed useless :lang option.
Jean-Philippe Lang
2011-11-23
1
-1
/
+1
*
Makes labelled_tabular_form_for accept different signatures.
Jean-Philippe Lang
2011-11-23
1
-2
/
+5
*
fix inconsistent image filename extensions (#9638)
Toshi MARUYAMA
2011-11-23
1
-1
/
+1
*
Resourcified trackers.
Jean-Philippe Lang
2011-11-22
1
-5
/
+5
*
Strings as html safe.
Jean-Philippe Lang
2011-11-22
1
-2
/
+2
*
code layout clean up link_to_attachment of application helper
Toshi MARUYAMA
2011-11-20
1
-2
/
+4
*
Moved the project name after the item in the html title (#9593).
Jean-Philippe Lang
2011-11-19
1
-3
/
+2
*
Wiki links for news and forums (#9600).
Jean-Philippe Lang
2011-11-19
1
-1
/
+21
*
Fixes section edit links when text includes pre/code tag (#2222).
Jean-Philippe Lang
2011-11-18
1
-4
/
+4
*
Wiki: allows single section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-4
/
+47
*
Ruby 1.9: add "encoding: utf-8" header at application_helper.rb
Toshi MARUYAMA
2011-11-13
1
-0
/
+2
*
Don't escape already parsed wiki link title (#9471).
Etienne Massip
2011-10-29
1
-1
/
+1
*
Rails3: helper: use html_safe at page_header_title of ApplicationHelper
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
*
code layout clean up of app/helpers/application_helper.rb
Toshi MARUYAMA
2011-10-06
1
-4
/
+12
*
Rails3: helper: use html_safe at simple_format_without_paragraph of Applicati...
Toshi MARUYAMA
2011-10-06
1
-1
/
+2
*
Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
*
Rails3: helper: replace » of page_header_title at ApplicationHelper to h...
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
[next]