Making WordPress.org

Changeset 11693


Ignore:
Timestamp:
03/23/2022 07:27:04 AM (3 years ago)
Author:
dd32
Message:

Trac: Redirect bbPress.org & BuddyPress.org tickets from Meta.trac to their Trac instances.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r11674 r11693  
    55
    66<?python
    7     scripts_version = '172'
     7    scripts_version = '173'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r11674 r11693  
    108108            tracker_text: 'WordPress.org News GitHub Repository',
    109109            enable_copy: true
     110        },
     111        'bbpress.org' : {
     112            tracker: 'https://bbpress.trac.wordpress.org/newticket?component=Site+-+bbPress.org',
     113            tracker_text: 'bbPress Trac instance',
     114            enable_copy: true
     115        },
     116        'buddypress.org': {
     117            tracker: 'https://buddypress.trac.wordpress.org/newticket?component=BuddyPress.org+Sites',
     118            tracker_text: 'BuddyPress Trac instance',
     119            enable_copy: true
    110120        }
    111121    };
Note: See TracChangeset for help on using the changeset viewer.