Jeff Turner

Results 80 issues of Jeff Turner

This morning we tried to send a SMS to 200+ recipients, and 5centsms.com.au failed, apparently not returning JSON at all but HTML: ``` AJAX error sending SMS: SyntaxError: Unexpected token...

Jethro reports have a 'Send email' bulk action. Clicking 'Go' sends the browser to a 'mailto:' link of the selected recipients: This bit of Jethro causes a lot of end...

Jethro explodes with "An error occurred" if you try to attach an invalid image to a person record. E.g. here when uploading a .jpg which is actually a .png: ```...

Jethro is full of `href=` and `src=` URL references, and is not too consistent in their use: - Some are page-relative, `href="?call=..."` - Some are incorrectly root-relative, `href="/?view=..."`. These won't...

Fixes #1305. This PR builds upon / incorporates https://github.com/tbar0970/jethro-pmm/pull/1312. I don't know how to make Github show only https://github.com/tbar0970/jethro-pmm/commit/f24004d6f0da0b38881260d72edca4568798c1ac, which is the only distinct commit not from #1312. Jethro needs...

Successor to PR 1308 that got too messy.. Jethro has old-school error reporting: Javascript alerts: For forms, it would be better to highlight the missing/incorrect form field value, with the...

Fixes #972 'Copy from previous' is now always visible in edit mode: When 'Copy from previous' is clicked, the modal opens: - a preview of the service items about to...

Fixes https://github.com/tbar0970/jethro-pmm/issues/1224. Successor to https://github.com/tbar0970/jethro-pmm/pull/1329

Replacement for PR https://github.com/tbar0970/jethro-pmm/pull/1332 - see discussion there.