Redmine/app/controllers
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
..
account_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
admin_controller.rb added info about textile availabality on admin/info 2007-03-26 18:03:25 +00:00
application.rb A 403 error page is now displayed (instead of a blank page) when trying to access a protected page. 2007-04-30 19:47:28 +00:00
auth_sources_controller.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
custom_fields_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
documents_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
enumerations_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
feeds_controller.rb Fixed: error when using a custom query feed with custom field filter. 2007-04-21 13:16:04 +00:00
help_controller.rb Replaced hard coded help link. 2007-04-08 18:16:45 +00:00
issue_categories_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issue_relations_controller.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
issue_statuses_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issues_controller.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
members_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
my_controller.rb Added a new block available for my page: "Watched issues" 2007-04-21 12:28:22 +00:00
news_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
projects_controller.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
queries_controller.rb ActiveRecord::RecordNotFound exceptions handled more gracefully 2007-01-02 08:47:07 +00:00
reports_controller.rb Added subprojects issue count on project "Reports" page 2007-04-03 19:48:49 +00:00
repositories_controller.rb Added fragment caching for svn diffs. 2007-05-01 20:56:19 +00:00
roles_controller.rb Various changes on views. On project summary, members are now grouped by role and subprojects are listed inline. 2007-04-08 17:44:54 +00:00
search_controller.rb Added a quick search form in page header. Search functionality moved to a dedicated controller. 2007-04-30 08:52:39 +00:00
settings_controller.rb Text formatting drop down disabled if RedCloth is not available (system settings). 2007-05-01 08:37:07 +00:00
sys_controller.rb Initial commit for svn repository management and access control: 2007-04-01 19:43:59 +00:00
timelog_controller.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
trackers_controller.rb Added the ability to copy an existing workflow when creating a new tracker. 2007-04-02 17:45:21 +00:00
users_controller.rb added a status filter on users/list 2007-03-18 20:44:33 +00:00
versions_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
watchers_controller.rb Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes. 2007-04-21 12:08:31 +00:00
welcome_controller.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
wiki_controller.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00