Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
OHR Support
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
98
Issues
98
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
OHR Support
Commits
99507a03
Commit
99507a03
authored
May 29, 2011
by
Eric Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#197
] Upgrade the copyright in the code files
parent
f1809089
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
676 changed files
with
7924 additions
and
1739 deletions
+7924
-1739
account_controller.rb
app/controllers/account_controller.rb
+13
-0
activities_controller.rb
app/controllers/activities_controller.rb
+13
-0
admin_controller.rb
app/controllers/admin_controller.rb
+13
-0
application_controller.rb
app/controllers/application_controller.rb
+13
-0
attachments_controller.rb
app/controllers/attachments_controller.rb
+13
-0
auth_sources_controller.rb
app/controllers/auth_sources_controller.rb
+13
-0
auto_completes_controller.rb
app/controllers/auto_completes_controller.rb
+13
-0
boards_controller.rb
app/controllers/boards_controller.rb
+13
-0
calendars_controller.rb
app/controllers/calendars_controller.rb
+13
-0
comments_controller.rb
app/controllers/comments_controller.rb
+13
-0
context_menus_controller.rb
app/controllers/context_menus_controller.rb
+13
-0
custom_fields_controller.rb
app/controllers/custom_fields_controller.rb
+13
-0
documents_controller.rb
app/controllers/documents_controller.rb
+13
-0
enumerations_controller.rb
app/controllers/enumerations_controller.rb
+13
-0
files_controller.rb
app/controllers/files_controller.rb
+13
-0
gantts_controller.rb
app/controllers/gantts_controller.rb
+13
-0
groups_controller.rb
app/controllers/groups_controller.rb
+13
-0
help_controller.rb
app/controllers/help_controller.rb
+13
-0
issue_categories_controller.rb
app/controllers/issue_categories_controller.rb
+13
-0
issue_moves_controller.rb
app/controllers/issue_moves_controller.rb
+13
-0
issue_relations_controller.rb
app/controllers/issue_relations_controller.rb
+13
-0
issue_statuses_controller.rb
app/controllers/issue_statuses_controller.rb
+13
-0
issues_controller.rb
app/controllers/issues_controller.rb
+13
-0
journals_controller.rb
app/controllers/journals_controller.rb
+13
-0
ldap_auth_sources_controller.rb
app/controllers/ldap_auth_sources_controller.rb
+13
-0
mail_handler_controller.rb
app/controllers/mail_handler_controller.rb
+13
-0
members_controller.rb
app/controllers/members_controller.rb
+13
-0
messages_controller.rb
app/controllers/messages_controller.rb
+13
-0
my_controller.rb
app/controllers/my_controller.rb
+13
-0
news_controller.rb
app/controllers/news_controller.rb
+13
-0
previews_controller.rb
app/controllers/previews_controller.rb
+13
-0
project_enumerations_controller.rb
app/controllers/project_enumerations_controller.rb
+13
-0
projects_controller.rb
app/controllers/projects_controller.rb
+13
-0
queries_controller.rb
app/controllers/queries_controller.rb
+13
-0
reports_controller.rb
app/controllers/reports_controller.rb
+13
-0
repositories_controller.rb
app/controllers/repositories_controller.rb
+13
-0
roles_controller.rb
app/controllers/roles_controller.rb
+13
-0
search_controller.rb
app/controllers/search_controller.rb
+13
-0
settings_controller.rb
app/controllers/settings_controller.rb
+13
-0
sys_controller.rb
app/controllers/sys_controller.rb
+13
-0
time_entry_reports_controller.rb
app/controllers/time_entry_reports_controller.rb
+13
-0
timelog_controller.rb
app/controllers/timelog_controller.rb
+13
-0
trackers_controller.rb
app/controllers/trackers_controller.rb
+13
-0
users_controller.rb
app/controllers/users_controller.rb
+13
-0
versions_controller.rb
app/controllers/versions_controller.rb
+13
-0
watchers_controller.rb
app/controllers/watchers_controller.rb
+13
-0
welcome_controller.rb
app/controllers/welcome_controller.rb
+13
-0
wiki_controller.rb
app/controllers/wiki_controller.rb
+13
-0
wikis_controller.rb
app/controllers/wikis_controller.rb
+13
-0
workflows_controller.rb
app/controllers/workflows_controller.rb
+13
-0
account_helper.rb
app/helpers/account_helper.rb
+13
-0
admin_helper.rb
app/helpers/admin_helper.rb
+13
-0
application_helper.rb
app/helpers/application_helper.rb
+13
-0
attachments_helper.rb
app/helpers/attachments_helper.rb
+13
-0
auth_sources_helper.rb
app/helpers/auth_sources_helper.rb
+13
-0
boards_helper.rb
app/helpers/boards_helper.rb
+13
-0
calendars_helper.rb
app/helpers/calendars_helper.rb
+13
-0
custom_fields_helper.rb
app/helpers/custom_fields_helper.rb
+13
-0
documents_helper.rb
app/helpers/documents_helper.rb
+13
-0
enumerations_helper.rb
app/helpers/enumerations_helper.rb
+13
-0
gantt_helper.rb
app/helpers/gantt_helper.rb
+13
-0
groups_helper.rb
app/helpers/groups_helper.rb
+13
-0
issue_categories_helper.rb
app/helpers/issue_categories_helper.rb
+13
-0
issue_moves_helper.rb
app/helpers/issue_moves_helper.rb
+13
-0
issue_relations_helper.rb
app/helpers/issue_relations_helper.rb
+13
-0
issue_statuses_helper.rb
app/helpers/issue_statuses_helper.rb
+13
-0
issues_helper.rb
app/helpers/issues_helper.rb
+13
-0
journals_helper.rb
app/helpers/journals_helper.rb
+13
-0
mail_handler_helper.rb
app/helpers/mail_handler_helper.rb
+13
-0
members_helper.rb
app/helpers/members_helper.rb
+13
-0
messages_helper.rb
app/helpers/messages_helper.rb
+13
-0
my_helper.rb
app/helpers/my_helper.rb
+13
-0
news_helper.rb
app/helpers/news_helper.rb
+13
-0
projects_helper.rb
app/helpers/projects_helper.rb
+13
-0
queries_helper.rb
app/helpers/queries_helper.rb
+13
-0
reports_helper.rb
app/helpers/reports_helper.rb
+13
-0
repositories_helper.rb
app/helpers/repositories_helper.rb
+13
-0
roles_helper.rb
app/helpers/roles_helper.rb
+13
-0
search_helper.rb
app/helpers/search_helper.rb
+13
-0
settings_helper.rb
app/helpers/settings_helper.rb
+13
-0
sort_helper.rb
app/helpers/sort_helper.rb
+13
-0
timelog_helper.rb
app/helpers/timelog_helper.rb
+13
-0
trackers_helper.rb
app/helpers/trackers_helper.rb
+13
-0
users_helper.rb
app/helpers/users_helper.rb
+13
-0
versions_helper.rb
app/helpers/versions_helper.rb
+13
-0
watchers_helper.rb
app/helpers/watchers_helper.rb
+13
-0
welcome_helper.rb
app/helpers/welcome_helper.rb
+13
-0
wiki_helper.rb
app/helpers/wiki_helper.rb
+13
-0
workflows_helper.rb
app/helpers/workflows_helper.rb
+13
-0
attachment.rb
app/models/attachment.rb
+13
-0
auth_source.rb
app/models/auth_source.rb
+13
-0
auth_source_ldap.rb
app/models/auth_source_ldap.rb
+13
-0
board.rb
app/models/board.rb
+13
-0
change.rb
app/models/change.rb
+13
-0
changeset.rb
app/models/changeset.rb
+13
-0
comment.rb
app/models/comment.rb
+13
-0
comment_observer.rb
app/models/comment_observer.rb
+13
-0
custom_field.rb
app/models/custom_field.rb
+13
-0
custom_value.rb
app/models/custom_value.rb
+13
-0
document.rb
app/models/document.rb
+13
-0
document_category.rb
app/models/document_category.rb
+13
-0
document_category_custom_field.rb
app/models/document_category_custom_field.rb
+13
-0
document_observer.rb
app/models/document_observer.rb
+13
-0
enabled_module.rb
app/models/enabled_module.rb
+13
-0
enumeration.rb
app/models/enumeration.rb
+13
-0
group.rb
app/models/group.rb
+13
-0
group_custom_field.rb
app/models/group_custom_field.rb
+13
-0
issue.rb
app/models/issue.rb
+13
-0
issue_category.rb
app/models/issue_category.rb
+13
-0
issue_custom_field.rb
app/models/issue_custom_field.rb
+13
-0
issue_observer.rb
app/models/issue_observer.rb
+13
-0
issue_priority.rb
app/models/issue_priority.rb
+13
-0
issue_priority_custom_field.rb
app/models/issue_priority_custom_field.rb
+13
-0
issue_relation.rb
app/models/issue_relation.rb
+13
-0
issue_status.rb
app/models/issue_status.rb
+13
-0
journal.rb
app/models/journal.rb
+13
-0
journal_observer.rb
app/models/journal_observer.rb
+13
-0
mail_handler.rb
app/models/mail_handler.rb
+13
-0
mailer.rb
app/models/mailer.rb
+13
-0
member.rb
app/models/member.rb
+13
-0
member_role.rb
app/models/member_role.rb
+13
-0
message.rb
app/models/message.rb
+13
-0
message_observer.rb
app/models/message_observer.rb
+13
-0
news.rb
app/models/news.rb
+13
-0
news_observer.rb
app/models/news_observer.rb
+13
-0
principal.rb
app/models/principal.rb
+13
-0
project.rb
app/models/project.rb
+13
-0
project_custom_field.rb
app/models/project_custom_field.rb
+13
-0
query.rb
app/models/query.rb
+13
-0
repository.rb
app/models/repository.rb
+13
-0
bazaar.rb
app/models/repository/bazaar.rb
+13
-0
cvs.rb
app/models/repository/cvs.rb
+13
-0
darcs.rb
app/models/repository/darcs.rb
+13
-0
filesystem.rb
app/models/repository/filesystem.rb
+13
-0
git.rb
app/models/repository/git.rb
+13
-0
mercurial.rb
app/models/repository/mercurial.rb
+13
-0
subversion.rb
app/models/repository/subversion.rb
+13
-0
role.rb
app/models/role.rb
+13
-0
setting.rb
app/models/setting.rb
+13
-0
time_entry.rb
app/models/time_entry.rb
+13
-0
time_entry_activity.rb
app/models/time_entry_activity.rb
+13
-0
time_entry_activity_custom_field.rb
app/models/time_entry_activity_custom_field.rb
+13
-0
time_entry_custom_field.rb
app/models/time_entry_custom_field.rb
+13
-0
token.rb
app/models/token.rb
+13
-0
tracker.rb
app/models/tracker.rb
+13
-0
user.rb
app/models/user.rb
+13
-0
user_custom_field.rb
app/models/user_custom_field.rb
+13
-0
user_preference.rb
app/models/user_preference.rb
+13
-0
version.rb
app/models/version.rb
+13
-0
version_custom_field.rb
app/models/version_custom_field.rb
+13
-0
watcher.rb
app/models/watcher.rb
+13
-0
wiki.rb
app/models/wiki.rb
+13
-0
wiki_content.rb
app/models/wiki_content.rb
+13
-0
wiki_content_observer.rb
app/models/wiki_content_observer.rb
+13
-0
wiki_page.rb
app/models/wiki_page.rb
+13
-0
wiki_redirect.rb
app/models/wiki_redirect.rb
+13
-0
workflow.rb
app/models/workflow.rb
+13
-0
boot.rb
config/boot.rb
+13
-0
environment.rb
config/environment.rb
+13
-0
demo.rb
config/environments/demo.rb
+13
-0
development.rb
config/environments/development.rb
+13
-0
production.rb
config/environments/production.rb
+13
-0
test.rb
config/environments/test.rb
+13
-0
test_pgsql.rb
config/environments/test_pgsql.rb
+13
-0
test_sqlite3.rb
config/environments/test_sqlite3.rb
+13
-0
10-patches.rb
config/initializers/10-patches.rb
+13
-0
20-mime_types.rb
config/initializers/20-mime_types.rb
+13
-0
30-redmine.rb
config/initializers/30-redmine.rb
+13
-0
backtrace_silencers.rb
config/initializers/backtrace_silencers.rb
+13
-0
inflections.rb
config/initializers/inflections.rb
+13
-0
new_rails_defaults.rb
config/initializers/new_rails_defaults.rb
+13
-0
preinitializer.rb
config/preinitializer.rb
+13
-0
routes.rb
config/routes.rb
+13
-0
001_setup.rb
db/migrate/001_setup.rb
+13
-0
002_issue_move.rb
db/migrate/002_issue_move.rb
+13
-0
003_issue_add_note.rb
db/migrate/003_issue_add_note.rb
+13
-0
004_export_pdf.rb
db/migrate/004_export_pdf.rb
+13
-0
005_issue_start_date.rb
db/migrate/005_issue_start_date.rb
+13
-0
006_calendar_and_activity.rb
db/migrate/006_calendar_and_activity.rb
+13
-0
007_create_journals.rb
db/migrate/007_create_journals.rb
+13
-0
008_create_user_preferences.rb
db/migrate/008_create_user_preferences.rb
+13
-0
009_add_hide_mail_pref.rb
db/migrate/009_add_hide_mail_pref.rb
+13
-0
010_create_comments.rb
db/migrate/010_create_comments.rb
+13
-0
011_add_news_comments_count.rb
db/migrate/011_add_news_comments_count.rb
+13
-0
012_add_comments_permissions.rb
db/migrate/012_add_comments_permissions.rb
+13
-0
013_create_queries.rb
db/migrate/013_create_queries.rb
+13
-0
014_add_queries_permissions.rb
db/migrate/014_add_queries_permissions.rb
+13
-0
015_create_repositories.rb
db/migrate/015_create_repositories.rb
+13
-0
016_add_repositories_permissions.rb
db/migrate/016_add_repositories_permissions.rb
+13
-0
017_create_settings.rb
db/migrate/017_create_settings.rb
+13
-0
018_set_doc_and_files_notifications.rb
db/migrate/018_set_doc_and_files_notifications.rb
+13
-0
019_add_issue_status_position.rb
db/migrate/019_add_issue_status_position.rb
+13
-0
020_add_role_position.rb
db/migrate/020_add_role_position.rb
+13
-0
021_add_tracker_position.rb
db/migrate/021_add_tracker_position.rb
+13
-0
022_serialize_possibles_values.rb
db/migrate/022_serialize_possibles_values.rb
+13
-0
023_add_tracker_is_in_roadmap.rb
db/migrate/023_add_tracker_is_in_roadmap.rb
+13
-0
024_add_roadmap_permission.rb
db/migrate/024_add_roadmap_permission.rb
+13
-0
025_add_search_permission.rb
db/migrate/025_add_search_permission.rb
+13
-0
026_add_repository_login_and_password.rb
db/migrate/026_add_repository_login_and_password.rb
+13
-0
027_create_wikis.rb
db/migrate/027_create_wikis.rb
+13
-0
028_create_wiki_pages.rb
db/migrate/028_create_wiki_pages.rb
+13
-0
029_create_wiki_contents.rb
db/migrate/029_create_wiki_contents.rb
+13
-0
030_add_projects_feeds_permissions.rb
db/migrate/030_add_projects_feeds_permissions.rb
+13
-0
031_add_repository_root_url.rb
db/migrate/031_add_repository_root_url.rb
+13
-0
032_create_time_entries.rb
db/migrate/032_create_time_entries.rb
+13
-0
033_add_timelog_permissions.rb
db/migrate/033_add_timelog_permissions.rb
+13
-0
034_create_changesets.rb
db/migrate/034_create_changesets.rb
+13
-0
035_create_changes.rb
db/migrate/035_create_changes.rb
+13
-0
036_add_changeset_commit_date.rb
db/migrate/036_add_changeset_commit_date.rb
+13
-0
037_add_project_identifier.rb
db/migrate/037_add_project_identifier.rb
+13
-0
038_add_custom_field_is_filter.rb
db/migrate/038_add_custom_field_is_filter.rb
+13
-0
039_create_watchers.rb
db/migrate/039_create_watchers.rb
+13
-0
040_create_changesets_issues.rb
db/migrate/040_create_changesets_issues.rb
+13
-0
041_rename_comment_to_comments.rb
db/migrate/041_rename_comment_to_comments.rb
+13
-0
042_create_issue_relations.rb
db/migrate/042_create_issue_relations.rb
+13
-0
043_add_relations_permissions.rb
db/migrate/043_add_relations_permissions.rb
+13
-0
044_set_language_length_to_five.rb
db/migrate/044_set_language_length_to_five.rb
+13
-0
045_create_boards.rb
db/migrate/045_create_boards.rb
+13
-0
046_create_messages.rb
db/migrate/046_create_messages.rb
+13
-0
047_add_boards_permissions.rb
db/migrate/047_add_boards_permissions.rb
+13
-0
048_allow_null_version_effective_date.rb
db/migrate/048_allow_null_version_effective_date.rb
+13
-0
049_add_wiki_destroy_page_permission.rb
db/migrate/049_add_wiki_destroy_page_permission.rb
+13
-0
050_add_wiki_attachments_permissions.rb
db/migrate/050_add_wiki_attachments_permissions.rb
+13
-0
051_add_project_status.rb
db/migrate/051_add_project_status.rb
+13
-0
052_add_changes_revision.rb
db/migrate/052_add_changes_revision.rb
+13
-0
053_add_changes_branch.rb
db/migrate/053_add_changes_branch.rb
+13
-0
054_add_changesets_scmid.rb
db/migrate/054_add_changesets_scmid.rb
+13
-0
055_add_repositories_type.rb
db/migrate/055_add_repositories_type.rb
+13
-0
056_add_repositories_changes_permission.rb
db/migrate/056_add_repositories_changes_permission.rb
+13
-0
057_add_versions_wiki_page_title.rb
db/migrate/057_add_versions_wiki_page_title.rb
+13
-0
058_add_issue_categories_assigned_to_id.rb
db/migrate/058_add_issue_categories_assigned_to_id.rb
+13
-0
059_add_roles_assignable.rb
db/migrate/059_add_roles_assignable.rb
+13
-0
060_change_changesets_committer_limit.rb
db/migrate/060_change_changesets_committer_limit.rb
+13
-0
061_add_roles_builtin.rb
db/migrate/061_add_roles_builtin.rb
+13
-0
062_insert_builtin_roles.rb
db/migrate/062_insert_builtin_roles.rb
+13
-0
063_add_roles_permissions.rb
db/migrate/063_add_roles_permissions.rb
+13
-0
064_drop_permissions.rb
db/migrate/064_drop_permissions.rb
+13
-0
065_add_settings_updated_on.rb
db/migrate/065_add_settings_updated_on.rb
+13
-0
066_add_custom_value_customized_index.rb
db/migrate/066_add_custom_value_customized_index.rb
+13
-0
067_create_wiki_redirects.rb
db/migrate/067_create_wiki_redirects.rb
+13
-0
068_create_enabled_modules.rb
db/migrate/068_create_enabled_modules.rb
+13
-0
069_add_issues_estimated_hours.rb
db/migrate/069_add_issues_estimated_hours.rb
+13
-0
070_change_attachments_content_type_limit.rb
db/migrate/070_change_attachments_content_type_limit.rb
+13
-0
071_add_queries_column_names.rb
db/migrate/071_add_queries_column_names.rb
+13
-0
072_add_enumerations_position.rb
db/migrate/072_add_enumerations_position.rb
+13
-0
073_add_enumerations_is_default.rb
db/migrate/073_add_enumerations_is_default.rb
+13
-0
074_add_auth_sources_tls.rb
db/migrate/074_add_auth_sources_tls.rb
+13
-0
075_add_members_mail_notification.rb
db/migrate/075_add_members_mail_notification.rb
+13
-0
076_allow_null_position.rb
db/migrate/076_allow_null_position.rb
+13
-0
077_remove_issue_statuses_html_color.rb
db/migrate/077_remove_issue_statuses_html_color.rb
+13
-0
078_add_custom_fields_position.rb
db/migrate/078_add_custom_fields_position.rb
+13
-0
079_add_user_preferences_time_zone.rb
db/migrate/079_add_user_preferences_time_zone.rb
+13
-0
080_add_users_type.rb
db/migrate/080_add_users_type.rb
+13
-0
081_create_projects_trackers.rb
db/migrate/081_create_projects_trackers.rb
+13
-0
082_add_messages_locked.rb
db/migrate/082_add_messages_locked.rb
+13
-0
083_add_messages_sticky.rb
db/migrate/083_add_messages_sticky.rb
+13
-0
084_change_auth_sources_account_limit.rb
db/migrate/084_change_auth_sources_account_limit.rb
+13
-0
085_add_role_tracker_old_status_index_to_workflows.rb
...ate/085_add_role_tracker_old_status_index_to_workflows.rb
+13
-0
086_add_custom_fields_searchable.rb
db/migrate/086_add_custom_fields_searchable.rb
+13
-0
087_change_projects_description_to_text.rb
db/migrate/087_change_projects_description_to_text.rb
+13
-0
088_add_custom_fields_default_value.rb
db/migrate/088_add_custom_fields_default_value.rb
+13
-0
089_add_attachments_description.rb
db/migrate/089_add_attachments_description.rb
+13
-0
090_change_versions_name_limit.rb
db/migrate/090_change_versions_name_limit.rb
+13
-0
091_change_changesets_revision_to_string.rb
db/migrate/091_change_changesets_revision_to_string.rb
+13
-0
092_change_changes_from_revision_to_string.rb
db/migrate/092_change_changes_from_revision_to_string.rb
+13
-0
093_add_wiki_pages_protected.rb
db/migrate/093_add_wiki_pages_protected.rb
+13
-0
094_change_projects_homepage_limit.rb
db/migrate/094_change_projects_homepage_limit.rb
+13
-0
095_add_wiki_pages_parent_id.rb
db/migrate/095_add_wiki_pages_parent_id.rb
+13
-0
096_add_commit_access_permission.rb
db/migrate/096_add_commit_access_permission.rb
+13
-0
097_add_view_wiki_edits_permission.rb
db/migrate/097_add_view_wiki_edits_permission.rb
+13
-0
098_set_topic_authors_as_watchers.rb
db/migrate/098_set_topic_authors_as_watchers.rb
+13
-0
099_add_delete_wiki_pages_attachments_permission.rb
...grate/099_add_delete_wiki_pages_attachments_permission.rb
+13
-0
100_add_changesets_user_id.rb
db/migrate/100_add_changesets_user_id.rb
+13
-0
101_populate_changesets_user_id.rb
db/migrate/101_populate_changesets_user_id.rb
+13
-0
102_add_custom_fields_editable.rb
db/migrate/102_add_custom_fields_editable.rb
+13
-0
103_set_custom_fields_editable.rb
db/migrate/103_set_custom_fields_editable.rb
+13
-0
104_add_projects_lft_and_rgt.rb
db/migrate/104_add_projects_lft_and_rgt.rb
+13
-0
105_build_projects_tree.rb
db/migrate/105_build_projects_tree.rb
+13
-0
106_remove_projects_projects_count.rb
db/migrate/106_remove_projects_projects_count.rb
+13
-0
107_add_open_id_authentication_tables.rb
db/migrate/107_add_open_id_authentication_tables.rb
+13
-0
108_add_identity_url_to_users.rb
db/migrate/108_add_identity_url_to_users.rb
+13
-0
20090214190337_add_watchers_user_id_type_index.rb
db/migrate/20090214190337_add_watchers_user_id_type_index.rb
+13
-0
20090312172426_add_queries_sort_criteria.rb
db/migrate/20090312172426_add_queries_sort_criteria.rb
+13
-0
20090312194159_add_projects_trackers_unique_index.rb
...rate/20090312194159_add_projects_trackers_unique_index.rb
+13
-0
20090318181151_extend_settings_name.rb
db/migrate/20090318181151_extend_settings_name.rb
+13
-0
20090323224724_add_type_to_enumerations.rb
db/migrate/20090323224724_add_type_to_enumerations.rb
+13
-0
20090401221305_update_enumerations_to_sti.rb
db/migrate/20090401221305_update_enumerations_to_sti.rb
+13
-0
20090401231134_add_active_field_to_enumerations.rb
...igrate/20090401231134_add_active_field_to_enumerations.rb
+13
-0
20090403001910_add_project_to_enumerations.rb
db/migrate/20090403001910_add_project_to_enumerations.rb
+13
-0
20090406161854_add_parent_id_to_enumerations.rb
db/migrate/20090406161854_add_parent_id_to_enumerations.rb
+13
-0
20090425161243_add_queries_group_by.rb
db/migrate/20090425161243_add_queries_group_by.rb
+13
-0
20090503121501_create_member_roles.rb
db/migrate/20090503121501_create_member_roles.rb
+13
-0
20090503121505_populate_member_roles.rb
db/migrate/20090503121505_populate_member_roles.rb
+13
-0
20090503121510_drop_members_role_id.rb
db/migrate/20090503121510_drop_members_role_id.rb
+13
-0
20090614091200_fix_messages_sticky_null.rb
db/migrate/20090614091200_fix_messages_sticky_null.rb
+13
-0
20090704172350_populate_users_type.rb
db/migrate/20090704172350_populate_users_type.rb
+13
-0
20090704172355_create_groups_users.rb
db/migrate/20090704172355_create_groups_users.rb
+13
-0
20090704172358_add_member_roles_inherited_from.rb
db/migrate/20090704172358_add_member_roles_inherited_from.rb
+13
-0
20091010093521_fix_users_custom_values.rb
db/migrate/20091010093521_fix_users_custom_values.rb
+13
-0
20091017212227_add_missing_indexes_to_workflows.rb
...igrate/20091017212227_add_missing_indexes_to_workflows.rb
+13
-0
20091017212457_add_missing_indexes_to_custom_fields_projects.rb
...17212457_add_missing_indexes_to_custom_fields_projects.rb
+13
-0
20091017212644_add_missing_indexes_to_messages.rb
db/migrate/20091017212644_add_missing_indexes_to_messages.rb
+13
-0
20091017212938_add_missing_indexes_to_repositories.rb
...ate/20091017212938_add_missing_indexes_to_repositories.rb
+13
-0
20091017213027_add_missing_indexes_to_comments.rb
db/migrate/20091017213027_add_missing_indexes_to_comments.rb
+13
-0
20091017213113_add_missing_indexes_to_enumerations.rb
...ate/20091017213113_add_missing_indexes_to_enumerations.rb
+13
-0
20091017213151_add_missing_indexes_to_wiki_pages.rb
...grate/20091017213151_add_missing_indexes_to_wiki_pages.rb
+13
-0
20091017213228_add_missing_indexes_to_watchers.rb
db/migrate/20091017213228_add_missing_indexes_to_watchers.rb
+13
-0
20091017213257_add_missing_indexes_to_auth_sources.rb
...ate/20091017213257_add_missing_indexes_to_auth_sources.rb
+13
-0
20091017213332_add_missing_indexes_to_documents.rb
...igrate/20091017213332_add_missing_indexes_to_documents.rb
+13
-0
20091017213444_add_missing_indexes_to_tokens.rb
db/migrate/20091017213444_add_missing_indexes_to_tokens.rb
+13
-0
20091017213536_add_missing_indexes_to_changesets.rb
...grate/20091017213536_add_missing_indexes_to_changesets.rb
+13
-0
20091017213642_add_missing_indexes_to_issue_categories.rb
...20091017213642_add_missing_indexes_to_issue_categories.rb
+13
-0
20091017213716_add_missing_indexes_to_member_roles.rb
...ate/20091017213716_add_missing_indexes_to_member_roles.rb
+13
-0
20091017213757_add_missing_indexes_to_boards.rb
db/migrate/20091017213757_add_missing_indexes_to_boards.rb
+13
-0
20091017213835_add_missing_indexes_to_user_preferences.rb
...20091017213835_add_missing_indexes_to_user_preferences.rb
+13
-0
20091017213910_add_missing_indexes_to_issues.rb
db/migrate/20091017213910_add_missing_indexes_to_issues.rb
+13
-0
20091017214015_add_missing_indexes_to_members.rb
db/migrate/20091017214015_add_missing_indexes_to_members.rb
+13
-0
20091017214107_add_missing_indexes_to_custom_fields.rb
...te/20091017214107_add_missing_indexes_to_custom_fields.rb
+13
-0
20091017214136_add_missing_indexes_to_queries.rb
db/migrate/20091017214136_add_missing_indexes_to_queries.rb
+13
-0
20091017214236_add_missing_indexes_to_time_entries.rb
...ate/20091017214236_add_missing_indexes_to_time_entries.rb
+13
-0
20091017214308_add_missing_indexes_to_news.rb
db/migrate/20091017214308_add_missing_indexes_to_news.rb
+13
-0
20091017214336_add_missing_indexes_to_users.rb
db/migrate/20091017214336_add_missing_indexes_to_users.rb
+13
-0
20091017214406_add_missing_indexes_to_attachments.rb
...rate/20091017214406_add_missing_indexes_to_attachments.rb
+13
-0
20091017214440_add_missing_indexes_to_wiki_contents.rb
...te/20091017214440_add_missing_indexes_to_wiki_contents.rb
+13
-0
20091017214519_add_missing_indexes_to_custom_values.rb
...te/20091017214519_add_missing_indexes_to_custom_values.rb
+13
-0
20091017214611_add_missing_indexes_to_journals.rb
db/migrate/20091017214611_add_missing_indexes_to_journals.rb
+13
-0
20091017214644_add_missing_indexes_to_issue_relations.rb
.../20091017214644_add_missing_indexes_to_issue_relations.rb
+13
-0
20091017214720_add_missing_indexes_to_wiki_redirects.rb
...e/20091017214720_add_missing_indexes_to_wiki_redirects.rb
+13
-0
20091017214750_add_missing_indexes_to_custom_fields_trackers.rb
...17214750_add_missing_indexes_to_custom_fields_trackers.rb
+13
-0
20091025163651_add_activity_indexes.rb
db/migrate/20091025163651_add_activity_indexes.rb
+13
-0
20091108092559_add_versions_status.rb
db/migrate/20091108092559_add_versions_status.rb
+13
-0
20091114105931_add_view_issues_permission.rb
db/migrate/20091114105931_add_view_issues_permission.rb
+13
-0
20091123212029_add_default_done_ratio_to_issue_status.rb
.../20091123212029_add_default_done_ratio_to_issue_status.rb
+13
-0
20091205124427_add_versions_sharing.rb
db/migrate/20091205124427_add_versions_sharing.rb
+13
-0
20091220183509_add_lft_and_rgt_indexes_to_projects.rb
...ate/20091220183509_add_lft_and_rgt_indexes_to_projects.rb
+13
-0
20091220183727_add_index_to_settings_name.rb
db/migrate/20091220183727_add_index_to_settings_name.rb
+13
-0
20091220184736_add_indexes_to_issue_status.rb
db/migrate/20091220184736_add_indexes_to_issue_status.rb
+13
-0
20091225164732_remove_enumerations_opt.rb
db/migrate/20091225164732_remove_enumerations_opt.rb
+13
-0
20091227112908_change_wiki_contents_text_limit.rb
db/migrate/20091227112908_change_wiki_contents_text_limit.rb
+13
-0
20100129193402_change_users_mail_notification_to_string.rb
...0100129193402_change_users_mail_notification_to_string.rb
+13
-0
20100129193813_update_mail_notification_values.rb
db/migrate/20100129193813_update_mail_notification_values.rb
+13
-0
20100221100219_add_index_on_changesets_scmid.rb
db/migrate/20100221100219_add_index_on_changesets_scmid.rb
+13
-0
20100313132032_add_issues_nested_sets_columns.rb
db/migrate/20100313132032_add_issues_nested_sets_columns.rb
+13
-0
20100313171051_add_index_on_issues_nested_set.rb
db/migrate/20100313171051_add_index_on_issues_nested_set.rb
+13
-0
20100705164950_change_changes_path_length_limit.rb
...igrate/20100705164950_change_changes_path_length_limit.rb
+13
-0
20100714111651_generalize_journals.rb
db/migrate/20100714111651_generalize_journals.rb
+13
-0
20100804112053_merge_wiki_versions_with_journals.rb
...grate/20100804112053_merge_wiki_versions_with_journals.rb
+13
-0
20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb
...12_enable_calendar_and_gantt_modules_where_appropriate.rb
+13
-0
20101104182107_add_unique_index_on_members.rb
db/migrate/20101104182107_add_unique_index_on_members.rb
+13
-0
20101107130441_add_custom_fields_visible.rb
db/migrate/20101107130441_add_custom_fields_visible.rb
+13
-0
20101114115114_change_projects_name_limit.rb
db/migrate/20101114115114_change_projects_name_limit.rb
+13
-0
20101114115359_change_projects_identifier_limit.rb
...igrate/20101114115359_change_projects_identifier_limit.rb
+13
-0
20110220160626_add_workflows_assignee_and_author.rb
...grate/20110220160626_add_workflows_assignee_and_author.rb
+13
-0
20110223180944_add_users_salt.rb
db/migrate/20110223180944_add_users_salt.rb
+13
-0
20110223180953_salt_user_passwords.rb
db/migrate/20110223180953_salt_user_passwords.rb
+13
-0
20110224000000_add_repositories_path_encoding.rb
db/migrate/20110224000000_add_repositories_path_encoding.rb
+13
-0
20110226120112_change_repositories_password_limit.rb
...rate/20110226120112_change_repositories_password_limit.rb
+13
-0
20110226120132_change_auth_sources_account_password_limit.rb
...10226120132_change_auth_sources_account_password_limit.rb
+13
-0
20110227125750_change_journal_details_values_to_text.rb
...e/20110227125750_change_journal_details_values_to_text.rb
+13
-0
20110228000000_add_repositories_log_encoding.rb
db/migrate/20110228000000_add_repositories_log_encoding.rb
+13
-0
20110228000100_copy_repositories_log_encoding.rb
db/migrate/20110228000100_copy_repositories_log_encoding.rb
+13
-0
20110314014400_add_start_date_to_versions.rb
db/migrate/20110314014400_add_start_date_to_versions.rb
+13
-0
20110401192910_add_index_to_users_type.rb
db/migrate/20110401192910_add_index_to_users_type.rb
+13
-0
20110519194936_remove_comments_from_wiki_content.rb
...grate/20110519194936_remove_comments_from_wiki_content.rb
+13
-0
seeds.rb
db/seeds.rb
+13
-0
rdm-mailhandler.rb
extra/mail_handler/rdm-mailhandler.rb
+13
-0
example_controller.rb
extra/sample_plugin/app/controllers/example_controller.rb
+13
-0
meeting.rb
extra/sample_plugin/app/models/meeting.rb
+13
-0
001_create_meetings.rb
extra/sample_plugin/db/migrate/001_create_meetings.rb
+13
-0
init.rb
extra/sample_plugin/init.rb
+13
-0
reposman.rb
extra/svn/reposman.rb
+13
-0
ar_condition.rb
lib/ar_condition.rb
+13
-0
chili_project.rb
lib/chili_project.rb
+13
-0
database.rb
lib/chili_project/database.rb
+13
-0
chiliproject_plugin_generator.rb
...tors/chiliproject_plugin/chiliproject_plugin_generator.rb
+13
-0
chiliproject_plugin_controller_generator.rb
...in_controller/chiliproject_plugin_controller_generator.rb
+13
-0
chiliproject_plugin_model_generator.rb
...oject_plugin_model/chiliproject_plugin_model_generator.rb
+13
-0
redmine.rb
lib/redmine.rb
+13
-0
about.rb
lib/redmine/about.rb
+13
-0
access_control.rb
lib/redmine/access_control.rb
+13
-0
access_keys.rb
lib/redmine/access_keys.rb
+13
-0
activity.rb
lib/redmine/activity.rb
+13
-0
fetcher.rb
lib/redmine/activity/fetcher.rb
+13
-0
ciphering.rb
lib/redmine/ciphering.rb
+13
-0
configuration.rb
lib/redmine/configuration.rb
+13
-0
core_ext.rb
lib/redmine/core_ext.rb
+13
-0
string.rb
lib/redmine/core_ext/string.rb
+13
-0
conversions.rb
lib/redmine/core_ext/string/conversions.rb
+13
-0
inflections.rb
lib/redmine/core_ext/string/inflections.rb
+13
-0
custom_field_format.rb
lib/redmine/custom_field_format.rb
+13
-0
loader.rb
lib/redmine/default_data/loader.rb
+13
-0
pdf.rb
lib/redmine/export/pdf.rb
+13
-0
calendar.rb
lib/redmine/helpers/calendar.rb
+13
-0
diff.rb
lib/redmine/helpers/diff.rb
+13
-0
gantt.rb
lib/redmine/helpers/gantt.rb
+13
-0
hook.rb
lib/redmine/hook.rb
+13
-0
i18n.rb
lib/redmine/i18n.rb
+13
-0
imap.rb
lib/redmine/imap.rb
+13
-0
info.rb
lib/redmine/info.rb
+13
-0
menu_manager.rb
lib/redmine/menu_manager.rb
+13
-0
mapper.rb
lib/redmine/menu_manager/mapper.rb
+13
-0
menu_controller.rb
lib/redmine/menu_manager/menu_controller.rb
+13
-0
menu_error.rb
lib/redmine/menu_manager/menu_error.rb
+13
-0
menu_helper.rb
lib/redmine/menu_manager/menu_helper.rb
+13
-0
menu_item.rb
lib/redmine/menu_manager/menu_item.rb
+13
-0
tree_node.rb
lib/redmine/menu_manager/tree_node.rb
+13
-0
mime_type.rb
lib/redmine/mime_type.rb
+13
-0
notifiable.rb
lib/redmine/notifiable.rb
+13
-0
platform.rb
lib/redmine/platform.rb
+13
-0
plugin.rb
lib/redmine/plugin.rb
+13
-0
pop3.rb
lib/redmine/pop3.rb
+13
-0
safe_attributes.rb
lib/redmine/safe_attributes.rb
+13
-0
abstract_adapter.rb
lib/redmine/scm/adapters/abstract_adapter.rb
+13
-0
bazaar_adapter.rb
lib/redmine/scm/adapters/bazaar_adapter.rb
+13
-0
cvs_adapter.rb
lib/redmine/scm/adapters/cvs_adapter.rb
+13
-0
darcs_adapter.rb
lib/redmine/scm/adapters/darcs_adapter.rb
+13
-0
filesystem_adapter.rb
lib/redmine/scm/adapters/filesystem_adapter.rb
+13
-0
git_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb
+13
-0
mercurial_adapter.rb
lib/redmine/scm/adapters/mercurial_adapter.rb
+13
-0
subversion_adapter.rb
lib/redmine/scm/adapters/subversion_adapter.rb
+13
-0
base.rb
lib/redmine/scm/base.rb
+13
-0
search.rb
lib/redmine/search.rb
+13
-0
syntax_highlighting.rb
lib/redmine/syntax_highlighting.rb
+13
-0
themes.rb
lib/redmine/themes.rb
+13
-0
unified_diff.rb
lib/redmine/unified_diff.rb
+13
-0
utils.rb
lib/redmine/utils.rb
+13
-0
version.rb
lib/redmine/version.rb
+13
-0
api_template_handler.rb
lib/redmine/views/api_template_handler.rb
+13
-0
builders.rb
lib/redmine/views/builders.rb
+13
-0
json.rb
lib/redmine/views/builders/json.rb
+13
-0
structure.rb
lib/redmine/views/builders/structure.rb
+13
-0
xml.rb
lib/redmine/views/builders/xml.rb
+13
-0
block.rb
lib/redmine/views/my_page/block.rb
+13
-0
other_formats_builder.rb
lib/redmine/views/other_formats_builder.rb
+13
-0
wiki_formatting.rb
lib/redmine/wiki_formatting.rb
+13
-0
macros.rb
lib/redmine/wiki_formatting/macros.rb
+13
-0
formatter.rb
lib/redmine/wiki_formatting/textile/formatter.rb
+13
-0
helper.rb
lib/redmine/wiki_formatting/textile/helper.rb
+13
-0
tabular_form_builder.rb
lib/tabular_form_builder.rb
+13
-0
ci.rake
lib/tasks/ci.rake
+13
-0
ciphering.rake
lib/tasks/ciphering.rake
+13
-0
code.rake
lib/tasks/code.rake
+13
-0
deprecated.rake
lib/tasks/deprecated.rake
+13
-0
documentation.rake
lib/tasks/documentation.rake
+13
-0
email.rake
lib/tasks/email.rake
+13
-0
extract_fixtures.rake
lib/tasks/extract_fixtures.rake
+13
-0
fetch_changesets.rake
lib/tasks/fetch_changesets.rake
+13
-0
initializers.rake
lib/tasks/initializers.rake
+13
-0
jdbc.rake
lib/tasks/jdbc.rake
+13
-0
load_default_data.rake
lib/tasks/load_default_data.rake
+13
-0
locales.rake
lib/tasks/locales.rake
+13
-0
metrics.rake
lib/tasks/metrics.rake
+13
-0
migrate_from_mantis.rake
lib/tasks/migrate_from_mantis.rake
+13
-0
migrate_from_trac.rake
lib/tasks/migrate_from_trac.rake
+13
-0
migrate_plugins.rake
lib/tasks/migrate_plugins.rake
+13
-0
permissions.rake
lib/tasks/permissions.rake
+13
-0
plugins.rake
lib/tasks/plugins.rake
+13
-0
reminder.rake
lib/tasks/reminder.rake
+13
-0
testing.rake
lib/tasks/testing.rake
+13
-0
watchers.rake
lib/tasks/watchers.rake
+13
-0
yardoc.rake
lib/tasks/yardoc.rake
+13
-0
attachment_exemplar.rb
test/exemplars/attachment_exemplar.rb
+13
-0
auth_source_exemplar.rb
test/exemplars/auth_source_exemplar.rb
+13
-0
board_exemplar.rb
test/exemplars/board_exemplar.rb
+13
-0
change_exemplar.rb
test/exemplars/change_exemplar.rb
+13
-0
changeset_exemplar.rb
test/exemplars/changeset_exemplar.rb
+13
-0
comment_exemplar.rb
test/exemplars/comment_exemplar.rb
+13
-0
custom_field_exemplar.rb
test/exemplars/custom_field_exemplar.rb
+13
-0
custom_value_exemplar.rb
test/exemplars/custom_value_exemplar.rb
+13
-0
document_category_exemplar.rb
test/exemplars/document_category_exemplar.rb
+13
-0
document_exemplar.rb
test/exemplars/document_exemplar.rb
+13
-0
enabled_module_exemplar.rb
test/exemplars/enabled_module_exemplar.rb
+13
-0
enumeration_exemplar.rb
test/exemplars/enumeration_exemplar.rb
+13
-0
group_exemplar.rb
test/exemplars/group_exemplar.rb
+13
-0
issue_category_exemplar.rb
test/exemplars/issue_category_exemplar.rb
+13
-0
issue_exemplar.rb
test/exemplars/issue_exemplar.rb
+13
-0
issue_priority_exemplar.rb
test/exemplars/issue_priority_exemplar.rb
+13
-0
issue_status_exemplar.rb
test/exemplars/issue_status_exemplar.rb
+13
-0
journal_exemplar.rb
test/exemplars/journal_exemplar.rb
+13
-0
member_exemplar.rb
test/exemplars/member_exemplar.rb
+13
-0
member_role_exemplar.rb
test/exemplars/member_role_exemplar.rb
+13
-0
message_exemplar.rb
test/exemplars/message_exemplar.rb
+13
-0
news_exemplar.rb
test/exemplars/news_exemplar.rb
+13
-0
project_exemplar.rb
test/exemplars/project_exemplar.rb
+13
-0
query_exemplar.rb
test/exemplars/query_exemplar.rb
+13
-0
repository_exemplar.rb
test/exemplars/repository_exemplar.rb
+13
-0
role_exemplar.rb
test/exemplars/role_exemplar.rb
+13
-0
subversion_repository_exemplar.rb
test/exemplars/subversion_repository_exemplar.rb
+13
-0
time_entry_activity.rb
test/exemplars/time_entry_activity.rb
+13
-0
time_entry_exemplar.rb
test/exemplars/time_entry_exemplar.rb
+13
-0
tracker_exemplar.rb
test/exemplars/tracker_exemplar.rb
+13
-0
user_exemplar.rb
test/exemplars/user_exemplar.rb
+13
-0
version_exemplar.rb
test/exemplars/version_exemplar.rb
+13
-0
watcher_exemplar.rb
test/exemplars/watcher_exemplar.rb
+13
-0
wiki_content_exemplar.rb
test/exemplars/wiki_content_exemplar.rb
+13
-0
wiki_exemplar.rb
test/exemplars/wiki_exemplar.rb
+13
-0
wiki_page_exemplar.rb
test/exemplars/wiki_page_exemplar.rb
+13
-0
wiki_redirect_exemplar.rb
test/exemplars/wiki_redirect_exemplar.rb
+13
-0
060719210727_source.rb
test/fixtures/files/060719210727_source.rb
+13
-0
account_controller_test.rb
test/functional/account_controller_test.rb
+7
-12
activities_controller_test.rb
test/functional/activities_controller_test.rb
+13
-0
admin_controller_test.rb
test/functional/admin_controller_test.rb
+7
-12
application_controller_test.rb
test/functional/application_controller_test.rb
+7
-12
attachments_controller_test.rb
test/functional/attachments_controller_test.rb
+8
-13
auth_sources_controller_test.rb
test/functional/auth_sources_controller_test.rb
+13
-0
auto_completes_controller_test.rb
test/functional/auto_completes_controller_test.rb
+13
-0
boards_controller_test.rb
test/functional/boards_controller_test.rb
+7
-12
calendars_controller_test.rb
test/functional/calendars_controller_test.rb
+13
-0
comments_controller_test.rb
test/functional/comments_controller_test.rb
+7
-12
context_menus_controller_test.rb
test/functional/context_menus_controller_test.rb
+13
-0
custom_fields_controller_test.rb
test/functional/custom_fields_controller_test.rb
+7
-11
documents_controller_test.rb
test/functional/documents_controller_test.rb
+7
-12
enumerations_controller_test.rb
test/functional/enumerations_controller_test.rb
+7
-12
files_controller_test.rb
test/functional/files_controller_test.rb
+13
-0
gantts_controller_test.rb
test/functional/gantts_controller_test.rb
+13
-0
groups_controller_test.rb
test/functional/groups_controller_test.rb
+7
-12
help_controller_test.rb
test/functional/help_controller_test.rb
+13
-0
issue_categories_controller_test.rb
test/functional/issue_categories_controller_test.rb
+7
-12
issue_moves_controller_test.rb
test/functional/issue_moves_controller_test.rb
+13
-0
issue_relations_controller_test.rb
test/functional/issue_relations_controller_test.rb
+13
-0
issue_statuses_controller_test.rb
test/functional/issue_statuses_controller_test.rb
+13
-0
issues_controller_test.rb
test/functional/issues_controller_test.rb
+7
-12
issues_controller_transaction_test.rb
test/functional/issues_controller_transaction_test.rb
+7
-12
journals_controller_test.rb
test/functional/journals_controller_test.rb
+7
-12
ldap_auth_sources_controller.rb
test/functional/ldap_auth_sources_controller.rb
+13
-0
mail_handler_controller_test.rb
test/functional/mail_handler_controller_test.rb
+7
-12
members_controller_test.rb
test/functional/members_controller_test.rb
+7
-12
messages_controller_test.rb
test/functional/messages_controller_test.rb
+7
-12
my_controller_test.rb
test/functional/my_controller_test.rb
+7
-12
news_controller_test.rb
test/functional/news_controller_test.rb
+7
-12
previews_controller_test.rb
test/functional/previews_controller_test.rb
+7
-12
project_enumerations_controller_test.rb
test/functional/project_enumerations_controller_test.rb
+13
-0
projects_controller_test.rb
test/functional/projects_controller_test.rb
+7
-12
queries_controller_test.rb
test/functional/queries_controller_test.rb
+7
-12
reports_controller_test.rb
test/functional/reports_controller_test.rb
+7
-12
repositories_bazaar_controller_test.rb
test/functional/repositories_bazaar_controller_test.rb
+7
-12
repositories_controller_test.rb
test/functional/repositories_controller_test.rb
+7
-12
repositories_cvs_controller_test.rb
test/functional/repositories_cvs_controller_test.rb
+7
-12
repositories_darcs_controller_test.rb
test/functional/repositories_darcs_controller_test.rb
+7
-12
repositories_filesystem_controller_test.rb
test/functional/repositories_filesystem_controller_test.rb
+7
-12
repositories_git_controller_test.rb
test/functional/repositories_git_controller_test.rb
+7
-12
repositories_mercurial_controller_test.rb
test/functional/repositories_mercurial_controller_test.rb
+7
-12
repositories_subversion_controller_test.rb
test/functional/repositories_subversion_controller_test.rb
+7
-12
roles_controller_test.rb
test/functional/roles_controller_test.rb
+7
-12
search_controller_test.rb
test/functional/search_controller_test.rb
+13
-0
settings_controller_test.rb
test/functional/settings_controller_test.rb
+7
-11
sys_controller_test.rb
test/functional/sys_controller_test.rb
+7
-11
time_entry_reports_controller_test.rb
test/functional/time_entry_reports_controller_test.rb
+13
-0
timelog_controller_test.rb
test/functional/timelog_controller_test.rb
+7
-11
trackers_controller_test.rb
test/functional/trackers_controller_test.rb
+7
-12
users_controller_test.rb
test/functional/users_controller_test.rb
+7
-11
versions_controller_test.rb
test/functional/versions_controller_test.rb
+7
-11
watchers_controller_test.rb
test/functional/watchers_controller_test.rb
+7
-12
welcome_controller_test.rb
test/functional/welcome_controller_test.rb
+7
-12
wiki_controller_test.rb
test/functional/wiki_controller_test.rb
+7
-12
wikis_controller_test.rb
test/functional/wikis_controller_test.rb
+7
-12
workflows_controller_test.rb
test/functional/workflows_controller_test.rb
+7
-12
helper_testcase.rb
test/helper_testcase.rb
+13
-0
account_test.rb
test/integration/account_test.rb
+7
-12
admin_test.rb
test/integration/admin_test.rb
+7
-12
disabled_rest_api_test.rb
test/integration/api_test/disabled_rest_api_test.rb
+13
-0
http_basic_login_test.rb
test/integration/api_test/http_basic_login_test.rb
+13
-0
http_basic_login_with_api_token_test.rb
...egration/api_test/http_basic_login_with_api_token_test.rb
+13
-0
issues_test.rb
test/integration/api_test/issues_test.rb
+7
-12
news_test.rb
test/integration/api_test/news_test.rb
+7
-12
projects_test.rb
test/integration/api_test/projects_test.rb
+7
-12
time_entries_test.rb
test/integration/api_test/time_entries_test.rb
+7
-12
token_authentication_test.rb
test/integration/api_test/token_authentication_test.rb
+13
-0
users_test.rb
test/integration/api_test/users_test.rb
+7
-12
application_test.rb
test/integration/application_test.rb
+7
-12
issues_test.rb
test/integration/issues_test.rb
+7
-12
layout_test.rb
test/integration/layout_test.rb
+13
-0
menu_manager_test.rb
test/integration/lib/redmine/menu_manager_test.rb
+7
-12
themes_test.rb
test/integration/lib/redmine/themes_test.rb
+7
-12
projects_test.rb
test/integration/projects_test.rb
+7
-12
routing_test.rb
test/integration/routing_test.rb
+7
-12
open_id_authentication_mock.rb
test/mocks/open_id_authentication_mock.rb
+13
-0
object_daddy_helpers.rb
test/object_daddy_helpers.rb
+13
-0
test_helper.rb
test/test_helper.rb
+7
-11
activity_test.rb
test/unit/activity_test.rb
+7
-12
attachment_test.rb
test/unit/attachment_test.rb
+8
-14
auth_source_ldap_test.rb
test/unit/auth_source_ldap_test.rb
+7
-12
board_test.rb
test/unit/board_test.rb
+13
-0
changeset_test.rb
test/unit/changeset_test.rb
+8
-14
comment_test.rb
test/unit/comment_test.rb
+7
-12
custom_field_test.rb
test/unit/custom_field_test.rb
+7
-12
custom_field_user_format_test.rb
test/unit/custom_field_user_format_test.rb
+7
-12
custom_value_test.rb
test/unit/custom_value_test.rb
+7
-12
default_data_test.rb
test/unit/default_data_test.rb
+7
-12
document_category_test.rb
test/unit/document_category_test.rb
+7
-12
document_test.rb
test/unit/document_test.rb
+7
-12
enabled_module_test.rb
test/unit/enabled_module_test.rb
+7
-12
enumeration_test.rb
test/unit/enumeration_test.rb
+7
-12
group_test.rb
test/unit/group_test.rb
+7
-12
application_helper_test.rb
test/unit/helpers/application_helper_test.rb
+7
-12
custom_fields_helper_test.rb
test/unit/helpers/custom_fields_helper_test.rb
+7
-12
issue_moves_helper_test.rb
test/unit/helpers/issue_moves_helper_test.rb
+13
-0
issues_helper_test.rb
test/unit/helpers/issues_helper_test.rb
+7
-12
projects_helper_test.rb
test/unit/helpers/projects_helper_test.rb
+7
-12
repository_helper_test.rb
test/unit/helpers/repository_helper_test.rb
+7
-12
search_helper_test.rb
test/unit/helpers/search_helper_test.rb
+8
-14
sort_helper_test.rb
test/unit/helpers/sort_helper_test.rb
+7
-12
timelog_helper_test.rb
test/unit/helpers/timelog_helper_test.rb
+7
-12
watchers_helpers_test.rb
test/unit/helpers/watchers_helpers_test.rb
+13
-0
issue_category_test.rb
test/unit/issue_category_test.rb
+7
-12
issue_nested_set_test.rb
test/unit/issue_nested_set_test.rb
+7
-12
issue_priority_test.rb
test/unit/issue_priority_test.rb
+7
-12
issue_relation_test.rb
test/unit/issue_relation_test.rb
+7
-12
issue_status_test.rb
test/unit/issue_status_test.rb
+7
-12
issue_test.rb
test/unit/issue_test.rb
+7
-12
journal_observer_test.rb
test/unit/journal_observer_test.rb
+7
-12
journal_test.rb
test/unit/journal_test.rb
+7
-12
database_test.rb
test/unit/lib/chili_project/database_test.rb
+7
-12
access_control_test.rb
test/unit/lib/redmine/access_control_test.rb
+7
-12
ciphering_test.rb
test/unit/lib/redmine/ciphering_test.rb
+7
-12
configuration_test.rb
test/unit/lib/redmine/configuration_test.rb
+7
-12
calendar_test.rb
test/unit/lib/redmine/helpers/calendar_test.rb
+7
-12
gantt_test.rb
test/unit/lib/redmine/helpers/gantt_test.rb
+7
-12
hook_test.rb
test/unit/lib/redmine/hook_test.rb
+7
-12
i18n_test.rb
test/unit/lib/redmine/i18n_test.rb
+7
-12
mapper_test.rb
test/unit/lib/redmine/menu_manager/mapper_test.rb
+7
-12
menu_helper_test.rb
test/unit/lib/redmine/menu_manager/menu_helper_test.rb
+7
-12
menu_item_test.rb
test/unit/lib/redmine/menu_manager/menu_item_test.rb
+7
-12
menu_manager_test.rb
test/unit/lib/redmine/menu_manager_test.rb
+7
-12
mime_type_test.rb
test/unit/lib/redmine/mime_type_test.rb
+7
-12
notifiable_test.rb
test/unit/lib/redmine/notifiable_test.rb
+7
-12
plugin_test.rb
test/unit/lib/redmine/plugin_test.rb
+7
-12
safe_attributes_test.rb
test/unit/lib/redmine/safe_attributes_test.rb
+7
-12
bazaar_adapter_test.rb
test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
+13
-0
cvs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
+13
-0
darcs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/darcs_adapter_test.rb
+13
-0
filesystem_adapter_test.rb
.../unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
+13
-0
git_adapter_test.rb
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
+13
-1
mercurial_adapter_test.rb
test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
+13
-0
subversion_adapter_test.rb
.../unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
+7
-11
themes_test.rb
test/unit/lib/redmine/themes_test.rb
+7
-12
unified_diff_test.rb
test/unit/lib/redmine/unified_diff_test.rb
+7
-11
json_test.rb
test/unit/lib/redmine/views/builders/json_test.rb
+7
-11
xml_test.rb
test/unit/lib/redmine/views/builders/xml_test.rb
+7
-11
wiki_formatting.rb
test/unit/lib/redmine/wiki_formatting.rb
+7
-12
macros_test.rb
test/unit/lib/redmine/wiki_formatting/macros_test.rb
+7
-11
textile_formatter_test.rb
...nit/lib/redmine/wiki_formatting/textile_formatter_test.rb
+7
-11
redmine_test.rb
test/unit/lib/redmine_test.rb
+7
-12
mail_handler_test.rb
test/unit/mail_handler_test.rb
+8
-14
mailer_test.rb
test/unit/mailer_test.rb
+7
-12
member_test.rb
test/unit/member_test.rb
+7
-12
message_test.rb
test/unit/message_test.rb
+7
-12
news_test.rb
test/unit/news_test.rb
+7
-12
principal_test.rb
test/unit/principal_test.rb
+7
-12
project_nested_set_test.rb
test/unit/project_nested_set_test.rb
+7
-12
project_test.rb
test/unit/project_test.rb
+7
-12
query_test.rb
test/unit/query_test.rb
+7
-12
repository_bazaar_test.rb
test/unit/repository_bazaar_test.rb
+7
-12
repository_cvs_test.rb
test/unit/repository_cvs_test.rb
+7
-12
repository_darcs_test.rb
test/unit/repository_darcs_test.rb
+7
-12
repository_filesystem_test.rb
test/unit/repository_filesystem_test.rb
+7
-12
repository_git_test.rb
test/unit/repository_git_test.rb
+7
-12
repository_mercurial_test.rb
test/unit/repository_mercurial_test.rb
+7
-12
repository_subversion_test.rb
test/unit/repository_subversion_test.rb
+7
-12
repository_test.rb
test/unit/repository_test.rb
+7
-12
role_test.rb
test/unit/role_test.rb
+7
-12
search_test.rb
test/unit/search_test.rb
+7
-12
setting_test.rb
test/unit/setting_test.rb
+7
-12
testing_test.rb
test/unit/testing_test.rb
+7
-12
time_entry_activity_test.rb
test/unit/time_entry_activity_test.rb
+7
-12
time_entry_test.rb
test/unit/time_entry_test.rb
+7
-12
token_test.rb
test/unit/token_test.rb
+7
-12
tracker_test.rb
test/unit/tracker_test.rb
+7
-12
user_preference_test.rb
test/unit/user_preference_test.rb
+7
-12
user_test.rb
test/unit/user_test.rb
+7
-12
version_test.rb
test/unit/version_test.rb
+7
-12
watcher_test.rb
test/unit/watcher_test.rb
+7
-12
wiki_content_test.rb
test/unit/wiki_content_test.rb
+7
-12
wiki_page_test.rb
test/unit/wiki_page_test.rb
+7
-12
wiki_redirect_test.rb
test/unit/wiki_redirect_test.rb
+7
-12
wiki_test.rb
test/unit/wiki_test.rb
+8
-14
No files found.
app/controllers/account_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AccountController
<
ApplicationController
include
CustomFieldsHelper
...
...
app/controllers/activities_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
ActivitiesController
<
ApplicationController
menu_item
:activity
before_filter
:find_optional_project
...
...
app/controllers/admin_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AdminController
<
ApplicationController
layout
'admin'
...
...
app/controllers/application_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
require
'uri'
require
'cgi'
...
...
app/controllers/attachments_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AttachmentsController
<
ApplicationController
before_filter
:find_project
before_filter
:file_readable
,
:read_authorize
,
:except
=>
:destroy
...
...
app/controllers/auth_sources_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AuthSourcesController
<
ApplicationController
layout
'admin'
...
...
app/controllers/auto_completes_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AutoCompletesController
<
ApplicationController
before_filter
:find_project
...
...
app/controllers/boards_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
BoardsController
<
ApplicationController
default_search_scope
:messages
before_filter
:find_project
,
:find_board_if_available
,
:authorize
...
...
app/controllers/calendars_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
CalendarsController
<
ApplicationController
menu_item
:calendar
before_filter
:find_optional_project
...
...
app/controllers/comments_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
CommentsController
<
ApplicationController
default_search_scope
:news
model_object
News
...
...
app/controllers/context_menus_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
ContextMenusController
<
ApplicationController
def
issues
...
...
app/controllers/custom_fields_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
CustomFieldsController
<
ApplicationController
layout
'admin'
...
...
app/controllers/documents_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
DocumentsController
<
ApplicationController
default_search_scope
:documents
model_object
Document
...
...
app/controllers/enumerations_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
EnumerationsController
<
ApplicationController
layout
'admin'
...
...
app/controllers/files_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
FilesController
<
ApplicationController
menu_item
:files
...
...
app/controllers/gantts_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
GanttsController
<
ApplicationController
menu_item
:gantt
before_filter
:find_optional_project
...
...
app/controllers/groups_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
GroupsController
<
ApplicationController
layout
'admin'
...
...
app/controllers/help_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
HelpController
<
ApplicationController
def
wiki_syntax
end
...
...
app/controllers/issue_categories_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
IssueCategoriesController
<
ApplicationController
menu_item
:settings
model_object
IssueCategory
...
...
app/controllers/issue_moves_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
IssueMovesController
<
ApplicationController
default_search_scope
:issues
before_filter
:find_issues
,
:check_project_uniqueness
...
...
app/controllers/issue_relations_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
IssueRelationsController
<
ApplicationController
before_filter
:find_issue
,
:find_project_from_association
,
:authorize
...
...
app/controllers/issue_statuses_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
IssueStatusesController
<
ApplicationController
layout
'admin'
...
...
app/controllers/issues_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
IssuesController
<
ApplicationController
menu_item
:new_issue
,
:only
=>
[
:new
,
:create
]
default_search_scope
:issues
...
...
app/controllers/journals_controller.rb
View file @
99507a03
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
JournalsController
<
ApplicationController
before_filter
:find_journal
,
:only
=>
[
:edit
,
:diff
]