Making WordPress.org

Changes between Initial Version and Version 14 of Ticket #4903


Ignore:
Timestamp:
12/20/2019 08:50:19 AM (5 years ago)
Author:
dd32
Comment:

Adding a basic task list to the ticket description to track current and future parts of this ticket that's needed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4903

    • Property Type changed from defect to enhancement
  • Ticket #4903 – Description

    initial v14  
    66
    77The commits that follow this have however been rewritten heavily by myself to make it performant and fit the WordPress.org style.
     8
     9----
     10
     11Task List: ( ✅Completed, ❌Not yet, ❓Pending Question)
     12✅Track PRs on Github, and show them on Trac Tickets
     13✅Add a mention to Tickets comments when a PR is opened.
     14❌Always load PRs, for authenticated and unauthenticated (Currently it only auto-loads for authenticated requests)
     15✅Sync PR Comments to Trac
     16❌Sync PR Comment edits to Trac
     17❌Sync PR Code Review comments to Trac
     18❌Sync PR Code Review comment edits to Trac
     19❓Should all Github PR comments trigger Trac Emails? (Note: Edits won't be able to, and responses to existing code review instances would be best done as edits too)
     20❓Should Github PR activity be piped to Trac Firehose channels to compensate for lack of edit emails?