-
added a term reference node creation plugin for compatilibity with drupal core
-
removing the license text file since d.o should be adding this itself...
-
adding an entity reference node create plugin. updating the context admin plugin type to support children. updating the context admin content_type plugin to support children better, and fixing a few issues with it concerning context and form_state
-
removing more nonessential references to $cache
-
fixing a minor issue in the noderef_create_node.inc plugin so that it will not throw big red angry messages at me about $cache not being set.
-
massive update to the advance help section
-
updating the rest of the context_admin plugins to match the changes made to the task_handler
-
cleaning up the task handler in a big way in an attempt to fix an issue that was actually being caused by the noderef compare access plugin. Updated the access plugin to fix the problem once I realized it was not the fault of the task_handler. began fixing some of the context_admin plugins to match the changes in the task_handler
-
fixing various things about the noderef compare access plugin so that it is not constantly throwing errors. most of these were cosmetic but one could actually affect access check so this is important.
-
fixing a handful of submitted context issues, added a validation handler to the vbo plugin so that views have to be named appropriately, updated the nodereference_compare plugin to be able to use hidden node_reference fields.