Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Jean-Philippe Lang 9178d4748f Default target version for new issues (#1828). 8 år sedan
..
001_setup.rb DEPRECATION WARNING: db/migrate/001_setup.rb (#19132). 9 år sedan
002_issue_move.rb Replaces find(:first) calls in migrations. 11 år sedan
003_issue_add_note.rb Replaces find(:first) calls in migrations. 11 år sedan
004_export_pdf.rb Replaces find(:first) calls in migrations. 11 år sedan
005_issue_start_date.rb trunk moved from /trunk/redmine to /trunk 17 år sedan
006_calendar_and_activity.rb Replaces find(:first) calls in migrations. 11 år sedan
007_create_journals.rb Replaces find(:first) calls in migrations. 11 år sedan
008_create_user_preferences.rb trunk moved from /trunk/redmine to /trunk 17 år sedan
009_add_hide_mail_pref.rb trunk moved from /trunk/redmine to /trunk 17 år sedan
010_create_comments.rb Fixed: 10342 Creation of Schema in Oracle 17 år sedan
011_add_news_comments_count.rb added model Comment. 17 år sedan
012_add_comments_permissions.rb Replaces find(:first) calls in migrations. 11 år sedan
013_create_queries.rb "queries" branch merged 17 år sedan
014_add_queries_permissions.rb Replaces find(:first) calls in migrations. 11 år sedan
015_create_repositories.rb svn browser merged in trunk 17 år sedan
016_add_repositories_permissions.rb Replaces find(:first) calls in migrations. 11 år sedan
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 17 år sedan
018_set_doc_and_files_notifications.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
019_add_issue_status_position.rb Replaces find(:all) calls. 11 år sedan
020_add_role_position.rb Restores migration broken by r8182 and removes default scope on Role (#9800). 12 år sedan
021_add_tracker_position.rb Replaces find(:all) calls. 11 år sedan
022_serialize_possibles_values.rb Replaces find(:all) calls. 11 år sedan
023_add_tracker_is_in_roadmap.rb added roadmap view 17 år sedan
024_add_roadmap_permission.rb Replaces find(:first) calls in migrations. 11 år sedan
025_add_search_permission.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
026_add_repository_login_and_password.rb feature #9137 Password-protected SVN repositories 17 år sedan
027_create_wikis.rb remove trailing white-spaces from db/migrate/027_create_wikis.rb (#9510) 12 år sedan
028_create_wiki_pages.rb remove trailing white-spaces from db/migrate/028_create_wiki_pages.rb (#9510) 12 år sedan
029_create_wiki_contents.rb remove trailing white-spaces from db/migrate/029_create_wiki_contents.rb (#9510) 12 år sedan
030_add_projects_feeds_permissions.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
031_add_repository_root_url.rb fixed problems when svn path doesn't point to the root directory of the repository. 17 år sedan
032_create_time_entries.rb Fixed: 10342 Creation of Schema in Oracle 17 år sedan
033_add_timelog_permissions.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
034_create_changesets.rb Fixed: 10342 Creation of Schema in Oracle 17 år sedan
035_create_changes.rb SVN commits are now stored in the database, and added to the activity view and the search engine. 17 år sedan
036_add_changeset_commit_date.rb fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate 17 år sedan
037_add_project_identifier.rb Migration to add identifier attribute on project. 17 år sedan
038_add_custom_field_is_filter.rb Custom fields for issues can now be used as filters on issue list. 17 år sedan
039_create_watchers.rb Added create_watchers migration 17 år sedan
040_create_changesets_issues.rb Commit messages are now scanned for referenced or fixed issue IDs. 17 år sedan
041_rename_comment_to_comments.rb Updated migration 41 to support table name prefix/sufix. 17 år sedan
042_create_issue_relations.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 17 år sedan
043_add_relations_permissions.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
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. 17 år sedan
045_create_boards.rb Removed 'not null' constraint on position fields. 16 år sedan
046_create_messages.rb Per project forums added. 17 år sedan
047_add_boards_permissions.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
048_allow_null_version_effective_date.rb Fixed: not null constraints not removed with Postgresql. 16 år sedan
049_add_wiki_destroy_page_permission.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
050_add_wiki_attachments_permissions.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
051_add_project_status.rb Added the ability to archive projects: 17 år sedan
052_add_changes_revision.rb Added basic support for CVS and Mercurial SCMs. 17 år sedan
053_add_changes_branch.rb Added basic support for CVS and Mercurial SCMs. 17 år sedan
054_add_changesets_scmid.rb Added basic support for CVS and Mercurial SCMs. 17 år sedan
055_add_repositories_type.rb remove trailing white-spaces from db/migrate/055_add_repositories_type.rb (#9510) 12 år sedan
056_add_repositories_changes_permission.rb Rails4: db migrate: replace "Permission.find_by_controller_and_action" 10 år sedan
057_add_versions_wiki_page_title.rb A wiki page can now be attached to each version. 17 år sedan
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. 17 år sedan
059_add_roles_assignable.rb Added a 'Assignable' boolean on Role model. 16 år sedan
060_change_changesets_committer_limit.rb Fixes migrations that change string limits for sqlite. 16 år sedan
061_add_roles_builtin.rb Merged 0.6 branch into trunk. 16 år sedan
062_insert_builtin_roles.rb Undefined #builtin= with Rails 3.1.3. 12 år sedan
063_add_roles_permissions.rb Merged 0.6 branch into trunk. 16 år sedan
064_drop_permissions.rb Merged 0.6 branch into trunk. 16 år sedan
065_add_settings_updated_on.rb Replaces find(:all) calls. 11 år sedan
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. 16 år sedan
067_create_wiki_redirects.rb Added the ability to rename wiki pages (specific permission required). 16 år sedan
068_create_enabled_modules.rb Replaces find(:all) calls. 11 år sedan
069_add_issues_estimated_hours.rb Added 'Estimated hours' attribute on issues. 16 år sedan
070_change_attachments_content_type_limit.rb Fixes migrations that change string limits for sqlite. 16 år sedan
071_add_queries_column_names.rb Added the ability to customize columns of a saved query. 16 år sedan
072_add_enumerations_position.rb Merged rails-4.1 branch (#14534). 9 år sedan
073_add_enumerations_is_default.rb Added default value for enumerations. 16 år sedan
074_add_auth_sources_tls.rb Added LDAPS support migration and fixed connection test flash messages. 16 år sedan
075_add_members_mail_notification.rb More flexible mail notifications settings at user level. A user has now 3 options: 16 år sedan
076_allow_null_position.rb First db:migrate fails with SQLServer (undefined method type for nil class in sqlserver adapter). 9 år sedan
077_remove_issue_statuses_html_color.rb Removed IssueStatus html_color attribute. 16 år sedan
078_add_custom_fields_position.rb Merged rails-4.1 branch (#14534). 9 år sedan
079_add_user_preferences_time_zone.rb * Added time zone support: users can select their time zone on their account view. 16 år sedan
080_add_users_type.rb Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 16 år sedan
081_create_projects_trackers.rb Replaces find(:all) calls. 11 år sedan
082_add_messages_locked.rb Forums enhancements: 16 år sedan
083_add_messages_sticky.rb Forums enhancements: 16 år sedan
084_change_auth_sources_account_limit.rb Fixes migrations that change string limits for sqlite. 16 år sedan
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). 16 år sedan
086_add_custom_fields_searchable.rb Search engine: issue custom fields can now be searched. 16 år sedan
087_change_projects_description_to_text.rb Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771). 16 år sedan
088_add_custom_fields_default_value.rb Missing migration for r1090. 16 år sedan
089_add_attachments_description.rb Adds an optional description to attachments. 16 år sedan
090_change_versions_name_limit.rb Allow longer version names (#711, closes #712). 16 år sedan
091_change_changesets_revision_to_string.rb Check if index exists before removing it (#12713). 11 år sedan
092_change_changes_from_revision_to_string.rb Merged Git support branch (r1200 to r1226). 16 år sedan
093_add_wiki_pages_protected.rb Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). 16 år sedan
094_change_projects_homepage_limit.rb Change projects homepage limit to 255 chars (#663, #1095). 16 år sedan
095_add_wiki_pages_parent_id.rb Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. 16 år sedan
096_add_commit_access_permission.rb Replaces find(:all) calls. 11 år sedan
097_add_view_wiki_edits_permission.rb Replaces find(:all) calls. 11 år sedan
098_set_topic_authors_as_watchers.rb Fixed: migration 98 breaks when using table name prefix. 15 år sedan
099_add_delete_wiki_pages_attachments_permission.rb Replaces find(:all) calls. 11 år sedan
100_add_changesets_user_id.rb Maps repository users to Redmine users (#1383). 15 år sedan
101_populate_changesets_user_id.rb Merged rails-4.1 branch (#14534). 9 år sedan
102_add_custom_fields_editable.rb User custom fields can now be set as editable so that users can edit them on 'My account'. 15 år sedan
103_set_custom_fields_editable.rb Fixes 103_set_custom_fields_editable migration from r2276 (#2526). 15 år sedan
104_add_projects_lft_and_rgt.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 15 år sedan
105_build_projects_tree.rb Use Project.rebuild_tree! instead of .rebuild! in migration. 11 år sedan
106_remove_projects_projects_count.rb Removes unused projects_count column from projects table. 15 år sedan
107_add_open_id_authentication_tables.rb Added OpenID tables. #699 15 år sedan
108_add_identity_url_to_users.rb Added identity_url to User. #699 15 år sedan
20090214190337_add_watchers_user_id_type_index.rb Adds an index on watchers table to speed up watched issue filtering. 15 år sedan
20090312172426_add_queries_sort_criteria.rb Ability to save "sort order" in custom queries (#2899). 15 år sedan
20090312194159_add_projects_trackers_unique_index.rb Replaces find(:all) calls. 11 år sedan
20090318181151_extend_settings_name.rb Extend the settings.name column so it can fit longer plugin names. 15 år sedan
20090323224724_add_type_to_enumerations.rb Changed Enumerations to use a Single Table Inheritance 15 år sedan
20090401221305_update_enumerations_to_sti.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20090401231134_add_active_field_to_enumerations.rb Added an active field track if an Enumeration is active on the frontend view. 14 år sedan
20090403001910_add_project_to_enumerations.rb Added project specific Enumeration overrides. 14 år sedan
20090406161854_add_parent_id_to_enumerations.rb Added project specific Enumeration overrides. 14 år sedan
20090425161243_add_queries_group_by.rb Ticket grouping (#2679). 15 år sedan
20090503121501_create_member_roles.rb Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 15 år sedan
20090503121505_populate_member_roles.rb Replaces find(:all) calls. 11 år sedan
20090503121510_drop_members_role_id.rb Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 15 år sedan
20090614091200_fix_messages_sticky_null.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20090704172350_populate_users_type.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20090704172355_create_groups_users.rb User groups branch merged. 14 år sedan
20090704172358_add_member_roles_inherited_from.rb User groups branch merged. 14 år sedan
20091010093521_fix_users_custom_values.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20091017212227_add_missing_indexes_to_workflows.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017212457_add_missing_indexes_to_custom_fields_projects.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017212644_add_missing_indexes_to_messages.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017212938_add_missing_indexes_to_repositories.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213027_add_missing_indexes_to_comments.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213113_add_missing_indexes_to_enumerations.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213151_add_missing_indexes_to_wiki_pages.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213228_add_missing_indexes_to_watchers.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213257_add_missing_indexes_to_auth_sources.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213332_add_missing_indexes_to_documents.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213444_add_missing_indexes_to_tokens.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213536_add_missing_indexes_to_changesets.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213642_add_missing_indexes_to_issue_categories.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213716_add_missing_indexes_to_member_roles.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213757_add_missing_indexes_to_boards.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213835_add_missing_indexes_to_user_preferences.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017213910_add_missing_indexes_to_issues.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214015_add_missing_indexes_to_members.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214107_add_missing_indexes_to_custom_fields.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214136_add_missing_indexes_to_queries.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214236_add_missing_indexes_to_time_entries.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214308_add_missing_indexes_to_news.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214336_add_missing_indexes_to_users.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214406_add_missing_indexes_to_attachments.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214440_add_missing_indexes_to_wiki_contents.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214519_add_missing_indexes_to_custom_values.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214611_add_missing_indexes_to_journals.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214644_add_missing_indexes_to_issue_relations.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214720_add_missing_indexes_to_wiki_redirects.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091017214750_add_missing_indexes_to_custom_fields_trackers.rb Adding missing database indexes for foreign keys and STI fields. 14 år sedan
20091025163651_add_activity_indexes.rb Add indexes on various timestamps to speed up the activity view. 14 år sedan
20091108092559_add_versions_status.rb Set status of existing versions to 'open' (#4504). 14 år sedan
20091114105931_add_view_issues_permission.rb Fix migration and use Rails 4.2.0 release (#14534). 9 år sedan
20091123212029_add_default_done_ratio_to_issue_status.rb Adds a Setting to control how an Issue's done_ratio is calculated: 14 år sedan
20091205124427_add_versions_sharing.rb Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666). 14 år sedan
20091220183509_add_lft_and_rgt_indexes_to_projects.rb Added some database indexes to commonly queried fields. 14 år sedan
20091220183727_add_index_to_settings_name.rb Added some database indexes to commonly queried fields. 14 år sedan
20091220184736_add_indexes_to_issue_status.rb Added some database indexes to commonly queried fields. 14 år sedan
20091225164732_remove_enumerations_opt.rb Merged rails-4.1 branch (#14534). 9 år sedan
20091227112908_change_wiki_contents_text_limit.rb Enlarge wiki content for MySQL databases (#1071). 14 år sedan
20100129193402_change_users_mail_notification_to_string.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20100129193813_update_mail_notification_values.rb Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943). 13 år sedan
20100221100219_add_index_on_changesets_scmid.rb Adds a missing index (speeds up changesets loading). 14 år sedan
20100313132032_add_issues_nested_sets_columns.rb remove trailing white-spaces from db/migrate/20100313132032_add_issues_nested_sets_columns.rb (#9510) 12 år sedan
20100313171051_add_index_on_issues_nested_set.rb Adds index on issues nested set columns. 14 år sedan
20100705164950_change_changes_path_length_limit.rb remove trailing white-spaces from db/migrate/20100705164950_change_changes_path_length_limit.rb (#9510) 12 år sedan
20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb Merged rails-4.1 branch (#14534). 9 år sedan
20101104182107_add_unique_index_on_members.rb remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_on_members.rb (#9510) 12 år sedan
20101107130441_add_custom_fields_visible.rb Make sure existing custom fields visibility is set to true. 13 år sedan
20101114115114_change_projects_name_limit.rb Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 13 år sedan
20101114115359_change_projects_identifier_limit.rb Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 13 år sedan
20110220160626_add_workflows_assignee_and_author.rb Fixed migration broken by r9977. 12 år sedan
20110223180944_add_users_salt.rb Adds random salt to user passwords (#7410). 13 år sedan
20110223180953_salt_user_passwords.rb Adds random salt to user passwords (#7410). 13 år sedan
20110224000000_add_repositories_path_encoding.rb scm: add "path_encoding" column in repositories table (#2664, #2274). 13 år sedan
20110226120112_change_repositories_password_limit.rb Adds support for SCM/LDAP passwords encryption in the database (#7411). 13 år sedan
20110226120132_change_auth_sources_account_password_limit.rb Adds support for SCM/LDAP passwords encryption in the database (#7411). 13 år sedan
20110227125750_change_journal_details_values_to_text.rb Keep track of issue description changes (#746). 13 år sedan
20110228000000_add_repositories_log_encoding.rb scm: add log_encoding column to repositories table (#1735). 13 år sedan
20110228000100_copy_repositories_log_encoding.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20110401192910_add_index_to_users_type.rb Adds an index on users.type for faster retrieval of groups. 13 år sedan
20110408103312_add_roles_issues_visibility.rb Adds an issues visibility level on roles (#7412). 13 år sedan
20110412065600_add_issues_is_private.rb Private issues (#7414). 13 år sedan
20110511000000_add_repositories_extra_info.rb scm: add "extra_info" column to repositories table and set serialize (#7146, #7047). 13 år sedan
20110902000000_create_changeset_parents.rb scm: db: model: add parent/child relation for changesets (#5501) 12 år sedan
20111201201315_add_unique_index_to_issue_relations.rb set svn:eol-style native db/migrate/*.rb 12 år sedan
20120115143024_add_repositories_identifier.rb Adds support for multiple repositories per project (#779). 12 år sedan
20120115143100_add_repositories_is_default.rb Adds support for multiple repositories per project (#779). 12 år sedan
20120115143126_set_default_repositories.rb Rails4: replace deprecated Relation#update_all at SetDefaultRepositories db migration 10 år sedan
20120127174243_add_custom_fields_multiple.rb Adds support for multiselect custom fields (#1189). 12 år sedan
20120205111326_change_users_login_limit.rb Increase username length limit from 30 to 60 (#2719). 12 år sedan
20120223110929_change_attachments_container_defaults.rb Rails4: replace deprecated Relation#update_all at db migrations 10 år sedan
20120301153455_add_auth_sources_filter.rb Adds an optional LDAP filter (#1060). 12 år sedan
20120422150750_change_repositories_to_full_sti.rb Rails4: replace deprecated Relation#update_all at ChangeRepositoriesToFullSti db migration 10 år sedan
20120705074331_add_trackers_fields_bits.rb Ability to disable standard fields on a per tracker basis (#1091). 12 år sedan
20120707064544_add_auth_sources_timeout.rb Adds a configurable timeout for LDAP authentication (#8978). 12 år sedan
20120714122000_add_workflows_type.rb Workflow enhancement: editable and required fields configurable by role, tracker and status (#703, #3521). 12 år sedan
20120714122100_update_workflows_to_sti.rb Workflow enhancement: editable and required fields configurable by role, tracker and status (#703, #3521). 12 år sedan
20120714122200_add_workflows_rule_fields.rb Workflow enhancement: editable and required fields configurable by role, tracker and status (#703, #3521). 12 år sedan
20120731164049_add_boards_parent_id.rb Support for subforums (#3831). 11 år sedan
20120930112914_add_journals_private_notes.rb Private issue notes (#1554). 11 år sedan
20121026002032_add_enumerations_position_name.rb Adds a textual css class for issue priorities (#12216). 11 år sedan
20121026003537_populate_enumerations_position_name.rb Adds a textual css class for issue priorities (#12216). 11 år sedan
20121209123234_add_queries_type.rb Adds STI to Query model. Issue queries are now IssueQuery instances. 11 år sedan
20121209123358_update_queries_to_sti.rb Adds STI to Query model. Issue queries are now IssueQuery instances. 11 år sedan
20121213084931_add_attachments_disk_directory.rb Store attachments in subdirectories (#5298). 11 år sedan
20130110122628_split_documents_permissions.rb Split "Manage documents" permission into create, edit and delete permissions (#12401). 11 år sedan
20130201184705_add_unique_index_on_tokens_value.rb Add unique index on tokens.value. 11 år sedan
20130202090625_add_projects_inherit_members.rb Optionaly inherit members from parent project (#5605). 11 år sedan
20130207175206_add_unique_index_on_custom_fields_trackers.rb Add unique index on custom_fields_trackers (#13059). 11 år sedan
20130207181455_add_unique_index_on_custom_fields_projects.rb Add unique index on custom_fields_projects. 11 år sedan
20130215073721_change_users_lastname_length_to_255.rb Raised group name maximum length to 255 characters (#13174). 11 år sedan
20130215111127_add_issues_closed_on.rb Adds closed_on column that stores the time of the last closing (#824). 11 år sedan
20130215111141_populate_issues_closed_on.rb Merged rails-4.1 branch (#14534). 9 år sedan
20130217094251_remove_issues_default_fk_values.rb Removed the default 0 value for issues foreign keys. 11 år sedan
20130602092539_create_queries_roles.rb Role based custom queries (#1019). 11 år sedan
20130710182539_add_queries_visibility.rb Role based custom queries (#1019). 11 år sedan
20130713104233_create_custom_fields_roles.rb Rails4: replace deprecated Relation#update_all at CreateCustomFieldsRoles db migration 10 år sedan
20130713111657_add_queries_options.rb Ability to save Gantt query filters (#7836). 11 år sedan
20130729070143_add_users_must_change_passwd.rb Option to force a user to change his password (#3872). 10 år sedan
20130911193200_remove_eols_from_attachments_filename.rb Typo (#14819). 10 år sedan
20131004113137_support_for_multiple_commit_keywords.rb Migrate settings according to r12208 (#7590). 10 år sedan
20131005100610_add_repositories_created_on.rb Don't update issues nor log time when importing old changesets (#4823). 10 år sedan
20131124175346_add_custom_fields_format_store.rb Merged custom fields format refactoring. 10 år sedan
20131210180802_add_custom_fields_description.rb Merged custom fields format refactoring. 10 år sedan
20131214094309_remove_custom_fields_min_max_length_default_values.rb Removed default values on custom field min and max length. 10 år sedan
20131215104612_store_relation_type_in_journal_details.rb Store relation type instead of i18n key in journals (#15704). 10 år sedan
20131218183023_delete_orphan_time_entries_custom_values.rb Fixed that time entries custom values are not deleted when deleting a project or an issue (#15709). 10 år sedan
20140228130325_change_changesets_comments_limit.rb Changeset comments set to longtext for handling comments > 64KB with Mysql (#16143). 10 år sedan
20140903143914_add_password_changed_at_to_user.rb Expire other sessions on password change (#17796). 9 år sedan
20140920094058_insert_builtin_groups.rb Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976). 9 år sedan
20141029181752_add_trackers_default_status_id.rb Default status per tracker (#5991). 9 år sedan
20141029181824_remove_issue_statuses_is_default.rb Fixed #down for migration 20141029181824_remove_issue_statuses_is_default (#18898). 9 år sedan
20141109112308_add_roles_users_visibility.rb Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 9 år sedan
20141122124142_add_wiki_redirects_redirects_to_wiki_id.rb Move wiki page to other project (#5450). 9 år sedan
20150113194759_create_email_addresses.rb Add support for multiple email addresses per user (#4244). 9 år sedan
20150113211532_populate_email_addresses.rb Add support for multiple email addresses per user (#4244). 9 år sedan
20150113213922_remove_users_mail.rb Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible (#19233). 9 år sedan
20150113213955_add_email_addresses_user_id_index.rb Add support for multiple email addresses per user (#4244). 9 år sedan
20150208105930_replace_move_issues_permission.rb Fixed the migration for SQLServer (#18855). 9 år sedan
20150510083747_change_documents_title_limit.rb Raises 60-character limit for document titles to 255 (#12312). 9 år sedan
20150525103953_clear_estimated_hours_on_parent_issues.rb Don't store total estimated hours on parent issues (#16092). 9 år sedan
20150526183158_add_roles_time_entries_visibility.rb Adds a role setting that viewing all or own time entries (#8929). 9 år sedan
20150528084820_add_roles_all_roles_managed.rb Ability to limit member management to certain roles (#19707). 9 år sedan
20150528092912_create_roles_managed_roles.rb Ability to limit member management to certain roles (#19707). 9 år sedan
20150528093249_add_unique_index_on_roles_managed_roles.rb Ability to limit member management to certain roles (#19707). 9 år sedan
20150725112753_insert_allowed_statuses_for_new_issues.rb Makes new issue initial status settable in workflow (#5816). 8 år sedan
20150730122707_create_imports.rb DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null` (#905, #20533). 8 år sedan
20150730122735_create_import_items.rb Import issues from CSV file (#950). 8 år sedan
20150921204850_change_time_entries_comments_limit_to_1024.rb Raises time entries comments limit to 1024 (#19885). 8 år sedan
20150921210243_change_wiki_contents_comments_limit_to_1024.rb Raises wiki edits comments limit to 1024 (#19886). 8 år sedan
20151020182334_change_attachments_filesize_limit_to_8.rb Extend Filesize in the attachments table for files with size > 2GB (#10672). 8 år sedan
20151020182731_fix_comma_in_user_format_setting_value.rb Fix setting value if used (#20551). 8 år sedan
20151021184614_change_issue_categories_name_limit_to_60.rb Raises maximum length of category name to 60 (#20991). 8 år sedan
20151021185456_change_auth_sources_filter_to_text.rb LDAP filter changed to text (#20929). 8 år sedan
20151021190616_change_user_preferences_hide_mail_default_to_true.rb Hide email by default for new users (#21042). 8 år sedan
20151024082034_add_tokens_updated_on.rb Keep track of valid user sessions (#21058). 8 år sedan
20151025072118_create_custom_field_enumerations.rb Adds Enumeration custom field format (#21060). 8 år sedan
20151031095005_add_projects_default_version_id.rb Default target version for new issues (#1828). 8 år sedan