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
...
*
Display the bulk edit form with error messages when some issues can not be sa...
Jean-Philippe Lang
2013-05-04
1
-5
/
+24
*
Fixed: Circular loop when using relations and subtasks (#8794).
Jean-Philippe Lang
2013-03-17
1
-0
/
+2
*
Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...
Jean-Philippe Lang
2013-02-23
1
-7
/
+12
*
Refactor: makes issue id a regular QueryColumn.
Jean-Philippe Lang
2013-02-23
1
-7
/
+7
*
Fixed that float custom fields do not use CSV decimal separator (#10364).
Jean-Philippe Lang
2013-02-19
1
-2
/
+21
*
Fixed that updating the issue form was broken by r4011 when user is not allow...
Jean-Philippe Lang
2013-02-16
1
-12
/
+12
*
"Parent task is invalid" while editing child issues with restricted Issues Vi...
Jean-Philippe Lang
2013-01-20
1
-0
/
+14
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Code cleanup, use named routes.
Jean-Philippe Lang
2012-12-22
1
-15
/
+25
*
Use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-12-22
1
-199
/
+199
*
"New issue" menu item should not link to copy form (#12652).
Jean-Philippe Lang
2012-12-21
1
-0
/
+3
*
Save the selected file just in case uploading stuff fails/is not supported.
Jean-Philippe Lang
2012-12-15
1
-2
/
+2
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-7
/
+6
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
1
-10
/
+10
*
Adds an option for displaying the issue description on the issue list (#3447).
Jean-Philippe Lang
2012-12-06
1
-1
/
+12
*
Adds tests for when showing/deleting an invalid issue.
Jean-Philippe Lang
2012-12-03
1
-0
/
+13
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-4
/
+0
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-8
/
+8
*
Ability to sort issues by grouped column (#3511).
Jean-Philippe Lang
2012-10-29
1
-0
/
+20
*
Wrap issue description and its contextual menu in a div (#12211).
Jean-Philippe Lang
2012-10-27
1
-0
/
+2
*
Fixes that test randomly fails.
Jean-Philippe Lang
2012-10-27
1
-2
/
+1
*
Fixed that entering #nnn as parent task should validate (#11979).
Jean-Philippe Lang
2012-10-14
1
-3
/
+15
*
Tests cleanup, use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-10-13
1
-51
/
+50
*
Tests cleanup, use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-10-13
1
-85
/
+112
*
Tests cleanup.
Jean-Philippe Lang
2012-10-13
1
-16
/
+0
*
Tests cleanup.
Jean-Philippe Lang
2012-10-13
1
-18
/
+4
*
Test moved to tests with transactional fixtures disabled.
Jean-Philippe Lang
2012-10-13
1
-18
/
+0
*
Reverts r10623 for clarity, this test does not need the default language to b...
Jean-Philippe Lang
2012-10-13
1
-15
/
+14
*
set language en at test_put_update_with_spent_time_and_failure_should_not_add...
Toshi MARUYAMA
2012-10-12
1
-14
/
+15
*
Test that spent time should not be added when issue update fails (#11283).
Jean-Philippe Lang
2012-10-12
1
-0
/
+18
*
Fixed: No validation errors when entering an invalid "Parent task" (#11979).
Jean-Philippe Lang
2012-10-12
1
-6
/
+24
*
Makes Issue.generate_with_descendants! helper accept attributes only.
Jean-Philippe Lang
2012-10-12
1
-6
/
+6
*
Adjusts test for r10569.
Jean-Philippe Lang
2012-10-07
1
-2
/
+2
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-24
/
+71
*
Makes related issues available for display and filtering on the issue list (#...
Jean-Philippe Lang
2012-09-29
1
-2
/
+38
*
Fixed that issue author is assigned with current user when the edit form is u...
Jean-Philippe Lang
2012-09-27
1
-0
/
+12
*
Adds a "Copied from/to" relation when copying issue(s) (#6899).
Jean-Philippe Lang
2012-09-27
1
-0
/
+26
*
Do not copy subtasks twice when copying an issue and its descendants (#6965).
Jean-Philippe Lang
2012-09-08
1
-0
/
+15
*
Option to copy subtasks when copying issue(s) (#6965).
Jean-Philippe Lang
2012-09-08
1
-0
/
+66
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-12
/
+12
*
Adds a title to the issue link in the flash message.
Jean-Philippe Lang
2012-08-13
1
-1
/
+1
*
Ability to filter issues using project, author, assignee and target version c...
Jean-Philippe Lang
2012-08-07
1
-0
/
+16
*
Ability to group and sort the issue list by user/version custom field (#9419).
Jean-Philippe Lang
2012-07-24
1
-0
/
+52
*
Removes RJS from IssuesController.
Jean-Philippe Lang
2012-07-19
1
-0
/
+4
*
Additional tests for custom field formats.
Jean-Philippe Lang
2012-07-15
1
-0
/
+20
*
Rewrites assertions with assert_select.
Jean-Philippe Lang
2012-07-15
1
-7
/
+4
*
Adds maxlength=255 attribute on attachment description input field (#11365).
Jean-Philippe Lang
2012-07-15
1
-0
/
+1
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
1
-24
/
+119
*
Fixed that link to the assignee is escaped twice on the issue view (#11352).
Jean-Philippe Lang
2012-07-09
1
-0
/
+8
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
1
-1
/
+27
[prev]
[next]