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
*
HTML escape at app/views/issues/show.rhtml.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
HTML escape at app/views/issues/index.rhtml.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
HTML escape at app/views/issues/_list_simple.rhtml.
Toshi MARUYAMA
2011-08-02
1
-2
/
+2
*
HTML escape at app/views/issues/_attributes.rhtml.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
remove trailing white-spaces from app/views/issues/_relations.rhtml.
Toshi MARUYAMA
2011-08-02
1
-2
/
+2
*
Adds an id attribute to the private label on the issue form (#8894).
Jean-Philippe Lang
2011-07-30
1
-1
/
+1
*
Additional escaping.
Jean-Philippe Lang
2011-07-30
1
-1
/
+1
*
html_escape issue fields
Toshi MARUYAMA
2011-07-29
1
-3
/
+3
*
Ability to load relations on /issues API (#7366).
Jean-Philippe Lang
2011-07-24
1
-0
/
+6
*
Adds a optgroup for groups in users/groups select tags.
Jean-Philippe Lang
2011-07-23
3
-3
/
+3
*
REST API for reading attachments (#7671).
Jean-Philippe Lang
2011-07-18
1
-0
/
+6
*
Makes relations resource shallow (#7366).
Jean-Philippe Lang
2011-07-05
1
-2
/
+2
*
Adds support for GET on /issues/:issue_id/relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-1
/
+1
*
Adds REST API for issue relations (#7366).
Jean-Philippe Lang
2011-07-04
2
-3
/
+3
*
Do not show inactive issue priorities where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
Warn about subtasks before deleting a parent issue (#6562).
Jean-Philippe Lang
2011-04-17
1
-1
/
+1
*
Private issues (#7414).
Jean-Philippe Lang
2011-04-15
1
-0
/
+5
*
Adds a helper for issue heading (#7647).
Jean-Philippe Lang
2011-04-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2011-04-12
2
-2
/
+2
*
Adds noindex,noarchive robots meta tag on form pages (#7582).
Jean-Philippe Lang
2011-04-12
2
-0
/
+4
*
Adds a specific icon for deleting a relation.
Jean-Philippe Lang
2011-04-11
1
-1
/
+1
*
Moved the parent issue field above start/due date fields.
Jean-Philippe Lang
2011-04-11
2
-7
/
+5
*
Fixed: empty list for user/version custom fields on bulk edit form (#2096).
Jean-Philippe Lang
2011-04-07
1
-1
/
+1
*
Wrap text custom fields in the issue list (#8064).
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Adds context menu for related issues (#8006).
Jean-Philippe Lang
2011-04-05
1
-7
/
+10
*
Cleaner way to handle the replacement of watch links (#8071).
Jean-Philippe Lang
2011-04-05
2
-3
/
+2
*
Removed the changeset-changes class to the commit logs on the issue view (#80...
Jean-Philippe Lang
2011-04-03
1
-1
/
+1
*
Converted issue filters to non-AJAX GET requests (#1965).
Jean-Philippe Lang
2011-04-01
1
-20
/
+8
*
Adds wiki toolbar to notes editing form (#7899).
Jean-Philippe Lang
2011-03-28
1
-0
/
+2
*
Allow bulk editing of parent issue (#5831).
Jean-Philippe Lang
2011-03-27
1
-0
/
+8
*
Adds links on the issue list to collapse/expang all groups (#7236).
Jean-Philippe Lang
2011-03-20
1
-0
/
+1
*
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
[next]