= The Support Toolkit =
The Support Toolkit (STK) was developed by the phpBB.com Support Team in cooperation with EXreaction. The STK provides a second "Administration Control Panel" that can be used to recover various part of a corrupted phpBB 3.0.x installation or to solve commonly encountered problems with the software.

== Version ==
Support Toolkit 1.0.0
Supported phpBB versions 3.0.0 - 3.0.7

== Authors ==
Erik Frèrejean	(Erik Frèrejean)
EXreaction	(Nathan Guse)
iWisdom		(Phil Crumm)

== Contributors ==
Marshalrusty	(Yuriy Rusko)
stevemaury	(Steve Atkinson)
Tom		(Tom Catullo)

= Installation Instructions =
To install the Support Toolkit, upload the complete "stk" directory into your forum's root directory on your server (the one containing a file named "config.php"). Once you have uploaded the directory into the correct place, point your browser towards the toolkit to access it (http://www.example.com/phpBB/stk/).
In the "contrib" folder you will find some additional installation instructions (in the MODX format) which will allow you to better integrate the STK with your phpBB installation.

= Upgrade Instructions=
== Upgrade to 1.0.0 ==
To upgrade a previous version of the STK to 1.0.0, remove your previous installation by deleting the stk/ directory, then follow the Installation Instructions above.


= Changelog =
== Changes since RC3 ==
* [Add] Re-cache moderators tool to repopulate the moderators_cache table. (Bug #51625)
* [Fix] Corrected some language related issues. (Bug #53725, #53835, #53845, #56865, #57815)
* [Fix] Display the correct "old" version number when triggering the outdated message after a STK update due to cached information.
* [Fix] Allow the use of a non default language pack. (Bug #54785)
* [Fix] Database cleaner removes non phpBB related tables. (Bug #55355)
* [Fix] Users added to the "Newly Registered Users Group" won't be automatically removed. (Bug #55695)
* [Fix] STK shouldn't remove "old" config entries for backwards compatibility. (Bug #55375)
* [Fix] Database cleaner removes feed related items from the database. (Bug #54765)
* [Fix] Reparse BBCode empties some posts. (Bug #55765, patch by D¡cky)
* [Fix] Database cleaner removes the Q/A captcha tables. (Bug #56605)
* [Fix] Correct error when attempting to remove groups. (Bug #56065)
* [Fix] SQL error on attempting to replace previously removed default bots. (Bug #56065)
* [Fix] Rename user_group section to usergroup to avoid triggering mod_security. (Bug #48225)
* [Fix] Select the "registered users" group as default in the Add user tool.
* [Fix] Reparse BBCode encodes some previously encoded entities. (Bug #56885, patch by D¡cky)
* [Fix] "Database Cleaner" doesn't work with PostgreSQL. (Bug #56565, patch by we3b)
* [Fix] Reparse BBCode does not properly handle UTF8 on PHP4. (Bug #56885, patch by D¡cky)
* [Fix] Reparse BBCode breaks link between posts and atachments. (Bug #57325)
* [Fix] Multiple runs of the BBCode reparser would break posts. (Bug #57245)
* [Fix] BBCode sets all topic first posters to "Guest".
* [Remove] URL List tool deferred until post-1.0.0 due to necessary refactoring. (Bug #50255)

== Changes since RC2 ==
* [Add] Add the ability to "mass demote" founders through the list founders tool. (Bug #51435)
* [Add] "Resync users with newly registered users group" tool. (Bug #52405)
* [Fix] "Recreate Module Management modules" tool now also re-enables the modules if required.
* [Fix] Set the correct language packs for phpBB <= 3.0.2. (Bug #51535)
* [Fix] Display correct messages when fields are filled out incorrectly in the add user tool. (Bug #52385)
* [Fix] Updates of UMIL break the Support Toolkit. (Bug #53375)


== Changes since RC1 ==
* [Fix] Remove the hardcoded location of the toolkit. (Bug #47375)
* [Fix] Make sure the menu is sorted correctly when using a translated version.
* [Fix] Changed the message displayed when the Sanitise user tool doesn't do anything. (Bug #47405)
* [Fix] Invalid XHTML in the profile list tool.
* [Fix] Don't break the layout when displaying large query results.
* [Fix] Non-existent style causes STK to not start. (Bug #47925)
* [Fix] Version check for hosts with strange fsockopen settings. (Bug #47445)
* [Fix] Don't disable the STK if the version check file on phpbb.com couldn't be found. (Bug #48845)
* [Fix] Non-existent style causes STK crash. (Bug #47925)
* [Fix] Double table prefix in the database cleaner. (Bug #49255)
