Redmine/app/views
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 Login field automatically focused on login form 2007-05-05 09:23:56 +00:00
admin added info about textile availabality on admin/info 2007-03-26 18:03:25 +00:00
auth_sources deprecated start_form_tag replaced by form_tag 2007-01-26 19:56:25 +00:00
common 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
custom_fields Custom fields for issues can now be used as filters on issue list. 2007-04-17 10:53:20 +00:00
documents Removed some parentheses before arguments. 2007-04-22 21:19:16 +00:00
enumerations added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
feeds Fixed: error on history atom feed when there's no notes on an issue change 2007-04-22 12:50:26 +00:00
issue_categories deprecated start_form_tag replaced by form_tag 2007-01-26 19:56:25 +00:00
issue_relations Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
issue_statuses Applied the same column width in different similar views. 2007-04-02 19:27:05 +00:00
issues Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
layouts Removed hard coded 'Search' string in base layout. 2007-04-30 14:17:20 +00:00
mailer Bulgarian translation added (Nikolay Solakov) 2007-05-02 19:36:00 +00:00
my Added a DropOut effect when removing a block on my page layout. 2007-04-30 09:09:45 +00:00
news Fixed a TemplateError nil:NilClass (oracle specific) on _news.rhtml 2007-04-27 19:34:31 +00:00
projects Fixed an unicode problem on gantt (first letter of the day name) 2007-05-02 19:13:38 +00:00
queries Custom fields for issues can now be used as filters on issue list. 2007-04-17 10:53:20 +00:00
reports Added subprojects issue count on project "Reports" page 2007-04-03 19:48:49 +00:00
repositories Added fragment caching for svn diffs. 2007-05-01 20:56:19 +00:00
roles Removed some parentheses before arguments. 2007-04-23 16:46:04 +00:00
search Added a quick search form in page header. Search functionality moved to a dedicated controller. 2007-04-30 08:52:39 +00:00
settings Text formatting drop down disabled if RedCloth is not available (system settings). 2007-05-01 08:37:07 +00:00
timelog Fixed comments header label on time log details 2007-04-28 17:32:11 +00:00
trackers Added a warning message on tracker list for trackers that don't have any workflow defined. 2007-04-07 17:33:07 +00:00
users Fixed pagination on users/list (status filter lost) 2007-04-03 19:22:56 +00:00
versions calendar javascripts and stylesheets removed from base layout. they're now only added to html header when needed. 2007-01-06 09:08:17 +00:00
welcome added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
wiki Added an ajax indicator for all ajax calls. Also removed highlight effects on my page layout edition. 2007-04-27 19:32:57 +00:00