Skip to:
Content

bbPress.org

Changes between Initial Version and Version 4 of Ticket #2583


Ignore:
Timestamp:
06/27/2014 10:40:28 AM (12 years ago)
Author:
netweb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2583

    • Property Owner set to netweb
    • Property Status changed from new to reopened
    • Property Summary changed from Update admin colors scss to bbPress Mint and Evergreen WordPress Core upstream SCSS updates
  • Ticket #2583 – Description

    initial v4  
    1 via WordPress core upstream https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/colors
     1Before shipping a new bbPress release we need to ensure that bbPress Mint and Evergreen admin themes are up to date with the latest upstream changes by WordPress Core.
    22
    3 These files are rarely/historically rarely updated so this shouldn't be an issue often, that said in future iteration we should be able to have our build tools build from WordPress' source files rather than including these in bbPress.
     3This is a rolling ticket for the bbPress 2.6 Milestone.
     4
     5This ticket should be closed and considered fixed prior to releasing bbPress 2.6.
     6
     7https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/colors
     8https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/styles
     9
     10The following three bbPress files are kept in sync with same file names via WordPress Core
     11
     12https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/colors/_admin.scss
     13https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/styles/_admin.scss
     14
     15https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/colors/_mixins.scss
     16https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/styles/_mixins.scss
     17
     18https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/colors/_variables.scss
     19https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/styles/_variables.scss
     20
     21
     22----
     23These files are rarely/historically updated so this shouldn't be an issue often, that said in future iteration we should be able to have our build tools build from WordPress' source files rather than including these in bbPress.