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
*
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
*
Use present? instead of any?. Handles nil case.
Eric Davis
2010-05-14
1
-5
/
+5
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
1
-54
/
+0
*
Adds issue relations to individual issue XML (#5305).
Jean-Philippe Lang
2010-05-01
1
-0
/
+6
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
2
-253
/
+1
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
1
-1
/
+1
*
Fixes error on subtask XML format (#5336).
Jean-Philippe Lang
2010-04-17
1
-1
/
+1
*
Adds parent issue id in issue REST API (#5304).
Jean-Philippe Lang
2010-04-13
2
-0
/
+2
*
Fixed: empty ul tag for issue updates with notes only (#5281).
Jean-Philippe Lang
2010-04-11
1
-3
/
+5
*
Merge issue and time entry validation error messages.
Jean-Philippe Lang
2010-04-11
1
-2
/
+1
*
Removed count from issues.xml. It causes a typecast error in ActiveResource. ...
Eric Davis
2010-04-10
1
-1
/
+1
*
Adds a css class to issue id tds (#5204).
Jean-Philippe Lang
2010-03-29
1
-1
/
+1
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
1
-0
/
+11
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
1
-2
/
+2
*
Inlines some code to speed up large ticket history rendering.
Jean-Philippe Lang
2010-03-16
2
-2
/
+2
*
Move issue watchers to the sidebar.
Jean-Philippe Lang
2010-03-13
1
-9
/
+8
*
Slight UI changes to the subtasks tree.
Jean-Philippe Lang
2010-03-13
2
-2
/
+2
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
5
-12
/
+52
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
1
-2
/
+2
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
1
-2
/
+2
*
Adds an helper for creating the context menu.
Jean-Philippe Lang
2010-03-04
1
-4
/
+1
*
Filters collapsed by default for saved queries (#4623).
Jean-Philippe Lang
2010-03-03
1
-2
/
+2
*
Fixes some context menu links broken by r3478.
Jean-Philippe Lang
2010-03-01
1
-9
/
+9
*
Fixes bottom links placement in issue with associated changesets (#4883).
Jean-Philippe Lang
2010-02-28
1
-1
/
+2
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
1
-1
/
+2
*
Reduces spacing on the bulk edit form.
Jean-Philippe Lang
2010-02-23
1
-1
/
+1
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-10
/
+10
*
Move hardcoded calendar images to css classes.
Jean-Philippe Lang
2010-02-23
1
-3
/
+5
*
Fixed view_issues_move_bottom hook arguments (#4893).
Jean-Philippe Lang
2010-02-23
1
-1
/
+1
*
Adds a hook on issue move form (#4850).
Jean-Philippe Lang
2010-02-19
1
-0
/
+2
*
Makes use of format_version_name.
Jean-Philippe Lang
2010-02-10
1
-2
/
+1
*
Fixed: Duplicated project name for subproject version on gantt chart (#4775).
Jean-Philippe Lang
2010-02-10
1
-1
/
+0
*
Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Jean-Philippe Lang
2010-02-06
1
-0
/
+2
*
Allow commits to reference issues of parent projects and subprojects (#4674).
Jean-Philippe Lang
2010-01-31
1
-1
/
+1
*
Move ids in XML views.
Jean-Philippe Lang
2010-01-17
2
-2
/
+4
*
Cleaned up the IssueController redirects to use the back_url like the other a...
Eric Davis
2010-01-14
1
-10
/
+10
*
XML REST API for issues that provides CRUD operations for Issues (#1214).
Jean-Philippe Lang
2010-01-13
2
-0
/
+85
*
Avatars added in news (#3941) and forums (#4468) + cleanup.
Jean-Philippe Lang
2010-01-07
2
-2
/
+3
*
Bulk edit view cleanup.
Jean-Philippe Lang
2010-01-03
1
-28
/
+44
*
Allow bulk edit custom fields of any type (#461).
Jean-Philippe Lang
2010-01-03
1
-3
/
+1
*
Fixed: bulk edit doesn't include global custom fields (#4505).
Jean-Philippe Lang
2010-01-03
1
-2
/
+2
*
Issue sidebar cleanup.
Jean-Philippe Lang
2009-12-18
1
-8
/
+6
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
1
-1
/
+0
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
4
-1
/
+8
*
Makes target version field on update form use the grouped combo.
Jean-Philippe Lang
2009-12-10
1
-1
/
+1
*
Fix target version field on issue update form.
Jean-Philippe Lang
2009-12-10
1
-1
/
+1
*
Removes the 'Copy' checkbox on the copy/move form.
Jean-Philippe Lang
2009-12-06
3
-12
/
+14
*
Ability to add a new version from the issue form (#4315).
Jean-Philippe Lang
2009-12-06
1
-1
/
+8
[next]