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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed test/unit/watcher_test.rb breaking when run alone (#12285)
Jean-Baptiste Barth
2012-11-01
1
-1
/
+1
*
fix unit issue test fails on Wednesday
Toshi MARUYAMA
2012-10-31
1
-9
/
+10
*
Issues by Category should show tasks without category (#8106).
Jean-Philippe Lang
2012-10-30
1
-1
/
+14
*
New user name format: firstname + first letter of lastname (#12085).
Jean-Philippe Lang
2012-10-30
1
-0
/
+1
*
Changes how relative date filters work and adds specific filters for filterin...
Jean-Philippe Lang
2012-10-30
1
-0
/
+17
*
Ability to sort issues by grouped column (#3511).
Jean-Philippe Lang
2012-10-29
1
-0
/
+20
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
3
-13
/
+148
*
REST API for deleting wiki pages (#7082).
Jean-Philippe Lang
2012-10-28
2
-0
/
+19
*
fix scm_iconv local variable name (#12228)
Toshi MARUYAMA
2012-10-28
1
-0
/
+17
*
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
*
Adjusts tests for the css class added in r10720 (#12216).
Jean-Philippe Lang
2012-10-26
1
-3
/
+3
*
Adds a textual css class for issue priorities (#12216).
Jean-Philippe Lang
2012-10-26
3
-0
/
+42
*
Adds last edit comments on the wiki page (#7082).
Jean-Philippe Lang
2012-10-25
1
-0
/
+1
*
Adds ?include=attachments option when retrieving a wiki page with the REST AP...
Jean-Philippe Lang
2012-10-25
1
-0
/
+15
*
REST API for creating/updating wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
2
-31
/
+127
*
REST API for retrieving wiki pages (#7082).
Jean-Philippe Lang
2012-10-25
4
-0
/
+121
*
fix "Page not found" on OK button in SCM "View all revisions" page (#12196)
Toshi MARUYAMA
2012-10-24
1
-0
/
+15
*
backout r10707 (#12196)
Toshi MARUYAMA
2012-10-24
1
-14
/
+10
*
fix "Page not found" on OK button in SCM "View all revisions" page (#12196)
Toshi MARUYAMA
2012-10-24
1
-10
/
+14
*
Fixed test case class name (#10852).
Jean-Philippe Lang
2012-10-23
1
-1
/
+1
*
Ability to delete a version from a wiki page history (#10852).
Jean-Philippe Lang
2012-10-23
3
-2
/
+100
*
partial backout r10263
Toshi MARUYAMA
2012-10-22
1
-9
/
+11
*
backout r10253
Toshi MARUYAMA
2012-10-22
1
-9
/
+11
*
Wiki page versions routes cleanup.
Jean-Philippe Lang
2012-10-21
2
-8
/
+30
*
Handle deleted wiki page versions (#10852).
Jean-Philippe Lang
2012-10-21
2
-0
/
+48
*
Adds a macro for inserting collapsed text (#12167).
Jean-Philippe Lang
2012-10-20
2
-0
/
+35
*
Let the attachment filename be specified on upload (#12125).
Jean-Philippe Lang
2012-10-18
1
-0
/
+12
*
Adds links to locked users when current user is admin.
Jean-Philippe Lang
2012-10-18
2
-6
/
+23
*
Adds a test for start date < due date validation.
Jean-Philippe Lang
2012-10-18
1
-0
/
+7
*
Fixed that invalid start date is ignored (#12092).
Jean-Philippe Lang
2012-10-18
1
-0
/
+18
*
Makes enumerations available through the REST API.
Jean-Philippe Lang
2012-10-17
3
-2
/
+56
*
Fixed that entering #nnn as parent task should validate (#11979).
Jean-Philippe Lang
2012-10-14
1
-3
/
+15
*
code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locke...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_assignable_versions of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_close...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_close_duplicated_issue of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up test_should_close_duplicates of unit issue test
Toshi MARUYAMA
2012-10-13
1
-3
/
+6
*
code layout clean up test_should_not_call_after_project_change_on_creation of...
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up test_read_only_attribute_names_for_multiple_roles_should...
Toshi MARUYAMA
2012-10-13
1
-3
/
+9
*
code layout clean up test_required_attribute_names_for_multiple_roles_should_...
Toshi MARUYAMA
2012-10-13
1
-4
/
+12
*
code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_ver...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_required_attributes_should_be_validated of unit iss...
Toshi MARUYAMA
2012-10-13
1
-10
/
+26
*
code layout clean up test_safe_attributes_should_accept_target_status_writabl...
Toshi MARUYAMA
2012-10-13
1
-4
/
+13
*
code layout clean up test_new_statuses_allowed_to_should_return_all_transitio...
Toshi MARUYAMA
2012-10-13
1
-2
/
+3
*
code layout clean up test_new_statuses_allowed_to of unit issue test
Toshi MARUYAMA
2012-10-13
1
-9
/
+22
*
code layout clean up test_safe_attributes_should_accept_target_tracker_writab...
Toshi MARUYAMA
2012-10-13
1
-4
/
+11
*
code layout clean up test_editable_custom_field_values_should_return_non_read...
Toshi MARUYAMA
2012-10-13
1
-4
/
+6
*
code layout clean up test_safe_attributes_should_not_include_readonly_custom_...
Toshi MARUYAMA
2012-10-13
1
-7
/
+16
*
code layout clean up test_safe_attributes_should_not_include_readonly_fields ...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
[next]