Vojtech Szocs has uploaded a new change for review.

Change subject: webadmin,userportal: Update URL of DocumentationPath CSV files
......................................................................

webadmin,userportal: Update URL of DocumentationPath CSV files

This patch updates the URL of DocumentationPath CSV files, containing
dialog-to-documentation mappings used with context-sensitive help feature.

Before this patch, CSV files were fetched from following locations:
(assuming that vdc_options table declares 'DocsURL' with value 'docs')

* WebAdmin
  http://<server-name>/docs/en-US/DocumentationPath.csv

* UserPortal
  http://<server-name>/docs/en-US/UserPortalDocumentationPath.csv

After this patch, CSV files are fetched from following locations:

* WebAdmin
  http://<server-name>/docs/DocumentationPath.csv

* UserPortal
  http://<server-name>/docs/UserPortalDocumentationPath.csv

This has no impact on actual locale-specific HTML documentation URLs,
e.g. http://<server-name>/docs/en-US/html/path/to/dialog/guide.html

This patch also adds some Javadoc for better clarity.

Change-Id: Ia649d860ebed35e2784bdeb183d49c5368c6f718
Signed-off-by: Vojtech Szocs <vsz...@redhat.com>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Configurator.java
1 file changed, 17 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/78/6678/1
--
To view, visit http://gerrit.ovirt.org/6678
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia649d860ebed35e2784bdeb183d49c5368c6f718
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vsz...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to