No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Backup/Export/Import == | == Backup/Export/Import == | ||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/CreatePDF|CreatePDF.php]]:<br /> exports a defined list of pages to PDF. | *[[Setup:Installation Guide/Advanced/Maintenance scripts/CreatePDF|CreatePDF.php]]:{{Bsvs|bsvTo=|bsvFrom=5}}<br /> exports a defined list of pages to PDF. | ||
*[[mediawikiwiki:Manual:DumpBackup.php|dumpBackup.php]]: <br />creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data. | *[[mediawikiwiki:Manual:DumpBackup.php|dumpBackup.php]]: <br />creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data. | ||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/dumpPDF|dumpPDF.php]]: <br />exports pages from all content namespaces to PDF. | *[[Setup:Installation Guide/Advanced/Maintenance scripts/dumpPDF|dumpPDF.php]]:{{Bsvs|bsvTo=4.5}} <br />exports pages from all content namespaces to PDF. | ||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/executeTransfer|executeTransfer.php:]] <br />transfers files from one wiki to another. Dependent on the extension [[Reference:ContentTransfer|ContentTransfer]]. | *[[Setup:Installation Guide/Advanced/Maintenance scripts/executeTransfer|executeTransfer.php:]] <br />transfers files from one wiki to another. Dependent on the extension [[Reference:ContentTransfer|ContentTransfer]]. | ||
*[[Setup:Installation Guide/Advanced/Maintenance scripts/export|export.php:]] <br />exports a defined list of pages to PDF. | *[[Setup:Installation Guide/Advanced/Maintenance scripts/export|export.php:]]{{Bsvs|bsvTo=4.5}} <br />exports a defined list of pages to PDF. | ||
*[[mediawikiwiki:Manual:ImportDump.php|importDump.php]]: <br />imports XML dump files produced from''Special:Export'' or ''dumpBackup.php'' and saves them into the current wiki. | *[[mediawikiwiki:Manual:ImportDump.php|importDump.php]]: <br />imports XML dump files produced from''Special:Export'' or ''dumpBackup.php'' and saves them into the current wiki. | ||
Line 17: | Line 17: | ||
* [[mediawikiwiki:Manual:CreateAndPromote.php|createAndPromote.php]]: <br />creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password. | * [[mediawikiwiki:Manual:CreateAndPromote.php|createAndPromote.php]]: <br />creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password. | ||
* [[Setup:Installation Guide/Advanced/Maintenance scripts/BlockInactiveUsers|BlockInactiveUsers.php]]: <br />automatically deactivates users based on their last login timestamp. | * [[Setup:Installation Guide/Advanced/Maintenance scripts/BlockInactiveUsers|BlockInactiveUsers.php]]:{{Bsvs|bsvTo=|bsvFrom=5}} <br />automatically deactivates users based on their last login timestamp. | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 07:58, 25 April 2025
Backup/Export/Import
- CreatePDF.php: v5+
exports a defined list of pages to PDF. - dumpBackup.php:
creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data.
- dumpPDF.php: -v4.5
exports pages from all content namespaces to PDF. - executeTransfer.php:
transfers files from one wiki to another. Dependent on the extension ContentTransfer.
- export.php: -v4.5
exports a defined list of pages to PDF. - importDump.php:
imports XML dump files produced fromSpecial:Export or dumpBackup.php and saves them into the current wiki.
- importImages.php:
uploads images to MediaWiki from the same computer where the wiki is configured. It does a remote upload if configuration parameter$wgForeignFileRepos is configured correctly.
Content stabilization
- contentStabilization:
changes the page status of pages.
Users
- createAndPromote.php:
creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password. - BlockInactiveUsers.php: v5+
automatically deactivates users based on their last login timestamp.