Difference between revisions of "User:Crazybobbles/To do"

MuseWiki, wiki for the band Muse
Jump to navigation Jump to search
(Workaround for the disappearing-pages-with-titles-containing-dots)
(I swear I've put more effort and time into building this page than you have working on these.)
Line 10: Line 10:
****Workaround thereto: View specific revisions.
****Workaround thereto: View specific revisions.
* Fix <nowiki><feed></nowiki>
* Fix <nowiki><feed></nowiki>
* Make sure:
** extensions/SpamBlacklist/SpamBlacklist.php;
** extensions/SpamBlacklist/SpamBlacklist_body.php; and
** extensions/SpamBlacklist/SpamBlacklist.i18n.php
: have been installed.
* Make sure LocalSettings.php contains <pre>require_once( "$IP/extensions/SpamBlacklist/SpamBlacklist.php" );</pre>
* Make sure LocalSettings.php contains
** $wgSpamBlacklistFiles = array(<br />"https://secure.wikimedia.org/wikipedia/meta/wiki/Spam_blacklist",<br />"https://secure.wikimedia.org/wikipedia/en/wiki/MediaWiki:Spam-blacklist"<br />);
* Make sure LocalSettings.php contains <pre>ini_set( 'pcre.backtrack_limit', '8M' );</pre> <strong>before</strong> <pre>require_once( "$IP/extensions/SpamBlacklist/SpamBlacklist.php" );</pre>
* Install [https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:SimpleAntiSpam SimpleAntiSpam], which would stop spambots.
* Install [https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:BlockTitles BlockTitles], which would block much of the spam.
* Install [https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:ConfirmEdit ConfirmEdit] and set it to display simple maths problems as images, which would annihilate the rest of the spam.
* Set $wgLogo to "skins/common/images/musewikiLogo.png"
* Set $wgLogo to "skins/common/images/musewikiLogo.png"
* Update MediaWiki to 1.17.*
* Update MediaWiki to 1.17.*

Revision as of 10:03, 26 September 2011

Introduction

If you wanna know what I'm planning to do to MuseWiki, check here. :)

To do

  • Nothing
  • Fix stylesheet and talk-page editing of lots of different pages
    • Throws 403(.shtml) on previewing/saving of certain pages, all with titles containing colons, though not all pages with colons in their titles are affected. What server are we running? Windows fscking on file names with colons?
      • Nack not Windows, now:

        You don't have permission to access /index.php on this server.

        Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

      • Also, now other pages are missing:

        The requested URL /All_Areas_Vol._3_(compilation) was not found on this server.

        Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

        • Workaround thereto: View specific revisions.
  • Fix <feed>
  • Make sure:
    • extensions/SpamBlacklist/SpamBlacklist.php;
    • extensions/SpamBlacklist/SpamBlacklist_body.php; and
    • extensions/SpamBlacklist/SpamBlacklist.i18n.php
have been installed.