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
*
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
*
Adds #current_version? method to wiki content.
Jean-Philippe Lang
2011-11-28
1
-1
/
+1
*
Fixed: Section-edit buttons not available when a the version parameter is pro...
Jean-Philippe Lang
2011-11-28
1
-1
/
+1
*
Update MessagesController#quote to match the input id changed in r7682 (#9672).
Jean-Philippe Lang
2011-11-27
1
-1
/
+1
*
Do not include extra_info attribute in SysController responses because it bre...
Jean-Philippe Lang
2011-11-27
1
-2
/
+3
*
Resourcified attachments.
Jean-Philippe Lang
2011-11-27
1
-1
/
+1
*
Adds routes for group users.
Jean-Philippe Lang
2011-11-27
1
-1
/
+1
*
Fixed time entries context menu display according permissions (#9405).
Jean-Philippe Lang
2011-11-24
1
-3
/
+2
*
Removed object name from form_for arguments.
Jean-Philippe Lang
2011-11-23
1
-1
/
+4
*
Resourcified issue statuses.
Jean-Philippe Lang
2011-11-22
1
-6
/
+4
*
Resourcified trackers.
Jean-Philippe Lang
2011-11-22
1
-6
/
+17
*
REST API for issue categories (#9553).
Jean-Philippe Lang
2011-11-20
1
-17
/
+43
*
Resourcified issue categories (#9553).
Jean-Philippe Lang
2011-11-20
1
-25
/
+33
*
Adds API response to /issue_statuses to get the list of all available statuse...
Jean-Philippe Lang
2011-11-20
1
-3
/
+12
*
Adds API response to /trackers to get the list of all available trackers (#71...
Jean-Philippe Lang
2011-11-20
2
-3
/
+25
*
Adds a dialog box for CSV export options (#4742).
Jean-Philippe Lang
2011-11-20
1
-1
/
+1
*
attachment: add a new feature to switch "side by side" and "inline" for patch...
Toshi MARUYAMA
2011-11-20
1
-0
/
+2
*
Remove reference to deleted method.
Etienne Massip
2011-11-18
1
-1
/
+1
*
Handle the case of a text formatter that doesn't support section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-3
/
+6
*
Do not show section edit links for wiki page history (#2222).
Jean-Philippe Lang
2011-11-18
1
-0
/
+1
*
Wiki: allows single section edit (#2222).
Jean-Philippe Lang
2011-11-18
1
-2
/
+19
*
pdf: add a new feature to export wiki pdf (#401)
Toshi MARUYAMA
2011-11-06
1
-1
/
+5
*
Added an administration setting to allow issue start date to be defaulted to ...
Etienne Massip
2011-11-05
1
-1
/
+1
*
do not annotate text files which exceed the size limit for viewing (#9484)
Toshi MARUYAMA
2011-11-05
1
-1
/
+10
*
scm: controller: include parents in changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-1
/
+1
*
Refactor : convert queries to REST resources (also fixes #9108).
Etienne Massip
2011-10-24
1
-24
/
+34
*
Rails3: controller: repositories: use to_s for revision parameter
Toshi MARUYAMA
2011-10-09
1
-1
/
+1
*
remove hard-coded '.rxml' from ApplicationController 'render_feed' (#6317)
Toshi MARUYAMA
2011-10-04
1
-1
/
+2
*
respond nothing in case of content type is not html with invalid query params...
Toshi MARUYAMA
2011-09-01
1
-1
/
+2
*
remove hard-coded '.rhtml' from IssuesController 'show' (#6317).
Toshi MARUYAMA
2011-09-01
1
-1
/
+1
[next]