Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Development sandbox for the Web Services and Context Core Initiative (WSCCI).

Note: Please file issues about this code in the 'wscci' component in the Drupal core queue

There is no master branch, so use this checkout command, not what's on the Version Control page:

git clone --branch wscci YOURNAME@git.drupal.org:sandbox/Crell/1260830.git wscci

There are a number of open issues where we're trying to work on converting various global context values over to the new system. Please claim one and get to work! If you want to work directly in the sandbox, let me know and I can give you access, but please post patches, too. Just be sure to make your own branch off of the wscci branch. If you'd rather just post patches, that's also fine.

The wscci branch is for stuff we've "committed". Please do not commit to that branch unless you are Crell. Make your own branch in the form "issueid-short-description". You can push those to the repository for review and merging.

For now, we have a simple shim in place since the new D8 config system isn't ready. hook_context_init() is a new bootstrap-level hook that takes the base config object. You can call registerHandler() on that object for the base-line context handler information. Eventually that will get replaced by something more elegant and earlier-working than a hook.

Talk to Crell if you want to help but don't know where to get started.

Project information

  • Created by Crell on , updated