Tyler Frankenstein
Tyler Frankenstein
@OpenEyeNet and @webdobe Did you need the cookie_domain because your Drupal site and your app are running in different domains? Or did you need cookie_domain even when they are running...
@fufu7755 Drupal 7 or 8?
@fufu7755 jDrupal doesn't actually display the form success and/or errors either. DrupalGap has a little code snippet that tries to extract the form errors from the responseText during user login...
@fufu7755 I won't be building any success message into D7 or D8, as I personally feel it is up to the application to decide what success message is displayed. However,...
@OpenEyeNet I have not made any progress on this. I think we could set the token here: https://github.com/easystreet3/angular-drupal/blob/7.x-1.x/src/angular-drupal.js#L99 And then the subsequent System Connect call will _probably_ use that new...
@leuowang This is most likely because you're developing your app on localhost, and your Drupal site is located externally (i.e. Pantheon). You can either develop your app up on Pantheon...
@JayKandari Hello, thank you for the kind words. We actually don't use the Services Entity module, but this functionality is now baked into the Services module. See this fixed issue...
@rhclayto This looks great, thank you. I'd recommend creating a `Pull Request` for this, and then your code can be merged in and yourself given credit for the contributions.
It sounds like we need a config option to let the developer specify whether clean urls are enabled or not in the app. https://github.com/easystreet3/angular-drupal/blob/7.x-1.x/src/angular-drupal.js#L17 There are a few other places...
@mac321 I do not understand your question. The angular-drupal module has fully entity CRUD and user authentication features. Please describe your development environment in more detail for assistance. Also make...