Issue 109102

Summary: allow configuration of url
Product: General Reporter: Oliver Brinzing <oliver.brinzing>
Component: uiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: elish, issues, oliver.brinzing
Version: OOo 3.2 RC5   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---
Attachments:
Description Flags
url configuration none

Description Oliver Brinzing 2010-02-10 12:35:22 UTC
it should be possible to configure all url's in a xcu file
this would make it a lot of easier to customize oo ...
if no url is given, the hyperlink/icon should be hidden ...

for example:

Tools - Language - More Dictionaries Online...
http://extensions.services.openoffice.org/dictionary?cid=926385

Tools - Options - Language Settings - Writing Aids - Edit...
http://extensions.services.openoffice.org/dictionary?cid=926386

Tools - Extension Manager 
http://extensions.services.openoffice.org/getmore?cid=920794

for startcenter template url see issue:
http://qa.openoffice.org/issues/show_bug.cgi?id=106601
Comment 1 Edwin Sharp 2014-01-29 14:41:25 UTC
Please explain what you mean.
Comment 2 Oliver Brinzing 2014-01-29 17:37:46 UTC
Created attachment 82431 [details]
url configuration

in an enterprise environment you may want to remove these url's or
redirect it to an internal server, cause you don't want users to install
exentsions from internet. 
configuration could be done in Common.xcu.

for menu item "Tools - Language - More Dictionaries Online..."
(.uno:ToolsMenu\.uno:LanguageMenu\.uno:MoreDictionaries)

redirection is possible since oo3.4.1, e.g.:

<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:package="org.openoffice.Office">
<node oor:name="Dictionaries">
	<prop oor:name="RepositoryURL">
		<value>file:///C:/ProgramData/messages/unsupported_oo_function.html</value>
	</prop>
</node>

but it's not possible to *remove* the url, or to use *variable*, like
 $(share)/messages/unsupported_oo_function.html....
Comment 3 Edwin Sharp 2014-01-29 19:36:06 UTC
Thank you Oliver