[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User jbu changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from j...@openoffice.org Sat Apr 25 11:47:05 + 
2009 ---
patch got integrated on OO310.

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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User kz changed the following:

What|Old value |New value

  CC|'rene'|'kz,rene'





--- Additional comments from k...@openoffice.org Thu Apr 23 12:14:57 + 
2009 ---
CCed: kz

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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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





--- Additional comments from c...@openoffice.org Wed Apr 22 22:02:29 + 
2009 ---
need to set it as a blocker on 95768 and/or raise it on relea...@openoffice.org
or something if you want that to happen FWIW I think

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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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





--- Additional comments from j...@openoffice.org Wed Apr 22 20:31:52 + 
2009 ---
please consider this issue for OOo3.1.0, its a regression bug

effect: On unix, trying to execute Tools/Macros/Run macros/OpenOffice
Macros/pythonsamples fails. Python code within packages is not effected. 

The last patch 
http://www.openoffice.org/nonav/issues/showattachment.cgi/61673/pythonscript.py.patch

can be directly applied to OO310 branch. It's just a one-File patch
(scripting/source/pyprov/pythonscript.py), and it is well tested.

Bye Joerg

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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User jbu changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |61673)
final patch(unix+wi
|  |ndows)






--- Additional comments from j...@openoffice.org Sun Apr 19 20:46:19 + 
2009 ---
Created an attachment (id=61673)
final patch(unix+windows)


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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User jbu changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from j...@openoffice.org Wed Apr 15 22:22:09 + 
2009 ---
Hi,

I actually don't understand, why I didnt get this error when I qa'ed i98990,
either I had a wrong office setup somehow or something subtle changed between
integration of i98990 and the 3.1rc1-build.

Cmc's patch indeed would break something else, so please ignore it.

The attached patch
http://www.openoffice.org/nonav/issues/showattachment.cgi/61592/pythonscript.py.patch
 now gets rid of the native service
'com.sun.star.script.provider.ScriptURIHelper', which was a source of various
errors when the 3-layer offfice was introduced, it is replaced by a python
implementation.

The patch works well on linux, i still need to check  on windows with 3.1rc1.

Bye,

Joerg

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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User jbu changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |61592)
preliminary patch (
|  |not yet tested on windows)
|  |






--- Additional comments from j...@openoffice.org Wed Apr 15 22:13:14 + 
2009 ---
Created an attachment (id=61592)
preliminary patch (not yet tested on windows)


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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User cmc changed the following:

What|Old value |New value

  CC|''|'rene'





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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |61492)
I'm sure this break
|  |s something else






--- Additional comments from c...@openoffice.org Thu Apr  9 14:50:28 + 
2009 ---
Created an attachment (id=61492)
I'm sure this breaks something else


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


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



[udk-issues] [Issue 100991] pyuno: mismatched urls on using expandUri on urlHelper.getRootStorageUR I when afterwards splitting up URLS

2009-04-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100991
 Issue #|100991
 Summary|pyuno: mismatched urls on using expandUri on urlHelper
|.getRootStorageURI when afterwards splitting up URLS
   Component|udk
 Version|OOO300m9
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|jbu
 Reported by|cmc





--- Additional comments from c...@openoffice.org Thu Apr  9 14:50:04 + 
2009 ---
Are we sure we're supposed to call expandUri on urlHelper.getRootStorageURI() in
pythonscript.py ?

In #i98990# pythonscript.py was modified, and one modification was...

-rootUrl = urlHelper.getRootStorageURI()
+rootUrl = expandUri( urlHelper.getRootStorageURI() )

So when I try and run an OOo python script from the OOo run macro dialogs I get
a big error dialog. Toggling the debug output on I see that the change is one of

orig: file:///opt/openoffice.org3/program/../basis-link/share/Scripts/python
vs
new: file:///opt/openoffice.org3/program/basis3.1/share/Scripts/python

and so the prefix no longer matches that of
ScriptingFrameworkURIHelpe::m_sBaseURI in
scripting/source/provider/URIHelper.cxx which continues to use relative urls 
(file:///opt/openoffice.org3/program/../basis-link/share/Scripts)
in ScriptingFrameworkURIHelper::getLanguagePart and splitting up the URLs of the
scripts no longer works correctly, so I get errors like...


Thu Apr  9 15:36:15 2009 [DEBUG] getPersistentUrlFromStorageUrl
file:///opt/openoffice.org/basis3.1/share/Scripts/python/HelloWorld.py$HelloWorldPython
->
file:///opt/openoffice.org/basis3.1/share/Scripts/python/HelloWorld.py$HelloWorldPython
Thu Apr  9 15:36:15 2009 [DEBUG] ScriptBrowseNode.getPropertyValue called for
URI, returning vnd.sun.star.script:?language=Python&location=share
Thu Apr  9 15:36:15 2009 [DEBUG] getScript
vnd.sun.star.script:?language=Python&location=share invoked
Thu Apr  9 15:36:15 2009 [ERROR]
pythonscript.com.sun.star.lang.IllegalArgumentException: Script URI not valid

instead of...

Thu Apr  9 15:37:27 2009 [DEBUG] getPersistentUrlFromStorageUrl
file:///opt/openoffice.org3/program/../basis-link/share/Scripts/python/HelloWorld.py$HelloWorldPython
->
file:///opt/openoffice.org3/program/../basis-link/share/Scripts/python/HelloWorld.py$HelloWorldPython
Thu Apr  9 15:37:27 2009 [DEBUG] ScriptBrowseNode.getPropertyValue called for
URI, returning
vnd.sun.star.script:HelloWorld.py$HelloWorldPython?language=Python&location=share
Thu Apr  9 15:37:27 2009 [DEBUG] getScript
vnd.sun.star.script:HelloWorld.py$HelloWorldPython?language=Python&location=share
 invoked

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


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