Thunderbird/Support/SUMO Project Plan Thunderbird3: Difference between revisions

 
(4 intermediate revisions by the same user not shown)
Line 38: Line 38:
== Final Sysadmin tasks for SuMoMo 1.0 ==
== Final Sysadmin tasks for SuMoMo 1.0 ==
not in order, numbered for convenience
not in order, numbered for convenience
# create support-test.momo.com as a temporary name for the live version of the site
# <strike>create support-test.momo.com as a temporary name for the live version of the site</strike>
# ensure google analytics is setup for the site, ominiture will probably  be used post 1.0
# <strike>ensure google analytics is setup for the site, ominiture will probably  be used post 1.0</strike>
# copying content & db from stage to prod
# <strike>copying content & db from stage to prod</strike>
# password protecting prod
# <strike>password protecting prod</strike>
# changing settings and testing prod
# <strike>changing settings and testing prod</strike>
# flip the <strike>DNS</strike>Apache switch to make it live
# <strike>flip the Apache switch to make it live</strike>


== Final Non Sysadmin tasks for SuMoMo 1.0 ==
== Final Non Sysadmin tasks for SuMoMo 1.0 ==
Line 49: Line 49:
# <strike>either</strike> hardcode "all articles" page <strike>or get it to work by hardcoding omniture file using the sample file from Cww</strike>
# <strike>either</strike> hardcode "all articles" page <strike>or get it to work by hardcoding omniture file using the sample file from Cww</strike>
# <strike>layout problem: under certain circumstances while editing, the edit window overlaps the navigation elements on the right side of the page (repro: edit https://stage.support.mozillamessaging.com/tiki-editpage.php?locale=en-US&page=*Global+Search)</strike> - <strike>testing fix from Gary to webroot/styles/momocommon.css, revision 60649</strike> - <strike>Got Gary to rebase his fix on top of 58624, committed with revision 60682, testing</strike> - it works!
# <strike>layout problem: under certain circumstances while editing, the edit window overlaps the navigation elements on the right side of the page (repro: edit https://stage.support.mozillamessaging.com/tiki-editpage.php?locale=en-US&page=*Global+Search)</strike> - <strike>testing fix from Gary to webroot/styles/momocommon.css, revision 60649</strike> - <strike>Got Gary to rebase his fix on top of 58624, committed with revision 60682, testing</strike> - it works!
# some links in the Contributor Tools section of the page are broken  
# <strike>some links in the Contributor Tools section of the page are broken</strike>
# where it says "Firefox Support" it should say "Thunderbird Support" (several places)  
# <strike>where it says "Firefox Support" it should say "Thunderbird Support" (several places)</strike>
# <strike>need to manually modify a URL to create a new page</strike> - https://support-test.mozillamessaging.com/en-US/kb/Creating+articles
# <strike>need to manually modify a URL to create a new page</strike> - https://support-test.mozillamessaging.com/en-US/kb/Creating+articles
# need to "Preview" in order to upload an image - add this to wiki help or to edit page theme and create a bug for post 1.0
# need to "Preview" in order to upload an image - add this to wiki help or to edit page theme and create a bug for post 1.0
Line 60: Line 60:


== meta content ==
== meta content ==
# Contributor+Home+Page -either put in a draft version OR change home page for contributors to be home page rather than Contributor+Home+Page
# <strike>Contributor+Home+Page -either put in a draft version OR change home page for contributors to be home page rather than Contributor+Home+Page</strike>
# <strike>tiki-register.php - Remove "Looking for Support" box or alter it for Thunderbird - not a tiki-module or plugin looks to be in sql in table tiki_programmed_content, db/sumo_clean_schema.sql</strike> - <strike>there is a web interface at https://stage.support.mozillamessaging.com/tiki-list_contents.php,</strike> fixed!
# <strike>tiki-register.php - Remove "Looking for Support" box or alter it for Thunderbird - not a tiki-module or plugin looks to be in sql in table tiki_programmed_content, db/sumo_clean_schema.sql</strike> - <strike>there is a web interface at https://stage.support.mozillamessaging.com/tiki-list_contents.php,</strike> fixed!
# heavily edit content on home page with JenZed i.e. fix Thunderbird Support Home Page content and <strike>rename to Thunderbird Knowledge Base</strike> - <strike>rename done, awaiting cache update so it sticks as front page - turns out is a redirect in webroot/htaccess.dist</strike>, <strike>commited change 60608 to trunk, hmmm not working, emailed gozer</strike> - missed other redirect, fixed  
# heavily edit content on home page with JenZed i.e. fix Thunderbird Support Home Page content and <strike>rename to Thunderbird Knowledge Base</strike> - <strike>rename done, awaiting cache update so it sticks as front page - turns out is a redirect in webroot/htaccess.dist</strike>, <strike>commited change 60608 to trunk, hmmm not working, emailed gozer</strike> - missed other redirect, fixed  
# <strike>the "Print" function displays a version of the page without the headers or sidebar (which is ok but not great) but contains the text "hello world" at the top, '''update''': found "hello world" in webroot/templates/header.tpl, do i simply copy that to momokb directory and then remove "hello world" or is there another better way?</strike> - no better way, I have committed this to trunk 60426
# <strike>the "Print" function displays a version of the page without the headers or sidebar (which is ok but not great) but contains the text "hello world" at the top, '''update''': found "hello world" in webroot/templates/header.tpl, do i simply copy that to momokb directory and then remove "hello world" or is there another better way?</strike> - no better way, I have committed this to trunk 60426
# the "Mozilla Messaging / Knowledge Base" breadcrumb links to https://stage.support.mozillamessaging.com/en-US/kb/tiki-index.php?page=test%20article%20with%20screenshot, which needs to be fixed
# <strike>the "Mozilla Messaging / Knowledge Base" breadcrumb links to https://stage.support.mozillamessaging.com/en-US/kb/tiki-index.php?page=test%20article%20with%20screenshot, which needs to be fixed</strike>
# The feedback questions at the bottom of the page shouldn't be displayed on portal pages, only article pages.  - might need theme fix to "display none" pollarea and pollarea2 if category is Administration - committed momocommon_nopoll.css revision 60693 - hmmm didn't work, @import statement broken by SUMO, need to ask in #sumodev, ask why mozms2 works and our momocommon_nopoll doesn't work, commit 60898 added momocommon_nopoll.css to minify.conf.php.dist in /scripts/minify
# The feedback questions at the bottom of the page shouldn't be displayed on portal pages, only article pages.  - might need theme fix to "display none" pollarea and pollarea2 if category is Administration - committed momocommon_nopoll.css revision 60693 - hmmm didn't work, @import statement broken by SUMO, need to ask in #sumodev, ask why mozms2 works and our momocommon_nopoll doesn't work, commit 60898 added momocommon_nopoll.css to minify.conf.php.dist in /scripts/minify
# <strike>The "Initial List of articles" is missing Migration Assistant and the 2-3 FAQ</strike>
# <strike>The "Initial List of articles" is missing Migration Assistant and the 2-3 FAQ</strike>
# Change all links to releases to be 3.0.1 instead of 3.0 or 2.0.0.23
# <strike>Change all links to releases to be 3.0.1 instead of 3.0 or 2.0.0.23</strike>
Confirmed users
5,365

edits