WG/OBIT/todo: Difference between revisions

From wiki.occupyboston.org
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 18: Line 18:
** load testing
** load testing
*** move to mod_php if load testing doesn't work
*** move to mod_php if load testing doesn't work
** Fix nice URLs
** Fix nice URLs -- '''DONE''' -- ross
*** not very useful at the moment as they aren't the default, and the homepage doesn't work
*** not very useful at the moment as they aren't the default, and the homepage doesn't work


<br>
* 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


*ticket tracking  
*ticket tracking  

Revision as of 13:54, 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?
    • 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
  • 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
  • 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>)