Stéphane Lux

Results 13 issues of Stéphane Lux

What is the best way to deploy changes while developing without having to rebuild the container?

If someone is looking for a solution to upload upload (multiple) videos, images and audio files from a smartphone he is welcome to have a look at my [fork](https://github.com/luxio/media) of...

Is there a way, to discover, if the user is leaving a page with a form without saving it. He should receive a message, that he has not submitted the...

Improvement
7.x-1.x

Is it possible to change the default language in DG but leaving the field values in forms to `und`.

I there a way to user Drupal tokens (e.g. '[current-user:name]') as default values for fields in DrupalGap?

Support Request
7.x-1.x

In my app, `Drupal.settings.site_path` can be configured by the user. Is there a way, to check, if the Drupal.settings.site_path can be resolved? If the server cannot be resolved I want...

Support Request
7.x-1.x

I want to render the same node on different pages in the DOM. `_drupalgap_entity_page_container_inject()` gets the id with `_drupalgap_entity_page_container_id()`. The DOM then contains the same ID (e.g. `node_1822_view_container`) twice. I...

Discussion
7.x-1.x

I wank to change the transition for the user/login page (only). I have tried this: ``` function mymodule_deviceready() { ... drupalgap.menu_links['user/login'].options['transition'] = 'none'; ... } ``` This does not seem...

Support Request
7.x-1.x

Some of our users are impatient an click twice (or more) on the submit button when submitting a node, which results in creating multiple identical nodes. Do you have any...

Feature Request
7.x-1.x

Is there a way (hooks) to add support for a custom entity type in jDurpal?

question
7.x-1.x