Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/244739

Change subject: [Timeline] Update path to extension
......................................................................

[Timeline] Update path to extension

Currently the extension is named EasyTimeline not Timeline on its own so
this patch https://gerrit.wikimedia.org/r/#/c/243936/ updates some file
names. And fixes other issues.

Change-Id: Ib3fa218102722766f1eb5e1c4ba06504b7792007
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/39/244739/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 133a8fd..c998d6c 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -484,8 +484,8 @@
 
 wfLoadSkins( array( 'Vector', 'MonoBook', 'Modern', 'CologneBlue' ) );
 
-if ( $wmgUseTimeline ) {
-       include( $IP . '/extensions/timeline/Timeline.php' );
+if ( $wmgUseEasyTimeline ) {
+       include( $IP . '/extensions/timeline/EasyTimeline.php' );
        if ( $wgDBname == 'testwiki' || $wgDBname == 'mlwiki' ) {
                // FreeSansWMF has been generated from FreeSans and FreeSerif 
by using this script with fontforge:
                // Open("FreeSans.ttf");

-- 
To view, visit https://gerrit.wikimedia.org/r/244739
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib3fa218102722766f1eb5e1c4ba06504b7792007
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to