User:Sirdog/Workbook: Difference between revisions

1,026 bytes added ,  11 October 2023
no edit summary
No edit summary
No edit summary
Line 55: Line 55:


__NOTOC__
__NOTOC__
== Updating tips ==
[https://www.mediawiki.org/wiki/Manual:Upgrading https://www.mediawiki.org/wiki/Manual:Upgrading]
* I'll need to move the <code>.htaccess</code> file from the original directory to the new directory. Failing to do so breaks styling of the website.
* The logo is held in <code>resources/assets</code>, NOT <code>images</code>. Need to move that over.
* I'll need to clear my cookies in order to see the logo once the upgrade is complete.
* To move all files in a directory to another one, the command is <code>mv <directory_1>/* <directory_2></code>.
* Running the update maintenance script requires that the database be unlocked.
* To move an entire directory to a new location, do <code>mv <directory_1> <new_directory_location></code>.
=== Extensions ===
The following are the extensions in use that do not come with the base MediaWiki installation as of 11 October 2023.
* CheckUser
* DeleteBatch
* Echo
* EditAccount
* Lockdown
* MobileFrontend
* Popups
* StopForumSpam
* TemplateStyles
* UserMerge