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
*
Makes custom queries available through the REST API (#5737).
Jean-Philippe Lang
2011-07-06
1
-3
/
+23
*
Makes relations resource shallow (#7366).
Jean-Philippe Lang
2011-07-05
1
-10
/
+15
*
Makes versions resource shallow (#7403).
Jean-Philippe Lang
2011-07-05
1
-1
/
+1
*
Adds REST API for versions (#7403).
Jean-Philippe Lang
2011-07-04
1
-30
/
+63
*
Adds support for GET on /issues/:issue_id/relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-1
/
+10
*
Adds REST API for issue relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-10
/
+33
*
Adds a 'New version' link on the roadmap.
Jean-Philippe Lang
2011-07-03
1
-3
/
+3
*
Fixed: private queries should not be accessible to other users (#8729).
Jean-Philippe Lang
2011-07-03
1
-0
/
+3
*
Do not cache I18n strings when truncating a long diff (#5089).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
Do not show inactive document categories where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
Do not show inactive issue priorities where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
2
-4
/
+4
*
Fixed: Private flag ignored when creating an issue with set_own_issues_privat...
Jean-Philippe Lang
2011-06-01
1
-1
/
+1
*
remove trailing white-spaces from sys controller source.
Toshi MARUYAMA
2011-05-25
1
-6
/
+6
*
Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).
Jean-Philippe Lang
2011-05-22
1
-3
/
+3
*
scm: code clean up repositories controller.
Toshi MARUYAMA
2011-05-21
1
-2
/
+6
*
scm: remove trailing white-spaces from repositories controller.
Toshi MARUYAMA
2011-05-21
1
-10
/
+10
*
remove trailing white-spaces from mail handler controller source.
Toshi MARUYAMA
2011-05-18
1
-8
/
+8
*
remove trailing white-spaces from files controller source.
Toshi MARUYAMA
2011-05-18
1
-1
/
+1
*
remove trailing white-spaces from attachments controller source.
Toshi MARUYAMA
2011-05-18
1
-15
/
+15
*
remove trailing white-spaces and an empty line from activities controller sou...
Toshi MARUYAMA
2011-05-18
1
-7
/
+6
*
remove trailing white-spaces from settings controller source.
Toshi MARUYAMA
2011-05-18
1
-4
/
+4
*
remove trailing white-spaces from wiki controller source.
Toshi MARUYAMA
2011-05-17
1
-20
/
+20
*
remove trailing white-spaces from issues controller source.
Toshi MARUYAMA
2011-05-17
1
-20
/
+20
*
remove trailing white-spaces from issue moves controller source.
Toshi MARUYAMA
2011-05-17
1
-2
/
+2
*
scm: use repository merge_extra_info() to save extra_ parameter (#8365, #7047).
Toshi MARUYAMA
2011-05-13
1
-0
/
+1
*
scm: switch to save repository setting params in "extra_" or not (#8365, #7047).
Toshi MARUYAMA
2011-05-13
1
-1
/
+11
*
remove trailing white-spaces from app/controllers/application_controller.rb.
Toshi MARUYAMA
2011-05-12
1
-35
/
+35
*
scm: code clean up Repositories Controller.
Toshi MARUYAMA
2011-05-08
1
-2
/
+3
*
scm: set disable a button if scm is not selected in project scm setting.
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: code clean up RepositoriesController.
Toshi MARUYAMA
2011-05-03
1
-20
/
+19
*
Fix potential Execution After Redirect bugs.
Toshi MARUYAMA
2011-05-01
6
-15
/
+25
*
Fixed: selected modules are not activated when copying a project (#8244).
Jean-Philippe Lang
2011-04-29
1
-1
/
+0
*
code clean up AdminController.
Toshi MARUYAMA
2011-04-25
1
-12
/
+10
*
Warn about subtasks before deleting a parent issue (#6562).
Jean-Philippe Lang
2011-04-17
1
-0
/
+1
*
Fixed no method error due to typo.
Jean-Philippe Lang
2011-04-12
1
-1
/
+1
*
No need to query changesets if user is not allowed to view them.
Jean-Philippe Lang
2011-04-12
1
-3
/
+7
*
Do a redirect when accessing a renamed wiki page.
Jean-Philippe Lang
2011-04-11
1
-1
/
+10
*
Code cleanup.
Jean-Philippe Lang
2011-04-11
1
-6
/
+7
*
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
[next]