Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,120
edits
No edit summary |
|||
Line 8: | Line 8: | ||
* Pages (Articles) | * Pages (Articles) | ||
* Jobs | * Jobs | ||
* Registered Users | * Registered Users | ||
* Administrators | * Administrators | ||
* Page Edits | * Page Edits | ||
* Active Users | * Active Users | ||
* Files Uploaded | * Files Uploaded | ||
* Total Pages | * Total Pages | ||
* Page views | * Page views | ||
Line 30: | Line 22: | ||
=== CiteThisPage === | === CiteThisPage === | ||
* Description - Adds a [[Special:CiteThisPage]] citation special page and toolbox link | * Description - Adds a [[Special:CiteThisPage]] citation special page and toolbox link | ||
* Test - {{fullurl:Special:CiteThisPage|page=File+sharing}} | * Test - {{fullurl:Special:CiteThisPage|page=File+sharing}} | ||
=== Contribution Scores === | === Contribution Scores === | ||
* Description - [[Contribution scores]] polls the wiki database for highest [[Special:ContributionScores]] user contribution volume | * Description - [[Contribution scores]] polls the wiki database for highest [[Special:ContributionScores]] user contribution volume | ||
* Test - See if the top 10 contributors since the beginning of wiki are displayed below. | * Test - See if the top 10 contributors since the beginning of wiki are displayed below. | ||
{{Special:ContributionScores/10/all}} | {{Special:ContributionScores/10/all}} | ||
=== Echo === | === Echo === | ||
* Description - System for notifying users about events and messages | * Description - System for notifying users about events and messages | ||
* Test - With another account, see if you can: | * Test - With another account, see if you can: | ||
Line 57: | Line 43: | ||
=== Renameuser === | === Renameuser === | ||
* Description - Adds a [[Special:RenameUser]] special page to rename a user (need ''renameuser'' right) | * Description - Adds a [[Special:RenameUser]] special page to rename a user (need ''renameuser'' right) | ||
* Test - Using an account with the correct rights, rename a user account | * Test - Using an account with the correct rights, rename a user account | ||
=== Replace Text === | === Replace Text === | ||
* {{Mw|article=Extension:Replace Text}} provides a special page to allow administrators to do a global string find-and-replace on all the content pages of a wiki | * {{Mw|article=Extension:Replace Text}} provides a special page to allow administrators to do a global string find-and-replace on all the content pages of a wiki | ||
* Test - Use [[Special:ReplaceText]] to make a text replacement | * Test - Use [[Special:ReplaceText]] to make a text replacement | ||
=== UserMerge === | === UserMerge === | ||
* Description - [[Special:UserMerge]] Merges references from one user to another user in the wiki database - will also delete old users following merge. Requires ''usermerge'' privileges | * Description - [[Special:UserMerge]] Merges references from one user to another user in the wiki database - will also delete old users following merge. Requires ''usermerge'' privileges | ||
* Test - After other testing is done with test account, attempt to merge it into a primary account | * Test - After other testing is done with test account, attempt to merge it into a primary account | ||
Line 148: | Line 128: | ||
=== WikiEditor === | === WikiEditor === | ||
* Description - Provides an extendable wikitext editing interface and many feature-providing modules | * Description - Provides an extendable wikitext editing interface and many feature-providing modules | ||
* Test - Test all features of [[Help:Enhanced editor|Enhanced editor]]'s toolbar | * Test - Test all features of [[Help:Enhanced editor|Enhanced editor]]'s toolbar | ||
=== CategoryTree === | === CategoryTree === | ||
* Description - [[Category tree]] dynamically navigate the [[Special:CategoryTree]] category structure | * Description - [[Category tree]] dynamically navigate the [[Special:CategoryTree]] category structure | ||
* Test - See if the Category tree appears below. | * Test - See if the Category tree appears below. | ||
Line 160: | Line 138: | ||
=== Cite === | === Cite === | ||
* Description - Adds <code><ref[ name=id]></code> and <code><nowiki><references/></nowiki></code> tags, for citations | * Description - Adds <code><ref[ name=id]></code> and <code><nowiki><references/></nowiki></code> tags, for citations | ||
* Test - Ensure that the reference is working<ref>Cite is working</ref> | * Test - Ensure that the reference is working<ref>Cite is working</ref> | ||
=== EmbedVideo === | === EmbedVideo === | ||
* Description - Adds a parser function embedding video from popular sources. | * Description - Adds a parser function embedding video from popular sources. | ||
* Test - See if the video is playable below. | * Test - See if the video is playable below. | ||
{{# | {{#ev:YouTube|https://www.youtube.com/watch?v=kRphNpnQGNc|400|right|The Pontificate of John Paul II begins|frame|t=1}}{{Clear}} | ||
=== ImageMap === | === ImageMap === | ||
* Description - [[Image map|Image Map]] allows client-side clickable image maps using <code><nowiki><imagemap></nowiki></code>tag | * Description - [[Image map|Image Map]] allows client-side clickable image maps using <code><nowiki><imagemap></nowiki></code>tag | ||
* Test - Confirm that you clicking on portions of the map below will take you to the appropriate state. | * Test - Confirm that you clicking on portions of the map below will take you to the appropriate state. | ||
Line 205: | Line 156: | ||
=== Maps === | === Maps === | ||
* Description - [https://github.com/JeroenDeDauw/Maps/blob/master/README.md#maps Maps] enables embedding of dynamic maps into wiki pages, geocoding of addresses and other geographical operations | * Description - [https://github.com/JeroenDeDauw/Maps/blob/master/README.md#maps Maps] enables embedding of dynamic maps into wiki pages, geocoding of addresses and other geographical operations | ||
* Test - See if the map (NEEDED) appears below. | |||
* Test - See if the | |||
=== ParserFunctions === | === ParserFunctions === | ||
* Description - Enhance parser with logical functions | * Description - Enhance parser with logical functions | ||
* Test - Ensure [[parser functions]] are working | * Test - Ensure [[parser functions]] are working | ||
Line 228: | Line 174: | ||
** <code><nowiki>{{#ifeq: {{#time: D}} | Fri | TGIF!}}</nowiki></code> will display a message only on Fridays: {{#ifeq: {{#time: D}} | Fri | TGIF!}} | ** <code><nowiki>{{#ifeq: {{#time: D}} | Fri | TGIF!}}</nowiki></code> will display a message only on Fridays: {{#ifeq: {{#time: D}} | Fri | TGIF!}} | ||
** <code><nowiki>{{#switch: {{#time: D}} | Fri=TGIF! | Sat=Weekend | Sun=Weekend | #default=Where's my coffee?}}</nowiki></code> will display a different message on different days: {{#switch: {{#time: D}} | Fri=TGIF! | Sat=Weekend | Sun=Weekend | #default=Where's my coffee?}} | ** <code><nowiki>{{#switch: {{#time: D}} | Fri=TGIF! | Sat=Weekend | Sun=Weekend | #default=Where's my coffee?}}</nowiki></code> will display a different message on different days: {{#switch: {{#time: D}} | Fri=TGIF! | Sat=Weekend | Sun=Weekend | #default=Where's my coffee?}} | ||
=== Scribunto === | === Scribunto === | ||
* Description - Framework for embedding scripting languages into MediaWiki pages | * Description - Framework for embedding scripting languages into MediaWiki pages | ||
* Test | * Test | ||
Line 248: | Line 183: | ||
=== SyntaxHighlight === | === SyntaxHighlight === | ||
* Description - Provides syntax highlighting <code><nowiki><syntaxhighlight></nowiki></code> using [http://pygments.org/ Pygments - Python syntax highlighter] | * Description - Provides syntax highlighting <code><nowiki><syntaxhighlight></nowiki></code> using [http://pygments.org/ Pygments - Python syntax highlighter] | ||
* Test - The wikitext below should be color coded when saved. | * Test - The wikitext below should be color coded when saved. | ||
Line 283: | Line 216: | ||
=== TemplateStyles === | === TemplateStyles === | ||
* Description - The {{Mw|article=Extension:TemplateStyles|label=TemplateStyles}} extension introduces a <code><nowiki><templatestyles></nowiki></code> tag to specify that a stylesheet should be loaded from a wiki page. Placing this in a template allows the template to have custom styles without having to place them in MediaWiki:Common.css. For instructions on how to use the extension as an editor on a wiki, see [[Help:TemplateStyles]]. | * Description - The {{Mw|article=Extension:TemplateStyles|label=TemplateStyles}} extension introduces a <code><nowiki><templatestyles></nowiki></code> tag to specify that a stylesheet should be loaded from a wiki page. Placing this in a template allows the template to have custom styles without having to place them in MediaWiki:Common.css. For instructions on how to use the extension as an editor on a wiki, see [[Help:TemplateStyles]]. | ||
* Test - Review [[Help:TemplateStyles/examples]] | * Test - Review [[Help:TemplateStyles/examples]] | ||
=== PDF Handler === | === PDF Handler === | ||
* Description - Handler for viewing PDF files in image mode. | * Description - Handler for viewing PDF files in image mode. | ||
* Test - Ensure that appears as an image below. | * Test - Ensure that appears as an image below. | ||
Line 305: | Line 226: | ||
=== AdvancedSearch === | === AdvancedSearch === | ||
* Description - {{Mw|article=Extension:AdvancedSearch|label=AdvancedSearch}} enhances [[Special:Search]] by providing an advanced parameters form and improving how namespaces for a search query are selected. | * Description - {{Mw|article=Extension:AdvancedSearch|label=AdvancedSearch}} enhances [[Special:Search]] by providing an advanced parameters form and improving how namespaces for a search query are selected. | ||
* Test - Go to [[Special:Search]] and ensure the form can be used to filter results appropriately | * Test - Go to [[Special:Search]] and ensure the form can be used to filter results appropriately | ||
=== CategoryTagSorter === | === CategoryTagSorter === | ||
* Description - The {{Mw|article=Extension:CategoryTagSorter|label=CategoryTagSorter}} extension alphabetizes category links at the bottom of an article. | * Description - The {{Mw|article=Extension:CategoryTagSorter|label=CategoryTagSorter}} extension alphabetizes category links at the bottom of an article. | ||
* Test - | * Test - | ||
** Go to [[Test page]] | ** Go to [[Test page]] | ||
Line 322: | Line 239: | ||
=== CirrusSearch === | === CirrusSearch === | ||
* Description - The {{Mw|article=Extension:CirrusSearch|label=CirrusSearch}} extension implements searching for MediaWiki using [[Elasticsearch]]. | * Description - The {{Mw|article=Extension:CirrusSearch|label=CirrusSearch}} extension implements searching for MediaWiki using [[Elasticsearch]]. | ||
* Test - As this affects the default search for the wiki, test one or two of the features mentioned on [[Help:Search]]: | * Test - As this affects the default search for the wiki, test one or two of the features mentioned on [[Help:Search]]: | ||
Line 348: | Line 264: | ||
=== Elastica === | === Elastica === | ||
* Description - The {{Mw|article=Extension:Elastica|label=Elastica}} extension provides base elasticsearch functionality. Further information is available on the CirrusSearch extension's page. | * Description - The {{Mw|article=Extension:Elastica|label=Elastica}} extension provides base elasticsearch functionality. Further information is available on the CirrusSearch extension's page. | ||
* Test - See [[#CirrusSearch]] above. | * Test - See [[#CirrusSearch]] above. | ||
=== MobileFrontend === | === MobileFrontend === | ||
[[File:Switch to mobile view.png|thumb|300x300px|Switch to mobile front end]] | [[File:Switch to mobile view.png|thumb|300x300px|Switch to mobile front end]] | ||
* Description - [[Mobile Front End|Mobile Front end]] creates a separate mobile site for your mobile traffic and provides various content transformations to make your content more friendly | * Description - [[Mobile Front End|Mobile Front end]] creates a separate mobile site for your mobile traffic and provides various content transformations to make your content more friendly | ||
* Test | * Test | ||
** On a desktop, go to the bottom of any Saintapedia page | ** On a desktop, go to the bottom of any Saintapedia page | ||
** See if there is a link to "Mobile view" | ** See if there is a link to "Mobile view" | ||
** Ensure the display changes appropriately | ** Ensure the display changes appropriately | ||
=== MultimediaViewer === | === MultimediaViewer === | ||
* Description - The {{Mw|article=Extension:MultimediaViewer|label=MultimediaViewer}} extension gives the user of a wiki a different interface for viewing full-size, or nearly full-size, images in their browser without extraneous page loads or confusing interstitial pages. | * Description - The {{Mw|article=Extension:MultimediaViewer|label=MultimediaViewer}} extension gives the user of a wiki a different interface for viewing full-size, or nearly full-size, images in their browser without extraneous page loads or confusing interstitial pages. | ||
* Test - Click on a page with a large image. Examples: | * Test - Click on a page with a large image. Examples: | ||
** [[Help:Editing Saintapedia#Editing sections|Help:Editing Saintapedia#Editing sections]] - [[Help:Editing Saintapedia#/media/File:Enhanced editor advanced tab.png|Help:Editing Saintapedia#/media/File:Enhanced editor advanced tab.png]] | ** [[Help:Editing Saintapedia#Editing sections|Help:Editing Saintapedia#Editing sections]] - [[Help:Editing Saintapedia#/media/File:Enhanced editor advanced tab.png|Help:Editing Saintapedia#/media/File:Enhanced editor advanced tab.png]] | ||
** [[Help:Maps#Map editor]] - [[Help:Maps#/media/File:Map Editor Screenshot.png]] | ** [[Help:Maps#Map editor]] - [[Help:Maps#/media/File:Map Editor Screenshot.png]] | ||
** [[Help:Watchlist]] - [[Help:Watchlist#/media/File:Watchlist star - Adding a page.png]] | ** [[Help:Watchlist]] - [[Help:Watchlist#/media/File:Watchlist star - Adding a page.png]] | ||
** [[Help:Editors]] - [[Help:Editors#/media/File:MediaWiki editors.png]] | ** [[Help:Editors]] - [[Help:Editors#/media/File:MediaWiki editors.png]] | ||
=== NewUserMessage === | === NewUserMessage === | ||
{{Notice|This is not being used as of September 2024}} | |||
* {{Mw|article=Extension:NewUserMessage}} | * {{Mw|article=Extension:NewUserMessage}} | ||
* Test - Check [[Special:Contributions/WelcomingCommittee]] to see if new editors are being welcomed. | * Test - Check [[Special:Contributions/WelcomingCommittee]] to see if new editors are being welcomed. | ||
=== ParserHooks === | === ParserHooks === | ||
* Description - {{Mw|article=Extension:ParserHooks|label=ParserHooks}} adds an object orientated and declarative parser hook interface on top of MediaWiki. | * Description - {{Mw|article=Extension:ParserHooks|label=ParserHooks}} adds an object orientated and declarative parser hook interface on top of MediaWiki. | ||
* Test - Testing should be done above in [[#ParserFunctions|ParserFunctions]]. | * Test - Testing should be done above in [[#ParserFunctions|ParserFunctions]]. | ||
=== SandboxLink === | === SandboxLink === | ||
* {{Mw|article=Extension:SandboxLink}} extension adds a link to user's personal sandbox to personal tools menu. The sandbox is assumed to exist, or will be created, at a "/sandbox" subpage of user's userpage. | * {{Mw|article=Extension:SandboxLink}} extension adds a link to user's personal sandbox to personal tools menu. The sandbox is assumed to exist, or will be created, at a "/sandbox" subpage of user's userpage. | ||
* Test - When logged in, is the a link to your [[Sandbox]] in the upper right hand corner of every page? | * Test - When logged in, is the a link to your [[Sandbox]] in the upper right hand corner of every page? | ||
=== Thanks === | === Thanks === | ||
*[[File:Thanks in article history.png|thumb|Thanks tool]]Description - The '''[[Thanks tool]]''' enables editors to send a '<nowiki/>'''Thank you'''' notification to users who make constructive edits, to give them positive feedback. | *[[File:Thanks in article history.png|thumb|Thanks tool]]Description - The '''[[Thanks tool]]''' enables editors to send a '<nowiki/>'''Thank you'''' notification to users who make constructive edits, to give them positive feedback. | ||
* Test - Look at a page's [[article history]] page or [[Difference view]] to ensure there is a "Thank" link. if so, follow the [[Help:Thanks tool#Process|Thanks Process]]. | * Test - Look at a page's [[article history]] page or [[Difference view]] to ensure there is a "Thank" link. if so, follow the [[Help:Thanks tool#Process|Thanks Process]]. | ||
==Basics== | ==Basics== | ||
*The login page shows [[MediaWiki:Loginprompt]] | *The login page shows [[MediaWiki:Loginprompt]] | ||
*The post login page should have the items below, which is configured in the LocalSettings file | *The post login page should have the items below, which is configured in the LocalSettings file | ||
**'''You are now logged in to Saintapedia as "Username".''' | **'''You are now logged in to Saintapedia as "Username".''' | ||
**The list of what not to post from [[What not to post on Saintapedia|What not to post on Saintapedia]] | **The list of what not to post from [[What not to post on Saintapedia|What not to post on Saintapedia]] | ||
*Compare the list of extension on [[Special:Version]] before the upgrade and confirm that they are there after the upgrade (This page's [[Saintapedia:Test plan#Installed extensions|inventory of extensions]] could also be helpful) | *Compare the list of extension on [[Special:Version]] before the upgrade and confirm that they are there after the upgrade (This page's [[Saintapedia:Test plan#Installed extensions|inventory of extensions]] could also be helpful) | ||
*Ensure edits can be made using both in [[Visual editor]] and using the [[Enhanced editor]] | *Ensure edits can be made using both in [[Visual editor]] and using the [[Enhanced editor]] | ||
*Check that you are able to | *Check that you are able to | ||
**[[Undo|Undo a change]], | **[[Undo|Undo a change]], | ||
**[[rename a page]] | **[[rename a page]] | ||
**Create a [[redirect]] | **Create a [[redirect]] | ||
**Change your [[preferences]] | **Change your [[preferences]] | ||
**Access Saintapedia on a mobile device and that it is using the [[Mobile Front End]] | **Access Saintapedia on a mobile device and that it is using the [[Mobile Front End]] | ||
**[[Create an account]] | **[[Create an account]] | ||
**[[Reset password]] | **[[Reset password]] | ||
*Ensure you cannot change your password to your personal email address (only accept allowed domains [[Who can Create A Saintapedia Account|can create a Saintapedia account]]) | *Ensure you cannot change your password to your personal email address (only accept allowed domains [[Who can Create A Saintapedia Account|can create a Saintapedia account]]) | ||
*Check if HTTPs (SSL) is enabled | *Check if HTTPs (SSL) is enabled | ||
*For [[Watchlist|Watchlists]], check if: | *For [[Watchlist|Watchlists]], check if: | ||
**it is possible to add/remove a page to your watchlist | **it is possible to add/remove a page to your watchlist | ||
**[[Help:Watchlist#Getting notifications|Email notifications]] work | **[[Help:Watchlist#Getting notifications|Email notifications]] work | ||
*Ensure the default main page | |||
*Ensure the default main page | |||
==Look and feel== | ==Look and feel== | ||
Verify that [[MediaWiki:Common.css]] and [[MediaWiki:Common.js]] are functioning correctly. | Verify that [[MediaWiki:Common.css]] and [[MediaWiki:Common.js]] are functioning correctly. | ||
*If the two complex template structures: {{tl|Navbox}} and {{tl|Infobox}} are working, then that is a good sign that common.css and common.js are correct. Both template pages have examples on them that can easily show whether the various components are working. Note that as of 2019, all Navboxes are auto collapsed by the JavaScript | *If the two complex template structures: {{tl|Navbox}} and {{tl|Infobox}} are working, then that is a good sign that common.css and common.js are correct. Both template pages have examples on them that can easily show whether the various components are working. Note that as of 2019, all Navboxes are auto collapsed by the JavaScript | ||
*Test, on various browsers, that unauthenticated (not logged-in) readers are shown the Vector theme by default. | *Test, on various browsers, that unauthenticated (not logged-in) readers are shown the Vector theme by default. | ||
*Ensure the "star" function for [[Watchlist]] is available on the skin (when logged in). See the Watch star graphic to the right. | *Ensure the "star" function for [[Watchlist]] is available on the skin (when logged in). See the Watch star graphic to the right. | ||
*Check look and feel in all browsers | *Check look and feel in all browsers | ||
*The [[Editing Toolbar]], in [[Enhanced editor]], should: | *The [[Editing Toolbar]], in [[Enhanced editor]], should: | ||
**Expand correctly | **Expand correctly | ||
**There should not be any overlap of the buttons | **There should not be any overlap of the buttons | ||
**There should be no shadow on the icons | **There should be no shadow on the icons | ||
==Uploading documents== | ==Uploading documents== | ||
{{Main|Help:Files}} | {{Main|Help:Files}} | ||
*Upload a document up to 3 MB | *Upload a document up to 3 MB | ||
*Using [[Special:Upload]] for non-image files | *Using [[Special:Upload]] for non-image files | ||
Line 528: | Line 342: | ||
== Multimedia appearance == | == Multimedia appearance == | ||
Check to ensure that certain multimedia files are being displayed correctly | Check to ensure that certain multimedia files are being displayed correctly | ||
===Images=== | ===Images=== | ||
*Check that [[Help:Images#Image galleries|image galleries]] are displaying correctly and editable using [[VisualEditor]] | *Check that [[Help:Images#Image galleries|image galleries]] are displaying correctly and editable using [[VisualEditor]] | ||
*Verify that all file types that appear as images are working | *Verify that all file types that appear as images are working | ||
<gallery mode="packed" heights="100"> | <gallery mode="packed" heights="100"> | ||
File:Edit button.png|Edit button | |||
File: | File:We Can Edit.jpg|We Can Edit poster | ||
File:Saint icon.jpg|Saint icon | |||
File: | File:Purge-icon.png|Purge icon | ||
File: | |||
File: | |||
</gallery> | </gallery> | ||
==Portals== | ==Portals== | ||
*Do portals display correctly? | *Do portals display correctly? | ||
**Test [[Portal:Welcome to Saintapedia|Portal:Welcome to Saintapedia]] | |||
**Test [[Portal:Welcome to Saintapedia|Portal:Welcome to Saintapedia]] | |||
*Are they hiding their [[Help:Table of contents|Table of contents]]? | *Are they hiding their [[Help:Table of contents|Table of contents]]? | ||
*Do the edit links work to the subpages? | *Do the edit links work to the subpages? | ||
== External links == | == External links == | ||
{{Saintapedia}} | {{Saintapedia}} | ||
==References== | ==References== | ||
<references /> | |||
<references />{{Purge}} | {{Purge box}} |