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
/
test
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: PDF export of a issue list grouped by a custom field raises an error (...
Jean-Philippe Lang
2010-01-18
1
-0
/
+8
*
Cleaned up the IssueController redirects to use the back_url like the other a...
Eric Davis
2010-01-14
1
-0
/
+46
*
Fixes project editing route broken by r3313.
Jean-Philippe Lang
2010-01-14
1
-0
/
+7
*
Set a white list of issue attributes that can be mass-assigned from controllers.
Jean-Philippe Lang
2010-01-12
1
-0
/
+7
*
Allow bulk edit custom fields of any type (#461).
Jean-Philippe Lang
2010-01-03
1
-0
/
+8
*
Fixed: bulk edit doesn't include global custom fields (#4505).
Jean-Philippe Lang
2010-01-03
1
-0
/
+2
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
1
-0
/
+8
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
1
-63
/
+155
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
1
-0
/
+34
*
Fixes odd test failures.
Jean-Philippe Lang
2009-12-21
1
-3
/
+3
*
Make sure the RSS token is getting destroyed and created.
Eric Davis
2009-12-21
1
-0
/
+34
*
Adds on optional API key to repositories management controller and reposman.rb.
Jean-Philippe Lang
2009-12-20
1
-0
/
+21
*
Fixes block reordering on my page (#2971).
Jean-Philippe Lang
2009-12-19
1
-1
/
+25
*
By default, only show statuses that are used by the tracker on the workflow e...
Jean-Philippe Lang
2009-12-18
1
-5
/
+33
*
Make sure user can not watch what he is not allowed to view.
Jean-Philippe Lang
2009-12-13
1
-0
/
+9
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
1
-23
/
+0
*
Adds workflow copy functionality (#1727).
Jean-Philippe Lang
2009-12-12
1
-1
/
+47
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
1
-0
/
+23
*
Fixes that issue copy/move throws an error when status is not changed (#4369).
Jean-Philippe Lang
2009-12-09
1
-2
/
+16
*
Adds custom field selection on tracker form.
Jean-Philippe Lang
2009-12-09
1
-2
/
+3
*
Fixes a test broken by r3127.
Jean-Philippe Lang
2009-12-08
1
-1
/
+4
*
Fixes broken admin menu extension (#4351).
Jean-Philippe Lang
2009-12-07
1
-0
/
+15
*
Ability to add a new version from the issue form (#4315).
Jean-Philippe Lang
2009-12-06
1
-0
/
+23
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
2
-0
/
+57
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
1
-0
/
+24
*
Add a second action menu to IssuesController#show. (#4331)
Eric Davis
2009-12-03
1
-1
/
+22
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
1
-8
/
+2
*
Enable tracker update on issue edit form (#2405).
Jean-Philippe Lang
2009-11-29
1
-3
/
+28
*
Adds an action to SysController to fetch changesets of one or all projects (#...
Jean-Philippe Lang
2009-11-28
1
-0
/
+15
*
Adds dynamic columns selection on the issue list (#4272).
Jean-Philippe Lang
2009-11-28
1
-0
/
+16
*
Fixes fixtures loading.
Jean-Philippe Lang
2009-11-27
1
-0
/
+1
*
Add failing test for #4302.
Jean-Philippe Lang
2009-11-27
1
-0
/
+5
*
Use /raw/ for url instead of ?format=raw for getting raw repository files (#1...
Jean-Philippe Lang
2009-11-16
1
-0
/
+14
*
Allow issue grouping by custom field (#2679).
Jean-Philippe Lang
2009-11-16
1
-2
/
+16
*
Adds a 'Move and follow' button on Move/Copy view to be redirected to the cre...
Jean-Philippe Lang
2009-11-15
1
-0
/
+13
*
Allow non admin users to add subprojects (#2963).
Jean-Philippe Lang
2009-11-15
1
-0
/
+17
*
Add view_issues permission (#3187).
Jean-Philippe Lang
2009-11-14
1
-0
/
+20
*
Adding the body of the feed to the failure message. #4204
Eric Davis
2009-11-12
1
-1
/
+1
*
Adds a link to automatically close completed versions in project settings (#1...
Jean-Philippe Lang
2009-11-09
1
-0
/
+8
*
Adds a few functional tests.
Jean-Philippe Lang
2009-11-07
3
-7
/
+94
*
Fixed: first day of date range is not included in time report with SQLite (#3...
Jean-Philippe Lang
2009-11-04
1
-0
/
+16
*
Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.
Jean-Philippe Lang
2009-11-04
1
-0
/
+3
*
Unified UsersController#list and #index.
Jean-Philippe Lang
2009-10-29
1
-16
/
+15
*
Include missing fixtures.
Jean-Philippe Lang
2009-10-29
1
-1
/
+1
*
AccountController#show (/account/show/:id) moved to UsersController#show (/us...
Jean-Philippe Lang
2009-10-29
2
-30
/
+43
*
Do not show user profile if no visible project or activity (#4129, #3720).
Jean-Philippe Lang
2009-10-29
1
-0
/
+5
*
Add a permission to remove issue watchers (#2450).
Jean-Philippe Lang
2009-10-25
1
-0
/
+10
*
Reverts r2770 (#3391).
Jean-Philippe Lang
2009-10-24
1
-1
/
+1
*
Added all list and boolean custom data fields to the Time Report. #4077
Eric Davis
2009-10-21
1
-2
/
+4
*
When a specific TimeEntryActivity are change, associated TimeEntries will be
Eric Davis
2009-10-21
1
-1
/
+62
[next]