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
*
Add links to attachments in new issue email notification (#12293).
Jean-Philippe Lang
2013-05-17
1
-0
/
+19
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
1
-8
/
+4
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
2
-1
/
+13
*
Disable autofetching of repository changesets if projects are closed (#13945).
Jean-Philippe Lang
2013-05-12
1
-0
/
+25
*
use with_settings at test_post_create_without_start_date_and_default_start_da...
Toshi MARUYAMA
2013-05-10
1
-10
/
+10
*
use with_settings at test_post_create_without_start_date_and_default_start_da...
Toshi MARUYAMA
2013-05-10
1
-10
/
+10
*
use with_settings at test_get_new_with_default_start_date_is_creation_date of...
Toshi MARUYAMA
2013-05-10
1
-8
/
+8
*
use with_settings at test_get_new_without_default_start_date_is_creation_date...
Toshi MARUYAMA
2013-05-10
1
-9
/
+8
*
remove redundant empty lines from test_show_by_manager of IssuesControllerTest
Toshi MARUYAMA
2013-05-10
1
-2
/
+0
*
remove redundant empty lines from test_show_by_anonymous of IssuesControllerTest
Toshi MARUYAMA
2013-05-10
1
-3
/
+0
*
remove redundant empty line from test_index_with_fixed_version_column of Issu...
Toshi MARUYAMA
2013-05-10
1
-1
/
+0
*
remove redundant empty line from test_index_should_not_show_spent_hours_colum...
Toshi MARUYAMA
2013-05-10
1
-1
/
+0
*
remove redundant empty line from test_index_with_spent_hours_column of Issues...
Toshi MARUYAMA
2013-05-10
1
-1
/
+0
*
remove redundant empty lines from test_index_with_done_ratio_column of Issues...
Toshi MARUYAMA
2013-05-10
1
-2
/
+0
*
remove redundant empty lines from test_index_with_date_column of IssuesContro...
Toshi MARUYAMA
2013-05-09
1
-2
/
+0
*
Fixed that bulk copy raises an error on validation failure (#13943).
Jean-Philippe Lang
2013-05-04
1
-0
/
+7
*
Preserve field values on bulk edit failure (#13943).
Jean-Philippe Lang
2013-05-04
1
-0
/
+12
*
Display the bulk edit form with error messages when some issues can not be sa...
Jean-Philippe Lang
2013-05-04
1
-5
/
+24
*
use assert_select instead of assert_tag at versions index sidebar
Toshi MARUYAMA
2013-05-03
1
-6
/
+6
*
code layout clean up test/functional/versions_controller_test.rb
Toshi MARUYAMA
2013-05-03
1
-7
/
+13
*
Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...
Jean-Philippe Lang
2013-04-03
1
-0
/
+40
*
Traditional Chinese "label_total_time" translation changed by ChunChang Lo (#...
Toshi MARUYAMA
2013-03-20
1
-3
/
+3
*
Fixed: Circular loop when using relations and subtasks (#8794).
Jean-Philippe Lang
2013-03-17
1
-0
/
+2
*
Adds label_total_time string (#13337).
Jean-Philippe Lang
2013-03-10
1
-7
/
+7
*
remove trailing white-spaces from test/functional/account_controller_openid_t...
Toshi MARUYAMA
2013-03-06
1
-13
/
+13
*
Don't reload the issue in after_save callback.
Jean-Philippe Lang
2013-02-28
1
-2
/
+2
*
Removed deferred test, circular relations are unit tested.
Jean-Philippe Lang
2013-02-24
1
-2
/
+0
*
Fixed that time entries report by week breaks on edge cases (#5329).
Jean-Philippe Lang
2013-02-24
1
-0
/
+26
*
Missing fixtures.
Jean-Philippe Lang
2013-02-24
1
-1
/
+2
*
Fixed that relations may not be refreshed when adding a follows relation (#13...
Jean-Philippe Lang
2013-02-24
1
-0
/
+11
*
Makes project custom fields available on spent time report (#1766).
Jean-Philippe Lang
2013-02-24
1
-10
/
+24
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-0
/
+55
*
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
2
-8
/
+8
*
Fixed that requesting a message from an invalid forum should respond with 404...
Jean-Philippe Lang
2013-02-20
1
-0
/
+5
*
Fixed that delete watcher link was broken by r11290 (#13231).
Jean-Philippe Lang
2013-02-20
1
-1
/
+1
*
Makes all time entry columns available in the CSV export.
Jean-Philippe Lang
2013-02-19
1
-174
/
+7
*
Fixed that float custom fields do not use CSV decimal separator (#10364).
Jean-Philippe Lang
2013-02-19
1
-2
/
+21
*
Removed some shoulda context.
Jean-Philippe Lang
2013-02-18
1
-11
/
+8
*
Code cleanup.
Jean-Philippe Lang
2013-02-18
1
-246
/
+239
*
Fixed that messages are not sorted by last reply (#12243).
Jean-Philippe Lang
2013-02-17
1
-0
/
+15
*
Fixed that updating the issue form was broken by r4011 when user is not allow...
Jean-Philippe Lang
2013-02-16
1
-12
/
+12
*
Use a textarea instead of an input for the default value of long text custom ...
Jean-Philippe Lang
2013-02-15
1
-0
/
+24
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-11
7
-7
/
+0
*
Use POST/DELETE to watch/unwatch an item.
Jean-Philippe Lang
2013-02-10
1
-2
/
+2
*
Bulk watch/unwatch issues from the context menu (#7159).
Jean-Philippe Lang
2013-02-10
1
-6
/
+43
*
Test failures from r11331 (#13075).
Jean-Philippe Lang
2013-02-07
1
-4
/
+4
*
Typo that makes the checkbox not visible (#5605).
Jean-Philippe Lang
2013-02-02
1
-0
/
+2
*
Typo that triggers an error when editing a subproject (#5605).
Jean-Philippe Lang
2013-02-02
1
-0
/
+7
*
Optionaly inherit members from parent project (#5605).
Jean-Philippe Lang
2013-02-02
1
-0
/
+19
[next]