Florian Mayer
Florian Mayer
ODK Build uses `English` as default language. Exported as XForm, the import to ODK Central works fine and the form is usable - this is likely what most users will...
This feature would prevent Collect to default to the first language by alphabetical order. As per Xforms spec: > A default=”” attribute can be added to a to make it...
## Problem v0.3.7 works using the development server, but logs the user out unexpectedly when using the production server. This indicates a broken setting on the server side. ## Fix...
ODK docs: https://docs.getodk.org/form-question-types/#image-map-select-widget XForms spec: https://getodk.github.io/xforms-spec/#appearances
When harvesting a [CKAN instance](http://open-data.yes-we-ckan.org/) (source install v2.5.0a as of July 2015) into another CKAN instance (datacats using latest master, v2.5.0a) with a custom ckanext-scheming dataset schema, I'm running into...
The default ckan_harvester will run into trouble if the harvesting ckan has a custom ckanext-scheming schema. The incompatibility lies with the handling of extra fields: Scheming uses extra fields to...
Just a consistency issue: `dump_objects` writes to stdout, while `merge_fixtures` doesn't. I want to use the commands from functions, so capturing stdout is easy: ``` with open("my_app/fixtures/test_fixture.json", 'w+') as f:...
Using StateLogInline, I noticed that a FSMIntegerField renders the underlying (integer) database value, which carries no business meaning. It would be very useful if StateLogInline could render FSMIntegerFields as their...
### Problem I would like to set a default for some fields. ### Research Read README, examples, issues, browsed code, no definite pointer. [Searching the ckanext-scheming repo for "default"](https://github.com/ckan/ckanext-scheming/search?q=default) brought...
Ok this is stretching it a bit, but since scheming tackles custom form widgets, and ckanext-spatial provides this really good to have but (for end users) quite challenging `spatial` field,...