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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
2
-0
/
+16
*
Enlarge wiki content for MySQL databases (#1071).
Jean-Philippe Lang
2009-12-27
1
-0
/
+8
*
Fixed: project copy doesn't copy group memberships (#3975).
Jean-Philippe Lang
2009-12-26
4
-5
/
+30
*
Removes column opt in enumerations table.
Jean-Philippe Lang
2009-12-25
1
-14
/
+0
*
Project#activities should check all overridden activities, not just active ones.
Eric Davis
2009-12-24
1
-0
/
+11
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
2
-64
/
+156
*
Force TimeEntry#hours default to nil (#3075, #4449).
Jean-Philippe Lang
2009-12-23
1
-0
/
+4
*
Adds a setting to remove incoming emails body after a delimiter (#4409).
Jean-Philippe Lang
2009-12-23
2
-1
/
+65
*
Added an Admin setting to enable/disable the REST web service. (#3920)
Eric Davis
2009-12-23
4
-0
/
+116
*
Added support for HTTP Basic access to the API. (#3920)
Eric Davis
2009-12-23
3
-6
/
+171
*
Allow authenticating with an API token via XML or JSON. (#3920)
Eric Davis
2009-12-23
1
-0
/
+73
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
2
-1
/
+85
*
Fixes a test failure.
Jean-Philippe Lang
2009-12-21
1
-1
/
+1
*
Fixes test failure.
Jean-Philippe Lang
2009-12-21
1
-0
/
+4
*
Fixes odd test failures.
Jean-Philippe Lang
2009-12-21
1
-3
/
+3
*
Fixed the view_hook_helper test, it was reading all of the log files into
Eric Davis
2009-12-21
1
-1
/
+1
*
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
*
Speeds up very slow tests.
Jean-Philippe Lang
2009-12-19
1
-15
/
+21
*
Adds a 'no_permission_check' option to the MailHandler.
Jean-Philippe Lang
2009-12-19
1
-0
/
+20
*
Fixes block reordering on my page (#2971).
Jean-Philippe Lang
2009-12-19
2
-7
/
+38
*
Fixes 'follows' relation validation.
Jean-Philippe Lang
2009-12-18
1
-0
/
+11
*
Adds 'follows' relation (#1432).
Jean-Philippe Lang
2009-12-18
1
-0
/
+46
*
By default, only show statuses that are used by the tracker on the workflow e...
Jean-Philippe Lang
2009-12-18
2
-6
/
+50
*
Adds a Plugin API to allow one plugin to depend on another.
Eric Davis
2009-12-16
1
-0
/
+39
*
Make sure user can not watch what he is not allowed to view.
Jean-Philippe Lang
2009-12-13
1
-0
/
+9
*
Make sure users don't get notified for thing they can not view (#3589).
Jean-Philippe Lang
2009-12-13
1
-3
/
+43
*
Makes user unwatch what he can no longer view after its permissions have chan...
Jean-Philippe Lang
2009-12-13
4
-4
/
+121
*
Project custom fields are already copied via the Copy form. (#3367)
Eric Davis
2009-12-13
1
-2
/
+0
*
Copy issue relations when copying a project. (#3367)
Eric Davis
2009-12-13
1
-3
/
+35
*
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
*
Search mail addresses in Principal#like
Eric Davis
2009-12-12
1
-0
/
+66
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
3
-0
/
+119
*
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
*
Add test for #4354.
Jean-Philippe Lang
2009-12-09
1
-0
/
+4
*
Fixed: Bulk edit of issues throws 500 if no versions are defined on the proje...
Jean-Philippe Lang
2009-12-09
1
-0
/
+5
*
Fixes tracker_id and custom_field_values assignment order for issues (#4353).
Jean-Philippe Lang
2009-12-09
1
-0
/
+17
*
Fixed: Subversion#latest_changesets ignores revision argument (#4360).
Jean-Philippe Lang
2009-12-08
1
-7
/
+11
*
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
*
Fixes Project#shared_versions for descendants sharing (#465).
Jean-Philippe Lang
2009-12-07
1
-0
/
+50
*
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
18
-29
/
+409
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
2
-0
/
+56
*
Do not notify users that are no longer allowed to view an issue (#3589, #4263).
Jean-Philippe Lang
2009-12-03
2
-1
/
+18
*
Add a second action menu to IssuesController#show. (#4331)
Eric Davis
2009-12-03
1
-1
/
+22
*
Add assertion about email notification on issue creation via email (#4228).
Jean-Philippe Lang
2009-12-02
1
-0
/
+5
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
4
-8
/
+48
[next]