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
/
integration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Additional test for memberships API.
Jean-Philippe Lang
2012-04-19
1
-0
/
+8
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
1
-0
/
+6
*
Adds missing route to project search.
Jean-Philippe Lang
2012-04-08
2
-0
/
+14
*
scm: fix revisions page "OK" button always returns 404 error (#10567)
Toshi MARUYAMA
2012-04-02
1
-0
/
+10
*
Ability to add non-member watchers on issue creation (#5159).
Jean-Philippe Lang
2012-03-24
1
-0
/
+4
*
Resourcified auth_sources.
Jean-Philippe Lang
2012-03-11
1
-9
/
+9
*
Merged LdapAuthSourceController into AuthSourceController.
Jean-Philippe Lang
2012-03-11
1
-55
/
+0
*
Adds a template for API error messages so that it does not depend on AR::Erro...
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Removed some generate! calls.
Jean-Philippe Lang
2012-03-04
2
-5
/
+5
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
3
-1
/
+56
*
Moved tests about session reset to functional tests.
Jean-Philippe Lang
2012-02-26
1
-18
/
+0
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-02-25
1
-3
/
+3
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-02-25
1
-2
/
+2
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-02-25
1
-3
/
+3
*
Better message for file size validation error.
Jean-Philippe Lang
2012-02-23
1
-0
/
+11
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
3
-0
/
+111
*
Rails3: test: scm: move "repository_path_hash" method in repositories routing...
Toshi MARUYAMA
2012-02-23
1
-9
/
+0
*
route: split issue preview route to adding and editing
Toshi MARUYAMA
2012-02-15
1
-2
/
+6
*
Adds membership ids to /users/:id API response.
Jean-Philippe Lang
2012-02-06
1
-0
/
+28
*
Typo
Jean-Philippe Lang
2012-02-06
1
-1
/
+1
*
Adds a simple API for listing roles (#9725).
Jean-Philippe Lang
2012-02-06
2
-0
/
+73
*
REST API for project memberships (#7420).
Jean-Philippe Lang
2012-02-06
2
-0
/
+210
*
Resourcified project memberships.
Jean-Philippe Lang
2012-02-05
1
-7
/
+7
*
Removed mocha availability checks in tests.
Jean-Philippe Lang
2012-02-05
1
-6
/
+0
*
Fixed registration form broken by r8479.
Jean-Philippe Lang
2012-02-05
1
-6
/
+6
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
1
-0
/
+26
*
Fixes assertion.
Jean-Philippe Lang
2012-02-04
1
-1
/
+1
*
Adds export of all wiki pages to a PDF file (#3463).
Jean-Philippe Lang
2012-01-30
1
-0
/
+9
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-0
/
+120
*
test: route: repositories: split tests whether 'show' action or not
Toshi MARUYAMA
2012-01-28
1
-2
/
+8
*
Makes Version REST API accept due_date attribute (#10013).
Jean-Philippe Lang
2012-01-21
1
-0
/
+14
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+144
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-5
/
+33
*
Ability to add non-member users as watchers (#5159).
Jean-Philippe Lang
2012-01-09
1
-6
/
+12
*
test: route: add test for '/' path
Toshi MARUYAMA
2012-01-08
1
-0
/
+4
*
test: route: add issue_statuses test
Toshi MARUYAMA
2012-01-08
1
-0
/
+80
*
test: route: split documents test whether scoped under project or not
Toshi MARUYAMA
2012-01-08
1
-5
/
+8
*
test: route: split issue categories test whether scoped under project or not
Toshi MARUYAMA
2012-01-08
1
-1
/
+4
*
test: route: split news tests
Toshi MARUYAMA
2012-01-08
1
-1
/
+4
*
test: route: add trackers test
Toshi MARUYAMA
2012-01-08
1
-0
/
+71
*
test: route: simplify /issues/bulk_edit test
Toshi MARUYAMA
2012-01-08
1
-8
/
+6
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
1
-31
/
+0
*
Allows project to be changed from the bulk edit form.
Jean-Philippe Lang
2012-01-07
1
-0
/
+5
*
test: route: add groups tests defined as resources
Toshi MARUYAMA
2012-01-07
1
-0
/
+66
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-0
/
+16
*
test: route: add attachment delete method test
Toshi MARUYAMA
2012-01-07
1
-0
/
+4
*
test: route: simplify test_issues_form_update
Toshi MARUYAMA
2012-01-07
1
-8
/
+6
*
Makes /projects/:project_id/issues/new accept PUT requests for when serializi...
Jean-Philippe Lang
2012-01-06
1
-0
/
+4
*
test: route: repositories: add show, changes and annotate actions in revision...
Toshi MARUYAMA
2012-01-05
1
-0
/
+31
[next]