Alon Bar-Lev has posted comments on this change. Change subject: userportal, webadmin: branding support. ......................................................................
Patch Set 19: (2 inline comments) .................................................... File frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/server/gwt/branding/BrandingManager.java Line 73: * @return A {@code List} of {@code BrandingTheme}s. Line 74: */ Line 75: public List<BrandingTheme> getBrandingThemes() { Line 76: if (themes == null && brandingRootPath.exists() && brandingRootPath.isDirectory() Line 77: && brandingRootPath.canRead()) { development consideration should be taken last. This is something I try to communicate to our teams. if you want you can add a setting within configuration if you want to reload it every time, this should be disabled per default. Line 78: themes = new ArrayList<BrandingTheme>(); Line 79: List<File> directories = Arrays.asList( Line 80: brandingRootPath.listFiles(new FileFilter() { Line 81: @Override .................................................... File README.branding Line 20: web_admin_css - Css to inject into web admin. Line 21: messages - Standard java message bundle. Line 22: version - The version of the branding in the package. Only versions Line 23: that match the one defined in the engine will be loaded. The current Line 24: version is 1. exact match to reduce costs. Line 25: Line 26: CSS INJECTION Line 27: Line 28: CSS are injected in the reverse order of the branding package order, this -- To view, visit http://gerrit.ovirt.org/13181 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4a8a426ce7d688d33c5ae2b70632c836843106b2 Gerrit-PatchSet: 19 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alex Lourie <alou...@redhat.com> Gerrit-Reviewer: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Einav Cohen <eco...@redhat.com> Gerrit-Reviewer: Eyal Edri <ee...@redhat.com> Gerrit-Reviewer: Itamar Heim <ih...@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Moran Goldboim <mgold...@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com> Gerrit-Reviewer: Sahina Bose <sab...@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches