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
*
Move SQL LIKE tokens to acts_as_searchable.
Jean-Philippe Lang
2010-02-17
1
-4
/
+2
*
Makes search providers extensible (#3936).
Jean-Philippe Lang
2010-02-17
1
-1
/
+1
*
Converted the REDMINE_SUPPORTED_SCM constant to a class
Eric Davis
2010-02-16
1
-1
/
+1
*
Refactor: Merged TrackersController#list and #index
Eric Davis
2010-02-15
1
-11
/
+6
*
Refactor: Merged AuthSourcesController#list and #index
Eric Davis
2010-02-15
1
-11
/
+6
*
Refactor: Merged RolesController#list and #index
Eric Davis
2010-02-15
1
-7
/
+2
*
Removed hard coded English string.
Eric Davis
2010-02-12
1
-1
/
+1
*
Refactor: Merged IssueStatusesController#list and #index.
Eric Davis
2010-02-12
1
-12
/
+7
*
Issue relation: fixes error with postgres when entering a non-numeric id (#48...
Jean-Philippe Lang
2010-02-12
1
-2
/
+2
*
Log failed user logins to the Rails logger
Eric Davis
2010-02-11
1
-0
/
+1
*
Refactored IssueStatus finder to a before_filter
Eric Davis
2010-02-11
1
-5
/
+6
*
Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).
Jean-Philippe Lang
2010-02-10
1
-5
/
+1
*
Refactor: inline the utility methods in ReportsController.
Eric Davis
2010-02-10
1
-43
/
+16
*
Extracted the rendering from each case statement in issue_reports_details
Eric Davis
2010-02-09
1
-9
/
+7
*
Separated ReportsController#issue_report into two separate actions.
Eric Davis
2010-02-08
1
-18
/
+24
*
Fixed: error raised when trying to view the gantt or calendar with a grouped ...
Jean-Philippe Lang
2010-02-06
1
-0
/
+2
*
Adds pagination to forum messages (#4664).
Jean-Philippe Lang
2010-02-06
1
-5
/
+19
*
Adds a permission for exporting wiki pages.
Jean-Philippe Lang
2010-02-06
1
-11
/
+17
*
Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis
2010-02-05
6
-35
/
+7
*
Fixed: invalid format parameter returns a DoubleRenderError on issues index (...
Jean-Philippe Lang
2010-02-04
1
-7
/
+7
*
Reverts r3366.
Jean-Philippe Lang
2010-02-04
1
-11
/
+9
*
Fixed: invalid format parameter returns a DoubleRenderError on issues index (...
Jean-Philippe Lang
2010-02-04
1
-8
/
+10
*
Refactor: Moved the raw SQL finders from ReportsController to Issue.
Eric Davis
2010-02-03
1
-83
/
+7
*
Allow commits to reference issues of parent projects and subprojects (#4674).
Jean-Philippe Lang
2010-01-31
1
-1
/
+1
*
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
[next]