[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

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


User tkr changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Thu Jan 14 09:44:29 + 
2010 ---
verfied by code review

-
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...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


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



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

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


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |tkr





--- Additional comments from k...@openoffice.org Mon Jan 11 10:52:02 + 
2010 ---
tkr: Please verify (code review - I will show you the code :-)

-
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...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


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



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

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


User kso changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from k...@openoffice.org Wed Jan  6 15:48:19 + 
2010 ---
Fixed in a compatible way. All UCPs (that are in the OOo code repo) now support
both the deprecated XContentCreator interface and the new property/command. All
UCB clients (that are in the OOo code repo) now first try to use the new
property/command and use XContentCreator as a fallback. Thus, even external UCP
/ UCB client implementations (only supporting XContentCreator) should still 
work. 

For 4.0, the XConentCreator fallbacks and implementations will be removed
(incompatible API change!)


-
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...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


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



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2009-12-15 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo Later |OOo 3.3





--- Additional comments from k...@openoffice.org Tue Dec 15 09:19:30 + 
2009 ---
I see this a little bit different. I don't think that the solution should be to
make XContentCreator a mandatory interface. It is "good" that only resources
that are able to create other resources (usually children of its own) offer the
respective operations. This is like UCB works. UCB contents offer exactly the
functionality (commands) they are actually support.

The problem with the XContentCreator interface: This interface should only be
supported by WebDAV collection resources. The actual problem is that several
operations on UCB objects need a Command Environment, for instance to get an
Interaction Handler for obtaining credentials. The latter might be needed in
order to get access to the resource in order to obtain the DAV resourcetype
property. But it is not possible to supply a Command Environment to a
queryInterface! Thus, queryInterface might not be able to determine the resource
type, thus cannot decide whether XContentCreator should be supported.

What to do? To solve the problem we will deprecate the XContentCreator interface
and offer the needed functionality the usual UCB-way - using commands and
properties.

sequence< ContentInfo> XContentCreator.queryCreatableContentsInfo()
=> optional readonly property: sequence< ContentInfo> CreatableContentsInfo

XContent XContentCreator.createNewContent( ContentInfo )
=> optional command: XContent createNewContent( ContentInfo )

If the new property is supported, the new command must be supported, too.

-
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...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


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



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

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


User kso changed the following:

What|Old value |New value

 Assigned to|tkr   |kso

  Status|STARTED   |NEW





--- Additional comments from k...@openoffice.org Mon Dec 14 13:53:13 + 
2009 ---
Taking over.

-
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...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


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



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2007-08-20 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User tkr changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 20 08:44:17 + 
2007 ---
.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2007-08-15 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |tkr

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Aug 15 11:41:07 + 
2007 ---
KSO->TKR: Please take care of this issue.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2007-05-03 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User kso changed the following:

What|Old value |New value

  CC|'kso' |''





--- Additional comments from [EMAIL PROTECTED] Thu May  3 13:39:42 + 
2007 ---
.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:08:08 + 
2007 ---
.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2007-04-04 Thread abi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User abi changed the following:

What|Old value |New value

 Assigned to|abi   |kso

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Apr  4 12:40:45 + 
2007 ---
ABI->KSO: As discussed ...

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]