You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jean-Philippe Lang 3a9b0988c7 Merged Git support branch (r1200 to r1226). 16 lat temu
..
001_setup.rb More flexible mail notifications settings at user level. A user has now 3 options: 16 lat temu
002_issue_move.rb Merged 0.6 branch into trunk. 17 lat temu
003_issue_add_note.rb Merged 0.6 branch into trunk. 17 lat temu
004_export_pdf.rb Merged 0.6 branch into trunk. 17 lat temu
005_issue_start_date.rb trunk moved from /trunk/redmine to /trunk 17 lat temu
006_calendar_and_activity.rb Merged 0.6 branch into trunk. 17 lat temu
007_create_journals.rb Merged 0.6 branch into trunk. 17 lat temu
008_create_user_preferences.rb trunk moved from /trunk/redmine to /trunk 17 lat temu
009_add_hide_mail_pref.rb trunk moved from /trunk/redmine to /trunk 17 lat temu
010_create_comments.rb Fixed: 10342 Creation of Schema in Oracle 17 lat temu
011_add_news_comments_count.rb added model Comment. 17 lat temu
012_add_comments_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
013_create_queries.rb "queries" branch merged 17 lat temu
014_add_queries_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
015_create_repositories.rb svn browser merged in trunk 17 lat temu
016_add_repositories_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
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 lat temu
018_set_doc_and_files_notifications.rb Merged 0.6 branch into trunk. 17 lat temu
019_add_issue_status_position.rb Removed 'not null' constraint on position fields. 16 lat temu
020_add_role_position.rb Removed 'not null' constraint on position fields. 16 lat temu
021_add_tracker_position.rb Removed 'not null' constraint on position fields. 16 lat temu
022_serialize_possibles_values.rb custom_field.possible_values is now serialized (no longer pipe separated) 17 lat temu
023_add_tracker_is_in_roadmap.rb added roadmap view 17 lat temu
024_add_roadmap_permission.rb Merged 0.6 branch into trunk. 17 lat temu
025_add_search_permission.rb Merged 0.6 branch into trunk. 17 lat temu
026_add_repository_login_and_password.rb feature #9137 Password-protected SVN repositories 17 lat temu
027_create_wikis.rb wiki branch merged into trunk 17 lat temu
028_create_wiki_pages.rb wiki branch merged into trunk 17 lat temu
029_create_wiki_contents.rb Fixed: 10342 Creation of Schema in Oracle 17 lat temu
030_add_projects_feeds_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
031_add_repository_root_url.rb fixed problems when svn path doesn't point to the root directory of the repository. 17 lat temu
032_create_time_entries.rb Fixed: 10342 Creation of Schema in Oracle 17 lat temu
033_add_timelog_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
034_create_changesets.rb Fixed: 10342 Creation of Schema in Oracle 17 lat temu
035_create_changes.rb SVN commits are now stored in the database, and added to the activity view and the search engine. 17 lat temu
036_add_changeset_commit_date.rb fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate 17 lat temu
037_add_project_identifier.rb Migration to add identifier attribute on project. 17 lat temu
038_add_custom_field_is_filter.rb Custom fields for issues can now be used as filters on issue list. 17 lat temu
039_create_watchers.rb Added create_watchers migration 17 lat temu
040_create_changesets_issues.rb Commit messages are now scanned for referenced or fixed issue IDs. 17 lat temu
041_rename_comment_to_comments.rb Updated migration 41 to support table name prefix/sufix. 17 lat temu
042_create_issue_relations.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 17 lat temu
043_add_relations_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
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 lat temu
045_create_boards.rb Removed 'not null' constraint on position fields. 16 lat temu
046_create_messages.rb Per project forums added. 17 lat temu
047_add_boards_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
048_allow_null_version_effective_date.rb Fixed: not null constraints not removed with Postgresql. 16 lat temu
049_add_wiki_destroy_page_permission.rb Merged 0.6 branch into trunk. 17 lat temu
050_add_wiki_attachments_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
051_add_project_status.rb Added the ability to archive projects: 17 lat temu
052_add_changes_revision.rb Added basic support for CVS and Mercurial SCMs. 17 lat temu
053_add_changes_branch.rb Added basic support for CVS and Mercurial SCMs. 17 lat temu
054_add_changesets_scmid.rb Added basic support for CVS and Mercurial SCMs. 17 lat temu
055_add_repositories_type.rb Added basic support for CVS and Mercurial SCMs. 17 lat temu
056_add_repositories_changes_permission.rb Merged 0.6 branch into trunk. 17 lat temu
057_add_versions_wiki_page_title.rb A wiki page can now be attached to each version. 17 lat temu
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 lat temu
059_add_roles_assignable.rb Added a 'Assignable' boolean on Role model. 17 lat temu
060_change_changesets_committer_limit.rb Fixes migrations that change string limits for sqlite. 16 lat temu
061_add_roles_builtin.rb Merged 0.6 branch into trunk. 17 lat temu
062_insert_builtin_roles.rb Merged 0.6 branch into trunk. 17 lat temu
063_add_roles_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
064_drop_permissions.rb Merged 0.6 branch into trunk. 17 lat temu
065_add_settings_updated_on.rb Added cache for application settings (Setting model). 17 lat temu
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. 17 lat temu
067_create_wiki_redirects.rb Added the ability to rename wiki pages (specific permission required). 17 lat temu
068_create_enabled_modules.rb Added project module concept. 17 lat temu
069_add_issues_estimated_hours.rb Added 'Estimated hours' attribute on issues. 17 lat temu
070_change_attachments_content_type_limit.rb Fixes migrations that change string limits for sqlite. 16 lat temu
071_add_queries_column_names.rb Added the ability to customize columns of a saved query. 16 lat temu
072_add_enumerations_position.rb Removed 'not null' constraint on position fields. 16 lat temu
073_add_enumerations_is_default.rb Added default value for enumerations. 16 lat temu
074_add_auth_sources_tls.rb Added LDAPS support migration and fixed connection test flash messages. 16 lat temu
075_add_members_mail_notification.rb More flexible mail notifications settings at user level. A user has now 3 options: 16 lat temu
076_allow_null_position.rb Fixed: not null constraints not removed with Postgresql. 16 lat temu
077_remove_issue_statuses_html_color.rb Removed IssueStatus html_color attribute. 16 lat temu
078_add_custom_fields_position.rb Custom fields can now be reordered. 16 lat temu
079_add_user_preferences_time_zone.rb * Added time zone support: users can select their time zone on their account view. 16 lat temu
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 lat temu
081_create_projects_trackers.rb Added per-project tracker selection. Trackers can be selected on project settings. 16 lat temu
082_add_messages_locked.rb Forums enhancements: 16 lat temu
083_add_messages_sticky.rb Forums enhancements: 16 lat temu
084_change_auth_sources_account_limit.rb Fixes migrations that change string limits for sqlite. 16 lat temu
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 lat temu
086_add_custom_fields_searchable.rb Search engine: issue custom fields can now be searched. 16 lat temu
087_change_projects_description_to_text.rb Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771). 16 lat temu
088_add_custom_fields_default_value.rb Missing migration for r1090. 16 lat temu
089_add_attachments_description.rb Adds an optional description to attachments. 16 lat temu
090_change_versions_name_limit.rb Allow longer version names (#711, closes #712). 16 lat temu
091_change_changesets_revision_to_string.rb Merged Git support branch (r1200 to r1226). 16 lat temu
092_change_changes_from_revision_to_string.rb Merged Git support branch (r1200 to r1226). 16 lat temu