Skip to content

Commit

Permalink
Move intuition/orphantalk into its own repo
Browse files Browse the repository at this point in the history
Messages of this tool are now maintained in the source repository
at https://github.com/Krinkle/mw-tool-orphantalk instead of shipped
with the main Intuition library.

Change-Id: I0b1da0b091e6ed7a891ac46db97fa184abdd7c98
  • Loading branch information
Krinkle authored and Nikerabbit committed Sep 12, 2015
1 parent e820c28 commit bb2b523
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 3 deletions.
1 change: 1 addition & 0 deletions REPOCONF
Expand Up @@ -23,6 +23,7 @@ REPO_IHRIS_BRANCH="4.2-dev"
REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
REPO_INATURALIST=git://github.com/inaturalist/inaturalist.git
REPO_INTUITION=git://github.com/Krinkle/intuition.git
REPO_INTORPHANTALK=git://github.com/Krinkle/mw-tool-orphantalk.git
REPO_JQUERY_ULS=git://github.com/wikimedia/jquery.uls.git
REPO_KIWIX=git://git.code.sf.net/p/kiwix/maintenance
REPO_MANTIS=git://github.com/mantisbt/mantisbt.git
Expand Down
1 change: 1 addition & 0 deletions TranslateSettings.php
Expand Up @@ -314,6 +314,7 @@ function setupIntuition( &$list, &$deps, &$autoload ) {

wfAddNamespace( 1240, 'Intuition' );
$wgTranslateGroupFiles[] = "$GROUPS/Intuition/IntuitionAgg.yaml";
$wgTranslateGroupFiles[] = "$GROUPS/Intuition/orphantalk.yaml";
$wgNamespaceAliases['Toolserver'] = 1240;
$wgNamespaceAliases['Toolserver_talk'] = 1240;
$wgTranslateSupportUrlNamespace[NS_INTUITION] = array(
Expand Down
1 change: 1 addition & 0 deletions bin/EXTERNAL-PROJECTS
Expand Up @@ -11,6 +11,7 @@ fuel
huggle
inaturalist
intuition
int-orphantalk
jquery.uls
kiwix
mantis
Expand Down
1 change: 1 addition & 0 deletions bin/repocommit
Expand Up @@ -45,6 +45,7 @@ freecol \
fuel \
huggle \
intuition \
int-orphantalk \
jquery.uls \
kiwix \
mantis \
Expand Down
4 changes: 4 additions & 0 deletions bin/repoexport
Expand Up @@ -76,6 +76,10 @@ elif [ "$PROJECT" = "intuition" ]
then
php "$EXPORTER" --target . --group=tsint* --lang='*' --skip "$SKIPLANGS" $HOURS

elif [ "$PROJECT" = "int-orphantalk" ]
then
php "$EXPORTER" --target . --group=int-orphantalk --lang='*' --skip "$SKIPLANGS" $HOURS

elif [ "$PROJECT" = "jquery.uls" ]
then
php "$EXPORTER" --target . --group=out-jquery-uls --lang='*' --skip en,qqq $THRESHOLD
Expand Down
1 change: 1 addition & 0 deletions bin/repoupdate
Expand Up @@ -75,6 +75,7 @@ done
GITCLUPDATE="\
crosswatch \
entryscape \
int-orphantalk \
wikiedudashboard \
wikipedia-android \
wikipedia-ios \
Expand Down
1 change: 1 addition & 0 deletions groups/Intuition/IntuitionAgg.yaml
Expand Up @@ -9,3 +9,4 @@ BASIC:

GROUPS:
- tsint-*
- int-*
2 changes: 1 addition & 1 deletion groups/Intuition/README
@@ -1,6 +1,6 @@
# Checkout repository to $wgTranslateGroupRoot
cd %GROUPROOT%
git clone git://github.com/Krinkle/TsIntuition.git
git clone git://github.com/Krinkle/intuition.git

# Add following code to LocalSettings.php or a file included by it:
$wgHooks['TranslatePostInitGroups'][] = array( 'setupIntuitionI18N' );
Expand Down
2 changes: 0 additions & 2 deletions groups/Intuition/intuition-textdomains.txt
Expand Up @@ -34,8 +34,6 @@ ignored = title
Mwsnapshots
ignored = title-download

OrphanTalk2

Pb
optional = labs-name

Expand Down
16 changes: 16 additions & 0 deletions groups/Intuition/orphantalk.yaml
@@ -0,0 +1,16 @@
---
BASIC:
id: int-orphantalk
label: OrphanTalk
namespace: NS_INTUITION
class: FileBasedMessageGroup

MANGLER:
class: StringMatcher
prefix: orphantalk2-
patterns:
- "*"

FILES:
class: JsonFFS
sourcePattern: "%GROUPROOT%/int-orphantalk/messages/%CODE%.json"

0 comments on commit bb2b523

Please sign in to comment.