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
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Accept filters from API calls without set_filter parameter.
Jean-Philippe Lang
2010-01-18
1
-1
/
+1
*
Fixed: PDF export of a issue list grouped by a custom field raises an error (...
Jean-Philippe Lang
2010-01-18
1
-0
/
+1
*
Adds a log message when an API call raises an InvalidAuthenticityToken error.
Jean-Philippe Lang
2010-01-17
1
-0
/
+7
*
Fixed: Issue Summary tables that list by user are not sorted (#4552).
Jean-Philippe Lang
2010-01-17
1
-4
/
+4
*
Cleaned up the IssueController redirects to use the back_url like the other a...
Eric Davis
2010-01-14
1
-2
/
+2
*
XML REST API for Projects (#296).
Jean-Philippe Lang
2010-01-14
2
-10
/
+47
*
XML REST API for issues that provides CRUD operations for Issues (#1214).
Jean-Philippe Lang
2010-01-13
2
-16
/
+63
*
Set a white list of issue attributes that can be mass-assigned from controllers.
Jean-Philippe Lang
2010-01-12
1
-2
/
+2
*
Fixed: can not search for 2 letters word (#4381).
Jean-Philippe Lang
2010-01-10
1
-2
/
+2
*
Fixed: attachments get saved on issue update even if validation fails (#4401).
Jean-Philippe Lang
2010-01-10
1
-15
/
+15
*
Fixed: error when downloading a file with no matching mime type (#3782).
Jean-Philippe Lang
2010-01-05
1
-1
/
+1
*
Allow bulk edit custom fields of any type (#461).
Jean-Philippe Lang
2010-01-03
1
-1
/
+1
*
Fixed: bulk edit doesn't include global custom fields (#4505).
Jean-Philippe Lang
2010-01-03
1
-1
/
+1
*
Added :controller_issues_new_before_save hook. (#4465)
Eric Davis
2009-12-29
1
-0
/
+1
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
1
-1
/
+9
*
Do not display the copy form when project copy is created.
Jean-Philippe Lang
2009-12-26
1
-1
/
+7
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
1
-3
/
+18
*
Added an Admin setting to enable/disable the REST web service. (#3920)
Eric Davis
2009-12-23
1
-1
/
+1
*
Added support for HTTP Basic access to the API. (#3920)
Eric Davis
2009-12-23
1
-3
/
+12
*
Allow authenticating with an API token via XML or JSON. (#3920)
Eric Davis
2009-12-23
2
-1
/
+9
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
1
-0
/
+13
*
Make sure the RSS token is getting destroyed and created.
Eric Davis
2009-12-21
1
-2
/
+6
*
Extract method
Eric Davis
2009-12-21
1
-2
/
+6
*
Refactor: Use the existing method for failing onthefly creations.
Eric Davis
2009-12-20
1
-4
/
+1
*
Adds a 'Create and continue' button on new user form.
Jean-Philippe Lang
2009-12-20
1
-1
/
+3
*
Change MailHandler 403 error message.
Jean-Philippe Lang
2009-12-20
1
-2
/
+2
*
Adds on optional API key to repositories management controller and reposman.rb.
Jean-Philippe Lang
2009-12-20
1
-2
/
+2
*
Admin info cleanup.
Jean-Philippe Lang
2009-12-19
1
-6
/
+6
*
Fixes block reordering on my page (#2971).
Jean-Philippe Lang
2009-12-19
1
-17
/
+16
*
Fixes an error with postgres.
Jean-Philippe Lang
2009-12-19
1
-2
/
+10
*
By default, only show statuses that are used by the tracker on the workflow e...
Jean-Philippe Lang
2009-12-18
1
-1
/
+6
*
Display shared versions on the issue summary view (#4425).
Jean-Philippe Lang
2009-12-18
1
-2
/
+2
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
10
-26
/
+34
*
Fixes test broken by r3176 (#4439).
Jean-Philippe Lang
2009-12-18
1
-1
/
+2
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
12
-3
/
+25
*
Make sure user can not watch what he is not allowed to view.
Jean-Philippe Lang
2009-12-13
1
-1
/
+5
*
Roadmap: sort issues by project and prepend project name if different (#4373).
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
1
-31
/
+4
*
Adds workflow copy functionality (#1727).
Jean-Philippe Lang
2009-12-12
1
-0
/
+23
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
1
-1
/
+10
*
Fixes that issue copy/move throws an error when status is not changed (#4369).
Jean-Philippe Lang
2009-12-09
1
-1
/
+3
*
Ability to add a new version from the issue form (#4315).
Jean-Philippe Lang
2009-12-06
1
-3
/
+22
*
Fixed: error when changing tracker on the new issue form (#4345).
Jean-Philippe Lang
2009-12-06
1
-3
/
+3
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
3
-11
/
+63
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
1
-4
/
+8
*
Fixed: News from a project with 'news' module disabled, are still diplayed in...
Jean-Philippe Lang
2009-12-03
1
-1
/
+1
*
Add a second action menu to IssuesController#show. (#4331)
Eric Davis
2009-12-03
1
-1
/
+16
*
Fixed: no error message when creating a category from the issue form fails (#...
Jean-Philippe Lang
2009-12-02
1
-10
/
+19
*
Fixes context menu broken by r3109 (#2405).
Jean-Philippe Lang
2009-11-30
1
-1
/
+1
*
Adds tracker update to context menu and bulk edit form (#2405).
Jean-Philippe Lang
2009-11-29
1
-0
/
+3
[next]