Making WordPress.org


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

Trac config: Sync with some minor changes.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.