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
*
Adds an option for displaying the issue description on the issue list (#3447).
Jean-Philippe Lang
2012-12-06
2
-4
/
+15
*
'None' grouped issue list section should be translated (#12358).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Issue "Update" link broken focus (#12356).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Wrap issue description and its contextual menu in a div (#12211).
Jean-Philippe Lang
2012-10-27
1
-0
/
+2
*
Adds a helper for displaying a link to add a subtask (#12113).
Jean-Philippe Lang
2012-10-17
1
-1
/
+1
*
Adds a setting to allow subtasks to belong to other projects (#5487).
Jean-Philippe Lang
2012-10-10
1
-1
/
+1
*
Restyles the issue counts.
Jean-Philippe Lang
2012-10-07
1
-1
/
+1
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
3
-5
/
+12
*
Don't display the dropdown if no transition is allowed.
Jean-Philippe Lang
2012-09-27
1
-1
/
+1
*
code layout cleanup app/views/issues/_list.html.erb
Toshi MARUYAMA
2012-09-25
1
-11
/
+16
*
fix deprecation warning of the format in the template name
Toshi MARUYAMA
2012-09-18
1
-1
/
+1
*
do not show estimated time if it is nil on issue page
Toshi MARUYAMA
2012-09-11
1
-1
/
+3
*
Option to copy subtasks when copying issue(s) (#6965).
Jean-Philippe Lang
2012-09-08
2
-0
/
+13
*
Code cleanup.
Jean-Philippe Lang
2012-08-09
1
-1
/
+1
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-1
/
+2
*
Moved syntax highlight styles to application.css.
Jean-Philippe Lang
2012-07-28
2
-2
/
+0
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
10
-33
/
+23
*
Removes RJS from IssuesController.
Jean-Philippe Lang
2012-07-19
1
-0
/
+9
*
Removes calls to link_to_remote.
Jean-Philippe Lang
2012-07-18
2
-7
/
+9
*
Adds a helper for preview links.
Jean-Philippe Lang
2012-07-18
2
-14
/
+2
*
Removes calls to link_to_remote.
Jean-Philippe Lang
2012-07-18
1
-8
/
+12
*
Removes a call to link_to_remote.
Jean-Philippe Lang
2012-07-18
1
-7
/
+6
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
3
-12
/
+15
*
Fixed that link to the assignee is escaped twice on the issue view (#11352).
Jean-Philippe Lang
2012-07-09
1
-1
/
+1
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
3
-4
/
+3
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Fixed: escaped link in conflict resolution form (#11341).
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
3
-30
/
+54
*
Rails 3.2.5 compatibility.
Jean-Philippe Lang
2012-06-03
1
-2
/
+2
*
Use a modal form to create a category from the issue form.
Jean-Philippe Lang
2012-05-24
1
-6
/
+4
*
view: remote_form_for: equals sign mandatory to print blocks and replace to f...
Toshi MARUYAMA
2012-04-29
1
-2
/
+4
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
10
-15
/
+15
*
Fixed MissingFeatureException: let user choose to copy attachments or not whe...
Jean-Philippe Lang
2012-04-14
1
-0
/
+7
*
replace tabs to spaces and fix indents at app/views/issues/new.html.erb
Toshi MARUYAMA
2012-03-28
1
-8
/
+8
*
Ability to add non-member watchers on issue creation (#5159).
Jean-Philippe Lang
2012-03-24
1
-4
/
+9
*
Fix missing cells at app/views/issues/show.html.erb
Toshi MARUYAMA
2012-03-24
1
-0
/
+3
*
Fix duplicated 'back_url' IDs
Toshi MARUYAMA
2012-03-24
1
-1
/
+1
*
Fixed that the bulk edit/copy form does not propose versions and categories f...
Jean-Philippe Lang
2012-03-01
1
-7
/
+2
*
Use content_tag for "no change" options.
Jean-Philippe Lang
2012-02-25
1
-4
/
+4
*
Missing argument to new_project_query_path named route (#10254).
Jean-Philippe Lang
2012-02-16
1
-1
/
+1
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
2
-2
/
+2
*
replace tabs to spaces app/views/issues/show.html.erb
Toshi MARUYAMA
2012-02-16
1
-3
/
+3
*
replace tabs to spaces app/views/issues/new.html.erb
Toshi MARUYAMA
2012-02-16
1
-7
/
+7
*
route: split issue preview route to adding and editing
Toshi MARUYAMA
2012-02-15
2
-2
/
+2
*
Adds confirmation message to relation delete link (#8413).
Jean-Philippe Lang
2012-02-15
1
-1
/
+2
*
Removed "clear:both" divs that break the issue form with long sidebar content.
Jean-Philippe Lang
2012-02-12
2
-2
/
+4
*
Displays the full form when creating a version from the issue form so that re...
Jean-Philippe Lang
2012-02-11
1
-6
/
+4
*
replace tabs to spaces at app/views/issues/_conflict.html.erb
Toshi MARUYAMA
2012-02-05
1
-13
/
+13
[next]