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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a "Member of Role" to the issues filters. #5869
Eric Davis
2010-09-10
1
-0
/
+23
*
Added a "Member of Group" to the issues filter. #5869
Eric Davis
2010-09-10
1
-0
/
+19
*
Define Principal#name so all subclasses will have some sort of name when prin...
Eric Davis
2010-09-10
1
-1
/
+5
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
3
-5
/
+12
*
Fixed the zoom, previous, and next links on the Gantt chart.
Eric Davis
2010-09-10
2
-4
/
+4
*
Add project names to the Versions in the Gantt export. #5904
Eric Davis
2010-09-10
1
-0
/
+4
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
9
-90
/
+133
*
Refactor: convert the Projects routes to resources.
Eric Davis
2010-09-09
3
-3
/
+3
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
2
-24
/
+26
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
4
-8
/
+7
*
Change project add form to use #create. (From r4067)
Eric Davis
2010-09-06
1
-1
/
+1
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-31
/
+37
*
Allow user password changes when changing to Internal authentication. #6267
Eric Davis
2010-09-06
1
-1
/
+3
*
Refocus the related issue field after submitting an issue. #6275
Eric Davis
2010-09-06
1
-0
/
+1
*
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
3
-8
/
+9
*
Do not display items without valid selection in context menu when on differen...
Jean-Baptiste Barth
2010-09-03
2
-3
/
+9
*
Add css classes to journals display to facilitate theming
Jean-Baptiste Barth
2010-09-03
2
-1
/
+8
*
Hide checkboxes in issues list when printing
Jean-Baptiste Barth
2010-09-03
1
-2
/
+2
*
Allow mass status update through context menu. #3411
Jean-Baptiste Barth
2010-09-03
2
-6
/
+15
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
3
-9
/
+9
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
3
-14
/
+19
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
4
-18
/
+17
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
3
-14
/
+24
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
3
-35
/
+36
*
Allow setting an issue's notes via params[:issue][:notes]. (XML API)
Eric Davis
2010-08-27
1
-1
/
+1
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
9
-57
/
+72
*
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
2
-6
/
+8
*
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
2
-8
/
+15
*
Refactor: convert many of the custom Issue routes to REST resources.
Eric Davis
2010-08-26
4
-3
/
+12
*
Refactor: extract method in bulk_update.
Eric Davis
2010-08-25
1
-4
/
+8
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
2
-22
/
+25
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
4
-20
/
+28
*
Add RTL support to the context menu. #6012
Eric Davis
2010-08-22
2
-0
/
+6
*
Fix the calendar link in the Issues sidebar. #5591
Eric Davis
2010-08-22
1
-1
/
+1
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
2
-19
/
+14
*
Refactor: extract Members Box to partial.
Eric Davis
2010-08-19
2
-8
/
+9
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
5
-32
/
+36
*
Real RTL-theme support in locales (#6012)
Azamat Hackimov
2010-08-19
1
-0
/
+1
*
Add Issue Status to the tooltip. #6169
Eric Davis
2010-08-19
1
-0
/
+2
*
Use the base layout for all 403, 404, and 500 pages. #6172
Eric Davis
2010-08-19
1
-3
/
+10
*
No more IssuesController#preview action.
Eric Davis
2010-08-18
1
-2
/
+2
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
5
-17
/
+30
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
4
-17
/
+27
*
Add the Calendar as a project menu item.
Eric Davis
2010-08-16
1
-0
/
+1
*
Add the Gantt chart as a project menu item
Eric Davis
2010-08-16
1
-0
/
+1
*
Allow key authentication for Boards. #6132
Eric Davis
2010-08-16
1
-0
/
+1
[next]