Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Eric Davis 0d7cead479 Merged r4013 from trunk. před 13 roky
..
001_setup.rb Use example.net as domain in default configuration (#1762). před 16 roky
002_issue_move.rb Merged 0.6 branch into trunk. před 17 roky
003_issue_add_note.rb Merged 0.6 branch into trunk. před 17 roky
004_export_pdf.rb Merged 0.6 branch into trunk. před 17 roky
005_issue_start_date.rb trunk moved from /trunk/redmine to /trunk před 17 roky
006_calendar_and_activity.rb Merged 0.6 branch into trunk. před 17 roky
007_create_journals.rb Merged 0.6 branch into trunk. před 17 roky
008_create_user_preferences.rb trunk moved from /trunk/redmine to /trunk před 17 roky
009_add_hide_mail_pref.rb trunk moved from /trunk/redmine to /trunk před 17 roky
010_create_comments.rb Fixed: 10342 Creation of Schema in Oracle před 17 roky
011_add_news_comments_count.rb added model Comment. před 17 roky
012_add_comments_permissions.rb Merged 0.6 branch into trunk. před 17 roky
013_create_queries.rb "queries" branch merged před 17 roky
014_add_queries_permissions.rb Merged 0.6 branch into trunk. před 17 roky
015_create_repositories.rb svn browser merged in trunk před 17 roky
016_add_repositories_permissions.rb Merged 0.6 branch into trunk. před 17 roky
017_create_settings.rb settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings před 17 roky
018_set_doc_and_files_notifications.rb Merged 0.6 branch into trunk. před 17 roky
019_add_issue_status_position.rb Removed 'not null' constraint on position fields. před 16 roky
020_add_role_position.rb Removed 'not null' constraint on position fields. před 16 roky
021_add_tracker_position.rb Removed 'not null' constraint on position fields. před 16 roky
022_serialize_possibles_values.rb custom_field.possible_values is now serialized (no longer pipe separated) před 17 roky
023_add_tracker_is_in_roadmap.rb added roadmap view před 17 roky
024_add_roadmap_permission.rb Merged 0.6 branch into trunk. před 17 roky
025_add_search_permission.rb Merged 0.6 branch into trunk. před 17 roky
026_add_repository_login_and_password.rb feature #9137 Password-protected SVN repositories před 17 roky
027_create_wikis.rb wiki branch merged into trunk před 17 roky
028_create_wiki_pages.rb wiki branch merged into trunk před 17 roky
029_create_wiki_contents.rb Fixed: 10342 Creation of Schema in Oracle před 17 roky
030_add_projects_feeds_permissions.rb Merged 0.6 branch into trunk. před 17 roky
031_add_repository_root_url.rb fixed problems when svn path doesn't point to the root directory of the repository. před 17 roky
032_create_time_entries.rb Fixed: 10342 Creation of Schema in Oracle před 17 roky
033_add_timelog_permissions.rb Merged 0.6 branch into trunk. před 17 roky
034_create_changesets.rb Fixed: 10342 Creation of Schema in Oracle před 17 roky
035_create_changes.rb SVN commits are now stored in the database, and added to the activity view and the search engine. před 17 roky
036_add_changeset_commit_date.rb fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate před 17 roky
037_add_project_identifier.rb Migration to add identifier attribute on project. před 17 roky
038_add_custom_field_is_filter.rb Custom fields for issues can now be used as filters on issue list. před 17 roky
039_create_watchers.rb Added create_watchers migration před 17 roky
040_create_changesets_issues.rb Commit messages are now scanned for referenced or fixed issue IDs. před 17 roky
041_rename_comment_to_comments.rb Updated migration 41 to support table name prefix/sufix. před 17 roky
042_create_issue_relations.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: před 17 roky
043_add_relations_permissions.rb Merged 0.6 branch into trunk. před 17 roky
044_set_language_length_to_five.rb Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br. před 17 roky
045_create_boards.rb Removed 'not null' constraint on position fields. před 16 roky
046_create_messages.rb Per project forums added. před 17 roky
047_add_boards_permissions.rb Merged 0.6 branch into trunk. před 17 roky
048_allow_null_version_effective_date.rb Fixed: not null constraints not removed with Postgresql. před 16 roky
049_add_wiki_destroy_page_permission.rb Merged 0.6 branch into trunk. před 17 roky
050_add_wiki_attachments_permissions.rb Merged 0.6 branch into trunk. před 17 roky
051_add_project_status.rb Added the ability to archive projects: před 17 roky
052_add_changes_revision.rb Added basic support for CVS and Mercurial SCMs. před 17 roky
053_add_changes_branch.rb Added basic support for CVS and Mercurial SCMs. před 17 roky
054_add_changesets_scmid.rb Added basic support for CVS and Mercurial SCMs. před 17 roky
055_add_repositories_type.rb Added basic support for CVS and Mercurial SCMs. před 17 roky
056_add_repositories_changes_permission.rb Merged 0.6 branch into trunk. před 17 roky
057_add_versions_wiki_page_title.rb A wiki page can now be attached to each version. před 17 roky
058_add_issue_categories_assigned_to_id.rb Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user. před 17 roky
059_add_roles_assignable.rb Added a 'Assignable' boolean on Role model. před 17 roky
060_change_changesets_committer_limit.rb Fixes migrations that change string limits for sqlite. před 16 roky
061_add_roles_builtin.rb Merged 0.6 branch into trunk. před 17 roky
062_insert_builtin_roles.rb Merged 0.6 branch into trunk. před 17 roky
063_add_roles_permissions.rb Merged 0.6 branch into trunk. před 17 roky
064_drop_permissions.rb Merged 0.6 branch into trunk. před 17 roky
065_add_settings_updated_on.rb Added cache for application settings (Setting model). před 17 roky
066_add_custom_value_customized_index.rb Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters. před 17 roky
067_create_wiki_redirects.rb Added the ability to rename wiki pages (specific permission required). před 16 roky
068_create_enabled_modules.rb Added project module concept. před 16 roky
069_add_issues_estimated_hours.rb Added 'Estimated hours' attribute on issues. před 16 roky
070_change_attachments_content_type_limit.rb Fixes migrations that change string limits for sqlite. před 16 roky
071_add_queries_column_names.rb Added the ability to customize columns of a saved query. před 16 roky
072_add_enumerations_position.rb Merged Rails 2.1 compatibility branch. před 16 roky
073_add_enumerations_is_default.rb Added default value for enumerations. před 16 roky
074_add_auth_sources_tls.rb Added LDAPS support migration and fixed connection test flash messages. před 16 roky
075_add_members_mail_notification.rb More flexible mail notifications settings at user level. A user has now 3 options: před 16 roky
076_allow_null_position.rb Fixed: not null constraints not removed with Postgresql. před 16 roky
077_remove_issue_statuses_html_color.rb Removed IssueStatus html_color attribute. před 16 roky
078_add_custom_fields_position.rb Merged Rails 2.1 compatibility branch. před 16 roky
079_add_user_preferences_time_zone.rb * Added time zone support: users can select their time zone on their account view. před 16 roky
080_add_users_type.rb Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. před 16 roky
081_create_projects_trackers.rb Added per-project tracker selection. Trackers can be selected on project settings. před 16 roky
082_add_messages_locked.rb Forums enhancements: před 16 roky
083_add_messages_sticky.rb Forums enhancements: před 16 roky
084_change_auth_sources_account_limit.rb Fixes migrations that change string limits for sqlite. před 16 roky
085_add_role_tracker_old_status_index_to_workflows.rb Fixed error on migration 85 with Oracle (index name can not be more than 30 characters long). před 16 roky
086_add_custom_fields_searchable.rb Search engine: issue custom fields can now be searched. před 16 roky
087_change_projects_description_to_text.rb Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771). před 16 roky
088_add_custom_fields_default_value.rb Missing migration for r1090. před 16 roky
089_add_attachments_description.rb Adds an optional description to attachments. před 16 roky
090_change_versions_name_limit.rb Allow longer version names (#711, closes #712). před 16 roky
091_change_changesets_revision_to_string.rb Merged Git support branch (r1200 to r1226). před 16 roky
092_change_changes_from_revision_to_string.rb Merged Git support branch (r1200 to r1226). před 16 roky
093_add_wiki_pages_protected.rb Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). před 16 roky
094_change_projects_homepage_limit.rb Change projects homepage limit to 255 chars (#663, #1095). před 16 roky
095_add_wiki_pages_parent_id.rb Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. před 16 roky
096_add_commit_access_permission.rb Merged nbc branch @ r1812 (commit access permission and reposman improvements). před 15 roky
097_add_view_wiki_edits_permission.rb Typo in migration 97 name (#1929). před 15 roky
098_set_topic_authors_as_watchers.rb Fixed: migration 98 breaks when using table name prefix. před 15 roky
099_add_delete_wiki_pages_attachments_permission.rb Adds 'Delete wiki pages attachments' permission. před 15 roky
100_add_changesets_user_id.rb Maps repository users to Redmine users (#1383). před 15 roky
101_populate_changesets_user_id.rb Maps repository users to Redmine users (#1383). před 15 roky
102_add_custom_fields_editable.rb User custom fields can now be set as editable so that users can edit them on 'My account'. před 15 roky
103_set_custom_fields_editable.rb Fixes 103_set_custom_fields_editable migration from r2276 (#2526). před 15 roky
104_add_projects_lft_and_rgt.rb Merged nested projects branch. Removes limit on subproject nesting (#594). před 15 roky
105_build_projects_tree.rb Merged nested projects branch. Removes limit on subproject nesting (#594). před 15 roky
106_remove_projects_projects_count.rb Removes unused projects_count column from projects table. před 15 roky
107_add_open_id_authentication_tables.rb Added OpenID tables. #699 před 15 roky
108_add_identity_url_to_users.rb Added identity_url to User. #699 před 15 roky
20090214190337_add_watchers_user_id_type_index.rb Adds an index on watchers table to speed up watched issue filtering. před 15 roky
20090312172426_add_queries_sort_criteria.rb Ability to save "sort order" in custom queries (#2899). před 15 roky
20090312194159_add_projects_trackers_unique_index.rb Adds a unique index on projects_trackers table (#2882). před 15 roky
20090318181151_extend_settings_name.rb Extend the settings.name column so it can fit longer plugin names. před 15 roky
20090323224724_add_type_to_enumerations.rb Changed Enumerations to use a Single Table Inheritance před 15 roky
20090401221305_update_enumerations_to_sti.rb Changed Enumerations to use a Single Table Inheritance před 15 roky
20090401231134_add_active_field_to_enumerations.rb Added an active field track if an Enumeration is active on the frontend view. před 14 roky
20090403001910_add_project_to_enumerations.rb Added project specific Enumeration overrides. před 14 roky
20090406161854_add_parent_id_to_enumerations.rb Added project specific Enumeration overrides. před 14 roky
20090425161243_add_queries_group_by.rb Ticket grouping (#2679). před 15 roky
20090503121501_create_member_roles.rb Allows multiple roles on the same project (#706). Prerequisite for user groups feature. před 15 roky
20090503121505_populate_member_roles.rb Clear member_roles table before populating it. před 15 roky
20090503121510_drop_members_role_id.rb Allows multiple roles on the same project (#706). Prerequisite for user groups feature. před 15 roky
20090614091200_fix_messages_sticky_null.rb Fixed: editing a message may cause sticky attribute to be NULL (#3356). před 15 roky
20090704172350_populate_users_type.rb User groups branch merged. před 14 roky
20090704172355_create_groups_users.rb User groups branch merged. před 14 roky
20090704172358_add_member_roles_inherited_from.rb User groups branch merged. před 14 roky
20091010093521_fix_users_custom_values.rb Fixes User/CustomValue association broken by r2869 (#3978). před 14 roky
20091017212227_add_missing_indexes_to_workflows.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017212457_add_missing_indexes_to_custom_fields_projects.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017212644_add_missing_indexes_to_messages.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017212938_add_missing_indexes_to_repositories.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213027_add_missing_indexes_to_comments.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213113_add_missing_indexes_to_enumerations.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213151_add_missing_indexes_to_wiki_pages.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213228_add_missing_indexes_to_watchers.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213257_add_missing_indexes_to_auth_sources.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213332_add_missing_indexes_to_documents.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213444_add_missing_indexes_to_tokens.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213536_add_missing_indexes_to_changesets.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213642_add_missing_indexes_to_issue_categories.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213716_add_missing_indexes_to_member_roles.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213757_add_missing_indexes_to_boards.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213835_add_missing_indexes_to_user_preferences.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017213910_add_missing_indexes_to_issues.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214015_add_missing_indexes_to_members.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214107_add_missing_indexes_to_custom_fields.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214136_add_missing_indexes_to_queries.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214236_add_missing_indexes_to_time_entries.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214308_add_missing_indexes_to_news.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214336_add_missing_indexes_to_users.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214406_add_missing_indexes_to_attachments.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214440_add_missing_indexes_to_wiki_contents.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214519_add_missing_indexes_to_custom_values.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214611_add_missing_indexes_to_journals.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214644_add_missing_indexes_to_issue_relations.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214720_add_missing_indexes_to_wiki_redirects.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091017214750_add_missing_indexes_to_custom_fields_trackers.rb Adding missing database indexes for foreign keys and STI fields. před 14 roky
20091025163651_add_activity_indexes.rb Add indexes on various timestamps to speed up the activity view. před 14 roky
20091108092559_add_versions_status.rb Set status of existing versions to 'open' (#4504). před 14 roky
20091114105931_add_view_issues_permission.rb Add view_issues permission (#3187). před 14 roky
20091123212029_add_default_done_ratio_to_issue_status.rb Adds a Setting to control how an Issue's done_ratio is calculated: před 14 roky
20091205124427_add_versions_sharing.rb Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666). před 14 roky
20091220183509_add_lft_and_rgt_indexes_to_projects.rb Added some database indexes to commonly queried fields. před 14 roky
20091220183727_add_index_to_settings_name.rb Added some database indexes to commonly queried fields. před 14 roky
20091220184736_add_indexes_to_issue_status.rb Added some database indexes to commonly queried fields. před 14 roky
20091225164732_remove_enumerations_opt.rb Removes column opt in enumerations table. před 14 roky
20091227112908_change_wiki_contents_text_limit.rb Enlarge wiki content for MySQL databases (#1071). před 14 roky
20100221100219_add_index_on_changesets_scmid.rb Adds a missing index (speeds up changesets loading). před 14 roky
20100313132032_add_issues_nested_sets_columns.rb Adds subtasking (#443) including: před 14 roky
20100313171051_add_index_on_issues_nested_set.rb Adds index on issues nested set columns. před 14 roky
20100705164950_change_changes_path_length_limit.rb Merged r3860 from trunk. před 14 roky
20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb Merged r4013 from trunk. před 13 roky