Making WordPress.org

Changeset 1803


Ignore:
Timestamp:
08/02/2015 08:52:31 AM (11 years ago)
Author:
nacin
Message:

Trac config: Sync with some minor changes.

Location:
sites/trunk/common/includes/slack/trac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/trac/config.php

    r1132 r1803  
    7070        protected $primary_channel_ticket_format = 'title';
    7171
     72        protected $commit_path_filters = array(
     73                'branches/1.' => '#meta',
     74        );
     75
    7276        protected $color = '#080';
    7377        protected $icon  = ':bbpress:';
     
    103107class GlotPress extends Trac {
    104108        protected $primary_channel = '#glotpress';
     109        protected $firehose_channel = '#glotpress-firehose';
    105110}
    106111
     
    111116
    112117class BackPress extends Trac {
     118        protected $commits_channel = '#meta';
    113119}
    114120
  • sites/trunk/common/includes/slack/trac/trac.php

    r1203 r1803  
    99        protected $tickets = true;
    1010
    11         protected $primary_channel  = '#test';
     11        protected $primary_channel  = false;
    1212        protected $tickets_channel  = false;
    1313        protected $commits_channel  = false;
Note: See TracChangeset for help on using the changeset viewer.