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
*
replace tabs to spaces at app/views/issues/_conflict.html.erb
Toshi MARUYAMA
2012-02-05
1
-13
/
+13
*
replace tabs to spaces at app/views/issues/_edit.html.erb
Toshi MARUYAMA
2012-02-05
1
-3
/
+3
*
Better handling of issue update conflicts (#8691).
Jean-Philippe Lang
2012-02-04
2
-0
/
+28
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-2
/
+2
*
Allows bulk change issue private flag (#10042).
Jean-Philippe Lang
2012-01-23
1
-0
/
+8
*
Localized string for issue position in results.
Jean-Philippe Lang
2012-01-20
1
-1
/
+1
*
Adds an option of the copy form to enable/disable attachments copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-0
/
+7
*
Display the position of the current issue in the query results.
Jean-Philippe Lang
2012-01-16
1
-0
/
+3
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
Fixed: Routing error when deleting an issue with spent time.
Jean-Philippe Lang
2012-01-10
1
-1
/
+1
*
code layout clean up app/views/issues/_relations.html.erb
Toshi MARUYAMA
2012-01-10
1
-3
/
+6
*
code layout clean up app/views/issues/show.html.erb
Toshi MARUYAMA
2012-01-10
1
-1
/
+4
*
Do not generate duplicate ids.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Removed invalid div.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Do not generate duplicate ids.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Check project assignment on issue copy/move.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
3
-3
/
+5
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
2
-3
/
+7
*
Allows project to be changed from the bulk edit form.
Jean-Philippe Lang
2012-01-07
1
-2
/
+19
*
Render projects as a tree in the project select field.
Jean-Philippe Lang
2012-01-07
1
-1
/
+1
*
Removed the "Move" button for single issue since it can be moved from the reg...
Jean-Philippe Lang
2012-01-07
1
-1
/
+0
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
3
-9
/
+18
*
Use #context_menu helper.
Jean-Philippe Lang
2012-01-06
1
-5
/
+2
*
code layout clean up app/views/issues/index.html.erb
Toshi MARUYAMA
2012-01-05
1
-6
/
+21
*
Rails3: view: change html special characters to hexadecimal utf-8 strings at ...
Toshi MARUYAMA
2012-01-04
1
-2
/
+4
*
use i18n label for previous and next issue (#2850)
Toshi MARUYAMA
2012-01-04
1
-2
/
+6
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-1
/
+8
*
Rails3: view: html_safe for issues/bulk_edit.html.erb
Toshi MARUYAMA
2012-01-01
1
-2
/
+7
*
Rails3: view: html_safe for issues/destroy.html.erb
Toshi MARUYAMA
2011-12-22
1
-1
/
+1
*
html_safe for Rails3
Jean-Philippe Lang
2011-12-17
1
-1
/
+1
*
Display issue form fields according to permissions.
Jean-Philippe Lang
2011-12-15
4
-21
/
+33
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
3
-3
/
+3
*
Moved fields specific to new issues to the new issue form.
Jean-Philippe Lang
2011-12-13
2
-15
/
+14
*
Fixed broken issue form update when changing tracker.
Jean-Philippe Lang
2011-12-12
1
-1
/
+1
*
Adds a hook before the new issue form.
Jean-Philippe Lang
2011-12-12
1
-0
/
+2
*
Changed IssuesController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
Custom fields display on bulk edit form.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
Removed TabularFormBuilder references in views.
Jean-Philippe Lang
2011-12-09
2
-2
/
+2
*
replace tabs to spaces at app/views/issues/_form.html.erb
Toshi MARUYAMA
2011-12-08
1
-4
/
+4
*
Removed the "more" link to edit additional properties of an issue (#7603).
Jean-Philippe Lang
2011-12-06
2
-9
/
+11
*
Issue forms cleanup.
Jean-Philippe Lang
2011-12-06
2
-9
/
+4
*
Parameter changed to issue_category in r7882 (#9724).
Jean-Philippe Lang
2011-12-05
1
-1
/
+1
*
Makes spent time column available on the issue list (#971).
Jean-Philippe Lang
2011-12-04
1
-1
/
+1
*
CSS class for modal box buttons.
Jean-Philippe Lang
2011-11-26
1
-1
/
+1
*
Fixed: log time form not displayed on issue edit with :log_time permission on...
Jean-Philippe Lang
2011-11-25
1
-1
/
+1
*
Resourcified issue categories (#9553).
Jean-Philippe Lang
2011-11-20
1
-1
/
+1
*
Adds a dialog box for CSV export options (#4742).
Jean-Philippe Lang
2011-11-20
1
-1
/
+18
*
Removed useless return false; statement.
Jean-Philippe Lang
2011-11-20
1
-1
/
+1
*
[#9489] linked labels to their elements
Toshi MARUYAMA
2011-10-29
2
-12
/
+12
*
Make queries resources fully conform to common behavior (removed additonal ro...
Etienne Massip
2011-10-26
1
-3
/
+3
[next]