WG/OBIT/todo: Difference between revisions

From wiki.occupyboston.org
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== OBIT todo ==
== OBIT todo ==
 
<u>'''''For OBIT internal use only NOT for support requests!'''''</u>


<u>'''''For OBIT internal use only NOT for support requests!'''''</u>




*[[WG/OBIT/Wikispaces Migration|mediawiki migration]]
*[[WG/OBIT/Wikispaces Migration|mediawiki migration]]
**wyswig editor extension  
**wyswig editor extension
***installed [http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official) FCKEditor] MediaWiki extension, had to apply [http://www.mediawiki.org/wiki/Extension_talk:FCKeditor_(Official)#Getting_Cannot_redeclare_js_unescape.28.29_error this patch]  
***installed [http://www.mediawiki.org/wiki/Extension:FCKeditor_(Official) FCKEditor] MediaWiki extension, had to apply [http://www.mediawiki.org/wiki/Extension_talk:FCKeditor_(Official)#Getting_Cannot_redeclare_js_unescape.28.29_error this patch]
***maybe find a way to make rich editor the default?  
***maybe find a way to make rich editor the default?
** figure out exporting -- '''DONE''' -- brandon, matt, gregg, have keys  
***'''UNINSTALLED''' FCKEditor, installed&nbsp;[http://smwforum.ontoprise.com/smwforum/index.php/Help:Using_the_WYSIWYG_extension_1.5.6 WYSIWYG]
** converter from wikispaces text to mediawiki text -- '''DONE''' -- still buggy: [[User:Matt/convert_spaces_to_MW]]
**figure out exporting -- '''DONE''' -- brandon, matt, gregg, have keys
** wrap mediawiki text in mediawiki XML import format -- '''DONE''' -- [[User:Matt/makeXML]]
**converter from wikispaces text to mediawiki text -- '''DONE''' -- still buggy: [[User:Matt/convert spaces to MW]]
** review automated import for bugs -- '''IN PROGRESS''' -- [[WG/OBIT/Import_Bugs]]
**wrap mediawiki text in mediawiki XML import format -- '''DONE''' -- [[User:Matt/makeXML]]
** organize import -- '''IN PROGRESS''' -- brandon, matt, onekarma
**review automated import for bugs -- '''IN PROGRESS''' -- [[WG/OBIT/Import Bugs]]
** link wikispaces pages to new wiki -- solidstate? (or yanikn)
**organize import -- '''IN PROGRESS''' -- brandon, matt, onekarma
** lock wikispaces pages -- solidstate? (or yanikn)
**link wikispaces pages to new wiki -- solidstate? (or yanikn)
** mediawiki mobile extension -- matt
**lock wikispaces pages -- solidstate? (or yanikn)
** load testing
**mediawiki mobile extension -- matt
*** move to mod_php if load testing doesn't work
**load testing
** Fix nice URLs -- '''DONE''' -- ross
***move to mod_php if load testing doesn't work
*** not very useful at the moment as they aren't the default, and the homepage doesn't work
**Fix nice URLs -- '''DONE''' -- ross
***not very useful at the moment as they aren't the default, and the homepage doesn't work


* Google Groups migration
*Google Groups migration
** identify all google groups that should be migrated
**identify all google groups that should be migrated
** create new lists for each group on mayfair
**create new lists for each group on mayfair
** auto sign up old list members?
**auto sign up old list members?
** announce shutdown of old list at a certain date
**announce shutdown of old list at a certain date
** add auto responder with new list info after date  
**add auto responder with new list info after date
** disallow new posts after date
**disallow new posts after date


* WordPress
*WordPress
** load testing -- '''IN PROGRESS''' -- matt
**load testing -- '''IN PROGRESS''' -- matt
*** Initial results of NOT good used ''$ab -n100 -c10 http://www.occupyboston.org/'' and initial median response was 16 seconds! Dropped to 8s with Ross' fix: added define( ‘ENABLE_CACHE’, true ); to wp-config.php
***Initial results of NOT good used ''$ab -n100 -c10 [http://www.occupyboston.org/ http://www.occupyboston.org/]'' and initial median response was 16 seconds! Dropped to 8s with Ross' fix: added define( ‘ENABLE_CACHE’, true ); to wp-config.php
*** ''$ab -n100 -c20 http://www.occupyboston.org/'' media still high, 12 seconds
***''$ab -n100 -c20 [http://www.occupyboston.org/ http://www.occupyboston.org/]'' media still high, 12 seconds
** put WP under git -- '''DONE''' --ross
**put WP under git -- '''DONE''' --ross
*** commands (requires key install, see ross):
***commands (requires key install, see ross):
<pre>
<pre>mkdir occupyboston;
mkdir occupyboston;
cd occupyboston;  
cd occupyboston;  
git init;
git init;
Line 43: Line 44:
git merge live/master
git merge live/master
</pre>
</pre>
*ticket tracking  
*ticket tracking
**[http://trac.edgewall.org/ trac] suggested, see [https://lists.mayfirst.org/mailman/private/obit/2011-October/000108.html thread start]  
**[http://trac.edgewall.org/ trac] suggested, see [https://lists.mayfirst.org/mailman/private/obit/2011-October/000108.html thread start]
**requirement: mobile accessible
**requirement: mobile accessible
** currently (20 Oct) using [http://support.occupyboston.org support.occupyboston.org] -- '''IN PROGRESS''' (brandon has admin, keys)
**currently (20 Oct) using [http://support.occupyboston.org support.occupyboston.org] -- '''IN PROGRESS''' (brandon has admin, keys)


* documentation and classes
*documentation and classes
** mediawiki related
**mediawiki related
*** how to create an account -- Tracy
***how to create an account -- Tracy
*** editing pages
***editing pages
**** how to use WYSWYG editor mode?
****how to use WYSWYG editor mode?
*** "Best Practices"
***"Best Practices"
**** how to link properly (e.g. use permalinks)
****how to link properly (e.g. use permalinks)
**** best way to name a page
****best way to name a page
**** WG conventions (e.g.: WG work goes in /WG/<name>)
****WG conventions (e.g.: WG work goes in /WG/&lt;name&gt;)

Revision as of 16:51, 20 October 2011

OBIT todo

For OBIT internal use only NOT for support requests!


  • mediawiki migration
    • wyswig editor extension
      • installed FCKEditor MediaWiki extension, had to apply this patch
      • maybe find a way to make rich editor the default?
      • UNINSTALLED FCKEditor, installed WYSIWYG
    • figure out exporting -- DONE -- brandon, matt, gregg, have keys
    • converter from wikispaces text to mediawiki text -- DONE -- still buggy: User:Matt/convert spaces to MW
    • wrap mediawiki text in mediawiki XML import format -- DONE -- User:Matt/makeXML
    • review automated import for bugs -- IN PROGRESS -- WG/OBIT/Import Bugs
    • organize import -- IN PROGRESS -- brandon, matt, onekarma
    • link wikispaces pages to new wiki -- solidstate? (or yanikn)
    • lock wikispaces pages -- solidstate? (or yanikn)
    • mediawiki mobile extension -- matt
    • load testing
      • move to mod_php if load testing doesn't work
    • Fix nice URLs -- DONE -- ross
      • not very useful at the moment as they aren't the default, and the homepage doesn't work
  • Google Groups migration
    • identify all google groups that should be migrated
    • create new lists for each group on mayfair
    • auto sign up old list members?
    • announce shutdown of old list at a certain date
    • add auto responder with new list info after date
    • disallow new posts after date
  • WordPress
    • load testing -- IN PROGRESS -- matt
      • Initial results of NOT good used $ab -n100 -c10 http://www.occupyboston.org/ and initial median response was 16 seconds! Dropped to 8s with Ross' fix: added define( ‘ENABLE_CACHE’, true ); to wp-config.php
      • $ab -n100 -c20 http://www.occupyboston.org/ media still high, 12 seconds
    • put WP under git -- DONE --ross
      • commands (requires key install, see ross):
mkdir occupyboston;
cd occupyboston; 
git init;
git remote add live ssh://occubos@boggs.mayfirst.org/home/members/occupyboston/sites/occupyboston.org/include/site_hub;
git fetch live;
git merge live/master
  • documentation and classes
    • mediawiki related
      • how to create an account -- Tracy
      • editing pages
        • how to use WYSWYG editor mode?
      • "Best Practices"
        • how to link properly (e.g. use permalinks)
        • best way to name a page
        • WG conventions (e.g.: WG work goes in /WG/<name>)