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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mailer#url_for not called in views with Rails 3.1.
Jean-Philippe Lang
2012-02-27
2
-8
/
+9
*
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
*
Fixed escaping issue with Rails 3.1.
Jean-Philippe Lang
2012-02-25
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
*
Integrated revision graph into scmid column.
Etienne Massip
2012-02-11
1
-17
/
+16
*
Fixed: wrong section edit links when a heading contains inline code (#10199).
Jean-Philippe Lang
2012-02-11
1
-1
/
+4
*
Bulk-edit custom fields through context menu (#6296).
Jean-Philippe Lang
2012-02-09
1
-0
/
+7
*
Moved #context_menu_link to a new helper.
Jean-Philippe Lang
2012-02-09
2
-16
/
+36
*
Revision graph code cleanup.
Etienne Massip
2012-02-04
1
-40
/
+45
*
Fixed rounding issue on spent hours column in CSV export (#10150).
Jean-Philippe Lang
2012-02-04
1
-1
/
+1
*
Display of multi custom fields.
Jean-Philippe Lang
2012-01-29
3
-3
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-01-29
1
-9
/
+9
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
3
-9
/
+88
*
Extracts custom field values validation from CustomValue so that they can be ...
Jean-Philippe Lang
2012-01-28
1
-3
/
+2
*
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
*
Highlight active issue query in the sidebar.
Jean-Philippe Lang
2012-01-16
1
-1
/
+3
*
Fixed previous/next links when navigating in a saved query.
Jean-Philippe Lang
2012-01-16
1
-1
/
+6
*
Set tab caption to plural.
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
2
-2
/
+8
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
2
-8
/
+5
*
Change attachment link to download and add a view link for text attachments (...
Jean-Philippe Lang
2012-01-14
1
-1
/
+1
*
Display "none" inside square brackets.
Jean-Philippe Lang
2012-01-14
1
-1
/
+1
*
Removes spaces in versions anchors.
Jean-Philippe Lang
2012-01-08
1
-0
/
+4
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
1
-4
/
+0
*
Fixed invalid html.
Jean-Philippe Lang
2012-01-04
1
-1
/
+2
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
2
-1
/
+14
*
Missing html_safe.
Jean-Philippe Lang
2012-01-02
1
-2
/
+2
*
Missing html_safe.
Jean-Philippe Lang
2012-01-02
1
-1
/
+1
*
Rails3: helper: html_safe for SearchHelper render_results_by_type method
Toshi MARUYAMA
2012-01-01
1
-1
/
+3
*
Rails3: helper: html_safe for SearchHelper highlight_tokens method
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: helper: html_safe for IssuesHelper render_issue_tooltip method
Toshi MARUYAMA
2012-01-01
1
-7
/
+7
*
Rails3: helper: html_safe for JournalsHelper render_notes method
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: helper: html_safe for WatchersHelper
Toshi MARUYAMA
2011-12-21
1
-2
/
+2
*
html_safe for Rails3
Jean-Philippe Lang
2011-12-17
1
-1
/
+1
*
html_safe for Rails3
Jean-Philippe Lang
2011-12-17
1
-1
/
+1
*
html_safe for Rails3
Jean-Philippe Lang
2011-12-17
1
-2
/
+2
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-1
/
+3
*
Added encoding comment to helpers (#9792).
Jean-Philippe Lang
2011-12-14
38
-0
/
+93
*
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
*
Fixed that a cross-project custom query is not remembered inside project (#97...
Jean-Philippe Lang
2011-12-07
1
-1
/
+2
[next]