Redmine/db/migrate
Jean-Philippe Lang 92b02014d2 Issue relations first commit (not thoroughly tested). 4 kinds of relation are available:
* relates to: do nothing special. Just to know that the 2 issues are related...
* duplicates: will close the related issue with the same status when closing the issue (not implemented yet)
* blocks: will require to close the blocking issue before closing the blocked issue (not implemented yet)
* precedes (end to start relation): start date of the related issue depends on the due date of the preceding issue (implemented). A delay can be set so that the related issue can only start n days after the end of the preceding issue. When setting dates for an issue, dates of all downstream issues are set according to these relations.

To set a relation, the 2 issues have to belong to the same project (may change in the future). So if an issue is moved to another project, all its relations are removed.
Circular dependencies are checked when creating a relation.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@506 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-05-05 13:22:27 +00:00
..
001_setup.rb fixed migration scripts to work with mysql 5 running in strict mode 2007-03-19 18:12:35 +00:00
002_issue_move.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
003_issue_add_note.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
004_export_pdf.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
005_issue_start_date.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
006_calendar_and_activity.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
007_create_journals.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
008_create_user_preferences.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
009_add_hide_mail_pref.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
010_create_comments.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
011_add_news_comments_count.rb added model Comment. 2006-12-10 18:35:48 +00:00
012_add_comments_permissions.rb added model Comment. 2006-12-10 18:35:48 +00:00
013_create_queries.rb "queries" branch merged 2006-12-16 13:37:32 +00:00
014_add_queries_permissions.rb "queries" branch merged 2006-12-16 13:37:32 +00:00
015_create_repositories.rb svn browser merged in trunk 2006-12-24 13:38:45 +00:00
016_add_repositories_permissions.rb svn browser merged in trunk 2006-12-24 13:38:45 +00:00
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 2007-01-21 11:50:22 +00:00
018_set_doc_and_files_notifications.rb mail notifications added when: 2007-01-27 15:01:19 +00:00
019_add_issue_status_position.rb added the ability to set the sort order for issue statuses 2007-01-31 19:53:24 +00:00
020_add_role_position.rb added the ability to set the sort order for roles 2007-01-31 20:57:01 +00:00
021_add_tracker_position.rb added the ability to set the sort order for trackers 2007-01-31 21:18:43 +00:00
022_serialize_possibles_values.rb custom_field.possible_values is now serialized (no longer pipe separated) 2007-02-03 12:57:33 +00:00
023_add_tracker_is_in_roadmap.rb added roadmap view 2007-02-04 09:18:40 +00:00
024_add_roadmap_permission.rb mail notification removed for projects/roadmap in migration 2007-02-05 18:20:39 +00:00
025_add_search_permission.rb fixed self.down in AddSearchPermission migration 2007-03-17 14:50:08 +00:00
026_add_repository_login_and_password.rb feature #9137 Password-protected SVN repositories 2007-03-09 18:03:31 +00:00
027_create_wikis.rb wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
028_create_wiki_pages.rb wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
029_create_wiki_contents.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
030_add_projects_feeds_permissions.rb added rss/atom feeds at project levels for: 2007-03-17 15:18:50 +00:00
031_add_repository_root_url.rb fixed problems when svn path doesn't point to the root directory of the repository. 2007-03-18 15:48:05 +00:00
032_create_time_entries.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
033_add_timelog_permissions.rb Simple time tracking functionality added. Time can be logged at issue or project level. 2007-03-23 12:22:31 +00:00
034_create_changesets.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
035_create_changes.rb SVN commits are now stored in the database, and added to the activity view and the search engine. 2007-03-25 12:12:15 +00:00
036_add_changeset_commit_date.rb fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate 2007-03-26 16:41:54 +00:00
037_add_project_identifier.rb Migration to add identifier attribute on project. 2007-04-02 06:29:09 +00:00
038_add_custom_field_is_filter.rb Custom fields for issues can now be used as filters on issue list. 2007-04-17 10:53:20 +00:00
039_create_watchers.rb Added create_watchers migration 2007-04-21 12:09:07 +00:00
040_create_changesets_issues.rb Commit messages are now scanned for referenced or fixed issue IDs. 2007-04-24 13:57:27 +00:00
041_rename_comment_to_comments.rb Updated migration 41 to support table name prefix/sufix. 2007-04-25 16:48:01 +00:00
042_create_issue_relations.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
043_add_relations_permissions.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00