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
*
Fixed the zoom, previous, and next links on the Gantt chart.
Eric Davis
2010-09-10
1
-2
/
+2
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
3
-1
/
+34
*
Change link_to_if_authorized to allow url paths. (Fixes #6195)
Eric Davis
2010-09-06
1
-1
/
+20
*
Refactor: move method to model. (references r4057)
Eric Davis
2010-09-05
1
-7
/
+0
*
Add css classes to journals display to facilitate theming
Jean-Baptiste Barth
2010-09-03
1
-0
/
+7
*
Refactor: extract common code to link_to_month.
Eric Davis
2010-08-26
1
-8
/
+9
*
Add the project_id to the Calendar link to month.
Eric Davis
2010-08-26
1
-5
/
+7
*
Refactor: extract target link generation.
Eric Davis
2010-08-26
1
-6
/
+10
*
Refactor: extract ternary operators to temps.
Eric Davis
2010-08-26
1
-6
/
+30
*
Refactor: extract link to previous and next month into helpers.
Eric Davis
2010-08-26
1
-0
/
+14
*
Add RTL support to the context menu. #6012
Eric Davis
2010-08-22
1
-0
/
+5
*
Add Issue Status to the tooltip. #6169
Eric Davis
2010-08-19
1
-0
/
+2
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
1
-1
/
+1
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
1
-0
/
+2
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
3
-8
/
+23
*
Added css classes to the HTML body based on the theme, controller, and action...
Eric Davis
2010-08-04
1
-0
/
+13
*
Use image_path for the favicon instead to pick up asset hosts. #3301
Eric Davis
2010-07-30
1
-1
/
+1
*
Add a favicon link with support for suburi. #3301
Eric Davis
2010-07-29
1
-0
/
+4
*
Set @project so macros will work on the welcome and project list. #5781
Eric Davis
2010-06-30
1
-0
/
+4
*
Make the Gantt zoom images more accessible
Eric Davis
2010-05-26
1
-4
/
+8
*
Refactor: extract gantt zoom links to a helper.
Eric Davis
2010-05-26
1
-0
/
+22
*
Fixes time report with JRuby (#5404).
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Refactor: move method to helper.
Eric Davis
2010-04-27
1
-0
/
+34
*
Let custom field formats control how they are edited.
Eric Davis
2010-04-16
1
-3
/
+5
*
Refactor: Move method
Eric Davis
2010-04-16
1
-9
/
+1
*
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
Eric Davis
2010-04-16
1
-1
/
+1
*
Linkify folder names on revision view (#5164).
Jean-Philippe Lang
2010-04-11
1
-14
/
+20
*
Slight optimization in issue tree rendering.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
3
-7
/
+26
*
Adds parent issue id to the issues CSV export.
Jean-Philippe Lang
2010-03-27
1
-0
/
+2
*
Adds text formatting to documents index (#202).
Jean-Philippe Lang
2010-03-18
1
-0
/
+10
*
Adds an helper for displaying the 'checked' image.
Jean-Philippe Lang
2010-03-17
1
-0
/
+6
*
Accept issue links inside brackets (#4418).
Jean-Philippe Lang
2010-03-17
1
-1
/
+1
*
Inlines some code to speed up large ticket history rendering.
Jean-Philippe Lang
2010-03-16
1
-3
/
+3
*
Fixed: Wrong label in issue-journal for subtask-changes (#5090).
Jean-Philippe Lang
2010-03-16
1
-0
/
+5
*
Close unclosed pre/code tags (#4265).
Jean-Philippe Lang
2010-03-15
1
-0
/
+4
*
Do not parse redmine links inside pre/code tags (#1288).
Jean-Philippe Lang
2010-03-15
1
-5
/
+30
*
Extract parsing of inline attachments, wiki links and redmine links.
Jean-Philippe Lang
2010-03-15
1
-60
/
+60
*
Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).
Jean-Philippe Lang
2010-03-14
1
-4
/
+1
*
Optimization: load attachments when needed.
Jean-Philippe Lang
2010-03-14
1
-5
/
+4
*
Move issue watchers to the sidebar.
Jean-Philippe Lang
2010-03-13
1
-5
/
+7
*
Slight UI changes to the subtasks tree.
Jean-Philippe Lang
2010-03-13
1
-3
/
+3
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-0
/
+28
*
Refactor: Remove duplicated case statements.
Eric Davis
2010-03-08
1
-22
/
+6
*
Refactor: Extract similar logic in IssuesHelper#show_detail to a new method.
Eric Davis
2010-03-08
1
-15
/
+25
*
Adds an helper for creating the context menu.
Jean-Philippe Lang
2010-03-04
1
-0
/
+11
*
Allow multiple selected projects in #project_tree_options_for_select
Eric Davis
2010-03-03
1
-1
/
+6
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-3
/
+3
*
Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...
Jean-Philippe Lang
2010-02-18
1
-6
/
+6
*
Converted the REDMINE_SUPPORTED_SCM constant to a class
Eric Davis
2010-02-16
1
-1
/
+1
[next]