[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-06-23 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from j...@openoffice.org Wed Jun 23 12:37:43 + 
2010 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-06-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592





--- Additional comments from s...@openoffice.org Tue Jun 22 12:27:25 + 
2010 ---
Created an attachment (id=70146)
work in progress


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-06-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592


User sb changed the following:

What|Old value |New value

 Assigned to|sb|jl

  Status|STARTED   |NEW





--- Additional comments from s...@openoffice.org Tue Jun 22 12:28:39 + 
2010 ---
@jl:  The attached extension_dependency.patch is how far I got; it depends on
CWS jl152 and CWS sb123.  Please continue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-06-14 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592


User kso changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from k...@openoffice.org Mon Jun 14 11:43:28 + 
2010 ---
No time to implement this for 3.3 - 3.4.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-05-15 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592


User brinzing changed the following:

What|Old value |New value

  CC|''|'brinzing'





--- Additional comments from brinz...@openoffice.org Sat May 15 07:57:53 
+ 2010 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-05-14 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592
 Issue #|111592
 Summary|rfe: Extension Manager: Inter-extension dependency
   Component|framework
 Version|DEV300m77
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|kso





--- Additional comments from k...@openoffice.org Fri May 14 07:26:49 + 
2010 ---
We need the possibility to define inter-extension dependency (A needs B,
C, ...).

Dependency definition must contain extension uid, and optionally extension
min-version and | or extension max-version. 

Intended behavior:

- Refuse installation of an extension if any of its inter-extension dependencies
is not fulfilled.

- Refuse deinstallation of an extension as long as it has using extensions.
However, this will not work 100% for deinstallation of shared/bundled extensions
as there is no way to determine  all using extensions (e.g. shared layer does
know nothing about user layers - only exception is user layer of current user).
In this case, the dependency check done on each office startup must detect the
not-fulfilled inter-extension dependencies of user/shared extensions and disable
the effected extensions.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 111592] rfe: Extension Manager: I nter-extension dependency

2010-05-14 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111592


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from s...@openoffice.org Fri May 14 08:08:42 + 
2010 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org