

Many user-type parameters now accept a user ID, formatted like "#12345"."foobar" (formerly intepreted as "0") parameters."1foobar" (formerly interpreted as "1")."1e1" (formerly interpreted as "1" or "10", depending on the PHP version).For example, the following will now return a badinteger error: Integer-type parameters are now validated for syntax rather than being interpreted in surprising ways.Specifically, it would deny internal frontend requests carrying this parameter, whilst accepting other requests. It was previously used by $wgEnableOpenSearchSuggest to partially disable the API if set to false. The API behaves the same with and without this parameter. The suggest parameter of action=opensearch has been deprecated.They force https links on your wiki, and add a tag and an api to allow editors to specify how templates should be invoked. In addition SecureLinkFixer and TemplateData are bundled. It will not be necessary to setup a separate instance of Parsoid, as it is built into MediaWiki core. MediaWiki 1.35 bundled the VisualEditor extension, which provides a visual editing experience as an alternative to the traditional source editor. The form at "?action=watch" has a new dropdown list to support expiry dates for watchlist items (if $wgWatchlistExpiry is true).Otherwise, it displays a basic interface to allow the end user to specify the target manually (see task T13456). When linked to, its subpage is used as the target. Special:EditPage/Foo redirects to title=foo&action=edit, with PageHistory, PageInfo, and Purge corresponding to &action= history, info, and purge respectively. Special pages Special:EditPage, Special:PageHistory, Special:PageInfo, and Special:Purge have been created as shortcuts for each action.If you notice any errors, please contact us. This entry was posted in Linux and tagged Debian, Mediawiki. Tune Up Mediawiki v1.21 Installation for a Personal Usage Start the webserver: # service apache2 start Related Posts
#MEDIAWIKI UPGRADE UPDATE#
This will insert missing tables, update existing tables, and move data around as needed: # php5. # chown root:Make the cache directory writeable by the webserver group: # chown root:www-data. Make the LocalSettings.php configuration file readable by the webserver: # chown -R root:root.

wiki/Ĭopy extensions and images (assuming you have checked the compatibility of any installed extensions): # cp -R. wiki/ /var/www/Ĭhange to webserver’s root directory: # cd /var/www/Ĭopy files: # cp. Rename the current Mediawiki folder to wiki-1.21.10: # mv /var/Move the new Mediawiki v1.23 folder to the webserver’s root /var/www/: # mv. Stop the webserver (Apache2 in our case): # service apache2 stopīackup the database (!): # mysqldump -uroot -p wiki_db >/root/wiki_backup.sql Configuration
#MEDIAWIKI UPGRADE INSTALL#
These are needed for email messages (password reset etc): # apt-get install php-pearĭownload the Mediawiki 1.23.0 package and extract it: # wget Ĭhange the name as you need: # mv. If using SSL on Apache: # a2enmod rewrite ssl You may need these: # apt-get install apache2 mysql-server php5 php5-common libapache2-mod-php5 php5-cli php5-mysql php5-curl php5-gd php-apc php5-intl This is a Long Term Support release (LTS) and will be supported until May 2017. Mediawiki 1.23.0 is the first stable release of the new MediaWiki 1.23 release series.
