Issue 109102 - allow configuration of url
Summary: allow configuration of url
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 3.2 RC5
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 12:35 UTC by Oliver Brinzing
Modified: 2014-01-29 19:36 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---


Attachments
url configuration (78.73 KB, image/jpeg)
2014-01-29 17:37 UTC, Oliver Brinzing
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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