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
*
Rails3: replace » of breadcrumb() at ApplicationHelper to hexadecimal UT...
Toshi MARUYAMA
2011-08-21
1
-1
/
+1
*
Rails3: use String#html_safe for javascript_heads() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for progress_bar() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-5
/
+5
*
Rails3: use String#html_safe for check_all_links() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for parse_redmine_links() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for parse_wiki_links() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-2
/
+2
*
Rails3: use String#html_safe for parse_inline_attachments() at ApplicationHel...
Toshi MARUYAMA
2011-08-20
1
-2
/
+2
*
Rails3: use String#html_safe for parse_non_pre_blocks() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_hours for pagination_links_full() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_hours for authoring() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_hours for principals_check_box_tags() at ApplicationH...
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for principals_check_box_tags() at ApplicationHe...
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for project_nested_ul() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for project_tree_options_for_select() at Applica...
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for render_project_jump_box() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
Rails3: use String#html_safe for render_flash_messages() at ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
remove trailing white-spaces from ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-2
/
+2
*
Rails3: use String#html_safe for favicon in ApplicationHelper.
Toshi MARUYAMA
2011-08-20
1
-1
/
+1
*
replace « and » at app/helpers/application_helper.rb to hexadecimal...
Toshi MARUYAMA
2011-08-06
1
-2
/
+8
*
HTML escape at app/helpers/application_helper.rb.
Toshi MARUYAMA
2011-08-02
1
-6
/
+6
*
html_escape issue fields
Toshi MARUYAMA
2011-07-29
1
-1
/
+1
*
Adds a optgroup for groups in users/groups select tags.
Jean-Philippe Lang
2011-07-23
1
-0
/
+14
*
Do not show 'Send information' checkbox if email delivery is not configured.
Jean-Philippe Lang
2011-07-03
1
-0
/
+4
*
remove trailing white-spaces from application helper source.
Toshi MARUYAMA
2011-05-18
1
-44
/
+44
*
Skip memberships query for anonymous user.
Jean-Philippe Lang
2011-04-14
1
-0
/
+1
*
Skip a count query.
Jean-Philippe Lang
2011-04-14
1
-1
/
+1
*
Adds noindex,noarchive robots meta tag on form pages (#7582).
Jean-Philippe Lang
2011-04-12
1
-0
/
+4
*
Changes pagination links to non-AJAX requests (#5138).
Jean-Philippe Lang
2011-04-03
1
-4
/
+1
*
Makes all pagination-like links use #link_to_content_update (#5138).
Jean-Philippe Lang
2011-04-03
1
-10
/
+6
*
Keep filter params in 'Per page' links.
Jean-Philippe Lang
2011-04-01
1
-5
/
+2
*
Converted issue filters to non-AJAX GET requests (#1965).
Jean-Philippe Lang
2011-04-01
1
-2
/
+0
*
Adds support for saturday as the first week day (#7097).
Jean-Philippe Lang
2011-03-27
1
-0
/
+2
*
Saves an extra SQL query on each request.
Jean-Philippe Lang
2011-03-16
1
-2
/
+1
*
Use names instead of ids for wiki anchors (#6905).
Jean-Philippe Lang
2011-03-14
1
-1
/
+1
*
Adds an option to #render_page_hierarchy to add timestamp titles.
Jean-Philippe Lang
2011-03-12
1
-3
/
+3
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
1
-2
/
+2
*
Warning on leaving a page with unsaved content in textarea (#2910).
Jean-Philippe Lang
2011-02-21
1
-0
/
+9
*
Moves link_to_message to ApplicationHelper to make it available to redmine li...
Jean-Philippe Lang
2011-01-23
1
-7
/
+15
*
Adds visible scope to redmine links queries.
Jean-Philippe Lang
2011-01-23
1
-8
/
+9
*
Adds support for cross project Redmine links (#7409).
Jean-Philippe Lang
2011-01-23
1
-7
/
+16
*
scm: use scmid for "commit:xxx" link if available (#3724).
Toshi MARUYAMA
2011-01-11
1
-1
/
+1
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-1
/
+3
*
Fixed: partial toc when text contains pre tags (#7172).
Jean-Philippe Lang
2010-12-29
1
-8
/
+20
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-0
/
+12
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
1
-0
/
+10
*
Allow non-unique names for projects (#630).
Jean-Philippe Lang
2010-11-11
1
-1
/
+1
*
Render level 4 headings in TOC (#5494).
Jean-Philippe Lang
2010-11-07
1
-1
/
+1
*
Render TOC as nested lists (#1857).
Jean-Philippe Lang
2010-11-06
1
-5
/
+17
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
1
-3
/
+35
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-1
/
+2
[next]