| Summary: | Allow users to vote and submit feedback on new logo | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Community | Reporter: | Christopher Guindon <chris.guindon> | ||||||||
| Component: | Website | Assignee: | phoenix.ui <phoenix.ui-inbox> | ||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||
| Severity: | normal | ||||||||||
| Priority: | P3 | CC: | denis.roy | ||||||||
| Version: | unspecified | ||||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Mac OS X | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Christopher Guindon
Created attachment 237852 [details]
Patch #1
Submitting patch for this functionality.
Created attachment 237854 [details]
Screenshot of the expected final result
If you are curious about the image that is embed in the css with a base64 string, you can use this tool to decode it: http://www.motobit.com/util/base64-decoder-encoder.asp Export to a bin file and rename it to a png. Created attachment 237859 [details]
Patch #2: Modal window needed to be bigger for FF
Looks good to me, but isn't your patch missing "logovoting/promotion-newlogo.php" ? (In reply to Denis Roy from comment #5) > Looks good to me, but isn't your patch missing > "logovoting/promotion-newlogo.php" ? No it's there: (-)a/promotions/logovoting/promotion-newlogo.php (+315 lines) Ah, I see it. I was confused by all the CSS. iframe eh? Aren't those the root of all evil? (In reply to Denis Roy from comment #7) > Ah, I see it. I was confused by all the CSS. > > iframe eh? Aren't those the root of all evil? They are if we allow users to embed an iframe on our website. As soon as you're displaying content from another domain, you're basically trusting that domain not to serve-up malware. FWIW, eclipse.org homepage, our downloads page, eclipsecon.org are all using iframes for the facebook and the twitter widget. I sent this to gerrit for review. I wanted to test out the gerrit workflow and make the review official at the same time! https://git.eclipse.org/r/#/c/19392/ We are done here. Closing this bug. |