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
*
Extract generic formatting options to an helper.
Jean-Philippe Lang
2013-11-23
1
-0
/
+28
*
Fixed that the sidebar may be displayed empty (#15414).
Jean-Philippe Lang
2013-11-20
1
-8
/
+3
*
Return to section anchor after wiki section edit (#15182).
Jean-Philippe Lang
2013-10-26
1
-1
/
+2
*
Replaced acronym with abbr tags (#15191).
Jean-Philippe Lang
2013-10-26
1
-1
/
+1
*
Adds some css classes (#14767).
Jean-Philippe Lang
2013-09-29
1
-1
/
+1
*
Adds a project specific css class to body (#14767).
Jean-Philippe Lang
2013-09-29
1
-0
/
+1
*
remove trailing white-spaces from ApplicationHelper
Toshi MARUYAMA
2013-08-03
1
-6
/
+6
*
replace tab to space at ApplicationHelper
Toshi MARUYAMA
2013-08-03
1
-1
/
+1
*
Adds a helper for building h2 tags and setting html_title (#14517).
Jean-Philippe Lang
2013-07-28
1
-1
/
+20
*
Issue-notes Redmine links: append actual note reference to rendered links (#1...
Jean-Philippe Lang
2013-07-11
1
-1
/
+1
*
set default issue start/due datepicker from due/start date (#14024)
Toshi MARUYAMA
2013-05-19
1
-3
/
+5
*
Document project links in ApplicationHelper#parse_redmine_links (#6689).
Jean-Baptiste Barth
2013-05-08
1
-0
/
+3
*
Preserve field values on bulk edit failure (#13943).
Jean-Philippe Lang
2013-05-04
1
-1
/
+5
*
Pevents duplicate accesskeys (#12684).
Jean-Philippe Lang
2013-05-01
1
-1
/
+5
*
Fixed commit link title escaping (fixes #13405).
Etienne Massip
2013-03-21
1
-1
/
+1
*
JQuery Datepicker popup is missing multiple month/year modifiers (#13260).
Jean-Philippe Lang
2013-03-19
1
-1
/
+1
*
Performance: avoid one "SELECT 1 ..." query per project on user memberships f...
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
Regexp not working as expected with ruby 2.0.
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
replace tabs to spaces at app/helpers/application_helper.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
Don't generate duplicate ids.
Jean-Philippe Lang
2013-02-10
1
-1
/
+1
*
Small datepicker improvements (#13098).
Jean-Philippe Lang
2013-02-09
1
-1
/
+1
*
Wiki links to repositories with underscore their identifiers don't work (#129...
Jean-Philippe Lang
2013-01-27
1
-2
/
+2
*
Test failure with JRuby 1.7.2 (#12228).
Jean-Philippe Lang
2013-01-27
1
-3
/
+3
*
Adds "sorted" scope to Principal and User and sort users/groups properly.
Jean-Philippe Lang
2013-01-23
1
-1
/
+1
*
Wrong redmine link after referencing an object from a different project (#129...
Jean-Philippe Lang
2013-01-22
1
-1
/
+2
*
Link to attachment should return latest attachment (#7510).
Jean-Philippe Lang
2013-01-15
1
-1
/
+1
*
Use helper.
Jean-Philippe Lang
2013-01-14
1
-2
/
+1
*
Use named route with attachment filename for inline images.
Jean-Philippe Lang
2013-01-14
1
-2
/
+1
*
Adds a named route for thumbnails and use route helper in #thumbnail_tag.
Jean-Philippe Lang
2013-01-14
1
-2
/
+2
*
Add named routes for attachments and use route helpers in #link_to_attachment.
Jean-Philippe Lang
2013-01-14
1
-8
/
+4
*
Use route helper in #link_to_message.
Jean-Philippe Lang
2013-01-14
1
-5
/
+3
*
Removed deprecated call from examples.
Jean-Philippe Lang
2013-01-14
1
-1
/
+0
*
Use route helper in #link_to_project.
Jean-Philippe Lang
2013-01-14
1
-3
/
+17
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Code cleanup (#12801).
Jean-Philippe Lang
2013-01-10
1
-3
/
+3
*
Fixed that viewing the history of a wiki page with attachments raises an erro...
Jean-Philippe Lang
2013-01-10
1
-2
/
+2
*
Deprecates Version#*_pourcent in favour of #*_percent (#12724).
Jean-Philippe Lang
2013-01-04
1
-1
/
+1
*
Upgraded JQuery to 1.8.3 and JQuery UI to 1.9.2.
Jean-Philippe Lang
2012-12-26
1
-1
/
+1
*
Changed revision regexp to make source: links accept a branch.
Jean-Philippe Lang
2012-12-21
1
-1
/
+1
*
Replaces the classic_pagination plugin with a simple pagination module.
Jean-Philippe Lang
2012-12-17
1
-53
/
+1
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-2
/
+3
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-2
/
+2
*
Moved duplicate #options_for_membership_project_select to ApplicationHelper.
Jean-Philippe Lang
2012-12-01
1
-0
/
+9
*
Cache languages names to avoid loading all translations files.
Jean-Philippe Lang
2012-11-18
1
-2
/
+1
*
Ability to delete a version from a wiki page history (#10852).
Jean-Philippe Lang
2012-10-23
1
-0
/
+4
*
Wiki page versions routes cleanup.
Jean-Philippe Lang
2012-10-21
1
-2
/
+2
*
Reverts r10676 that broke a test.
Jean-Philippe Lang
2012-10-18
1
-1
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-10-18
1
-2
/
+1
*
Use named route.
Jean-Philippe Lang
2012-10-18
1
-3
/
+1
*
Use named route.
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
[next]