Giter Site home page Giter Site logo

liquipedia / liquiflow Goto Github PK

View Code? Open in Web Editor NEW
10.0 11.0 7.0 20.72 MB

Bootstrap skin for MediaWiki

Home Page: https://liquipedia.net

License: GNU General Public License v3.0

PHP 11.21% CSS 47.12% JavaScript 26.57% Less 15.10%
mediawiki skin bootstrap mediawiki-skin liquipedia liquiflow

liquiflow's Introduction

LiquiFlow

MediaWiki Skin for Liquipedia

DEPRECATED

This skin is officially deprecated and will not receive any further updates. It only works with MediaWiki 1.31 and 1.32, and will not work with any MediaWiki version after that!

Installation

  • Extract the skin folder to skins/LiquiFlow/

  • Add the following line to LocalSettings.php:

    wfLoadSkin('LiquiFlow');

This skin requires an installation of Font Awesome 5 Pro, but does not ship one. You will have to provide and load that yourself.

Credits

  • Bootstrap (License: MIT)

License

  • All original code is under the GPLv3
  • Licenses for images vary

Version

This version is for MediaWiki 1.31, for a MediaWiki 1.28 version go to the 1.28 branch and for a MediaWiki 1.25 version go to the 1.25 branch.

liquiflow's People

Contributors

clubfan22 avatar fo-nttax avatar imarbot avatar muriloricci avatar notr1ch avatar salle avatar tehh4ck3r avatar vladsg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

liquiflow's Issues

array_merge

I have errors when I cloned this and used this skin in to my mediawiki. v1.33

it says that:

Warning: array_merge(): Argument #1 is not an array in C:\xampp\htdocs\southmedia\dota2\skins\LiquiFlow\LiquiFlowHooks.php on line 29

Fatal error: Uncaught Error: Call to undefined method OutputPage::addModuleScripts() in C:\xampp\htdocs\southmedia\dota2\skins\LiquiFlow\SkinLiquiFlow.php:37 Stack trace: #0 C:\xampp\htdocs\southmedia\dota2\includes\skins\SkinTemplate.php(227): Liquipedia\LiquiFlow\Skin->initPage(Object(OutputPage)) #1 C:\xampp\htdocs\southmedia\dota2\includes\OutputPage.php(2723): SkinTemplate->outputPage() #2 C:\xampp\htdocs\southmedia\dota2\includes\exception\MWExceptionRenderer.php(134): OutputPage->output() #3 C:\xampp\htdocs\southmedia\dota2\includes\exception\MWExceptionRenderer.php(53): MWExceptionRenderer::reportHTML(Object(Error)) #4 C:\xampp\htdocs\southmedia\dota2\includes\exception\MWExceptionHandler.php(98): MWExceptionRenderer::output(Object(Error), 2) #5 C:\xampp\htdocs\southmedia\dota2\includes\exception\MWExceptionHandler.php(172): MWExceptionHandler::report(Object(Error)) #6 C:\xampp\htdocs\southmedia\dota2\includes\exception\MWExceptionHandler.php(144): MWExceptionHandler::handleException(Object(Error)) #7 [internal fu in C:\xampp\htdocs\southmedia\dota2\skins\LiquiFlow\SkinLiquiFlow.php on line 37

Uncaught:ConfigException

Hi, I just installed Wikimedia version 1.31.5 but I'm still getting the same errors. the error says:

MediaWiki internal error.
Fatal error: Uncaught ConfigException: GlobalVarConfig::get: undefined option: 'LiquiFlowAlphawiki = LiquiFlowAlphawiki' in C:\xampp\htdocs\samplemedia\includes\config\GlobalVarConfig.php:53

And this is the code on line 53:
throw new ConfigException( METHOD . ": undefined option: '$name'" );
(public function get( $name = 'LiquiFlowAlphawiki') {
if ( !$this->has( $name ) ) {
throw new ConfigException( METHOD . ": undefined option: '$name'" );
}
return $this->getWithPrefix( $this->prefix, $name );
}
)

Add support for 1.35?

When trying to load the skin on 1.35 I get:

Fatal error: Uncaught ExtensionDependencyError: LiquiFlow is not compatible with the current MediaWiki core (version 1.36.0-alpha), it requires: >= 1.31.0, <= 1.32.9999. in /Users/jrobson/git/core/includes/registration/ExtensionRegistry.php:404 Stack trace: #0 /Users/jrobson/git/core/includes/registration/ExtensionRegistry.php(228): ExtensionRegistry->readFromQueue(Array) #1 /Users/jrobson/git/core/includes/Setup.php(161): ExtensionRegistry->loadFromQueue() #2 /Users/jrobson/git/core/includes/WebStart.php(89): require_once('/Users/jrobson/...') #3 /Users/jrobson/git/core/index.php(44): require('/Users/jrobson/...') #4 {main} thrown in /Users/jrobson/git/core/includes/registration/ExtensionRegistry.php on line 404

As a result https://www.mediawiki.org/wiki/Skin:LiquiFlow has been marked as "unstable".

If this skin is maintained and you are willing to accept pull request please let me know (Note that patches would retain the existing support for 1.32) !

Is this skin still maintained?

The skin has various problems when I try to use it on the current master of MediaWiki. I was wondering if a patch would be accepted to fix this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.