Skip to content
#

MediaWiki

mediawiki logo

MediaWiki is a popular free and open source wiki engine written in PHP.

It is used by tens of thousands of websites to collect and organize knowledge and make it available to people.

Many people may be familiar with MediaWiki as the software that runs Wikimedia sites such as Wikipedia.

Here are 975 public repositories matching this topic...

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.

  • Updated Mar 21, 2022
  • Python
calebgcooper
calebgcooper commented Apr 12, 2022

According to release notes for 1.39 found here:
https://github.com/wikimedia/mediawiki/blob/master/RELEASE-NOTES-1.39

=== Breaking changes in 1.39 ===

  • The following methods, deprecated since 1.37, have been removed from IDatabase
    • ::fetchObject()
    • ::fetchRow()
    • ::numRows()
    • ::freeResult()

Tested with SMW 4.0.1 and MediaWiki 1.39.0-alpha (0827d5f)

Backtrace:

f
robhford
robhford commented May 10, 2022

I am running mwoffliner docker container and after some work mwoffliner is completing processing of my wiki, but where is the output? I have not included path as an argument, I see log message saying "Using output directory /out" but this directory is empty after completion. May be missing something here, new to this. Thanks!

JeroenDeDauw
JeroenDeDauw commented Feb 6, 2022

From the LocalSettings.php on the Maps wiki:

	$GLOBALS['wgHooks']['BaseTemplateToolbox'][] = function( BaseTemplate $baseTemplate, array &$toolbox ) {
		$toolbox['recentchanges'] = $baseTemplate->data['nav_urls']['specialpages'];
		$toolbox['recentchanges']['href'] = str_replace( ':SpecialPages', ':RecentChanges', $toolbox['recentchanges']['href'] );
		$toolbox['recentchanges']['id']

Created by Wikimedia Foundation and MediaWiki contributors

Released January 25, 2002

Repository
wikimedia/mediawiki
Website
www.mediawiki.org
Wikipedia
Wikipedia