Making WordPress.org

Changeset 14383


Ignore:
Timestamp:
02/12/2025 01:01:54 AM (12 months ago)
Author:
dd32
Message:

Trac: Add a 'tests' focus to core.trac.

Props desrosj.
See https://make.wordpress.org/core/2024/10/11/proposal-make-unit-test-tickets-easier-to-distinguish/.
Fixes #7907.

Location:
sites/trunk
Files:
2 edited

Legend:

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

    r14251 r14383  
    55
    66<?python
    7     scripts_version = '221'
     7    scripts_version = '222'
    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

    r14251 r14383  
    4444        'javascript' : 'Heavy JavaScript focus.',
    4545        'css' : 'CSS focus.',
    46         // 'unit tests' : 'PHP or JS unit tests.',
     46        'tests' : 'Ticket solely aimed at adding tests, but assigned a more specific component.',
    4747        'docs' : 'Inline documentation focus.',
    4848        'rtl' : 'Right-to-left languages.',
Note: See TracChangeset for help on using the changeset viewer.