[framework-issues] [Issue 102542] Non-Basic Scripts should run both at user and share level

2010-07-29 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102542


User cornouws changed the following:

What|Old value |New value

  CC|'brinzing,finnglarsen,mba,|'brinzing,cornouws,finngla
|paolomantovani'   |rsen,mba,paolomantovani'





-
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 102542] Non-Basic Scripts should run both at user and share level

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=102542


User brinzing changed the following:

What|Old value |New value

  CC|'finnglarsen,mba,paolomant|'brinzing,finnglarsen,mba,
|ovani'|paolomantovani'





--- Additional comments from brinz...@openoffice.org Sat May 15 08:05:40 
+ 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 102542] Non-Basic Scripts should run both at user and share level

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


User finnglarsen changed the following:

What|Old value |New value

  CC|'mba,paolomantovani'  |'finnglarsen,mba,paolomant
|  |ovani'





-
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 102542] Non-Basic Scripts should run both at user and share level

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





--- Additional comments from bmarce...@openoffice.org Fri Sep 18 08:31:39 
+ 2009 ---
I will attach two variants of the same simple extension.
Both contain Basic, JavaScript, BeanShell, Python scripts. They all write a 
little 
text on the current Writer document.

demoShare-1.0.oxt works OK if installed  for single user.
demoShare-2.0.oxt works OK if installed  for all users.

Install demoShare-1.0.oxt for ALL users, open a new Writer document.
Run the scripts from Tools  Add-ons  Demo scripts for share/user  ...
Only Basic works. Other scripts display an error Cannot resolve script 
location for 
script = 

Uninstall demoShare-1.0.oxt

Install demoShare-2.0.oxt for a SINGLE user, open a new Writer document.
Run the scripts from Tools  Add-ons  Demo scripts for share/user  ...
Only Basic works. Other scripts display an error Cannot resolve script 
location for 
script = 


The reason is the URI in the file AddonUI.xcu. The same problem would appear 
from an 
extension toolbar button.
For example for BeanShell we have:
valuevnd.sun.star.script:bshTest1.HeyWriter.bsh?
language=BeanShellamp;location=user:uno_packages/demoShare-1.0.oxt/value
For all users, the term user must be replaced by share
valuevnd.sun.star.script:bshTest1.HeyWriter.bsh?
language=BeanShellamp;location=share:uno_packages/demoShare-1.0.oxt/value
 
Conclusion :
Because of the current URI syntax you need to provide separate extensions, one 
for 
user, one for share.

Related bug : see Issue 105169


-
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 102542] Non-Basic Scripts should run both at user and share level

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





--- Additional comments from bmarce...@openoffice.org Fri Sep 18 08:32:49 
+ 2009 ---
Created an attachment (id=64836)
This variant is desgned to work for a single user


-
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 102542] Non-Basic Scripts should run both at user and share level

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





--- Additional comments from bmarce...@openoffice.org Fri Sep 18 08:33:21 
+ 2009 ---
Created an attachment (id=64837)
This variant is designed to work for all users


-
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 102542] Non-Basic Scripts should run both at user and share level

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


User mba changed the following:

What|Old value |New value

  CC|'paolomantovani'  |'mba,paolomantovani'





--- Additional comments from m...@openoffice.org Thu Sep 17 08:56:37 + 
2009 ---
Can you provide such an extension (please attach) so that one can have a look on
the problem right away?

-
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 102542] Non-Basic Scripts should run both at user and share level

2009-06-17 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102542


User ab changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

Target milestone|---   |OOo 3.x





--- Additional comments from a...@openoffice.org Wed Jun 17 08:59:31 + 
2009 ---
I understand your problem but currently I don't have any capacity
to deal with it. Maybe there's anyone who can have a look at the
implementation and send a patch? STARTED


-
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 102542] Non-Basic Scripts should run both at user and share level

2009-06-05 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102542
 Issue #|102542
 Summary|Non-Basic Scripts should run both at user and share le
|vel
   Component|framework
 Version|OOo 3.1
Platform|All
 URL|http://wiki.services.openoffice.org/wiki/Documentation
|/DevGuide/Scripting/Scripting_Framework_URI_Specificat
|ion
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|scripting
 Assigned to|ab
 Reported by|bmarcelly





--- Additional comments from bmarce...@openoffice.org Fri Jun  5 13:11:00 
+ 2009 ---
The current URI specification for running a non-Basic script (JavaScript, 
BeanShell, 
Java, Python) is :
vnd.sun.star.script:MACROREF?language=Languagelocation=[user|share|document]

The consequence is that an extension containing a non-Basic script will contain 
URI's 
where the running level is fixed : either user or shell. These URI's are 
hard-
written for example in the AddonUI.xcu file, or in the event tab of a dialog 
control.
So if the extension designer wants its extension to be installed in user or 
shared 
levels, he/she must provide and maintain two variants of the same extension.

Minimal request:
Add another location, e.g. office, which means : search the script in the 
user 
layer, and if not found search in the share layer.

Desirable request: 
If the URI contains user, search the script in the user layer, and if not 
found 
search in the share layer. This variant has the advantage of enhancing the 
usage of 
existing extensions. Then there is no need for a new location like office.
If the URI contains share we could suppose that the intention of the designer 
is to 
restrict to share only.

-
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 102542] Non-Basic Scripts should run both at user and share level

2009-06-05 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102542


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





-
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