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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treat Calendar and Gantt pages as separate modules. #6153
Eric Davis
2010-08-22
5
-4
/
+57
*
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
3
-21
/
+16
*
Fix the mock_file test helper.
Eric Davis
2010-08-19
2
-3
/
+7
*
Refactor: extract Members Box to partial.
Eric Davis
2010-08-19
2
-8
/
+9
*
Remove dublicate string
Azamat Hackimov
2010-08-19
1
-1
/
+1
*
Localisation updates: New string to fix #5162
Azamat Hackimov
2010-08-19
42
-1
/
+44
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
10
-116
/
+130
*
Real RTL-theme support in locales (#6012)
Azamat Hackimov
2010-08-19
45
-12
/
+71
*
Fixing #6009
Azamat Hackimov
2010-08-19
16
-15
/
+73
*
Translation updates for upcoming release
Azamat Hackimov
2010-08-19
17
-2273
/
+2296
*
Add Issue Status to the tooltip. #6169
Eric Davis
2010-08-19
1
-0
/
+2
*
Small test refactoring, extract method.
Eric Davis
2010-08-19
2
-3
/
+7
*
Scope the calendar popup CSS so it doesn't conflict with the Calendar menu. #...
Eric Davis
2010-08-19
1
-42
/
+42
*
Use the base layout for all 403, 404, and 500 pages. #6172
Eric Davis
2010-08-19
2
-3
/
+36
*
Added a rake task to display permissions.
Eric Davis
2010-08-18
1
-0
/
+9
*
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
9
-33
/
+57
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
9
-34
/
+52
*
Add the Calendar as a project menu item.
Eric Davis
2010-08-16
2
-0
/
+2
*
Add the Gantt chart as a project menu item
Eric Davis
2010-08-16
2
-0
/
+2
*
Allow key authentication for Boards. #6132
Eric Davis
2010-08-16
1
-0
/
+1
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
8
-44
/
+53
*
Refactor: pull up method to ApplicationController.
Eric Davis
2010-08-13
3
-23
/
+15
*
Fixed: changing view style in repository/diff doesn't keep previously selecte...
Jean-Baptiste Barth
2010-08-13
1
-1
/
+1
*
Refactor: Pull up method to ApplicationController.
Eric Davis
2010-08-12
3
-34
/
+17
*
Fix path to test_helper
Eric Davis
2010-08-12
1
-1
/
+1
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
12
-164
/
+217
*
Show projects depending on their visibility in user's profile. #6100
Jean-Baptiste Barth
2010-08-10
2
-4
/
+12
*
Added a warning when a new user or group membership is invalid. #3834
Jean-Baptiste Barth
2010-08-10
2
-16
/
+32
*
Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...
Jean-Baptiste Barth
2010-08-10
2
-1
/
+8
*
Refactor: extract method from #move and #perform_move.
Eric Davis
2010-08-10
1
-14
/
+13
*
Refactor TimelogController#report's joins and provide a hook to add more.
Eric Davis
2010-08-09
1
-2
/
+9
*
Refactor: extract POST version of IssuesController#move to #perform_move.
Eric Davis
2010-08-09
1
-6
/
+12
*
Removed hard-coded english error message on failed Member creation
Jean-Baptiste Barth
2010-08-09
1
-1
/
+1
*
Removed useless debug code. #5978
Jean-Baptiste Barth
2010-08-08
1
-1
/
+0
*
Added project filter when viewing all issues. #5084
Jean-Baptiste Barth
2010-08-08
2
-0
/
+15
*
Replace Test::Unit::TestCase with ActiveSupport::TestCase. #5477
Jean-Baptiste Barth
2010-08-08
3
-7
/
+3
*
Fixed wrong commit range in git log command. #5628
Jean-Baptiste Barth
2010-08-08
2
-5
/
+9
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
11
-15
/
+42
*
Updated changelog format to use lists.
Eric Davis
2010-08-07
1
-130
/
+130
*
Add static docs to YARD.
Eric Davis
2010-08-07
1
-1
/
+8
*
Save yard doc to the doc/app directory.
Eric Davis
2010-08-07
1
-0
/
+1
*
Exclude test files from YARD.
Eric Davis
2010-08-07
1
-1
/
+3
*
Add a rake task to run CI.
Eric Davis
2010-08-06
1
-0
/
+41
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
6
-18
/
+23
*
Refactor: extract method in IssuesController#move.
Eric Davis
2010-08-05
1
-7
/
+11
*
Fixed: assigned_to and author filters in cross project issues view should be ...
Jean-Baptiste Barth
2010-08-04
2
-1
/
+10
*
Focus on the input when adding a related issue on issues/show page. #4656
Jean-Baptiste Barth
2010-08-04
1
-1
/
+1
*
Display projects as links in users/memberships partial. #5898
Jean-Baptiste Barth
2010-08-04
1
-1
/
+3
[next]