.. |
helpers
|
Fixed "can't convert Fixnum into String" error on projects with numerical identifier (#10135).
|
2012-02-06 14:44:40 +00:00 |
initializers
|
Fixed: queries error messages about custom fields output a 'translation missing' error (#8554).
|
2011-06-27 01:03:22 +00:00 |
lib
|
scm: git: add explicit :excludes option to calling revision method in "test_revisions_includes_master_two_revs_from_origin" of unit lib test (#8857)
|
2012-02-09 15:07:11 +00:00 |
activity_test.rb
|
Fixed: activity shows updates of private issues (#8432).
|
2011-05-29 07:12:38 +00:00 |
attachment_test.rb
|
Copy attachments on issue and project copy (#3055).
|
2012-01-20 17:56:28 +00:00 |
auth_source_ldap_test.rb
|
add test of replace port zero to 389 at unit auth_source_ldap_test.
|
2011-08-29 14:03:57 +00:00 |
board_test.rb
|
remove trailing white-spaces from test/unit/board_test.rb.
|
2011-08-29 08:15:58 +00:00 |
changeset_test.rb
|
Adds a setting that allows to reference/fix issues of all projects (#3087).
|
2012-02-02 18:09:37 +00:00 |
comment_test.rb
|
Use Errors#count instead of #length.
|
2012-01-01 17:23:12 +00:00 |
custom_field_test.rb
|
Do not validate blank default custom field value.
|
2012-01-29 21:09:44 +00:00 |
custom_field_user_format_test.rb
|
remove trailing white-spaces from test/unit/custom_field_user_format_test.rb.
|
2011-08-29 11:13:48 +00:00 |
custom_field_version_format_test.rb
|
Fixed: Custom 'version' field don't show shared versions (#8615).
|
2011-11-11 12:32:21 +00:00 |
custom_value_test.rb
|
Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189).
|
2012-01-28 11:16:58 +00:00 |
default_data_test.rb
|
remove trailing white-spaces from unit default data test.
|
2011-05-18 07:54:25 +00:00 |
document_category_test.rb
|
remove trailing white-spaces and an empty line from unit document category test.
|
2011-05-18 07:54:54 +00:00 |
document_test.rb
|
remove trailing white-spaces from unit document test.
|
2011-05-18 07:56:16 +00:00 |
enabled_module_test.rb
|
remove trailing white-spaces from unit enabled module test.
|
2011-05-18 07:55:38 +00:00 |
enumeration_test.rb
|
remove trailing white-spaces from test/unit/enumeration_test.rb.
|
2011-08-29 12:42:52 +00:00 |
group_test.rb
|
add unit test of group blank name in French (#9795)
|
2011-12-15 13:06:42 +00:00 |
issue_category_test.rb
|
remove trailing white-spaces from test/unit/issue_category_test.rb.
|
2011-08-29 12:44:29 +00:00 |
issue_nested_set_test.rb
|
Deprecated Issue#move_to_project.
|
2012-01-07 18:02:02 +00:00 |
issue_priority_test.rb
|
remove trailing white-spaces from test/unit/issue_priority_test.rb.
|
2011-08-29 14:06:57 +00:00 |
issue_relation_test.rb
|
code layout clean up of test_set_issue_to_dates_without_issue_to at test/unit/issue_relation_test.rb
|
2011-10-07 12:23:09 +00:00 |
issue_status_test.rb
|
Do not change settings in tests.
|
2011-12-15 10:30:33 +00:00 |
issue_test.rb
|
Better handling of issue update conflicts (#8691).
|
2012-02-04 17:36:15 +00:00 |
journal_observer_test.rb
|
remove trailing white-spaces and an empty line from unit journal observer test.
|
2011-05-17 01:16:04 +00:00 |
journal_test.rb
|
remove trailing white-spaces from unit journal test.
|
2011-05-17 01:16:31 +00:00 |
mail_handler_test.rb
|
Fixed an assertion for ruby1.9.
|
2012-02-05 13:48:16 +00:00 |
mailer_test.rb
|
Adds a X-Redmine-Sender header to email notifications (#5643).
|
2012-02-05 12:57:19 +00:00 |
member_test.rb
|
Makes assertion compatible with ruby1.9.
|
2011-12-10 14:00:31 +00:00 |
message_test.rb
|
add unit message test of cannot reply to a locked topic
|
2011-10-01 01:11:02 +00:00 |
news_test.rb
|
Allows attachments on news (#1972).
|
2012-01-29 22:39:06 +00:00 |
principal_test.rb
|
Adds members of subprojects in assignee and author filters (#10126).
|
2012-02-01 20:07:01 +00:00 |
project_nested_set_test.rb
|
remove trailing white-spaces from test/unit/project_nested_set_test.rb.
|
2011-08-30 05:49:57 +00:00 |
project_test.rb
|
Allow underscores in project identifiers (#1363).
|
2012-01-27 17:34:58 +00:00 |
query_test.rb
|
Adds members of subprojects in assignee and author filters (#10126).
|
2012-02-01 20:07:01 +00:00 |
repository_bazaar_test.rb
|
Rails3: scm: bazaar: fix error of test_next_nil at unit model test
|
2011-09-11 08:38:17 +00:00 |
repository_cvs_test.rb
|
Rails3: scm: cvs: fix error of test_annotate at unit model test
|
2011-09-12 02:45:20 +00:00 |
repository_darcs_test.rb
|
Rails3: scm: darcs: fix error of test_cat at unit model test
|
2011-09-12 00:15:06 +00:00 |
repository_filesystem_test.rb
|
Rails3: scm: filesystem: replace @repository.reload to @project.reload of test_fetch_changesets at unit model test
|
2011-09-12 10:03:09 +00:00 |
repository_git_test.rb
|
scm: git: update test repository (#8857)
|
2012-02-09 08:20:37 +00:00 |
repository_mercurial_test.rb
|
scm: mercurial: test: model: fix failing test_parents on PostgreSQL (#5501)
|
2011-11-03 09:58:07 +00:00 |
repository_subversion_test.rb
|
Rails3: scm: subversion: fix error of test_next_nil at unit model test
|
2011-09-12 10:04:43 +00:00 |
repository_test.rb
|
Adds support for multiple repositories per project (#779).
|
2012-01-15 18:19:19 +00:00 |
role_test.rb
|
remove trailing white-spaces from test/unit/role_test.rb.
|
2011-08-30 05:48:28 +00:00 |
search_test.rb
|
remove trailing white-spaces from unit search test.
|
2011-05-17 02:39:40 +00:00 |
setting_test.rb
|
Adds a method to clear the settings cache.
|
2011-11-13 15:20:31 +00:00 |
testing_test.rb
|
remove trailing white-spaces from test/unit/testing_test.rb.
|
2011-08-30 05:50:58 +00:00 |
time_entry_activity_test.rb
|
Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189).
|
2012-01-28 11:16:58 +00:00 |
time_entry_test.rb
|
Removed unnecessary calculations in time entries index.
|
2011-12-04 23:01:42 +00:00 |
token_test.rb
|
remove trailing white-spaces from test/unit/token_test.rb.
|
2011-08-29 21:51:13 +00:00 |
tracker_test.rb
|
remove trailing white-spaces from test/unit/tracker_test.rb.
|
2011-08-30 04:13:19 +00:00 |
user_preference_test.rb
|
add unit test to ensure user preference others is hash in saving
|
2011-12-04 06:43:48 +00:00 |
user_test.rb
|
Increase username length limit from 30 to 60 (#2719).
|
2012-02-05 11:50:53 +00:00 |
version_test.rb
|
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/version_test.rb
|
2011-12-09 05:54:13 +00:00 |
watcher_test.rb
|
add unit test to validate watcher
|
2011-12-04 09:44:11 +00:00 |
wiki_content_test.rb
|
Adds #current_version? method to wiki content.
|
2011-11-28 20:12:03 +00:00 |
wiki_page_test.rb
|
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/wiki_page_test.rb
|
2011-12-09 05:55:32 +00:00 |
wiki_redirect_test.rb
|
remove trailing white-spaces from test/unit/wiki_redirect_test.rb.
|
2011-08-30 05:09:45 +00:00 |
wiki_test.rb
|
remove trailing white-spaces from unit wiki test.
|
2011-05-17 02:38:09 +00:00 |
workflow_test.rb
|
remove trailing white-spaces from test/unit/workflow_test.rb.
|
2011-08-30 05:09:04 +00:00 |