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
*
Display the position of the current issue in the query results.
Jean-Philippe Lang
2012-01-16
1
-0
/
+4
*
Don't use a disabled SCM as a default repository SCM (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
2
-13
/
+11
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
2
-38
/
+49
*
Separated new/edit views for the timelog controller.
Jean-Philippe Lang
2012-01-10
1
-1
/
+0
*
Do not call _before_save hook without saving.
Jean-Philippe Lang
2012-01-09
1
-2
/
+0
*
Do not call _before_save hook without saving.
Jean-Philippe Lang
2012-01-09
1
-2
/
+0
*
Avoid an AJAX query if the watchers form is already loaded.
Jean-Philippe Lang
2012-01-09
1
-0
/
+1
*
Ability to add non-member users as watchers (#5159).
Jean-Philippe Lang
2012-01-09
1
-3
/
+23
*
Fixed: error when displaying an issue with a query sorted by an association, ...
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Moved Date months/weeks calculations used in Graph to lib.
Etienne Massip
2012-01-07
1
-10
/
+1
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
1
-1
/
+1
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
2
-87
/
+7
*
Allows project to be changed from the bulk edit form.
Jean-Philippe Lang
2012-01-07
1
-6
/
+33
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-2
/
+12
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-3
/
+3
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-1
/
+18
*
Option to set parent automatically for new wiki pages (#3108).
Jean-Philippe Lang
2011-12-17
1
-1
/
+9
*
Restores migration broken by r8182 and removes default scope on Role (#9800).
Jean-Philippe Lang
2011-12-14
1
-3
/
+3
*
Save an @Issue#save@.
Etienne Massip
2011-12-14
1
-3
/
+1
*
Removed code duplicated in lib.
Etienne Massip
2011-12-14
1
-6
/
+0
*
Use safe_attributes for issue watchers assignment.
Jean-Philippe Lang
2011-12-13
1
-6
/
+2
*
Fixed error on project creation due to unrecognized route.
Jean-Philippe Lang
2011-12-12
1
-1
/
+1
*
Resourcified enumerations.
Jean-Philippe Lang
2011-12-11
1
-21
/
+22
*
Explicitly declare all routes and deactivate default route.
Etienne Massip
2011-12-10
1
-1
/
+1
*
Changed ProjectsController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-9
/
+6
*
Changed IssuesController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-4
/
+1
*
REST urls for user memberships.
Jean-Philippe Lang
2011-12-10
1
-2
/
+4
*
Resourcified roles.
Jean-Philippe Lang
2011-12-09
1
-9
/
+23
*
Resourcified custom fields.
Jean-Philippe Lang
2011-12-09
1
-12
/
+26
*
Removed unnecessary calculations in time entries index.
Jean-Philippe Lang
2011-12-04
1
-2
/
+0
*
Adds named scopes for time entries index.
Jean-Philippe Lang
2011-12-04
1
-30
/
+29
*
Adds named scopes for projects index.
Jean-Philippe Lang
2011-12-04
1
-8
/
+6
*
Adds named scopes for users index.
Jean-Philippe Lang
2011-12-04
1
-11
/
+5
*
Adds tests for plugin settings editing.
Jean-Philippe Lang
2011-12-03
1
-2
/
+2
*
Tests/cleanup VersionsController.
Jean-Philippe Lang
2011-12-03
1
-7
/
+1
*
Dropped TimeEntryReportsController.
Jean-Philippe Lang
2011-12-02
2
-84
/
+12
*
Extracted time report logic from the controller.
Jean-Philippe Lang
2011-12-02
1
-129
/
+2
*
Controller cleanup.
Jean-Philippe Lang
2011-12-01
1
-10
/
+1
*
Resourcified boards.
Jean-Philippe Lang
2011-12-01
1
-6
/
+17
*
Resourcified documents.
Jean-Philippe Lang
2011-11-30
1
-6
/
+16
*
Removed #find_project already defined as #find_project_by_project_id in paren...
Jean-Philippe Lang
2011-11-30
1
-8
/
+1
*
Reverted r8007.
Jean-Philippe Lang
2011-11-30
1
-0
/
+7
*
Removed #find_project already defined in parent class.
Jean-Philippe Lang
2011-11-30
1
-7
/
+0
*
Removed useless rescue.
Jean-Philippe Lang
2011-11-29
1
-4
/
+0
*
Removed unused method.
Jean-Philippe Lang
2011-11-29
1
-7
/
+0
*
Code cleanup.
Jean-Philippe Lang
2011-11-29
1
-1
/
+1
*
Removed a useless rescue.
Jean-Philippe Lang
2011-11-29
1
-2
/
+0
*
Removed EnumerationsController#list action.
Jean-Philippe Lang
2011-11-28
1
-9
/
+3
[next]