MediaWiki/Upgrade/REL1 25 to REL1 26: Difference between revisions

link to wikimedia git repos for extensions
Adds section on preferences
Line 84: Line 84:
Also, if you don't even know whether there are submodules in use, you can search for those by looking for .gitmodules or .git '''files''' <code>find . -type f -name .git</code>
Also, if you don't even know whether there are submodules in use, you can search for those by looking for .gitmodules or .git '''files''' <code>find . -type f -name .git</code>


== Preferences ==
Oftentimes, you will need to test and check preference settings in combination with core, skin, and extension upgrades.


=== Debug ===
=== Debug ===