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
/
views
/
issues
Commit message (
Expand
)
Author
Age
Files
Lines
*
Splits private/public issue queries in the sidebar (#1067).
Jean-Philippe Lang
2011-02-21
1
-7
/
+1
*
Moves relations fetching from views to the controller and skip invalid relati...
Jean-Philippe Lang
2011-01-22
2
-4
/
+4
*
Fix associated revisions label on issue page.
Toshi MARUYAMA
2011-01-08
1
-2
/
+2
*
Sort versions drop down on the bulk edit form.
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Fixed: issue description Quote button lost by r3941 (#7122).
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Adds journal created_on attribute to issue API (#7111).
Jean-Philippe Lang
2010-12-14
1
-0
/
+1
*
Restores the issue description label (#6677).
Jean-Philippe Lang
2010-12-12
1
-8
/
+10
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-1
/
+1
*
Fixes indentation.
Jean-Philippe Lang
2010-12-11
2
-48
/
+46
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
1
-4
/
+4
*
Changes the representation of journal details in issue API.
Jean-Philippe Lang
2010-12-10
1
-1
/
+4
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
2
-10
/
+2
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
2
-0
/
+0
*
Adds subtasks to GET /issues/:id API (#5338).
Jean-Philippe Lang
2010-12-04
1
-0
/
+2
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
4
-95
/
+93
*
Added ability to create issue directly as a subtask of another one. #5484
Jean-Baptiste Barth
2010-10-30
2
-3
/
+3
*
Add ids to some sections of the issue form
Eric Davis
2010-10-22
1
-2
/
+2
*
Remove the Description label from the issue view and omit the block if empty ...
Jean-Philippe Lang
2010-10-19
1
-3
/
+4
*
Revert part of r3936.
Eric Davis
2010-10-15
1
-2
/
+2
*
Fix the Log Time link on an issue page
Eric Davis
2010-10-08
1
-1
/
+1
*
Added ability to edit issues from different project through contextual menu (...
Jean-Baptiste Barth
2010-10-08
1
-2
/
+7
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
1
-1
/
+1
*
Add view_issues_form_details_top hook
Eric Davis
2010-09-20
1
-0
/
+2
*
Updated issue delete confirmation when it has child issues. #6191
Eric Davis
2010-09-20
1
-1
/
+1
*
Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...
Jean-Baptiste Barth
2010-09-16
1
-0
/
+1
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
1
-1
/
+1
*
Use the full path to the partials
Eric Davis
2010-09-15
2
-2
/
+2
*
Refocus the related issue field after submitting an issue. #6275
Eric Davis
2010-09-06
1
-0
/
+1
*
Refactor: move method to model. (references r4057)
Eric Davis
2010-09-05
1
-1
/
+1
*
Add css classes to journals display to facilitate theming
Jean-Baptiste Barth
2010-09-03
1
-1
/
+1
*
Hide checkboxes in issues list when printing
Jean-Baptiste Barth
2010-09-03
1
-2
/
+2
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
1
-1
/
+1
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
2
-31
/
+1
*
Add RTL support to the context menu. #6012
Eric Davis
2010-08-22
1
-0
/
+1
*
Fix the calendar link in the Issues sidebar. #5591
Eric Davis
2010-08-22
1
-1
/
+1
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
1
-1
/
+1
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
3
-115
/
+2
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
3
-13
/
+2
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
2
-13
/
+1
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
3
-61
/
+4
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
1
-1
/
+1
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-1
/
+1
*
Focus on the input when adding a related issue on issues/show page. #4656
Jean-Baptiste Barth
2010-08-04
1
-1
/
+1
*
RTL theme for reference (thanks to Orgad Shaneh, #5972)
Azamat Hackimov
2010-07-29
2
-2
/
+4
*
Fixes context menu broken by r3869 (#5925).
Jean-Philippe Lang
2010-07-25
1
-2
/
+2
*
Fixes broken status change in context menu (#5892).
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Disable priority (#5925) and progress in context menu for parent issues.
Jean-Philippe Lang
2010-07-25
1
-2
/
+2
*
Add :view_issues_index_bottom hook. #5169
Eric Davis
2010-07-16
1
-0
/
+1
*
Add a css class to hide content when printing. #5508
Eric Davis
2010-06-19
1
-2
/
+2
*
Convert the file attachment's description to a label.
Eric Davis
2010-05-25
1
-1
/
+1
[next]