.. |
helpers
|
Make sure that anchor names generated for headings fully match wiki links (#7215).
|
2011-10-02 17:25:29 +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
|
remove trailing white-spaces from test/unit/lib/redmine/menu_manager/menu_item_test.rb.
|
2011-08-30 07:56:36 +00:00 |
activity_test.rb
|
Fixed: activity shows updates of private issues (#8432).
|
2011-05-29 07:12:38 +00:00 |
attachment_test.rb
|
add test to destroy at unit attachment test.
|
2011-08-30 05:07:31 +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
|
scm: use save instead of scan_comment_for_issue_ids at test_commit_referencing_a_parent_project_issue of unit changeset test.
|
2011-08-29 12:41:27 +00:00 |
comment_test.rb
|
remove trailing white-spaces from test/unit/comment_test.rb.
|
2011-08-29 10:09:46 +00:00 |
custom_field_test.rb
|
remove trailing white-spaces from test/unit/custom_field_test.rb.
|
2011-08-29 10:09:21 +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_value_test.rb
|
remove trailing white-spaces from test/unit/custom_value_test.rb.
|
2011-08-29 11:13:06 +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
|
Rails3: replace "all" fixtures at test/unit/group_test.rb
|
2011-09-25 04:53:04 +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
|
remove trailing white-spaces from test/unit/issue_nested_set_test.rb.
|
2011-08-29 14:07:42 +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
|
remove trailing white-spaces from test/unit/issue_relation_test.rb.
|
2011-08-29 14:06:11 +00:00 |
issue_status_test.rb
|
remove trailing white-spaces from test/unit/issue_status_test.rb.
|
2011-08-29 14:05:26 +00:00 |
issue_test.rb
|
code layout clean up of test_should_close_duplicates at test/unit/issue_test.rb
|
2011-09-23 12:02:06 +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
|
remove trailing white-spaces from test/unit/mail_handler_test.rb.
|
2011-08-31 22:59:18 +00:00 |
mailer_test.rb
|
code layout clean up of test_reply_posted_message_id at test/unit/mailer_test.rb
|
2011-09-24 13:14:04 +00:00 |
member_test.rb
|
remove duplicate fixtures from test/unit/member_test.rb
|
2011-09-25 10:44:08 +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
|
remove trailing white-spaces from test/unit/news_test.rb.
|
2011-08-30 05:06:49 +00:00 |
principal_test.rb
|
remove trailing white-spaces from test/unit/principal_test.rb.
|
2011-08-30 05:11:07 +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
|
Rails3: replace "all" fixtures at test/unit/project_test.rb
|
2011-09-24 23:57:34 +00:00 |
query_test.rb
|
add missing "projects_trackers" fixture at unit query test in running on empty database
|
2011-09-20 16:56:12 +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
|
Rails3: scm: git: fix error of test_next_nil at unit model test
|
2011-09-11 11:54:34 +00:00 |
repository_mercurial_test.rb
|
Rails3: scm: mercurial: fix error of test_copied_files at unit model test
|
2011-09-12 00:12:44 +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
|
scm: add test to strip git repository path at unit repository test.
|
2011-08-30 16:01:12 +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
|
remove trailing white-spaces from unit setting test.
|
2011-05-18 11:36:35 +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
|
remove trailing white-spaces from test/unit/time_entry_activity_test.rb.
|
2011-08-30 05:50:24 +00:00 |
time_entry_test.rb
|
add unit test to set project if project is nil at unit time entry test
|
2011-09-22 13:38:21 +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
|
remove trailing white-spaces from test/unit/user_preference_test.rb.
|
2011-08-30 04:12:40 +00:00 |
user_test.rb
|
add missing fixtures at unit user test in running on empty database
|
2011-09-22 09:53:35 +00:00 |
version_test.rb
|
remove trailing white-spaces from test/unit/version_test.rb.
|
2011-08-30 04:10:58 +00:00 |
watcher_test.rb
|
remove trailing white-spaces from test/unit/watcher_test.rb.
|
2011-08-30 04:10:15 +00:00 |
wiki_content_test.rb
|
remove trailing white-spaces from unit wiki content test.
|
2011-05-17 02:38:55 +00:00 |
wiki_page_test.rb
|
remove trailing white-spaces from unit wiki page test.
|
2011-05-17 02:37:04 +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 |