Closed
Bug 520670
Opened 16 years ago
Closed 16 years ago
Fix SSL support for Kampyle surveys
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: abuchanan, Assigned: abuchanan)
Details
Attachments
(1 file)
|
16.00 KB,
application/zip
|
Details |
From https://bugzilla.mozilla.org/show_bug.cgi?id=519483#c7
regarding the surveys implemented in bug 519483, bug 519490, bug 519493
We should tweak the surveys to support users viewing the pages under SSL / HTTPS
Kampyle has an option to support sites under SSL
The affected pages are at,
https://www-trunk.stage.mozilla.com/en-US/firefox/central/
https://www-trunk.stage.mozilla.com/en-US/firefox/3.5.3/firstrun/
https://www-trunk.stage.mozilla.com/en-US/firefox/3.5.3/whatsnew/
Comment 1•16 years ago
|
||
Instructions:
"Download and Extract the Zip file in your web server's root folder
The zip file includes important files such as the Feedback Form button and the JavaScript file that allow you to actively ask for feedback."
Comment 2•16 years ago
|
||
If we make this change, the code for each page changes a bit. For example, below is the code for the whatsnew page when the SSL checkbox is checked. Alex, I'll email you with the Kampyle log-in instructions. I'll let you actually make these changes.
<!-- Start Kampyle Css -->
<link rel="stylesheet" type="text/css" media="screen" href="/css/k_button.css" />
<!-- End Kampyle Css -->
<!--Start Kampyle Feedback Form Button--><div id="k_close_button" class="k_float kc_bottom kc_right"></div><div><a href="https://www.kampyle.com/" target="kampyleWindow" id="kampylink" class="k_float k_bottom k_right" onclick="javascript:k_button.open_ff('site_code=6439011&form_id=33883&lang=en');return false;"><img src="/images/en-orange-corner-low-right.gif" alt="Feedback Form" border="0"/></a></div>
<script src="/js/k_button.js" type="text/javascript"></script>
<!--End Kampyle Feedback Form Button-->
| Assignee | ||
Comment 3•16 years ago
|
||
Sending en-US/firefox/3.5.3/firstrun/index.html
Sending en-US/firefox/3.5.3/whatsnew/index.html
Sending en-US/firefox/central/index.html
Adding img/kampyle
Adding (bin) img/kampyle/en-orange-corner-low-right.gif
Adding (bin) img/kampyle/logo.gif
Adding (bin) img/kampyle/maskBG.png
Adding includes/firefox/kampyle.inc.php
Adding js/kampyle
Adding js/kampyle/k_button.js
Adding js/kampyle/k_push.js
Adding style/kampyle
Adding style/kampyle/k_button.css
Transmitting file data ..........
Committed revision 52949.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Assignee: nobody → buchanae
Updated•16 years ago
|
Keywords: push-needed
Comment 4•16 years ago
|
||
Is there an ETA for when the buttons/forms on the three pages will be pushed live?
| Assignee | ||
Comment 5•16 years ago
|
||
I've merged the affected files for tags/stage.
Morgamic, can you help move this to production please? You'll need to merge the files (not revision) listed in comment #3
Ken, the changes are ready to go live today, just waiting on someone to help put them in production (I don't have access to commit there)
Thanks
Comment 6•16 years ago
|
||
Verified FIXED; when I verified the three bugs independently, I verified each with SSL and via regular http.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•15 years ago
|
Keywords: push-needed
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•