Changeset 1803
- Timestamp:
- 08/02/2015 08:52:31 AM (11 years ago)
- Location:
- sites/trunk/common/includes/slack/trac
- Files:
-
- 2 edited
-
config.php (modified) (3 diffs)
-
trac.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/config.php
r1132 r1803 70 70 protected $primary_channel_ticket_format = 'title'; 71 71 72 protected $commit_path_filters = array( 73 'branches/1.' => '#meta', 74 ); 75 72 76 protected $color = '#080'; 73 77 protected $icon = ':bbpress:'; … … 103 107 class GlotPress extends Trac { 104 108 protected $primary_channel = '#glotpress'; 109 protected $firehose_channel = '#glotpress-firehose'; 105 110 } 106 111 … … 111 116 112 117 class BackPress extends Trac { 118 protected $commits_channel = '#meta'; 113 119 } 114 120 -
sites/trunk/common/includes/slack/trac/trac.php
r1203 r1803 9 9 protected $tickets = true; 10 10 11 protected $primary_channel = '#test';11 protected $primary_channel = false; 12 12 protected $tickets_channel = false; 13 13 protected $commits_channel = false;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)