-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataverse Theme, Logo, Tagline, Personal Site URL #117
Comments
Original Redmine Comment For beta, we will read from db, but not be able to set via UI. |
Original Redmine Comment Added logo, tagline, link, and color fields to db for customization. Code has been checked in. |
Original Redmine Comment Expanded fields are in and wired up (except linkUrl, linkText, and logoFormat (= SQUARE or RECTANGLE)). Passing to Mike for cleanup. |
Original Redmine Comment Added logo alignment drop down menu and logo background color field to dataverse page and dataverse class for customization. Code has been checked in. |
Original Redmine Comment Applied new customization settings for positioning a rectangle logo, and the background color behind the logo. Also fixed a bug where the link feature wasn't being displayed in the customization header. |
Original Redmine Comment This ticket could use some documentation: what is the url, what is the image directory, supported image types |
Original Redmine Comment Tested on 5/16 All the basic functions described work but needs some work to make more user friendly. Also needs to be added to edit dataverse drop down menu. Wasn't sure about sq/rect image and left/center/right alignment. Those did not seem to make much difference. Passing back to Dev for cleanup. |
Add themes link to Edit Dataverse drop down menu so users can start playing around with this feature. |
Adding a link to the features doc for this ticket: https://docs.google.com/document/d/1VZzaTPzilkNwGAif9eRaVBSTZLE31SfjvR1F0HZHIBs |
…it a little more compact. Added static inherit checkbox. [ref #117]
Reformatted the Theme form in the popup from Edit Dataverse, so that it a little more compact. Added static inherit checkbox. |
Also reformatted the link fields on the Theme form in the popup from Edit Dataverse. |
… ability to inherit theme. (ref #117)
Added tooltip descriptions to the labels on the customization popup. |
Widgets test file for the links of the root dataverse are working OK. (see on edit) dataverse search box<script src="https://dvn-build.hmdc.harvard.edu/resources/js/widgets.js?id=1&dvUrl=https://dvn-build.hmdc.harvard.edu&widget=search"></script>dataverse listing. <script src="https://dvn-build.hmdc.harvard.edu/resources/js/widgets.js?id=1&dvUrl=https://dvn-build.hmdc.harvard.edu&widget=iframe"></script>This is test for other dataverse: dataverse search box<script src="https://dvn-build.hmdc.harvard.edu/resources/js/widgets.js?id=401&dvUrl=https://dvn-build.hmdc.harvard.edu&widget=search"></script>dataverse listing. <script src="https://dvn-build.hmdc.harvard.edu/resources/js/widgets.js?id=401&dvUrl=https://dvn-build.hmdc.harvard.edu&widget=iframe"></script> |
inheriting from dataverse working |
There seem to be an intermittent issue when uploading an image. Sometimes can't upload the image and other times works just fine. I am opening a new ticket on this last observation #1085 |
Author Name: Xiangqing Yang (@xyang02)
Original Redmine Issue: 3526, https://redmine.hmdc.harvard.edu/issues/3526
Original Date: 2014-02-03
Original Assignee: Gustavo Durand
-Add Link in to the Edit Dataverse dropdown that says "Theme + Logo" for accessing Dataverse customization
-Ability to choose colors for background, text, and link using Primefaces color picker component: http://www.primefaces.org/showcase/ui/colorPicker.jsf (popup version)
-Logo: user can upload one image (in future, two images, one logo and one banner but we are starting with one for now)
-Tagline: user can add in text to display in the header
-Link: user can add in a link to their personal or project site; displayed and not behind the logo or tagline
Customization Trello Card: https://trello.com/c/S6ydzLxF/19-prototype-customization
The text was updated successfully, but these errors were encountered: