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
*
Adds an issues visibility level on roles (#7412).
Jean-Philippe Lang
2011-04-11
2
-3
/
+13
*
Removed calls to deprecated Project.visible_by method.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Cleaner way to handle the replacement of watch links (#8071).
Jean-Philippe Lang
2011-04-05
1
-13
/
+5
*
Fixed: DoubleRenderError introduced by #7996.
Jean-Philippe Lang
2011-04-05
1
-0
/
+2
*
add function of bulk delete time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-20
/
+24
*
add bulk edit and bulk update actions for time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-0
/
+49
*
add controller for bulk edit time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-1
/
+14
*
Shorten query[column_names] param name.
Jean-Philippe Lang
2011-04-03
1
-1
/
+4
*
Skip a count(*) SQL query.
Jean-Philippe Lang
2011-04-02
1
-1
/
+1
*
Fixed: list of users for adding to a group may be empty if 100 first users ha...
Jean-Philippe Lang
2011-04-01
1
-1
/
+1
*
Fixed: bulk destroying parent and child issues raises a stale object error (#...
Jean-Philippe Lang
2011-04-01
1
-1
/
+7
*
Shortens filter param names.
Jean-Philippe Lang
2011-04-01
1
-2
/
+2
*
Converted issue filters to non-AJAX GET requests (#1965).
Jean-Philippe Lang
2011-04-01
2
-10
/
+34
*
Initialize TimeEntry with issue and project for the issue edit form.
Jean-Philippe Lang
2011-04-01
1
-2
/
+2
*
Adds support for preview when editing an issue note (#5520).
Jean-Philippe Lang
2011-03-28
1
-0
/
+17
*
scm: set mime type in downloading file.
Toshi MARUYAMA
2011-03-22
1
-1
/
+4
*
scm: fix non ascii text files displaying (#6256).
Toshi MARUYAMA
2011-03-22
1
-3
/
+18
*
Fixed: Simultaneous wiki updates cause internal error (#7939).
Jean-Philippe Lang
2011-03-21
1
-4
/
+2
*
Indentation.
Jean-Philippe Lang
2011-03-16
1
-3
/
+3
*
Adds a Group filter on the admin users list (#7893).
Jean-Philippe Lang
2011-03-16
1
-4
/
+10
*
Replaces TimeEntry.visible_by with a visible scope.
Jean-Philippe Lang
2011-03-16
2
-52
/
+47
*
scm: recovery showing "root @ branch" in repository tree viewing.
Toshi MARUYAMA
2011-03-15
1
-0
/
+1
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
1
-16
/
+13
*
Fixed: error on JournalsController#index when custom fields are present (#7795).
Jean-Philippe Lang
2011-03-06
1
-0
/
+1
*
Adds email notifications support for news comments (#2074).
Jean-Philippe Lang
2011-03-04
1
-2
/
+4
*
Keep track of issue description changes (#746).
Jean-Philippe Lang
2011-02-27
1
-7
/
+20
*
Do not responde with javascript on regular requests.
Jean-Philippe Lang
2011-02-24
1
-0
/
+8
*
Allow additional workflow transitions for issue author and assignee (#2732).
Jean-Philippe Lang
2011-02-20
1
-3
/
+14
*
scm: fix diff revision param validation.
Toshi MARUYAMA
2011-02-17
1
-1
/
+1
*
scm: space and tab cleanup of app/controllers/repositories_controller.rb.
Toshi MARUYAMA
2011-02-12
1
-17
/
+18
*
scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...
Toshi MARUYAMA
2011-02-12
1
-1
/
+1
*
Fixed: Relations are not displayed after adding/removing an issue relation (#...
Jean-Philippe Lang
2011-01-27
1
-1
/
+5
*
Set the httponly flag on the autologin cookie.
Jean-Philippe Lang
2011-01-23
1
-1
/
+2
*
Makes the autologin cookie configurable (#1763).
Jean-Philippe Lang
2011-01-23
1
-2
/
+13
*
Moves relations fetching from views to the controller and skip invalid relati...
Jean-Philippe Lang
2011-01-22
1
-0
/
+1
*
scm: use format_revision() for history, view and annotate (#3724).
Toshi MARUYAMA
2011-01-21
1
-2
/
+5
*
Enable ability for administrators to delete users (#7296).
Jean-Philippe Lang
2011-01-16
1
-2
/
+11
*
Use #blank? instead of #nil? || #empty?.
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
Respond with 404 instead of 500 when revision/entry is not found in the repos...
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
scm: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
1
-0
/
+1
*
scm: changing two revision diff text at SCM adapter level (#3724).
Toshi MARUYAMA
2011-01-11
1
-1
/
+2
*
Fix associated revisions label on issue page.
Toshi MARUYAMA
2011-01-08
1
-0
/
+2
*
Changes ProjectsController#modules param name and add tests.
Jean-Philippe Lang
2011-01-06
1
-2
/
+3
*
Verify HTTP method on ProjectsController#create.
Jean-Philippe Lang
2011-01-06
1
-3
/
+3
*
Moves enabled_module_names param to project attribute so that it can be set t...
Jean-Philippe Lang
2011-01-06
1
-1
/
+0
*
Fixed: should redirect to the new project when copying a project.
Jean-Philippe Lang
2011-01-02
1
-2
/
+2
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-0
/
+3
*
Find visible issues only in ContextMenusController#issues.
Jean-Philippe Lang
2010-12-29
1
-1
/
+2
*
Takes more parameters into account to determine activity freshness (#7188).
Jean-Philippe Lang
2010-12-29
1
-1
/
+1
*
Makes the API accepts the X-Redmine-API-Key header to hold the API key.
Jean-Philippe Lang
2010-12-23
1
-3
/
+12
[next]