Mjumbe Poe

Results 23 issues of Mjumbe Poe

## Feature Description Determine the size of an image and upload with the attachment. Works with https://github.com/openplans/shareabouts-api/issues/37 This is going to be in the `onInputFileChange` method in `place-form-view`. ## Steps...

hackillinois
good first issue

## Feature description User should be able to receive email notifications upon a new comment on a place. This would require changes here and in https://github.com/openplans/shareabouts-api/. Need to allow for...

hackillinois
spike :chart_with_upwards_trend:

Map configurations should be selected by URL querystring or domain.

hackillinois
spike :chart_with_upwards_trend:

Right now, all image attachments are requested each time a map loads. Instead, load images only when a place is displayed.

hackillinois

Without raising this situation as an error (which it is), it's harder to track with something like [Sentry](https://docs.getsentry.com/hosted/clients/javascript/).

Use [readAsArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/API/FileReader#readAsArrayBuffer%28%29) instead of [readAsBinaryString](https://github.com/openplans/shareabouts/blob/master/src/sa_web/static/js/utils.js#L150) for image uploads, as otherwise reasonable versions of IE do not support readAsBinaryString.

Unsupported browser message appears for all but explicitly stated browsers. We should be doing feature detection. User agent info in the compressed JavaScript file causes server to cache a version...

(Suggested by @fkh) The Fb/Twitter login from the place detail form returns the user to a fresh form and the default map center for the pin. Until we can get...

bug

(Suggested by @andycochran) Maybe use apple-touch-icon?

bug

This is a simple change to address https://github.com/visionmedia/expresso/issues/95.