Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SPDX 3.0 license identifier #1

Closed
wants to merge 1 commit into from
Closed

Use SPDX 3.0 license identifier #1

wants to merge 1 commit into from

Conversation

legoktm
Copy link
Member

@legoktm legoktm commented Sep 5, 2018

SPDX released version 3 of their license list (https://spdx.org/licenses/),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.

SPDX released version 3 of their license list (<https://spdx.org/licenses/>),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.
@jdforrester
Copy link
Member

I thought this repo was meant to be a read-only down-stream clone?

@legoktm
Copy link
Member Author

legoktm commented Sep 5, 2018

We're figuring that out :) see https://phabricator.wikimedia.org/T201572#4561166 and onwards. This is a small demo commit mostly to figure out a process (but still useful on its own merits!).

@varnent varnent closed this Sep 5, 2018
@varnent varnent deleted the legoktm-spdx-3 branch September 5, 2018 23:11
@varnent
Copy link
Collaborator

varnent commented Sep 5, 2018

Looks like it closes them when it updates the mirror.

kadamwhite added a commit that referenced this pull request May 9, 2024
Resolves a fatal error encountered on upgrade; seems like the 4.x series
has an undocumented breaking change or dependency that we weren't prepared
to handle.

    PHP message: Fatal error: Uncaught Error: Call to undefined function PublishPress\Permissions\Collab\defind() in /var/www/wp-content/plugins/press-permit-core/modules/presspermit-collaboration/classes/Permissions/Collab/PostSaveHierarchical.php:94
    #0 /var/www/wp-content/plugins/press-permit-core/modules/presspermit-collaboration/classes/Permissions/Collab/AdminFilters.php(309): PublishPress\Permissions\Collab\PostSaveHierarchical::fltPageParent(103)
    #1 /var/www/wp-includes/class-wp-hook.php(324): PublishPress\Permissions\Collab\AdminFilters->fltPageParent(103)
    #2 /var/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(103, Array)
    #3 /var/www/wp-includes/post.php(2926): apply_filters('pre_post_parent', 103)
    #4 /var/www/wp-includes/post.php(2823): sanitize_post_field('post_parent', 103, 140, 'db')
    #5 /var/www/wp-includes/post.php(4184): sanitize_post(Array, 'db')
    #6 /var/www/wp-includes/post.php(4930): wp_insert_post(Array, true, false)
    #7 /var/www/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(880): wp_update_post(Array, true, false)
    #8 /var/www/wp-includes/rest-api/class-wp-rest-server.php(1230): WP_REST_Posts_Controller->update_item(Object(WP_REST_Request))
    #9 /var/www/wp-includes/rest-api/class-wp-rest-server.php(1063): WP_REST_Server->respond_to_request(Object(WP_REST_Request), '/wp/v2/pages/(?...', Array, NULL)
    #10 /var/www/wp-includes/rest-api/class-wp-rest-server.php(439): WP_REST_Server->dispatch(Object(WP_REST_Request))
    #11 /var/www/wp-includes/rest-api.php(428): WP_REST_Server->serve_request('/wp/v2/pages/14...')
    #12 /var/www/wp-includes/class-wp-hook.php(324): rest_api_loaded(Object(WP))
    #13 /var/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
    #14 /var/www/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
    #15 /var/www/wp-includes/class-wp.php(418): do_action_ref_array('parse_request', Array)
    #16 /var/www/wp-includes/class-wp.php(813): WP->parse_request('')
    #17 /var/www/wp-includes/functions.php(1336): WP->main('')
    #18 /var/www/wp-blog-header.php(16): wp()
    #19 /var/www/index.php(17): require('/var/www/wp-blo...')
    #20 {main}
    thrown in /var/www/wp-content/plugins/press-permit-core/modules/presspermit-collaboration/classes/Permissions/Collab/PostSaveHierarchical.php on line 94 [wikimediafoundation.org/wp-json/wp/v2/pages/140?_locale=user] []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants