Re: For-Test Wiki

コメント元


投稿ツリー

ツリー構造順で表示 投稿の新しいものから

Matttest

なし Re: For-Test Wiki

msg# 1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 | 投稿日時 2022/7/26 16:05
Matttest  半人前   投稿数: 32
Status update: We have just upgraded to MediaWiki 1.38.2.
mine

なし Re: For-Test Wiki

msg# 1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2022/8/7 21:22
mine  常連   投稿数: 49
How did you do it?I'd like to know abou it
Matttest

なし Re: For-Test Wiki

msg# 1.2
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2022/8/8 18:34 | 最終変更
Matttest  半人前   投稿数: 32
This part assumes that you are upgrading to a version that is already made available as a package by the system administrators.

1. Go to MySite and select your site;
2. Click Package Add > MediaWiki xxx version;
3. You will then see the MediaWiki versions listed, select your intended version to upgrade, then click install;
4. As shown in the phabricator issue https://phabricator.wikimedia.org/T311966 , you need to remove these lines in order to load the website properly:

$path = array( $IP, "$IP/includes", "$IP/languages" );
set_include_path( implode( PATH_SEPARATOR, $path ) . PATH_SEPARATOR . get_include_path() );
require_once( "$IP/includes/DefaultSettings.php" );

5. Upgrade the extensions and skins. These extensions can be get from the MediaWiki website.

6. Run the update script. Either update by typing http://your-domain/xxupdate.php or http://your-domain/mw-config. I personally recommend using the second one as preferred by MediaWiki officially.

With the above steps, the upgrade is launched fully. It should take for 30-60 mins for the upgrade, so make sure you leave enough time for the upgrade and notify the users to save their edits.
mine

なし Re: For-Test Wiki

msg# 1.3
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2022/8/11 11:43
mine  常連   投稿数: 49
I see.Thanks
Matttest

なし Re: For-Test Wiki

msg# 1.4
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2022/8/12 17:12
Matttest  半人前   投稿数: 32
Sure. For front-end tests of MediaWiki, you may as well go to https://fortestwiki.myht.org , register an account, then request admin tools at https://fortestwiki.myht.org/index.php/TestWiki:Request_permissions .
mine

なし Re: For-Test Wiki

msg# 1.5
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2022/8/16 13:31
mine  常連   投稿数: 49
I have already created account as "Buel" on that site.Thank you for introducing