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
/
test
/
functional
/
issues_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed mocha availability checks in tests.
Jean-Philippe Lang
2012-02-05
1
-2
/
+1
*
Fixed rounding issue on spent hours column in CSV export (#10150).
Jean-Philippe Lang
2012-02-04
1
-2
/
+13
*
Fixed: associated changesets from other projects are not visible if the curre...
Jean-Philippe Lang
2012-02-02
1
-1
/
+15
*
Display of multi custom fields.
Jean-Philippe Lang
2012-01-29
1
-1
/
+13
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-0
/
+222
*
Extracts custom field values validation from CustomValue so that they can be ...
Jean-Philippe Lang
2012-01-28
1
-8
/
+9
*
Updated assertion that fails after r8680.
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
-1
/
+39
*
Copy attachments on issue and project copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-0
/
+38
*
Fixed an error when trying to copy an issue that does not exist.
Jean-Philippe Lang
2012-01-17
1
-0
/
+6
*
Display the position of the current issue in the query results.
Jean-Philippe Lang
2012-01-16
1
-0
/
+6
*
Fixed previous/next links when navigating in a saved query.
Jean-Philippe Lang
2012-01-16
1
-0
/
+18
*
Adds assertions to issue destroy tests.
Jean-Philippe Lang
2012-01-10
1
-6
/
+30
*
Fixed: Routing error when deleting an issue with spent time.
Jean-Philippe Lang
2012-01-10
1
-0
/
+2
*
Fixed: error when displaying an issue with a query sorted by an association, ...
Jean-Philippe Lang
2012-01-08
1
-0
/
+14
*
Check project assignment on issue copy/move.
Jean-Philippe Lang
2012-01-08
1
-0
/
+12
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-1
/
+51
*
Typo.
Jean-Philippe Lang
2012-01-07
1
-1
/
+1
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
1
-0
/
+81
*
Allows project to be changed from the bulk edit form.
Jean-Philippe Lang
2012-01-07
1
-0
/
+51
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-1
/
+78
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-0
/
+71
*
Display issue form fields according to permissions.
Jean-Philippe Lang
2011-12-15
1
-2
/
+128
*
Changed IssuesController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-7
/
+7
*
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...
Toshi MARUYAMA
2011-12-09
1
-1
/
+2
*
Fixed that a cross-project custom query is not remembered inside project (#97...
Jean-Philippe Lang
2011-12-07
1
-0
/
+22
*
Moves test to non-transactional fixtures tests (failure with postgresql).
Jean-Philippe Lang
2011-12-04
1
-10
/
+0
*
Fixes test conditions.
Jean-Philippe Lang
2011-12-04
1
-2
/
+2
*
Adds a test for invalid query statement.
Jean-Philippe Lang
2011-12-04
1
-0
/
+10
*
Makes spent time column available on the issue list (#971).
Jean-Philippe Lang
2011-12-04
1
-0
/
+23
*
Adds a test for parent issues display.
Jean-Philippe Lang
2011-12-03
1
-0
/
+11
*
Fixes assertion.
Jean-Philippe Lang
2011-12-03
1
-1
/
+1
*
Adds a test for subtasks display.
Jean-Philippe Lang
2011-12-03
1
-0
/
+9
*
Adds functional tests on issue list content formatting.
Jean-Philippe Lang
2011-11-29
1
-0
/
+25
*
add tests to export issues csv in Traditional Chinese and French for csv sepa...
Toshi MARUYAMA
2011-11-27
1
-0
/
+58
*
cover the issues pdf test in English and CJK locales
Toshi MARUYAMA
2011-11-27
1
-12
/
+32
*
Sort the issue list by author/assignee according to user display format (#9669).
Jean-Philippe Lang
2011-11-26
1
-5
/
+33
*
Fixed: log time form not displayed on issue edit with :log_time permission on...
Jean-Philippe Lang
2011-11-25
1
-0
/
+16
*
Adds a dialog box for CSV export options (#4742).
Jean-Philippe Lang
2011-11-20
1
-9
/
+33
*
Makes author column sortable and groupable on the issue list (#1567).
Jean-Philippe Lang
2011-11-19
1
-0
/
+10
*
Moved the project name after the item in the html title (#9593).
Jean-Philippe Lang
2011-11-19
1
-0
/
+2
*
fix malformed issues csv encoding in case of unable to convert (#8549)
Toshi MARUYAMA
2011-11-16
1
-0
/
+35
*
add functional test to export issue csv encoded in Big5 on Traditional Chines...
Toshi MARUYAMA
2011-11-16
1
-0
/
+28
*
Fixed failure introduced in r7772 (#8615).
Jean-Philippe Lang
2011-11-11
1
-1
/
+1
*
Added an administration setting to allow issue start date to be defaulted to ...
Etienne Massip
2011-11-05
1
-2
/
+48
*
Reverted r7628.
Etienne Massip
2011-10-18
1
-3
/
+1
*
Filter out illegal values to prevent raise of PostgreSQL exceptions, restored...
Etienne Massip
2011-10-18
1
-1
/
+3
*
Restored valid test part removed with r7625 (#8371).
Etienne Massip
2011-10-13
1
-0
/
+3
*
Removed debugging purpose command.
Etienne Massip
2011-10-13
1
-1
/
+1
*
Removed test part failing with PostgreSQL (#8371).
Etienne Massip
2011-10-13
1
-6
/
+1
[next]