Set source encoding to UTF-8
Showing
with
962 additions
and
10 deletions
+962
-10
- account_controller.rb app/controllers/account_controller.rb +1 -0
- activities_controller.rb app/controllers/activities_controller.rb +1 -0
- admin_controller.rb app/controllers/admin_controller.rb +1 -0
- application_controller.rb app/controllers/application_controller.rb +1 -0
- attachments_controller.rb app/controllers/attachments_controller.rb +1 -0
- auth_sources_controller.rb app/controllers/auth_sources_controller.rb +1 -0
- auto_completes_controller.rb app/controllers/auto_completes_controller.rb +1 -0
- boards_controller.rb app/controllers/boards_controller.rb +1 -0
- calendars_controller.rb app/controllers/calendars_controller.rb +1 -0
- comments_controller.rb app/controllers/comments_controller.rb +1 -0
- context_menus_controller.rb app/controllers/context_menus_controller.rb +1 -0
- custom_fields_controller.rb app/controllers/custom_fields_controller.rb +1 -0
- documents_controller.rb app/controllers/documents_controller.rb +1 -0
- enumerations_controller.rb app/controllers/enumerations_controller.rb +1 -0
- files_controller.rb app/controllers/files_controller.rb +1 -0
- gantts_controller.rb app/controllers/gantts_controller.rb +1 -0
- groups_controller.rb app/controllers/groups_controller.rb +1 -0
- help_controller.rb app/controllers/help_controller.rb +1 -0
- issue_categories_controller.rb app/controllers/issue_categories_controller.rb +1 -0
- issue_moves_controller.rb app/controllers/issue_moves_controller.rb +1 -0
- issue_relations_controller.rb app/controllers/issue_relations_controller.rb +1 -0
- issue_statuses_controller.rb app/controllers/issue_statuses_controller.rb +1 -0
- issues_controller.rb app/controllers/issues_controller.rb +1 -0
- journals_controller.rb app/controllers/journals_controller.rb +1 -0
- ldap_auth_sources_controller.rb app/controllers/ldap_auth_sources_controller.rb +1 -0
- mail_handler_controller.rb app/controllers/mail_handler_controller.rb +1 -0
- members_controller.rb app/controllers/members_controller.rb +1 -0
- messages_controller.rb app/controllers/messages_controller.rb +1 -0
- my_controller.rb app/controllers/my_controller.rb +1 -0
- news_controller.rb app/controllers/news_controller.rb +1 -0
- previews_controller.rb app/controllers/previews_controller.rb +1 -0
- project_enumerations_controller.rb app/controllers/project_enumerations_controller.rb +1 -0
- projects_controller.rb app/controllers/projects_controller.rb +1 -0
- queries_controller.rb app/controllers/queries_controller.rb +1 -0
- reports_controller.rb app/controllers/reports_controller.rb +1 -0
- repositories_controller.rb app/controllers/repositories_controller.rb +1 -0
- roles_controller.rb app/controllers/roles_controller.rb +1 -0
- search_controller.rb app/controllers/search_controller.rb +1 -0
- settings_controller.rb app/controllers/settings_controller.rb +1 -0
- sys_controller.rb app/controllers/sys_controller.rb +1 -0
- time_entry_reports_controller.rb app/controllers/time_entry_reports_controller.rb +1 -0
- timelog_controller.rb app/controllers/timelog_controller.rb +1 -0
- trackers_controller.rb app/controllers/trackers_controller.rb +1 -0
- users_controller.rb app/controllers/users_controller.rb +1 -0
- versions_controller.rb app/controllers/versions_controller.rb +1 -0
- watchers_controller.rb app/controllers/watchers_controller.rb +1 -0
- welcome_controller.rb app/controllers/welcome_controller.rb +1 -0
- wiki_controller.rb app/controllers/wiki_controller.rb +1 -0
- wikis_controller.rb app/controllers/wikis_controller.rb +1 -0
- workflows_controller.rb app/controllers/workflows_controller.rb +1 -0
- account_helper.rb app/helpers/account_helper.rb +1 -0
- admin_helper.rb app/helpers/admin_helper.rb +1 -0
- application_helper.rb app/helpers/application_helper.rb +1 -0
- attachments_helper.rb app/helpers/attachments_helper.rb +1 -0
- auth_sources_helper.rb app/helpers/auth_sources_helper.rb +1 -0
- boards_helper.rb app/helpers/boards_helper.rb +1 -0
- calendars_helper.rb app/helpers/calendars_helper.rb +1 -0
- custom_fields_helper.rb app/helpers/custom_fields_helper.rb +1 -0
- documents_helper.rb app/helpers/documents_helper.rb +1 -0
- enumerations_helper.rb app/helpers/enumerations_helper.rb +1 -0
- gantt_helper.rb app/helpers/gantt_helper.rb +1 -0
- groups_helper.rb app/helpers/groups_helper.rb +1 -0
- issue_categories_helper.rb app/helpers/issue_categories_helper.rb +1 -0
- issue_moves_helper.rb app/helpers/issue_moves_helper.rb +1 -0
- issue_relations_helper.rb app/helpers/issue_relations_helper.rb +1 -0
- issue_statuses_helper.rb app/helpers/issue_statuses_helper.rb +1 -0
- issues_helper.rb app/helpers/issues_helper.rb +1 -0
- journals_helper.rb app/helpers/journals_helper.rb +1 -0
- mail_handler_helper.rb app/helpers/mail_handler_helper.rb +1 -0
- members_helper.rb app/helpers/members_helper.rb +1 -0
- messages_helper.rb app/helpers/messages_helper.rb +1 -0
- my_helper.rb app/helpers/my_helper.rb +1 -0
- news_helper.rb app/helpers/news_helper.rb +1 -0
- projects_helper.rb app/helpers/projects_helper.rb +1 -0
- queries_helper.rb app/helpers/queries_helper.rb +1 -0
- reports_helper.rb app/helpers/reports_helper.rb +1 -0
- repositories_helper.rb app/helpers/repositories_helper.rb +1 -0
- roles_helper.rb app/helpers/roles_helper.rb +1 -0
- search_helper.rb app/helpers/search_helper.rb +1 -0
- settings_helper.rb app/helpers/settings_helper.rb +1 -0
- sort_helper.rb app/helpers/sort_helper.rb +1 -0
- timelog_helper.rb app/helpers/timelog_helper.rb +1 -0
- trackers_helper.rb app/helpers/trackers_helper.rb +1 -0
- users_helper.rb app/helpers/users_helper.rb +1 -0
- versions_helper.rb app/helpers/versions_helper.rb +1 -0
- watchers_helper.rb app/helpers/watchers_helper.rb +1 -0
- welcome_helper.rb app/helpers/welcome_helper.rb +1 -0
- wiki_helper.rb app/helpers/wiki_helper.rb +1 -0
- workflows_helper.rb app/helpers/workflows_helper.rb +1 -0
- attachment.rb app/models/attachment.rb +1 -0
- auth_source.rb app/models/auth_source.rb +1 -0
- auth_source_ldap.rb app/models/auth_source_ldap.rb +1 -0
- board.rb app/models/board.rb +1 -0
- change.rb app/models/change.rb +1 -0
- changeset.rb app/models/changeset.rb +1 -0
- comment.rb app/models/comment.rb +1 -0
- comment_observer.rb app/models/comment_observer.rb +1 -0
- custom_field.rb app/models/custom_field.rb +1 -0
- custom_value.rb app/models/custom_value.rb +1 -0
- document.rb app/models/document.rb +1 -0
- document_category.rb app/models/document_category.rb +1 -0
- document_category_custom_field.rb app/models/document_category_custom_field.rb +1 -0
- document_observer.rb app/models/document_observer.rb +1 -0
- enabled_module.rb app/models/enabled_module.rb +1 -0
- enumeration.rb app/models/enumeration.rb +1 -0
- group.rb app/models/group.rb +1 -0
- group_custom_field.rb app/models/group_custom_field.rb +1 -0
- issue.rb app/models/issue.rb +1 -0
- issue_category.rb app/models/issue_category.rb +1 -0
- issue_custom_field.rb app/models/issue_custom_field.rb +1 -0
- issue_observer.rb app/models/issue_observer.rb +1 -0
- issue_priority.rb app/models/issue_priority.rb +1 -0
- issue_priority_custom_field.rb app/models/issue_priority_custom_field.rb +1 -0
- issue_relation.rb app/models/issue_relation.rb +1 -0
- issue_status.rb app/models/issue_status.rb +1 -0
- journal.rb app/models/journal.rb +1 -0
- journal_observer.rb app/models/journal_observer.rb +1 -0
- mail_handler.rb app/models/mail_handler.rb +1 -0
- mailer.rb app/models/mailer.rb +1 -0
- member.rb app/models/member.rb +1 -0
- member_role.rb app/models/member_role.rb +1 -0
- message.rb app/models/message.rb +1 -0
- message_observer.rb app/models/message_observer.rb +1 -0
- news.rb app/models/news.rb +1 -0
- news_observer.rb app/models/news_observer.rb +1 -0
- principal.rb app/models/principal.rb +1 -0
- project.rb app/models/project.rb +1 -0
- project_custom_field.rb app/models/project_custom_field.rb +1 -0
- query.rb app/models/query.rb +1 -0
- repository.rb app/models/repository.rb +1 -0
- bazaar.rb app/models/repository/bazaar.rb +1 -0
- cvs.rb app/models/repository/cvs.rb +1 -0
- darcs.rb app/models/repository/darcs.rb +1 -0
- filesystem.rb app/models/repository/filesystem.rb +1 -0
- git.rb app/models/repository/git.rb +1 -0
- mercurial.rb app/models/repository/mercurial.rb +1 -0
- subversion.rb app/models/repository/subversion.rb +1 -0
- role.rb app/models/role.rb +1 -0
- setting.rb app/models/setting.rb +1 -0
- time_entry.rb app/models/time_entry.rb +1 -0
- time_entry_activity.rb app/models/time_entry_activity.rb +1 -0
- time_entry_activity_custom_field.rb app/models/time_entry_activity_custom_field.rb +1 -0
- time_entry_custom_field.rb app/models/time_entry_custom_field.rb +1 -0
- token.rb app/models/token.rb +1 -0
- tracker.rb app/models/tracker.rb +1 -0
- user.rb app/models/user.rb +1 -0
- user_custom_field.rb app/models/user_custom_field.rb +1 -0
- user_preference.rb app/models/user_preference.rb +1 -0
- version.rb app/models/version.rb +1 -0
- version_custom_field.rb app/models/version_custom_field.rb +1 -0
- watcher.rb app/models/watcher.rb +1 -0
- wiki.rb app/models/wiki.rb +1 -0
- wiki_content.rb app/models/wiki_content.rb +1 -0
- wiki_content_observer.rb app/models/wiki_content_observer.rb +1 -0
- wiki_page.rb app/models/wiki_page.rb +1 -0
- wiki_redirect.rb app/models/wiki_redirect.rb +1 -0
- workflow.rb app/models/workflow.rb +1 -0
- boot.rb config/boot.rb +1 -0
- environment.rb config/environment.rb +1 -0
- demo.rb config/environments/demo.rb +1 -0
- development.rb config/environments/development.rb +1 -0
- production.rb config/environments/production.rb +1 -0
- test.rb config/environments/test.rb +1 -0
- test_pgsql.rb config/environments/test_pgsql.rb +1 -0
- test_sqlite3.rb config/environments/test_sqlite3.rb +1 -0
- 10-patches.rb config/initializers/10-patches.rb +1 -0
- 20-mime_types.rb config/initializers/20-mime_types.rb +1 -0
- 30-redmine.rb config/initializers/30-redmine.rb +1 -0
- backtrace_silencers.rb config/initializers/backtrace_silencers.rb +1 -0
- inflections.rb config/initializers/inflections.rb +1 -0
- new_rails_defaults.rb config/initializers/new_rails_defaults.rb +1 -0
- preinitializer.rb config/preinitializer.rb +1 -0
- routes.rb config/routes.rb +1 -0
- 001_setup.rb db/migrate/001_setup.rb +1 -0
- 002_issue_move.rb db/migrate/002_issue_move.rb +1 -0
- 003_issue_add_note.rb db/migrate/003_issue_add_note.rb +1 -0
- 004_export_pdf.rb db/migrate/004_export_pdf.rb +1 -0
- 005_issue_start_date.rb db/migrate/005_issue_start_date.rb +1 -0
- 006_calendar_and_activity.rb db/migrate/006_calendar_and_activity.rb +1 -0
- 007_create_journals.rb db/migrate/007_create_journals.rb +1 -0
- 008_create_user_preferences.rb db/migrate/008_create_user_preferences.rb +1 -0
- 009_add_hide_mail_pref.rb db/migrate/009_add_hide_mail_pref.rb +1 -0
- 010_create_comments.rb db/migrate/010_create_comments.rb +1 -0
- 011_add_news_comments_count.rb db/migrate/011_add_news_comments_count.rb +1 -0
- 012_add_comments_permissions.rb db/migrate/012_add_comments_permissions.rb +1 -0
- 013_create_queries.rb db/migrate/013_create_queries.rb +1 -0
- 014_add_queries_permissions.rb db/migrate/014_add_queries_permissions.rb +1 -0
- 015_create_repositories.rb db/migrate/015_create_repositories.rb +1 -0
- 016_add_repositories_permissions.rb db/migrate/016_add_repositories_permissions.rb +1 -0
- 017_create_settings.rb db/migrate/017_create_settings.rb +1 -0
- 018_set_doc_and_files_notifications.rb db/migrate/018_set_doc_and_files_notifications.rb +1 -0
- 019_add_issue_status_position.rb db/migrate/019_add_issue_status_position.rb +1 -0
- 020_add_role_position.rb db/migrate/020_add_role_position.rb +1 -0
- 021_add_tracker_position.rb db/migrate/021_add_tracker_position.rb +1 -0
- 022_serialize_possibles_values.rb db/migrate/022_serialize_possibles_values.rb +1 -0
- 023_add_tracker_is_in_roadmap.rb db/migrate/023_add_tracker_is_in_roadmap.rb +1 -0
- 024_add_roadmap_permission.rb db/migrate/024_add_roadmap_permission.rb +1 -0
- 025_add_search_permission.rb db/migrate/025_add_search_permission.rb +1 -0
- 026_add_repository_login_and_password.rb db/migrate/026_add_repository_login_and_password.rb +1 -0
- 027_create_wikis.rb db/migrate/027_create_wikis.rb +1 -0
- 028_create_wiki_pages.rb db/migrate/028_create_wiki_pages.rb +1 -0
- 029_create_wiki_contents.rb db/migrate/029_create_wiki_contents.rb +1 -0
- 030_add_projects_feeds_permissions.rb db/migrate/030_add_projects_feeds_permissions.rb +1 -0
- 031_add_repository_root_url.rb db/migrate/031_add_repository_root_url.rb +1 -0
- 032_create_time_entries.rb db/migrate/032_create_time_entries.rb +1 -0
- 033_add_timelog_permissions.rb db/migrate/033_add_timelog_permissions.rb +1 -0
- 034_create_changesets.rb db/migrate/034_create_changesets.rb +1 -0
- 035_create_changes.rb db/migrate/035_create_changes.rb +1 -0
- 036_add_changeset_commit_date.rb db/migrate/036_add_changeset_commit_date.rb +1 -0
- 037_add_project_identifier.rb db/migrate/037_add_project_identifier.rb +1 -0
- 038_add_custom_field_is_filter.rb db/migrate/038_add_custom_field_is_filter.rb +1 -0
- 039_create_watchers.rb db/migrate/039_create_watchers.rb +1 -0
- 040_create_changesets_issues.rb db/migrate/040_create_changesets_issues.rb +1 -0
- 041_rename_comment_to_comments.rb db/migrate/041_rename_comment_to_comments.rb +1 -0
- 042_create_issue_relations.rb db/migrate/042_create_issue_relations.rb +1 -0
- 043_add_relations_permissions.rb db/migrate/043_add_relations_permissions.rb +1 -0
- 044_set_language_length_to_five.rb db/migrate/044_set_language_length_to_five.rb +1 -0
- 045_create_boards.rb db/migrate/045_create_boards.rb +1 -0
- 046_create_messages.rb db/migrate/046_create_messages.rb +1 -0
- 047_add_boards_permissions.rb db/migrate/047_add_boards_permissions.rb +1 -0
- 048_allow_null_version_effective_date.rb db/migrate/048_allow_null_version_effective_date.rb +1 -0
- 049_add_wiki_destroy_page_permission.rb db/migrate/049_add_wiki_destroy_page_permission.rb +1 -0
- 050_add_wiki_attachments_permissions.rb db/migrate/050_add_wiki_attachments_permissions.rb +1 -0
- 051_add_project_status.rb db/migrate/051_add_project_status.rb +1 -0
- 052_add_changes_revision.rb db/migrate/052_add_changes_revision.rb +1 -0
- 053_add_changes_branch.rb db/migrate/053_add_changes_branch.rb +1 -0
- 054_add_changesets_scmid.rb db/migrate/054_add_changesets_scmid.rb +1 -0
- 055_add_repositories_type.rb db/migrate/055_add_repositories_type.rb +1 -0
- 056_add_repositories_changes_permission.rb db/migrate/056_add_repositories_changes_permission.rb +1 -0
- 057_add_versions_wiki_page_title.rb db/migrate/057_add_versions_wiki_page_title.rb +1 -0
- 058_add_issue_categories_assigned_to_id.rb db/migrate/058_add_issue_categories_assigned_to_id.rb +1 -0
- 059_add_roles_assignable.rb db/migrate/059_add_roles_assignable.rb +1 -0
- 060_change_changesets_committer_limit.rb db/migrate/060_change_changesets_committer_limit.rb +1 -0
- 061_add_roles_builtin.rb db/migrate/061_add_roles_builtin.rb +1 -0
- 062_insert_builtin_roles.rb db/migrate/062_insert_builtin_roles.rb +1 -0
- 063_add_roles_permissions.rb db/migrate/063_add_roles_permissions.rb +1 -0
- 064_drop_permissions.rb db/migrate/064_drop_permissions.rb +1 -0
- 065_add_settings_updated_on.rb db/migrate/065_add_settings_updated_on.rb +1 -0
- 066_add_custom_value_customized_index.rb db/migrate/066_add_custom_value_customized_index.rb +1 -0
- 067_create_wiki_redirects.rb db/migrate/067_create_wiki_redirects.rb +1 -0
- 068_create_enabled_modules.rb db/migrate/068_create_enabled_modules.rb +1 -0
- 069_add_issues_estimated_hours.rb db/migrate/069_add_issues_estimated_hours.rb +1 -0
- 070_change_attachments_content_type_limit.rb db/migrate/070_change_attachments_content_type_limit.rb +1 -0
- 071_add_queries_column_names.rb db/migrate/071_add_queries_column_names.rb +1 -0
- 072_add_enumerations_position.rb db/migrate/072_add_enumerations_position.rb +1 -0
- 073_add_enumerations_is_default.rb db/migrate/073_add_enumerations_is_default.rb +1 -0
- 074_add_auth_sources_tls.rb db/migrate/074_add_auth_sources_tls.rb +1 -0
- 075_add_members_mail_notification.rb db/migrate/075_add_members_mail_notification.rb +1 -0
- 076_allow_null_position.rb db/migrate/076_allow_null_position.rb +1 -0
- 077_remove_issue_statuses_html_color.rb db/migrate/077_remove_issue_statuses_html_color.rb +1 -0
- 078_add_custom_fields_position.rb db/migrate/078_add_custom_fields_position.rb +1 -0
- 079_add_user_preferences_time_zone.rb db/migrate/079_add_user_preferences_time_zone.rb +1 -0
- 080_add_users_type.rb db/migrate/080_add_users_type.rb +1 -0
- 081_create_projects_trackers.rb db/migrate/081_create_projects_trackers.rb +1 -0
- 082_add_messages_locked.rb db/migrate/082_add_messages_locked.rb +1 -0
- 083_add_messages_sticky.rb db/migrate/083_add_messages_sticky.rb +1 -0
- 084_change_auth_sources_account_limit.rb db/migrate/084_change_auth_sources_account_limit.rb +1 -0
- 085_add_role_tracker_old_status_index_to_workflows.rb ...ate/085_add_role_tracker_old_status_index_to_workflows.rb +1 -0
- 086_add_custom_fields_searchable.rb db/migrate/086_add_custom_fields_searchable.rb +1 -0
- 087_change_projects_description_to_text.rb db/migrate/087_change_projects_description_to_text.rb +1 -0
- 088_add_custom_fields_default_value.rb db/migrate/088_add_custom_fields_default_value.rb +1 -0
- 089_add_attachments_description.rb db/migrate/089_add_attachments_description.rb +1 -0
- 090_change_versions_name_limit.rb db/migrate/090_change_versions_name_limit.rb +1 -0
- 091_change_changesets_revision_to_string.rb db/migrate/091_change_changesets_revision_to_string.rb +1 -0
- 092_change_changes_from_revision_to_string.rb db/migrate/092_change_changes_from_revision_to_string.rb +1 -0
- 093_add_wiki_pages_protected.rb db/migrate/093_add_wiki_pages_protected.rb +1 -0
- 094_change_projects_homepage_limit.rb db/migrate/094_change_projects_homepage_limit.rb +1 -0
- 095_add_wiki_pages_parent_id.rb db/migrate/095_add_wiki_pages_parent_id.rb +1 -0
- 096_add_commit_access_permission.rb db/migrate/096_add_commit_access_permission.rb +1 -0
- 097_add_view_wiki_edits_permission.rb db/migrate/097_add_view_wiki_edits_permission.rb +1 -0
- 098_set_topic_authors_as_watchers.rb db/migrate/098_set_topic_authors_as_watchers.rb +1 -0
- 099_add_delete_wiki_pages_attachments_permission.rb ...grate/099_add_delete_wiki_pages_attachments_permission.rb +1 -0
- 100_add_changesets_user_id.rb db/migrate/100_add_changesets_user_id.rb +1 -0
- 101_populate_changesets_user_id.rb db/migrate/101_populate_changesets_user_id.rb +1 -0
- 102_add_custom_fields_editable.rb db/migrate/102_add_custom_fields_editable.rb +1 -0
- 103_set_custom_fields_editable.rb db/migrate/103_set_custom_fields_editable.rb +1 -0
- 104_add_projects_lft_and_rgt.rb db/migrate/104_add_projects_lft_and_rgt.rb +1 -0
- 105_build_projects_tree.rb db/migrate/105_build_projects_tree.rb +1 -0
- 106_remove_projects_projects_count.rb db/migrate/106_remove_projects_projects_count.rb +1 -0
- 107_add_open_id_authentication_tables.rb db/migrate/107_add_open_id_authentication_tables.rb +1 -0
- 108_add_identity_url_to_users.rb db/migrate/108_add_identity_url_to_users.rb +1 -0
- 20090214190337_add_watchers_user_id_type_index.rb db/migrate/20090214190337_add_watchers_user_id_type_index.rb +1 -0
- 20090312172426_add_queries_sort_criteria.rb db/migrate/20090312172426_add_queries_sort_criteria.rb +1 -0
- 20090312194159_add_projects_trackers_unique_index.rb ...rate/20090312194159_add_projects_trackers_unique_index.rb +1 -0
- 20090318181151_extend_settings_name.rb db/migrate/20090318181151_extend_settings_name.rb +1 -0
- 20090323224724_add_type_to_enumerations.rb db/migrate/20090323224724_add_type_to_enumerations.rb +1 -0
- 20090401221305_update_enumerations_to_sti.rb db/migrate/20090401221305_update_enumerations_to_sti.rb +1 -0
- 20090401231134_add_active_field_to_enumerations.rb ...igrate/20090401231134_add_active_field_to_enumerations.rb +1 -0
- 20090403001910_add_project_to_enumerations.rb db/migrate/20090403001910_add_project_to_enumerations.rb +1 -0
- 20090406161854_add_parent_id_to_enumerations.rb db/migrate/20090406161854_add_parent_id_to_enumerations.rb +1 -0
- 20090425161243_add_queries_group_by.rb db/migrate/20090425161243_add_queries_group_by.rb +1 -0
- 20090503121501_create_member_roles.rb db/migrate/20090503121501_create_member_roles.rb +1 -0
- 20090503121505_populate_member_roles.rb db/migrate/20090503121505_populate_member_roles.rb +1 -0
- 20090503121510_drop_members_role_id.rb db/migrate/20090503121510_drop_members_role_id.rb +1 -0
- 20090614091200_fix_messages_sticky_null.rb db/migrate/20090614091200_fix_messages_sticky_null.rb +1 -0
- 20090704172350_populate_users_type.rb db/migrate/20090704172350_populate_users_type.rb +1 -0
- 20090704172355_create_groups_users.rb db/migrate/20090704172355_create_groups_users.rb +1 -0
- 20090704172358_add_member_roles_inherited_from.rb db/migrate/20090704172358_add_member_roles_inherited_from.rb +1 -0
- 20091010093521_fix_users_custom_values.rb db/migrate/20091010093521_fix_users_custom_values.rb +1 -0
- 20091017212227_add_missing_indexes_to_workflows.rb ...igrate/20091017212227_add_missing_indexes_to_workflows.rb +1 -0
- 20091017212457_add_missing_indexes_to_custom_fields_projects.rb ...17212457_add_missing_indexes_to_custom_fields_projects.rb +1 -0
- 20091017212644_add_missing_indexes_to_messages.rb db/migrate/20091017212644_add_missing_indexes_to_messages.rb +1 -0
- 20091017212938_add_missing_indexes_to_repositories.rb ...ate/20091017212938_add_missing_indexes_to_repositories.rb +1 -0
- 20091017213027_add_missing_indexes_to_comments.rb db/migrate/20091017213027_add_missing_indexes_to_comments.rb +1 -0
- 20091017213113_add_missing_indexes_to_enumerations.rb ...ate/20091017213113_add_missing_indexes_to_enumerations.rb +1 -0
- 20091017213151_add_missing_indexes_to_wiki_pages.rb ...grate/20091017213151_add_missing_indexes_to_wiki_pages.rb +1 -0
- 20091017213228_add_missing_indexes_to_watchers.rb db/migrate/20091017213228_add_missing_indexes_to_watchers.rb +1 -0
- 20091017213257_add_missing_indexes_to_auth_sources.rb ...ate/20091017213257_add_missing_indexes_to_auth_sources.rb +1 -0
- 20091017213332_add_missing_indexes_to_documents.rb ...igrate/20091017213332_add_missing_indexes_to_documents.rb +1 -0
- 20091017213444_add_missing_indexes_to_tokens.rb db/migrate/20091017213444_add_missing_indexes_to_tokens.rb +1 -0
- 20091017213536_add_missing_indexes_to_changesets.rb ...grate/20091017213536_add_missing_indexes_to_changesets.rb +1 -0
- 20091017213642_add_missing_indexes_to_issue_categories.rb ...20091017213642_add_missing_indexes_to_issue_categories.rb +1 -0
- 20091017213716_add_missing_indexes_to_member_roles.rb ...ate/20091017213716_add_missing_indexes_to_member_roles.rb +1 -0
- 20091017213757_add_missing_indexes_to_boards.rb db/migrate/20091017213757_add_missing_indexes_to_boards.rb +1 -0
- 20091017213835_add_missing_indexes_to_user_preferences.rb ...20091017213835_add_missing_indexes_to_user_preferences.rb +1 -0
- 20091017213910_add_missing_indexes_to_issues.rb db/migrate/20091017213910_add_missing_indexes_to_issues.rb +1 -0
- 20091017214015_add_missing_indexes_to_members.rb db/migrate/20091017214015_add_missing_indexes_to_members.rb +1 -0
- 20091017214107_add_missing_indexes_to_custom_fields.rb ...te/20091017214107_add_missing_indexes_to_custom_fields.rb +1 -0
- 20091017214136_add_missing_indexes_to_queries.rb db/migrate/20091017214136_add_missing_indexes_to_queries.rb +1 -0
- 20091017214236_add_missing_indexes_to_time_entries.rb ...ate/20091017214236_add_missing_indexes_to_time_entries.rb +1 -0
- 20091017214308_add_missing_indexes_to_news.rb db/migrate/20091017214308_add_missing_indexes_to_news.rb +1 -0
- 20091017214336_add_missing_indexes_to_users.rb db/migrate/20091017214336_add_missing_indexes_to_users.rb +1 -0
- 20091017214406_add_missing_indexes_to_attachments.rb ...rate/20091017214406_add_missing_indexes_to_attachments.rb +1 -0
- 20091017214440_add_missing_indexes_to_wiki_contents.rb ...te/20091017214440_add_missing_indexes_to_wiki_contents.rb +1 -0
- 20091017214519_add_missing_indexes_to_custom_values.rb ...te/20091017214519_add_missing_indexes_to_custom_values.rb +1 -0
- 20091017214611_add_missing_indexes_to_journals.rb db/migrate/20091017214611_add_missing_indexes_to_journals.rb +1 -0
- 20091017214644_add_missing_indexes_to_issue_relations.rb .../20091017214644_add_missing_indexes_to_issue_relations.rb +1 -0
- 20091017214720_add_missing_indexes_to_wiki_redirects.rb ...e/20091017214720_add_missing_indexes_to_wiki_redirects.rb +1 -0
- 20091017214750_add_missing_indexes_to_custom_fields_trackers.rb ...17214750_add_missing_indexes_to_custom_fields_trackers.rb +1 -0
- 20091025163651_add_activity_indexes.rb db/migrate/20091025163651_add_activity_indexes.rb +1 -0
- 20091108092559_add_versions_status.rb db/migrate/20091108092559_add_versions_status.rb +1 -0
- 20091114105931_add_view_issues_permission.rb db/migrate/20091114105931_add_view_issues_permission.rb +1 -0
- 20091123212029_add_default_done_ratio_to_issue_status.rb .../20091123212029_add_default_done_ratio_to_issue_status.rb +1 -0
- 20091205124427_add_versions_sharing.rb db/migrate/20091205124427_add_versions_sharing.rb +1 -0
- 20091220183509_add_lft_and_rgt_indexes_to_projects.rb ...ate/20091220183509_add_lft_and_rgt_indexes_to_projects.rb +1 -0
- 20091220183727_add_index_to_settings_name.rb db/migrate/20091220183727_add_index_to_settings_name.rb +1 -0
- 20091220184736_add_indexes_to_issue_status.rb db/migrate/20091220184736_add_indexes_to_issue_status.rb +1 -0
- 20091225164732_remove_enumerations_opt.rb db/migrate/20091225164732_remove_enumerations_opt.rb +1 -0
- 20091227112908_change_wiki_contents_text_limit.rb db/migrate/20091227112908_change_wiki_contents_text_limit.rb +1 -0
- 20100129193402_change_users_mail_notification_to_string.rb ...0100129193402_change_users_mail_notification_to_string.rb +1 -0
- 20100129193813_update_mail_notification_values.rb db/migrate/20100129193813_update_mail_notification_values.rb +1 -0
- 20100221100219_add_index_on_changesets_scmid.rb db/migrate/20100221100219_add_index_on_changesets_scmid.rb +1 -0
- 20100313132032_add_issues_nested_sets_columns.rb db/migrate/20100313132032_add_issues_nested_sets_columns.rb +1 -0
- 20100313171051_add_index_on_issues_nested_set.rb db/migrate/20100313171051_add_index_on_issues_nested_set.rb +1 -0
- 20100705164950_change_changes_path_length_limit.rb ...igrate/20100705164950_change_changes_path_length_limit.rb +1 -0
- 20100714111651_prepare_journals_for_acts_as_journalized.rb ...0100714111651_prepare_journals_for_acts_as_journalized.rb +1 -0
- 20100714111652_update_journals_for_acts_as_journalized.rb ...20100714111652_update_journals_for_acts_as_journalized.rb +1 -0
- 20100714111653_build_initial_journals_for_acts_as_journalized.rb ...4111653_build_initial_journals_for_acts_as_journalized.rb +1 -0
- 20100714111654_add_changes_from_journal_details_for_acts_as_journalized.rb ...d_changes_from_journal_details_for_acts_as_journalized.rb +1 -0
- 20100804112053_merge_wiki_versions_with_journals.rb ...grate/20100804112053_merge_wiki_versions_with_journals.rb +1 -0
- 20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb ...12_enable_calendar_and_gantt_modules_where_appropriate.rb +1 -0
- 20101104182107_add_unique_index_on_members.rb db/migrate/20101104182107_add_unique_index_on_members.rb +1 -0
- 20101107130441_add_custom_fields_visible.rb db/migrate/20101107130441_add_custom_fields_visible.rb +1 -0
- 20101114115114_change_projects_name_limit.rb db/migrate/20101114115114_change_projects_name_limit.rb +1 -0
- 20101114115359_change_projects_identifier_limit.rb ...igrate/20101114115359_change_projects_identifier_limit.rb +1 -0
- 20110220160626_add_workflows_assignee_and_author.rb ...grate/20110220160626_add_workflows_assignee_and_author.rb +1 -0
- 20110223180944_add_users_salt.rb db/migrate/20110223180944_add_users_salt.rb +1 -0
- 20110223180953_salt_user_passwords.rb db/migrate/20110223180953_salt_user_passwords.rb +1 -0
- 20110224000000_add_repositories_path_encoding.rb db/migrate/20110224000000_add_repositories_path_encoding.rb +1 -0
- 20110226120112_change_repositories_password_limit.rb ...rate/20110226120112_change_repositories_password_limit.rb +1 -0
- 20110226120132_change_auth_sources_account_password_limit.rb ...10226120132_change_auth_sources_account_password_limit.rb +1 -0
- 20110227125750_change_journal_details_values_to_text.rb ...e/20110227125750_change_journal_details_values_to_text.rb +1 -0
- 20110228000000_add_repositories_log_encoding.rb db/migrate/20110228000000_add_repositories_log_encoding.rb +1 -0
- 20110228000100_copy_repositories_log_encoding.rb db/migrate/20110228000100_copy_repositories_log_encoding.rb +1 -0
- 20110314014400_add_start_date_to_versions.rb db/migrate/20110314014400_add_start_date_to_versions.rb +1 -0
- 20110401192910_add_index_to_users_type.rb db/migrate/20110401192910_add_index_to_users_type.rb +1 -0
- 20110519194936_remove_comments_from_wiki_content.rb ...grate/20110519194936_remove_comments_from_wiki_content.rb +1 -0
- 20110729125454_remove_double_initial_wiki_content_journals.rb ...0729125454_remove_double_initial_wiki_content_journals.rb +1 -0
- seeds.rb db/seeds.rb +1 -0
- rdm-mailhandler.rb extra/mail_handler/rdm-mailhandler.rb +1 -0
- example_controller.rb extra/sample_plugin/app/controllers/example_controller.rb +1 -0
- meeting.rb extra/sample_plugin/app/models/meeting.rb +1 -0
- 001_create_meetings.rb extra/sample_plugin/db/migrate/001_create_meetings.rb +1 -0
- init.rb extra/sample_plugin/init.rb +1 -0
- reposman.rb extra/svn/reposman.rb +1 -0
- Bar.rb lib/SVG/Graph/Bar.rb +1 -0
- BarBase.rb lib/SVG/Graph/BarBase.rb +1 -0
- BarHorizontal.rb lib/SVG/Graph/BarHorizontal.rb +1 -0
- Graph.rb lib/SVG/Graph/Graph.rb +1 -0
- Line.rb lib/SVG/Graph/Line.rb +1 -0
- Pie.rb lib/SVG/Graph/Pie.rb +1 -0
- Plot.rb lib/SVG/Graph/Plot.rb +1 -0
- Schedule.rb lib/SVG/Graph/Schedule.rb +1 -0
- TimeSeries.rb lib/SVG/Graph/TimeSeries.rb +1 -0
- ar_condition.rb lib/ar_condition.rb +1 -0
- chili_project.rb lib/chili_project.rb +1 -0
- compatibility.rb lib/chili_project/compatibility.rb +1 -0
- database.rb lib/chili_project/database.rb +1 -0
- version.rb lib/chili_project/version.rb +1 -0
- diff.rb lib/diff.rb +1 -0
- chiliproject_plugin_generator.rb ...tors/chiliproject_plugin/chiliproject_plugin_generator.rb +1 -0
- chiliproject_plugin_controller_generator.rb ...in_controller/chiliproject_plugin_controller_generator.rb +1 -0
- chiliproject_plugin_model_generator.rb ...oject_plugin_model/chiliproject_plugin_model_generator.rb +1 -0
- redcloth3.rb lib/redcloth3.rb +1 -0
- redmine.rb lib/redmine.rb +1 -0
- about.rb lib/redmine/about.rb +1 -0
- access_control.rb lib/redmine/access_control.rb +1 -0
- access_keys.rb lib/redmine/access_keys.rb +1 -0
- activity.rb lib/redmine/activity.rb +1 -0
- fetcher.rb lib/redmine/activity/fetcher.rb +1 -0
- ciphering.rb lib/redmine/ciphering.rb +1 -0
- configuration.rb lib/redmine/configuration.rb +1 -0
- core_ext.rb lib/redmine/core_ext.rb +1 -0
- string.rb lib/redmine/core_ext/string.rb +1 -0
- conversions.rb lib/redmine/core_ext/string/conversions.rb +1 -0
- inflections.rb lib/redmine/core_ext/string/inflections.rb +1 -0
- custom_field_format.rb lib/redmine/custom_field_format.rb +1 -0
- loader.rb lib/redmine/default_data/loader.rb +1 -0
- pdf.rb lib/redmine/export/pdf.rb +1 -1
- calendar.rb lib/redmine/helpers/calendar.rb +1 -0
- diff.rb lib/redmine/helpers/diff.rb +1 -0
- gantt.rb lib/redmine/helpers/gantt.rb +1 -0
- hook.rb lib/redmine/hook.rb +1 -0
- i18n.rb lib/redmine/i18n.rb +1 -0
- imap.rb lib/redmine/imap.rb +1 -0
- info.rb lib/redmine/info.rb +1 -0
- menu_manager.rb lib/redmine/menu_manager.rb +1 -0
- mapper.rb lib/redmine/menu_manager/mapper.rb +1 -0
- menu_controller.rb lib/redmine/menu_manager/menu_controller.rb +1 -0
- menu_error.rb lib/redmine/menu_manager/menu_error.rb +1 -0
- menu_helper.rb lib/redmine/menu_manager/menu_helper.rb +1 -0
- menu_item.rb lib/redmine/menu_manager/menu_item.rb +1 -0
- tree_node.rb lib/redmine/menu_manager/tree_node.rb +1 -0
- mime_type.rb lib/redmine/mime_type.rb +1 -0
- notifiable.rb lib/redmine/notifiable.rb +1 -0
- platform.rb lib/redmine/platform.rb +1 -0
- plugin.rb lib/redmine/plugin.rb +1 -0
- pop3.rb lib/redmine/pop3.rb +1 -0
- safe_attributes.rb lib/redmine/safe_attributes.rb +1 -0
- abstract_adapter.rb lib/redmine/scm/adapters/abstract_adapter.rb +1 -0
- bazaar_adapter.rb lib/redmine/scm/adapters/bazaar_adapter.rb +1 -0
- cvs_adapter.rb lib/redmine/scm/adapters/cvs_adapter.rb +1 -0
- darcs_adapter.rb lib/redmine/scm/adapters/darcs_adapter.rb +1 -0
- filesystem_adapter.rb lib/redmine/scm/adapters/filesystem_adapter.rb +1 -0
- git_adapter.rb lib/redmine/scm/adapters/git_adapter.rb +1 -0
- mercurial_adapter.rb lib/redmine/scm/adapters/mercurial_adapter.rb +1 -0
- subversion_adapter.rb lib/redmine/scm/adapters/subversion_adapter.rb +1 -0
- base.rb lib/redmine/scm/base.rb +1 -0
- search.rb lib/redmine/search.rb +1 -0
- syntax_highlighting.rb lib/redmine/syntax_highlighting.rb +1 -0
- themes.rb lib/redmine/themes.rb +1 -0
- unified_diff.rb lib/redmine/unified_diff.rb +1 -0
- utils.rb lib/redmine/utils.rb +1 -0
- version.rb lib/redmine/version.rb +1 -0
- api_template_handler.rb lib/redmine/views/api_template_handler.rb +1 -0
- builders.rb lib/redmine/views/builders.rb +1 -0
- json.rb lib/redmine/views/builders/json.rb +1 -0
- structure.rb lib/redmine/views/builders/structure.rb +1 -0
- xml.rb lib/redmine/views/builders/xml.rb +1 -0
- block.rb lib/redmine/views/my_page/block.rb +1 -0
- other_formats_builder.rb lib/redmine/views/other_formats_builder.rb +1 -0
- wiki_formatting.rb lib/redmine/wiki_formatting.rb +1 -0
- macros.rb lib/redmine/wiki_formatting/macros.rb +1 -0
- formatter.rb lib/redmine/wiki_formatting/null_formatter/formatter.rb +1 -0
- helper.rb lib/redmine/wiki_formatting/null_formatter/helper.rb +1 -0
- formatter.rb lib/redmine/wiki_formatting/textile/formatter.rb +1 -0
- helper.rb lib/redmine/wiki_formatting/textile/helper.rb +1 -0
- redmine_plugin_locator.rb lib/redmine_plugin_locator.rb +1 -0
- tabular_form_builder.rb lib/tabular_form_builder.rb +1 -0
- ci.rake lib/tasks/ci.rake +1 -0
- ciphering.rake lib/tasks/ciphering.rake +1 -0
- copyright.rake lib/tasks/copyright.rake +1 -0
- deprecated.rake lib/tasks/deprecated.rake +1 -0
- documentation.rake lib/tasks/documentation.rake +1 -0
- email.rake lib/tasks/email.rake +1 -0
- extract_fixtures.rake lib/tasks/extract_fixtures.rake +1 -0
- fetch_changesets.rake lib/tasks/fetch_changesets.rake +1 -0
- initializers.rake lib/tasks/initializers.rake +1 -0
- jdbc.rake lib/tasks/jdbc.rake +1 -0
- load_default_data.rake lib/tasks/load_default_data.rake +1 -0
- locales.rake lib/tasks/locales.rake +1 -0
- metrics.rake lib/tasks/metrics.rake +1 -0
- migrate_from_mantis.rake lib/tasks/migrate_from_mantis.rake +1 -0
- migrate_from_trac.rake lib/tasks/migrate_from_trac.rake +1 -0
- permissions.rake lib/tasks/permissions.rake +1 -0
- plugins.rake lib/tasks/plugins.rake +1 -0
- release.rake lib/tasks/release.rake +1 -0
- reminder.rake lib/tasks/reminder.rake +1 -0
- testing.rake lib/tasks/testing.rake +1 -0
- watchers.rake lib/tasks/watchers.rake +1 -0
- yardoc.rake lib/tasks/yardoc.rake +1 -0
- about script/about +1 -0
- breakpointer script/breakpointer +1 -0
- console script/console +1 -0
- dbconsole script/dbconsole +1 -0
- destroy script/destroy +1 -0
- generate script/generate +1 -0
- benchmarker script/performance/benchmarker +1 -0
- profiler script/performance/profiler +1 -0
- request script/performance/request +1 -0
- plugin script/plugin +1 -0
- inspector script/process/inspector +1 -0
- reaper script/process/reaper +1 -0
- spawner script/process/spawner +1 -0
- spinner script/process/spinner +1 -0
- runner script/runner +1 -0
- server script/server +1 -0
- attachment_exemplar.rb test/exemplars/attachment_exemplar.rb +1 -0
- auth_source_exemplar.rb test/exemplars/auth_source_exemplar.rb +1 -0
- board_exemplar.rb test/exemplars/board_exemplar.rb +1 -0
- change_exemplar.rb test/exemplars/change_exemplar.rb +1 -0
- changeset_exemplar.rb test/exemplars/changeset_exemplar.rb +1 -0
- comment_exemplar.rb test/exemplars/comment_exemplar.rb +1 -0
- custom_field_exemplar.rb test/exemplars/custom_field_exemplar.rb +1 -0
- custom_value_exemplar.rb test/exemplars/custom_value_exemplar.rb +1 -0
- document_category_exemplar.rb test/exemplars/document_category_exemplar.rb +1 -0
- document_exemplar.rb test/exemplars/document_exemplar.rb +1 -0
- enabled_module_exemplar.rb test/exemplars/enabled_module_exemplar.rb +1 -0
- enumeration_exemplar.rb test/exemplars/enumeration_exemplar.rb +1 -0
- group_exemplar.rb test/exemplars/group_exemplar.rb +1 -0
- issue_category_exemplar.rb test/exemplars/issue_category_exemplar.rb +1 -0
- issue_exemplar.rb test/exemplars/issue_exemplar.rb +1 -0
- issue_priority_exemplar.rb test/exemplars/issue_priority_exemplar.rb +1 -0
- issue_status_exemplar.rb test/exemplars/issue_status_exemplar.rb +1 -0
- journal_exemplar.rb test/exemplars/journal_exemplar.rb +1 -0
- member_exemplar.rb test/exemplars/member_exemplar.rb +1 -0
- member_role_exemplar.rb test/exemplars/member_role_exemplar.rb +1 -0
- message_exemplar.rb test/exemplars/message_exemplar.rb +1 -0
- news_exemplar.rb test/exemplars/news_exemplar.rb +1 -0
- project_exemplar.rb test/exemplars/project_exemplar.rb +1 -0
- query_exemplar.rb test/exemplars/query_exemplar.rb +1 -0
- repository_exemplar.rb test/exemplars/repository_exemplar.rb +1 -0
- role_exemplar.rb test/exemplars/role_exemplar.rb +1 -0
- subversion_repository_exemplar.rb test/exemplars/subversion_repository_exemplar.rb +1 -0
- time_entry_activity.rb test/exemplars/time_entry_activity.rb +1 -0
- time_entry_exemplar.rb test/exemplars/time_entry_exemplar.rb +1 -0
- tracker_exemplar.rb test/exemplars/tracker_exemplar.rb +1 -0
- user_exemplar.rb test/exemplars/user_exemplar.rb +1 -0
- version_exemplar.rb test/exemplars/version_exemplar.rb +1 -0
- watcher_exemplar.rb test/exemplars/watcher_exemplar.rb +1 -0
- wiki_content_exemplar.rb test/exemplars/wiki_content_exemplar.rb +1 -0
- wiki_exemplar.rb test/exemplars/wiki_exemplar.rb +1 -0
- wiki_page_exemplar.rb test/exemplars/wiki_page_exemplar.rb +1 -0
- wiki_redirect_exemplar.rb test/exemplars/wiki_redirect_exemplar.rb +1 -0
- 060719210727_source.rb test/fixtures/files/060719210727_source.rb +1 -0
- account_controller_test.rb test/functional/account_controller_test.rb +1 -0
- activities_controller_test.rb test/functional/activities_controller_test.rb +1 -0
- admin_controller_test.rb test/functional/admin_controller_test.rb +1 -0
- application_controller_test.rb test/functional/application_controller_test.rb +1 -0
- attachments_controller_test.rb test/functional/attachments_controller_test.rb +1 -1
- auth_sources_controller_test.rb test/functional/auth_sources_controller_test.rb +1 -0
- auto_completes_controller_test.rb test/functional/auto_completes_controller_test.rb +1 -0
- boards_controller_test.rb test/functional/boards_controller_test.rb +1 -0
- calendars_controller_test.rb test/functional/calendars_controller_test.rb +1 -0
- comments_controller_test.rb test/functional/comments_controller_test.rb +1 -0
- context_menus_controller_test.rb test/functional/context_menus_controller_test.rb +1 -0
- custom_fields_controller_test.rb test/functional/custom_fields_controller_test.rb +1 -0
- documents_controller_test.rb test/functional/documents_controller_test.rb +1 -0
- enumerations_controller_test.rb test/functional/enumerations_controller_test.rb +1 -0
- files_controller_test.rb test/functional/files_controller_test.rb +1 -0
- gantts_controller_test.rb test/functional/gantts_controller_test.rb +1 -0
- groups_controller_test.rb test/functional/groups_controller_test.rb +1 -0
- help_controller_test.rb test/functional/help_controller_test.rb +1 -0
- issue_categories_controller_test.rb test/functional/issue_categories_controller_test.rb +1 -0
- issue_moves_controller_test.rb test/functional/issue_moves_controller_test.rb +1 -0
- issue_relations_controller_test.rb test/functional/issue_relations_controller_test.rb +1 -0
- issue_statuses_controller_test.rb test/functional/issue_statuses_controller_test.rb +1 -0
- issues_controller_test.rb test/functional/issues_controller_test.rb +1 -0
- issues_controller_transaction_test.rb test/functional/issues_controller_transaction_test.rb +1 -0
- journals_controller_test.rb test/functional/journals_controller_test.rb +1 -0
- ldap_auth_sources_controller.rb test/functional/ldap_auth_sources_controller.rb +1 -0
- mail_handler_controller_test.rb test/functional/mail_handler_controller_test.rb +1 -0
- members_controller_test.rb test/functional/members_controller_test.rb +1 -0
- messages_controller_test.rb test/functional/messages_controller_test.rb +1 -0
- my_controller_test.rb test/functional/my_controller_test.rb +1 -0
- news_controller_test.rb test/functional/news_controller_test.rb +1 -0
- previews_controller_test.rb test/functional/previews_controller_test.rb +1 -0
- project_enumerations_controller_test.rb test/functional/project_enumerations_controller_test.rb +1 -0
- projects_controller_test.rb test/functional/projects_controller_test.rb +1 -0
- queries_controller_test.rb test/functional/queries_controller_test.rb +1 -0
- reports_controller_test.rb test/functional/reports_controller_test.rb +1 -0
- repositories_bazaar_controller_test.rb test/functional/repositories_bazaar_controller_test.rb +1 -0
- repositories_controller_test.rb test/functional/repositories_controller_test.rb +1 -0
- repositories_cvs_controller_test.rb test/functional/repositories_cvs_controller_test.rb +1 -0
- repositories_darcs_controller_test.rb test/functional/repositories_darcs_controller_test.rb +1 -0
- repositories_filesystem_controller_test.rb test/functional/repositories_filesystem_controller_test.rb +1 -0
- repositories_git_controller_test.rb test/functional/repositories_git_controller_test.rb +1 -0
- repositories_mercurial_controller_test.rb test/functional/repositories_mercurial_controller_test.rb +1 -0
- repositories_subversion_controller_test.rb test/functional/repositories_subversion_controller_test.rb +1 -0
- roles_controller_test.rb test/functional/roles_controller_test.rb +1 -0
- search_controller_test.rb test/functional/search_controller_test.rb +1 -0
- settings_controller_test.rb test/functional/settings_controller_test.rb +1 -0
- sys_controller_test.rb test/functional/sys_controller_test.rb +1 -0
- time_entry_reports_controller_test.rb test/functional/time_entry_reports_controller_test.rb +1 -1
- timelog_controller_test.rb test/functional/timelog_controller_test.rb +1 -1
- trackers_controller_test.rb test/functional/trackers_controller_test.rb +1 -0
- users_controller_test.rb test/functional/users_controller_test.rb +1 -0
- versions_controller_test.rb test/functional/versions_controller_test.rb +1 -0
- watchers_controller_test.rb test/functional/watchers_controller_test.rb +1 -0
- welcome_controller_test.rb test/functional/welcome_controller_test.rb +1 -0
- wiki_controller_test.rb test/functional/wiki_controller_test.rb +1 -0
- wikis_controller_test.rb test/functional/wikis_controller_test.rb +1 -0
- workflows_controller_test.rb test/functional/workflows_controller_test.rb +1 -0
- helper_testcase.rb test/helper_testcase.rb +1 -0
- account_test.rb test/integration/account_test.rb +1 -0
- admin_test.rb test/integration/admin_test.rb +1 -0
- disabled_rest_api_test.rb test/integration/api_test/disabled_rest_api_test.rb +1 -0
- http_basic_login_test.rb test/integration/api_test/http_basic_login_test.rb +1 -0
- http_basic_login_with_api_token_test.rb ...egration/api_test/http_basic_login_with_api_token_test.rb +1 -0
- issues_test.rb test/integration/api_test/issues_test.rb +1 -0
- news_test.rb test/integration/api_test/news_test.rb +1 -0
- projects_test.rb test/integration/api_test/projects_test.rb +1 -0
- time_entries_test.rb test/integration/api_test/time_entries_test.rb +1 -0
- token_authentication_test.rb test/integration/api_test/token_authentication_test.rb +1 -0
- users_test.rb test/integration/api_test/users_test.rb +1 -0
- application_test.rb test/integration/application_test.rb +1 -0
- issues_test.rb test/integration/issues_test.rb +1 -0
- layout_test.rb test/integration/layout_test.rb +1 -0
- menu_manager_test.rb test/integration/lib/redmine/menu_manager_test.rb +1 -0
- themes_test.rb test/integration/lib/redmine/themes_test.rb +1 -0
- projects_test.rb test/integration/projects_test.rb +1 -0
- routing_test.rb test/integration/routing_test.rb +1 -0
- open_id_authentication_mock.rb test/mocks/open_id_authentication_mock.rb +1 -0
- object_daddy_helpers.rb test/object_daddy_helpers.rb +1 -0
- test_helper.rb test/test_helper.rb +1 -0
- activity_test.rb test/unit/activity_test.rb +1 -0
- attachment_test.rb test/unit/attachment_test.rb +1 -1
- auth_source_ldap_test.rb test/unit/auth_source_ldap_test.rb +1 -0
- board_test.rb test/unit/board_test.rb +1 -0
- changeset_test.rb test/unit/changeset_test.rb +1 -1
- comment_test.rb test/unit/comment_test.rb +1 -0
- custom_field_test.rb test/unit/custom_field_test.rb +1 -0
- custom_field_user_format_test.rb test/unit/custom_field_user_format_test.rb +1 -0
- custom_value_test.rb test/unit/custom_value_test.rb +1 -0
- default_data_test.rb test/unit/default_data_test.rb +1 -0
- document_category_test.rb test/unit/document_category_test.rb +1 -0
- document_test.rb test/unit/document_test.rb +1 -0
- enabled_module_test.rb test/unit/enabled_module_test.rb +1 -0
- enumeration_test.rb test/unit/enumeration_test.rb +1 -0
- group_test.rb test/unit/group_test.rb +1 -0
- application_helper_test.rb test/unit/helpers/application_helper_test.rb +1 -0
- custom_fields_helper_test.rb test/unit/helpers/custom_fields_helper_test.rb +1 -0
- issue_moves_helper_test.rb test/unit/helpers/issue_moves_helper_test.rb +1 -0
- issues_helper_test.rb test/unit/helpers/issues_helper_test.rb +1 -0
- projects_helper_test.rb test/unit/helpers/projects_helper_test.rb +1 -0
- repository_helper_test.rb test/unit/helpers/repository_helper_test.rb +1 -0
- search_helper_test.rb test/unit/helpers/search_helper_test.rb +1 -1
- sort_helper_test.rb test/unit/helpers/sort_helper_test.rb +1 -0
- timelog_helper_test.rb test/unit/helpers/timelog_helper_test.rb +1 -0
- watchers_helpers_test.rb test/unit/helpers/watchers_helpers_test.rb +1 -0
- issue_category_test.rb test/unit/issue_category_test.rb +1 -0
- issue_nested_set_test.rb test/unit/issue_nested_set_test.rb +1 -0
- issue_priority_test.rb test/unit/issue_priority_test.rb +1 -0
- issue_relation_test.rb test/unit/issue_relation_test.rb +1 -0
- issue_status_test.rb test/unit/issue_status_test.rb +1 -0
- issue_test.rb test/unit/issue_test.rb +1 -0
- journal_observer_test.rb test/unit/journal_observer_test.rb +1 -0
- journal_test.rb test/unit/journal_test.rb +1 -0
- database_test.rb test/unit/lib/chili_project/database_test.rb +1 -0
- access_control_test.rb test/unit/lib/redmine/access_control_test.rb +1 -0
- ciphering_test.rb test/unit/lib/redmine/ciphering_test.rb +1 -0
- configuration_test.rb test/unit/lib/redmine/configuration_test.rb +1 -0
- calendar_test.rb test/unit/lib/redmine/helpers/calendar_test.rb +1 -0
- gantt_test.rb test/unit/lib/redmine/helpers/gantt_test.rb +1 -0
- hook_test.rb test/unit/lib/redmine/hook_test.rb +1 -0
- i18n_test.rb test/unit/lib/redmine/i18n_test.rb +1 -0
- mapper_test.rb test/unit/lib/redmine/menu_manager/mapper_test.rb +1 -0
- menu_helper_test.rb test/unit/lib/redmine/menu_manager/menu_helper_test.rb +1 -0
- menu_item_test.rb test/unit/lib/redmine/menu_manager/menu_item_test.rb +1 -0
- menu_manager_test.rb test/unit/lib/redmine/menu_manager_test.rb +1 -0
- mime_type_test.rb test/unit/lib/redmine/mime_type_test.rb +1 -0
- notifiable_test.rb test/unit/lib/redmine/notifiable_test.rb +1 -0
- plugin_test.rb test/unit/lib/redmine/plugin_test.rb +1 -0
- safe_attributes_test.rb test/unit/lib/redmine/safe_attributes_test.rb +1 -0
- bazaar_adapter_test.rb test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb +1 -0
- cvs_adapter_test.rb test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb +1 -0
- darcs_adapter_test.rb test/unit/lib/redmine/scm/adapters/darcs_adapter_test.rb +1 -0
- filesystem_adapter_test.rb .../unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb +1 -0
- git_adapter_test.rb test/unit/lib/redmine/scm/adapters/git_adapter_test.rb +1 -1
- mercurial_adapter_test.rb test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb +1 -0
- subversion_adapter_test.rb .../unit/lib/redmine/scm/adapters/subversion_adapter_test.rb +1 -0
- themes_test.rb test/unit/lib/redmine/themes_test.rb +1 -0
- unified_diff_test.rb test/unit/lib/redmine/unified_diff_test.rb +1 -0
- json_test.rb test/unit/lib/redmine/views/builders/json_test.rb +1 -0
- xml_test.rb test/unit/lib/redmine/views/builders/xml_test.rb +1 -0
- wiki_formatting.rb test/unit/lib/redmine/wiki_formatting.rb +1 -0
- macros_test.rb test/unit/lib/redmine/wiki_formatting/macros_test.rb +1 -0
- null_formatter_test.rb test/unit/lib/redmine/wiki_formatting/null_formatter_test.rb +1 -0
- textile_formatter_test.rb ...nit/lib/redmine/wiki_formatting/textile_formatter_test.rb +1 -0
- redmine_test.rb test/unit/lib/redmine_test.rb +1 -0
- mail_handler_test.rb test/unit/mail_handler_test.rb +1 -1
- mailer_test.rb test/unit/mailer_test.rb +1 -0
- member_test.rb test/unit/member_test.rb +1 -0
- message_test.rb test/unit/message_test.rb +1 -0
- news_test.rb test/unit/news_test.rb +1 -0
- principal_test.rb test/unit/principal_test.rb +1 -0
- project_nested_set_test.rb test/unit/project_nested_set_test.rb +1 -0
- project_test.rb test/unit/project_test.rb +1 -0
- query_test.rb test/unit/query_test.rb +1 -0
- repository_bazaar_test.rb test/unit/repository_bazaar_test.rb +1 -0
- repository_cvs_test.rb test/unit/repository_cvs_test.rb +1 -0
- repository_darcs_test.rb test/unit/repository_darcs_test.rb +1 -0
- repository_filesystem_test.rb test/unit/repository_filesystem_test.rb +1 -0
- repository_git_test.rb test/unit/repository_git_test.rb +1 -0
- repository_mercurial_test.rb test/unit/repository_mercurial_test.rb +1 -0
- repository_subversion_test.rb test/unit/repository_subversion_test.rb +1 -0
- repository_test.rb test/unit/repository_test.rb +1 -0
- role_test.rb test/unit/role_test.rb +1 -0
- search_test.rb test/unit/search_test.rb +1 -0
- setting_test.rb test/unit/setting_test.rb +1 -0
- testing_test.rb test/unit/testing_test.rb +1 -0
- time_entry_activity_test.rb test/unit/time_entry_activity_test.rb +1 -0
- time_entry_test.rb test/unit/time_entry_test.rb +1 -0
- token_test.rb test/unit/token_test.rb +1 -0
- tracker_test.rb test/unit/tracker_test.rb +1 -0
- user_preference_test.rb test/unit/user_preference_test.rb +1 -0
- user_test.rb test/unit/user_test.rb +1 -0
- version_test.rb test/unit/version_test.rb +1 -0
- watcher_test.rb test/unit/watcher_test.rb +1 -0
- wiki_content_test.rb test/unit/wiki_content_test.rb +1 -0
- wiki_page_test.rb test/unit/wiki_page_test.rb +1 -0
- wiki_redirect_test.rb test/unit/wiki_redirect_test.rb +1 -0
- wiki_test.rb test/unit/wiki_test.rb +1 -1
- init.rb vendor/plugins/acts_as_activity_provider/init.rb +1 -0
- acts_as_activity_provider.rb ...cts_as_activity_provider/lib/acts_as_activity_provider.rb +1 -0
- init.rb vendor/plugins/acts_as_attachable/init.rb +1 -0
- acts_as_attachable.rb vendor/plugins/acts_as_attachable/lib/acts_as_attachable.rb +1 -0
- init.rb vendor/plugins/acts_as_customizable/init.rb +1 -0
- acts_as_customizable.rb .../plugins/acts_as_customizable/lib/acts_as_customizable.rb +1 -0
- init.rb vendor/plugins/acts_as_event/init.rb +1 -0
- acts_as_event.rb vendor/plugins/acts_as_event/lib/acts_as_event.rb +1 -0
- init.rb vendor/plugins/acts_as_journalized/init.rb +1 -0
- acts_as_journalized.rb ...or/plugins/acts_as_journalized/lib/acts_as_journalized.rb +1 -0
- journal_deprecated.rb vendor/plugins/acts_as_journalized/lib/journal_deprecated.rb +1 -0
- journal_detail.rb vendor/plugins/acts_as_journalized/lib/journal_detail.rb +1 -0
- journal_formatter.rb vendor/plugins/acts_as_journalized/lib/journal_formatter.rb +1 -0
- changes.rb ...ts_as_journalized/lib/redmine/acts/journalized/changes.rb +1 -0
- configuration.rb ...journalized/lib/redmine/acts/journalized/configuration.rb +1 -0
- creation.rb ...s_as_journalized/lib/redmine/acts/journalized/creation.rb +1 -0
- deprecated.rb ...as_journalized/lib/redmine/acts/journalized/deprecated.rb +1 -0
- format_hooks.rb ..._journalized/lib/redmine/acts/journalized/format_hooks.rb +1 -0
- options.rb ...ts_as_journalized/lib/redmine/acts/journalized/options.rb +1 -0
- permissions.rb ...s_journalized/lib/redmine/acts/journalized/permissions.rb +1 -0
- reload.rb ...cts_as_journalized/lib/redmine/acts/journalized/reload.rb +1 -0
- reset.rb ...acts_as_journalized/lib/redmine/acts/journalized/reset.rb +1 -0
- reversion.rb ..._as_journalized/lib/redmine/acts/journalized/reversion.rb +1 -0
- save_hooks.rb ...as_journalized/lib/redmine/acts/journalized/save_hooks.rb +1 -0
- users.rb ...acts_as_journalized/lib/redmine/acts/journalized/users.rb +1 -0
- versioned.rb ..._as_journalized/lib/redmine/acts/journalized/versioned.rb +1 -0
- versions.rb ...s_as_journalized/lib/redmine/acts/journalized/versions.rb +1 -0
- changes_test.rb vendor/plugins/acts_as_journalized/test/changes_test.rb +1 -0
- conditions_test.rb vendor/plugins/acts_as_journalized/test/conditions_test.rb +1 -0
- configuration_test.rb ...or/plugins/acts_as_journalized/test/configuration_test.rb +1 -0
- control_test.rb vendor/plugins/acts_as_journalized/test/control_test.rb +1 -0
- creation_test.rb vendor/plugins/acts_as_journalized/test/creation_test.rb +1 -0
- options_test.rb vendor/plugins/acts_as_journalized/test/options_test.rb +1 -0
- reload_test.rb vendor/plugins/acts_as_journalized/test/reload_test.rb +1 -0
- reset_test.rb vendor/plugins/acts_as_journalized/test/reset_test.rb +1 -0
- reversion_test.rb vendor/plugins/acts_as_journalized/test/reversion_test.rb +1 -0
- schema.rb vendor/plugins/acts_as_journalized/test/schema.rb +1 -0
- tagging_test.rb vendor/plugins/acts_as_journalized/test/tagging_test.rb +1 -0
- test_helper.rb vendor/plugins/acts_as_journalized/test/test_helper.rb +1 -0
- users_test.rb vendor/plugins/acts_as_journalized/test/users_test.rb +1 -0
- version_test.rb vendor/plugins/acts_as_journalized/test/version_test.rb +1 -0
- versioned_test.rb vendor/plugins/acts_as_journalized/test/versioned_test.rb +1 -0
- versions_test.rb vendor/plugins/acts_as_journalized/test/versions_test.rb +1 -0
- init.rb vendor/plugins/acts_as_list/init.rb +1 -0
- list.rb vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +1 -0
- list_test.rb vendor/plugins/acts_as_list/test/list_test.rb +1 -0
- init.rb vendor/plugins/acts_as_searchable/init.rb +1 -0
- acts_as_searchable.rb vendor/plugins/acts_as_searchable/lib/acts_as_searchable.rb +1 -0
- init.rb vendor/plugins/acts_as_tree/init.rb +1 -0
- tree.rb vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +1 -0
- abstract_unit.rb vendor/plugins/acts_as_tree/test/abstract_unit.rb +1 -0
- acts_as_tree_test.rb vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +1 -0
- mixin.rb vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +1 -0
- schema.rb vendor/plugins/acts_as_tree/test/schema.rb +1 -0
- init.rb vendor/plugins/acts_as_watchable/init.rb +1 -0
- acts_as_watchable.rb vendor/plugins/acts_as_watchable/lib/acts_as_watchable.rb +1 -0
- init.rb vendor/plugins/awesome_nested_set/init.rb +1 -0
- awesome_nested_set.rb vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb +1 -0
- compatability.rb ...wesome_nested_set/lib/awesome_nested_set/compatability.rb +1 -0
- helper.rb ...ugins/awesome_nested_set/lib/awesome_nested_set/helper.rb +1 -0
- named_scope.rb .../awesome_nested_set/lib/awesome_nested_set/named_scope.rb +1 -0
- init.rb vendor/plugins/awesome_nested_set/rails/init.rb +1 -0
- helper_test.rb ...awesome_nested_set/test/awesome_nested_set/helper_test.rb +1 -0
- awesome_nested_set_test.rb ...lugins/awesome_nested_set/test/awesome_nested_set_test.rb +1 -0
- schema.rb vendor/plugins/awesome_nested_set/test/db/schema.rb +1 -0
- category.rb vendor/plugins/awesome_nested_set/test/fixtures/category.rb +1 -0
- test_helper.rb vendor/plugins/awesome_nested_set/test/test_helper.rb +1 -0
- init.rb vendor/plugins/classic_pagination/init.rb +1 -0
- install.rb vendor/plugins/classic_pagination/install.rb +1 -0
- pagination.rb vendor/plugins/classic_pagination/lib/pagination.rb +1 -0
- pagination_helper.rb vendor/plugins/classic_pagination/lib/pagination_helper.rb +1 -0
- company.rb vendor/plugins/classic_pagination/test/fixtures/company.rb +1 -0
- developer.rb vendor/plugins/classic_pagination/test/fixtures/developer.rb +1 -0
- project.rb vendor/plugins/classic_pagination/test/fixtures/project.rb +1 -0
- reply.rb vendor/plugins/classic_pagination/test/fixtures/reply.rb +1 -0
- topic.rb vendor/plugins/classic_pagination/test/fixtures/topic.rb +1 -0
- helper.rb vendor/plugins/classic_pagination/test/helper.rb +1 -0
- pagination_helper_test.rb ...plugins/classic_pagination/test/pagination_helper_test.rb +1 -0
- pagination_test.rb vendor/plugins/classic_pagination/test/pagination_test.rb +1 -0
- boot.rb vendor/plugins/engines/boot.rb +1 -0
- plugin_migration_generator.rb ...generators/plugin_migration/plugin_migration_generator.rb +1 -0
- init.rb vendor/plugins/engines/init.rb +1 -0
- engines.rb vendor/plugins/engines/lib/engines.rb +1 -0
- assets.rb vendor/plugins/engines/lib/engines/assets.rb +1 -0
- plugin.rb vendor/plugins/engines/lib/engines/plugin.rb +1 -0
- list.rb vendor/plugins/engines/lib/engines/plugin/list.rb +1 -0
- loader.rb vendor/plugins/engines/lib/engines/plugin/loader.rb +1 -0
- locator.rb vendor/plugins/engines/lib/engines/plugin/locator.rb +1 -0
- migrator.rb vendor/plugins/engines/lib/engines/plugin/migrator.rb +1 -0
- asset_helpers.rb ...ins/engines/lib/engines/rails_extensions/asset_helpers.rb +1 -0
- dependencies.rb ...gins/engines/lib/engines/rails_extensions/dependencies.rb +1 -0
- form_tag_helpers.rb .../engines/lib/engines/rails_extensions/form_tag_helpers.rb +1 -0
- migrations.rb ...lugins/engines/lib/engines/rails_extensions/migrations.rb +1 -0
- rails.rb vendor/plugins/engines/lib/engines/rails_extensions/rails.rb +1 -0
- testing.rb vendor/plugins/engines/lib/engines/testing.rb +1 -0
- engines.rake vendor/plugins/engines/lib/tasks/engines.rake +1 -0
- app_and_plugin_controller.rb ...engines/test/app/controllers/app_and_plugin_controller.rb +1 -0
- app_and_plugin_controller.rb ...st/app/controllers/namespace/app_and_plugin_controller.rb +1 -0
- mail_helper.rb vendor/plugins/engines/test/app/helpers/mail_helper.rb +1 -0
- app_and_plugin_model.rb ...r/plugins/engines/test/app/models/app_and_plugin_model.rb +1 -0
- notify_mail.rb vendor/plugins/engines/test/app/models/notify_mail.rb +1 -0
- thing.rb vendor/plugins/engines/test/app/things/thing.rb +1 -0
- controller_loading_test.rb ...lugins/engines/test/functional/controller_loading_test.rb +1 -0
- exception_notification_compatibility_test.rb ...t/functional/exception_notification_compatibility_test.rb +1 -0
- locale_loading_test.rb ...or/plugins/engines/test/functional/locale_loading_test.rb +1 -0
- routes_test.rb vendor/plugins/engines/test/functional/routes_test.rb +1 -0
- view_helpers_test.rb vendor/plugins/engines/test/functional/view_helpers_test.rb +1 -0
- view_loading_test.rb vendor/plugins/engines/test/functional/view_loading_test.rb +1 -0
- app_and_plugin_lib_model.rb vendor/plugins/engines/test/lib/app_and_plugin_lib_model.rb +1 -0
- engines_test_helper.rb vendor/plugins/engines/test/lib/engines_test_helper.rb +1 -0
- render_information.rb vendor/plugins/engines/test/lib/render_information.rb +1 -0
- alpha_plugin_controller.rb ...s/alpha_plugin/app/controllers/alpha_plugin_controller.rb +1 -0
- app_and_plugin_controller.rb ...alpha_plugin/app/controllers/app_and_plugin_controller.rb +1 -0
- alpha_plugin_controller.rb ...ugin/app/controllers/namespace/alpha_plugin_controller.rb +1 -0
- app_and_plugin_controller.rb ...in/app/controllers/namespace/app_and_plugin_controller.rb +1 -0
- shared_plugin_controller.rb ...gin/app/controllers/namespace/shared_plugin_controller.rb +1 -0
- shared_plugin_controller.rb .../alpha_plugin/app/controllers/shared_plugin_controller.rb +1 -0
- alpha_plugin_model.rb ...est/plugins/alpha_plugin/app/models/alpha_plugin_model.rb +1 -0
- app_and_plugin_model.rb ...t/plugins/alpha_plugin/app/models/app_and_plugin_model.rb +1 -0
- shared_plugin_model.rb ...st/plugins/alpha_plugin/app/models/shared_plugin_model.rb +1 -0
- alpha_plugin_lib_model.rb ...s/test/plugins/alpha_plugin/lib/alpha_plugin_lib_model.rb +1 -0
- app_and_plugin_lib_model.rb ...test/plugins/alpha_plugin/lib/app_and_plugin_lib_model.rb +1 -0
- app_and_plugin_controller.rb .../beta_plugin/app/controllers/app_and_plugin_controller.rb +1 -0
- shared_plugin_controller.rb ...gin/app/controllers/namespace/shared_plugin_controller.rb +1 -0
- shared_plugin_controller.rb ...s/beta_plugin/app/controllers/shared_plugin_controller.rb +1 -0
- shared_plugin_model.rb ...est/plugins/beta_plugin/app/models/shared_plugin_model.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/beta_plugin/init.rb +1 -0
- assets_controller.rb .../plugins/test_assets/app/controllers/assets_controller.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/test_assets/init.rb +1 -0
- init.rb ...es/test/plugins/test_assets_with_assets_directory/init.rb +1 -0
- init.rb ...nes/test/plugins/test_assets_with_no_subdirectory/init.rb +1 -0
- thing.rb ...engines/test/plugins/test_code_mixing/app/things/thing.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/test_code_mixing/init.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/test_load_path/init.rb +1 -0
- 001_create_tests.rb ...est/plugins/test_migration/db/migrate/001_create_tests.rb +1 -0
- 002_create_others.rb ...st/plugins/test_migration/db/migrate/002_create_others.rb +1 -0
- 003_create_extras.rb ...st/plugins/test_migration/db/migrate/003_create_extras.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/test_migration/init.rb +1 -0
- plugin_mail.rb ...est/plugins/test_plugin_mailing/app/models/plugin_mail.rb +1 -0
- init.rb .../plugins/engines/test/plugins/test_plugin_mailing/init.rb +1 -0
- test_routing_controller.rb ...ting/app/controllers/namespace/test_routing_controller.rb +1 -0
- test_routing_controller.rb ...s/test_routing/app/controllers/test_routing_controller.rb +1 -0
- routes.rb ...lugins/engines/test/plugins/test_routing/config/routes.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/test_routing/init.rb +1 -0
- init.rb vendor/plugins/engines/test/plugins/test_testing/init.rb +1 -0
- override_test.rb ...ines/test/plugins/test_testing/test/unit/override_test.rb +1 -0
- action_mailer_test.rb vendor/plugins/engines/test/unit/action_mailer_test.rb +1 -0
- arbitrary_code_mixing_test.rb ...r/plugins/engines/test/unit/arbitrary_code_mixing_test.rb +1 -0
- assets_test.rb vendor/plugins/engines/test/unit/assets_test.rb +1 -0
- backwards_compat_test.rb vendor/plugins/engines/test/unit/backwards_compat_test.rb +1 -0
- load_path_test.rb vendor/plugins/engines/test/unit/load_path_test.rb +1 -0
- migration_test.rb vendor/plugins/engines/test/unit/migration_test.rb +1 -0
- model_and_lib_test.rb vendor/plugins/engines/test/unit/model_and_lib_test.rb +1 -0
- plugins_test.rb vendor/plugins/engines/test/unit/plugins_test.rb +1 -0
- override_test.rb ...r/plugins/engines/test/unit/test_testing/override_test.rb +1 -0
- testing_test.rb vendor/plugins/engines/test/unit/testing_test.rb +1 -0
- init.rb vendor/plugins/gravatar/init.rb +1 -0
- gravatar.rb vendor/plugins/gravatar/lib/gravatar.rb +1 -0
- gravatar_spec.rb vendor/plugins/gravatar/spec/gravatar_spec.rb +1 -0
- open_id_authentication_tables_generator.rb ...ication_tables/open_id_authentication_tables_generator.rb +1 -0
- migration.rb ...tors/open_id_authentication_tables/templates/migration.rb +1 -0
- migration.rb ...rade_open_id_authentication_tables/templates/migration.rb +1 -0
- upgrade_open_id_authentication_tables_generator.rb ...tables/upgrade_open_id_authentication_tables_generator.rb +1 -0
- init.rb vendor/plugins/open_id_authentication/init.rb +1 -0
- open_id_authentication.rb ...gins/open_id_authentication/lib/open_id_authentication.rb +1 -0
- association.rb ..._authentication/lib/open_id_authentication/association.rb +1 -0
- db_store.rb ..._id_authentication/lib/open_id_authentication/db_store.rb +1 -0
- mem_cache_store.rb ...hentication/lib/open_id_authentication/mem_cache_store.rb +1 -0
- nonce.rb ...pen_id_authentication/lib/open_id_authentication/nonce.rb +1 -0
- request.rb ...n_id_authentication/lib/open_id_authentication/request.rb +1 -0
- timeout_fixes.rb ...uthentication/lib/open_id_authentication/timeout_fixes.rb +1 -0
- open_id_authentication_tasks.rake ...uthentication/lib/tasks/open_id_authentication_tasks.rake +1 -0
- mem_cache_store_test.rb ...ugins/open_id_authentication/test/mem_cache_store_test.rb +1 -0
- normalize_test.rb vendor/plugins/open_id_authentication/test/normalize_test.rb +1 -0
- open_id_authentication_test.rb ...pen_id_authentication/test/open_id_authentication_test.rb +1 -0
- status_test.rb vendor/plugins/open_id_authentication/test/status_test.rb +1 -0
- test_helper.rb vendor/plugins/open_id_authentication/test/test_helper.rb +1 -0
- init.rb vendor/plugins/prepend_engine_views/init.rb +1 -0
- init.rb vendor/plugins/rfpdf/init.rb +1 -0
- barcode.rb vendor/plugins/rfpdf/lib/barcode/barcode.rb +1 -0
- c128aobject.rb vendor/plugins/rfpdf/lib/barcode/c128aobject.rb +1 -0
- c128bobject.rb vendor/plugins/rfpdf/lib/barcode/c128bobject.rb +1 -0
- c128cobject.rb vendor/plugins/rfpdf/lib/barcode/c128cobject.rb +1 -0
- c39object.rb vendor/plugins/rfpdf/lib/barcode/c39object.rb +1 -0
- i25object.rb vendor/plugins/rfpdf/lib/barcode/i25object.rb +1 -0
- image.rb vendor/plugins/rfpdf/lib/barcode/image.rb +1 -0
- eng.rb vendor/plugins/rfpdf/lib/config/lang/eng.rb +1 -0
- image_science.rb vendor/plugins/rfpdf/lib/core/image_science.rb +1 -0
- rfpdf.rb vendor/plugins/rfpdf/lib/core/rfpdf.rb +1 -0
- rmagick.rb vendor/plugins/rfpdf/lib/core/rmagick.rb +1 -0
- courier.rb vendor/plugins/rfpdf/lib/fonts/courier.rb +1 -0
- freemono.rb vendor/plugins/rfpdf/lib/fonts/freemono.rb +1 -0
- freemonob.rb vendor/plugins/rfpdf/lib/fonts/freemonob.rb +1 -0
- freemonobi.rb vendor/plugins/rfpdf/lib/fonts/freemonobi.rb +1 -0
- freemonoi.rb vendor/plugins/rfpdf/lib/fonts/freemonoi.rb +1 -0
- freesans.rb vendor/plugins/rfpdf/lib/fonts/freesans.rb +1 -0
- freesansb.rb vendor/plugins/rfpdf/lib/fonts/freesansb.rb +1 -0
- freesansbi.rb vendor/plugins/rfpdf/lib/fonts/freesansbi.rb +1 -0
- freesansi.rb vendor/plugins/rfpdf/lib/fonts/freesansi.rb +1 -0
- helvetica.rb vendor/plugins/rfpdf/lib/fonts/helvetica.rb +1 -0
- helveticab.rb vendor/plugins/rfpdf/lib/fonts/helveticab.rb +1 -0
- helveticabi.rb vendor/plugins/rfpdf/lib/fonts/helveticabi.rb +1 -0
- helveticai.rb vendor/plugins/rfpdf/lib/fonts/helveticai.rb +1 -0
- sjis.rb vendor/plugins/rfpdf/lib/fonts/sjis.rb +1 -0
- symbol.rb vendor/plugins/rfpdf/lib/fonts/symbol.rb +1 -0
- times.rb vendor/plugins/rfpdf/lib/fonts/times.rb +1 -0
- timesb.rb vendor/plugins/rfpdf/lib/fonts/timesb.rb +1 -0
- timesbi.rb vendor/plugins/rfpdf/lib/fonts/timesbi.rb +1 -0
- timesi.rb vendor/plugins/rfpdf/lib/fonts/timesi.rb +1 -0
- vera.rb vendor/plugins/rfpdf/lib/fonts/vera.rb +1 -0
- verab.rb vendor/plugins/rfpdf/lib/fonts/verab.rb +1 -0
- verabi.rb vendor/plugins/rfpdf/lib/fonts/verabi.rb +1 -0
- verai.rb vendor/plugins/rfpdf/lib/fonts/verai.rb +1 -0
- veramo.rb vendor/plugins/rfpdf/lib/fonts/veramo.rb +1 -0
- veramob.rb vendor/plugins/rfpdf/lib/fonts/veramob.rb +1 -0
- veramobi.rb vendor/plugins/rfpdf/lib/fonts/veramobi.rb +1 -0
- veramoi.rb vendor/plugins/rfpdf/lib/fonts/veramoi.rb +1 -0
- verase.rb vendor/plugins/rfpdf/lib/fonts/verase.rb +1 -0
- veraseb.rb vendor/plugins/rfpdf/lib/fonts/veraseb.rb +1 -0
- zapfdingbats.rb vendor/plugins/rfpdf/lib/fonts/zapfdingbats.rb +1 -0
- bookmark.rb vendor/plugins/rfpdf/lib/fpdf/bookmark.rb +1 -0
- chinese.rb vendor/plugins/rfpdf/lib/fpdf/chinese.rb +1 -0
- fpdf_eps.rb vendor/plugins/rfpdf/lib/fpdf/fpdf_eps.rb +1 -0
- japanese.rb vendor/plugins/rfpdf/lib/fpdf/japanese.rb +1 -0
- korean.rb vendor/plugins/rfpdf/lib/fpdf/korean.rb +1 -0
- makefont.rb vendor/plugins/rfpdf/lib/fpdf/makefont.rb +1 -0
- rfpdf.rb vendor/plugins/rfpdf/lib/rfpdf.rb +1 -0
- action_controller.rb vendor/plugins/rfpdf/lib/rfpdf/action_controller.rb +1 -0
- action_view.rb vendor/plugins/rfpdf/lib/rfpdf/action_view.rb +1 -0
- errors.rb vendor/plugins/rfpdf/lib/rfpdf/errors.rb +1 -0
- fpdf.rb vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb +1 -0
- math.rb vendor/plugins/rfpdf/lib/rfpdf/math.rb +1 -0
- compile_support.rb ...ugins/rfpdf/lib/rfpdf/template_handler/compile_support.rb +1 -0
- base.rb vendor/plugins/rfpdf/lib/rfpdf/template_handlers/base.rb +1 -0
- tcpdf.rb vendor/plugins/rfpdf/lib/tcpdf.rb +1 -0
- ber.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb +1 -0
- ldap.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap.rb +1 -0
- dataset.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/dataset.rb +1 -0
- entry.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/entry.rb +1 -0
- filter.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/filter.rb +1 -0
- pdu.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/pdu.rb +1 -0
- psw.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/psw.rb +1 -0
- ldif.rb vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldif.rb +1 -0
- testber.rb vendor/plugins/ruby-net-ldap-0.0.4/tests/testber.rb +1 -0
- testem.rb vendor/plugins/ruby-net-ldap-0.0.4/tests/testem.rb +1 -0
- testfilter.rb vendor/plugins/ruby-net-ldap-0.0.4/tests/testfilter.rb +1 -0
- testldap.rb vendor/plugins/ruby-net-ldap-0.0.4/tests/testldap.rb +1 -0
- testldif.rb vendor/plugins/ruby-net-ldap-0.0.4/tests/testldif.rb +1 -0
- testpsw.rb vendor/plugins/ruby-net-ldap-0.0.4/tests/testpsw.rb +1 -0
- No files found.