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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed test failures introduced by r14288 (#19656).
Jean-Philippe Lang
2015-05-30
2
-2
/
+2
*
Menu should not include "New issue" for users with copy issues permission only.
Jean-Philippe Lang
2015-05-30
1
-0
/
+10
*
Update activities list when changing project/issue id on the time entry form ...
Jean-Philippe Lang
2015-05-30
1
-0
/
+7
*
Fixed that copying issues always copy subtasks and attachments even if option...
Jean-Philippe Lang
2015-05-23
1
-2
/
+2
*
Adds private issue option to receiving emails (#8424).
Jean-Philippe Lang
2015-05-10
1
-0
/
+15
*
Set a back_url when forcing new login after session expiration (#19655).
Jean-Philippe Lang
2015-05-09
1
-5
/
+5
*
Adds flash messages to files_controller#create (#19793).
Jean-Philippe Lang
2015-05-09
1
-0
/
+11
*
Can't bulk edit own time entries with "Edit own time entries" (#18580).
Jean-Philippe Lang
2015-05-09
2
-0
/
+41
*
prevent IssuesControllerTest#test_index_csv_big_5 fails randomly
Toshi MARUYAMA
2015-05-01
1
-3
/
+3
*
Custom field (long text format) displayed even if empty (#19482).
Jean-Philippe Lang
2015-04-25
1
-0
/
+9
*
SQL error with SQLServer when grouping+sorting issues (#19544).
Jean-Philippe Lang
2015-04-12
1
-0
/
+8
*
Fixed validation when logging time on issue (#19464).
Jean-Philippe Lang
2015-04-12
1
-0
/
+50
*
Fixed tests failures (#19400).
Jean-Philippe Lang
2015-04-12
1
-1
/
+1
*
"Required" and "Read-only" rules on "Fields Permissions" screen are not color...
Jean-Philippe Lang
2015-04-11
1
-0
/
+9
*
When create by copying the issue, status can not be changed to default (#19553).
Jean-Philippe Lang
2015-04-11
1
-0
/
+14
*
Fixed test failures (#19163).
Jean-Philippe Lang
2015-03-21
1
-4
/
+4
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-0
/
+11
*
Don't render the issue form if issue.project is nil (#19276).
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Restored project name as version prefix when different (#19348).
Jean-Philippe Lang
2015-03-15
1
-1
/
+1
*
Fixed undefined method `compact!' error when additional_user_ids is empty (#1...
Jean-Philippe Lang
2015-03-07
1
-0
/
+9
*
Send a better content type than application/octet-stream (#19131).
Jean-Philippe Lang
2015-02-19
1
-1
/
+10
*
Implements /issues/new form for creating issues outside a project (#1003).
Jean-Philippe Lang
2015-02-14
1
-0
/
+69
*
Removed IssuesController#update_form action, use #new and #edit instead.
Jean-Philippe Lang
2015-02-13
1
-13
/
+10
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-0
/
+66
*
Fixed assertion (#18918).
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Show long text custom field changes as a diff (#15236).
Jean-Philippe Lang
2015-01-31
1
-1
/
+25
*
add missing fixture to FilesControllerTest
Toshi MARUYAMA
2015-01-25
1
-1
/
+3
*
Fixed attachment fixture (should be attached to issue 3 because one of its jo...
Jean-Philippe Lang
2015-01-24
1
-4
/
+4
*
add missing fixtures
Toshi MARUYAMA
2015-01-21
1
-1
/
+1
*
add missing fixture to TimeEntryReportsControllerTest
Toshi MARUYAMA
2015-01-21
1
-0
/
+1
*
Don't change Setting.default_language in tests.
Jean-Philippe Lang
2015-01-21
2
-17
/
+16
*
Fixed that group is not displayed when the first group is a boolean custom fi...
Jean-Philippe Lang
2015-01-19
1
-0
/
+16
*
Fixed that boolean custom field groups have same label for blank and false va...
Jean-Philippe Lang
2015-01-19
1
-0
/
+16
*
fix tests (#13120)
Toshi MARUYAMA
2015-01-18
1
-1
/
+1
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
18
-70
/
+68
*
Missing fixtures.
Jean-Philippe Lang
2015-01-17
2
-2
/
+2
*
Send password reset email to the email used in lost password form (#4244).
Jean-Philippe Lang
2015-01-17
1
-0
/
+14
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
20
-19
/
+163
*
IssuesControllerTest: make encoding tests independent of ordering (#18856)
Toshi MARUYAMA
2015-01-16
1
-6
/
+10
*
fix UsersControllerTest failure randomly
Toshi MARUYAMA
2015-01-15
1
-1
/
+4
*
add missing fixture to SearchControllerTest
Toshi MARUYAMA
2015-01-15
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
60
-60
/
+60
*
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...
Jean-Philippe Lang
2015-01-10
1
-0
/
+12
*
Option to search open issues only (#10734).
Jean-Philippe Lang
2015-01-10
1
-0
/
+9
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
1
-0
/
+29
*
Fixed that project copy triggers a 500 error if project validation fails.
Jean-Philippe Lang
2015-01-07
1
-0
/
+7
*
Subclasses may not be loaded when running the test.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
10
-19
/
+19
*
Use DOM assertion instead.
Jean-Philippe Lang
2014-12-21
1
-1
/
+2
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
2
-8
/
+8
[next]