mediawiki | WebPlaform Docs ’ MediaWiki micro-extensions and skin | Wiki library
kandi X-RAY | mediawiki Summary
kandi X-RAY | mediawiki Summary
This is WebPlatform Docs MediaWiki Extension bundle, it contains the theme and various micro extensions we created to make WebPlatform Docs pages w/ MediaWiki. The WebPlatform Project documentation pages is a wiki running with Wikimedia Foundation Wikipedia continuous deployment branch wmf/*. NOTE: You can see current release we are running on our Special:Version page. Use this repository as a reference to upgrade WebPlatform Docs MediaWiki packages. In order to work, refer to VAGRANT.md which explains how to work locally. We are using Wikimedia’s MediaWiki-Vagrant as a local workspace with Vagrant and VirtualBox "provider". See DEPLOYMENT_IMPROVEMENTS.md, to see how to deploy on a publicly available server.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mediawiki
mediawiki Key Features
mediawiki Examples and Code Snippets
Community Discussions
Trending Discussions on mediawiki
QUESTION
I installed a MediaWiki instance on my domain and am trying to edit the MediaWiki:Common.css page, but keep getting an internal error message. Editing regular pages works fine.
I am on MediaWiki 1.3.6 and right now have the site locked down to only registered users with:
...ANSWER
Answered 2021-Jun-12 at 11:53$wgGroupPermissions['administrator']['editsitecss'] = true;
QUESTION
I am currently trying to follow this tutorial: https://www.mediawiki.org/wiki/Wikibase/Installation
I have the latest version of both MediaWiki and WikiBase (1.35) I'm currently trying to run the maintenance scripts. I have installed both Wikibase Repository and Wikibase Client.
When I try to run "php maintenance/update.php" it gives me this error:
...ANSWER
Answered 2021-Jun-03 at 08:55I hit the same error, and in my case, it was because my compose.local.json, (copied from composer.local.json-sample,) was pointing to "extensions/example/composer.json" rather than "extensions/Wikibase/composer.json". Fixing this to Wikibase, deleting composer.lock, running composer install --no-dev
again, and finally running update.php fixed the issue.
QUESTION
I have a small script basically taken from this test script in bitcoinjs-lib
...ANSWER
Answered 2021-May-26 at 18:10looking over https://github.com/iancoleman/bip39 I found I had to specify the correct ravencoin network specifications (don't really understand what this object means) but once I did, it worked perfectly.
QUESTION
I use Mediawiki to store all the commands I need to do to rebuild my system from scratch when a Fedora upgrade is available.
Until now, I would simply copy/paste a huge set of commands into a terminal window and let it run free.
I am trying to upgrade my Fedora 32 to 34 and this no longer works. When anything in my script enters a CLI - like mysql or even a new bash shell, execution stops until I type 'exit'. Then, the SQL commands or whatever are executed in bash and makes an ugly display.
Here is the most simplified example of this that I could create. This works fine in Fedora 32 but gets stuck in Fedora 34:
...ANSWER
Answered 2021-May-26 at 13:42I can confirm this in Fedora 34 / GNU bash, version 5.1.0(1)-release (x86_64-redhat-linux-gnu.
This is a new feature in the underlying readline
library and the feature is enabled by default. Currently, the only way to turn it off is to edit your ~/.inputrc
and add the line:
QUESTION
I want to capture the image tag of MediaWiki format, e.g,
[[ Image:Justus Sustermans - Portrait of Galileo Galilei (Uffizi).jpg|left|thumb|upright|[[Galileo]] is often referred to as the Father of [[modern astronomy]], portrait by [[Justus Sustermans]]]]
I have to ignore the inner [[...]]
to match the whole (shown by bold [[
and ]]
). I came up with
ANSWER
Answered 2021-May-19 at 19:12You can use
QUESTION
I have a react application. I added a new dependency to it. Here are the details:
Dependency: curlconverter
Link: https://github.com/NickCarneiro/curlconverter
command: npm install --save curlconverter
Now I am accessing this in my react codebase. Here is the snippet:
...ANSWER
Answered 2021-May-18 at 11:27This an open issue in curlconverter package. use version - 3.12 to avoid error
npm install --save curlconverter@3.12
Recommended: remove all node_modules and reinstall
QUESTION
I'm trying to setup PHP on Nginx. My Nginx is already configured for a Django website. The subdirectory /wiki
will run php powered software.
ANSWER
Answered 2021-May-08 at 15:55Per Richard Smith's reference, I figured out that I needed to include a nested location php tag:
QUESTION
I want to login to Wikidata using their API: https://www.wikidata.org/w/api.php
I had prepared a few requests and tried them against the test instance of Wikidata: https://test.wikidata.org/w/api.php. Everything worked fine and I changed the call to target the real Wikidata instead. But now the action clientlogin
won't work, even though the settings are exactly the same as for the test instance. I have looked for documentation, but none seem to describe any differences between the test and the real instance.
I'm using Postman for making the POST requests. I have the parameters:
...ANSWER
Answered 2021-May-07 at 15:06While writing this question, I realized that the error was that when removing the subdomain test from the URL, I was supposed to replace it with www for the real Wikidata... 🤦🏻♀️ But now it works and hopefully, someone else can make use of this answer.
QUESTION
I'm able to get my saved articles with this URL:
https://en.wikipedia.org/api/rest_v1/data/lists/XXXXXX/entries/
XXXXX being the ID for the list, I'm able to get that id there, when I'm logged in:
https://en.wikipedia.org/api/rest_v1/data/lists/
The problem is that I can only get 100 items in that json (on the first URL), and the last items is this:
...ANSWER
Answered 2021-Apr-29 at 16:54It's pretty simple:
QUESTION
I am running a private MediaWiki version 1.35.1 on Ubuntu Mate. I added a new file extension, 'cev'
, to my LocalSettings.php
but when I try to upload a file it gives me this message:
So, I went to this page and down under Mime Type validation it says there are 2 files in the Mediawiki includes
folder that can be customized to allow/ignore that error. Well, a "broken link" note on that page seems to indicate that the file MimeMap.php
under /includes/libs/mime
is the one to modify.
So, how do i modify MimeMap.php
so it either ignores .CEV
files or otherwise accepts them without the error message?
ANSWER
Answered 2021-Apr-24 at 15:18Did you already try https://www.mediawiki.org/wiki/Topic:Ps6zng4e6b00rsor
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mediawiki
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page