- Changed settings.json variable name from
ddp_url
todrupal_ddp
for added clarity of its function. - Added more debugging output when
debug
is set totrue
. DrupalSaveNode
method now returnsnid/uid/tid
andtimestamp
to help with queueing of posts from Drupal -> Meteor.- Added dependency on
matteodem:server-session
package. Sesson tokens are now stored in server session to reduce the amount of concurrent active sessions for therestws_
user in Drupal when data is updated from Meteor -> Drupal.
- Throwing a Meteor error if user tries to sync a term in a vocab that hasn't been registered yet.
- Returning FALSE on
updateNodeInDrupal
when an error occurs so code that call that method can better use the return data.