[MediaWiki-commits] [Gerrit] Removed a hardcoded path for the BlueSpice config files - change (mediawiki...BlueSpiceFoundation)

2015-02-09 Thread Robert Vogel (Code Review)
Robert Vogel has uploaded a new change for review.

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

Change subject: Removed a hardcoded path for the BlueSpice config files
..

Removed a hardcoded path for the BlueSpice config files

Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
(cherry picked from commit 1c92810b36f77ed7a87f7e6435b384b806d01a07)
---
M includes/CoreHooks.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/36/189436/1

diff --git a/includes/CoreHooks.php b/includes/CoreHooks.php
index a2e41d8..21b78cd 100755
--- a/includes/CoreHooks.php
+++ b/includes/CoreHooks.php
@@ -11,7 +11,7 @@
$wgExtraNamespaces, $wgContentNamespaces, 
$wgNamespacesWithSubpages, $wgNamespacesToBeSearchedDefault,
$wgLocalisationCacheConf, $wgAutoloadLocalClasses, 
$wgFlaggedRevsNamespaces, $wgNamespaceAliases, $wgVersion;
 
-   $sConfigPath = BSROOTDIR . DS . 'config';
+   $sConfigPath = BSCONFIGDIR;
$aConfigFiles = array(
'nm-settings.php',
'gm-settings.php',
@@ -598,4 +598,4 @@
'content' = $oProfilePageSettingsView
);
}
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel vo...@hallowelt.biz
Gerrit-Reviewer: Lilu o0lilu0o1...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Removed a hardcoded path for the BlueSpice config files - change (mediawiki...BlueSpiceFoundation)

2015-02-09 Thread Robert Vogel (Code Review)
Robert Vogel has submitted this change and it was merged.

Change subject: Removed a hardcoded path for the BlueSpice config files
..


Removed a hardcoded path for the BlueSpice config files

Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
---
M includes/CoreHooks.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Robert Vogel: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/includes/CoreHooks.php b/includes/CoreHooks.php
index 04069bd..a8467b9 100644
--- a/includes/CoreHooks.php
+++ b/includes/CoreHooks.php
@@ -11,7 +11,7 @@
$wgExtraNamespaces, $wgContentNamespaces, 
$wgNamespacesWithSubpages, $wgNamespacesToBeSearchedDefault,
$wgLocalisationCacheConf, $wgAutoloadLocalClasses, 
$wgFlaggedRevsNamespaces, $wgNamespaceAliases, $wgVersion;
 
-   $sConfigPath = BSROOTDIR . DS . 'config';
+   $sConfigPath = BSCONFIGDIR;
$aConfigFiles = array(
'nm-settings.php',
'gm-settings.php',
@@ -598,4 +598,4 @@
'content' = $oProfilePageSettingsView
);
}
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_23
Gerrit-Owner: Lilu o0lilu0o1...@gmail.com
Gerrit-Reviewer: Jgoettlich goettl...@hallowelt.biz
Gerrit-Reviewer: Lilu o0lilu0o1...@gmail.com
Gerrit-Reviewer: Mglaser gla...@hallowelt.biz
Gerrit-Reviewer: Pigpen reym...@hallowelt.biz
Gerrit-Reviewer: Pwirth wi...@hallowelt.biz
Gerrit-Reviewer: Robert Vogel vo...@hallowelt.biz
Gerrit-Reviewer: Tr4nt0r dennerl...@hallowelt.biz
Gerrit-Reviewer: Tweichart weich...@hallowelt.biz
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Removed a hardcoded path for the BlueSpice config files - change (mediawiki...BlueSpiceFoundation)

2015-02-09 Thread Robert Vogel (Code Review)
Robert Vogel has submitted this change and it was merged.

Change subject: Removed a hardcoded path for the BlueSpice config files
..


Removed a hardcoded path for the BlueSpice config files

Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
(cherry picked from commit 1c92810b36f77ed7a87f7e6435b384b806d01a07)
---
M includes/CoreHooks.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Robert Vogel: Verified; Looks good to me, approved



diff --git a/includes/CoreHooks.php b/includes/CoreHooks.php
index a2e41d8..21b78cd 100755
--- a/includes/CoreHooks.php
+++ b/includes/CoreHooks.php
@@ -11,7 +11,7 @@
$wgExtraNamespaces, $wgContentNamespaces, 
$wgNamespacesWithSubpages, $wgNamespacesToBeSearchedDefault,
$wgLocalisationCacheConf, $wgAutoloadLocalClasses, 
$wgFlaggedRevsNamespaces, $wgNamespaceAliases, $wgVersion;
 
-   $sConfigPath = BSROOTDIR . DS . 'config';
+   $sConfigPath = BSCONFIGDIR;
$aConfigFiles = array(
'nm-settings.php',
'gm-settings.php',
@@ -598,4 +598,4 @@
'content' = $oProfilePageSettingsView
);
}
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel vo...@hallowelt.biz
Gerrit-Reviewer: Lilu o0lilu0o1...@gmail.com
Gerrit-Reviewer: Robert Vogel vo...@hallowelt.biz
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Removed a hardcoded path for the BlueSpice config files - change (mediawiki...BlueSpiceFoundation)

2015-02-06 Thread Lilu (Code Review)
Lilu has uploaded a new change for review.

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

Change subject: Removed a hardcoded path for the BlueSpice config files
..

Removed a hardcoded path for the BlueSpice config files

Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
---
M includes/CoreHooks.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/88/188988/1

diff --git a/includes/CoreHooks.php b/includes/CoreHooks.php
index 04069bd..a8467b9 100644
--- a/includes/CoreHooks.php
+++ b/includes/CoreHooks.php
@@ -11,7 +11,7 @@
$wgExtraNamespaces, $wgContentNamespaces, 
$wgNamespacesWithSubpages, $wgNamespacesToBeSearchedDefault,
$wgLocalisationCacheConf, $wgAutoloadLocalClasses, 
$wgFlaggedRevsNamespaces, $wgNamespaceAliases, $wgVersion;
 
-   $sConfigPath = BSROOTDIR . DS . 'config';
+   $sConfigPath = BSCONFIGDIR;
$aConfigFiles = array(
'nm-settings.php',
'gm-settings.php',
@@ -598,4 +598,4 @@
'content' = $oProfilePageSettingsView
);
}
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_23
Gerrit-Owner: Lilu o0lilu0o1...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits