Jeff Turner

Results 80 issues of Jeff Turner

following on from https://github.com/tbar0970/jethro-pmm/pull/1310

Jethro has this odd behaviour where it sets the `JethroSess` cookie, then immediately deletes it and re-issues it in `upgrade_session_cookie`. The latter appears to be a later addition, to add...

Fixes #1262. Adds support for setting song tags from CSV, via new column(s). ## Code notes In the code, I needed to create `Service_Component_Tag`s and `Service_Component_Tagging`s only if they didn't...

When displaying attendance, Jethro lets one show attendances from multiple congregations/groups at once: When **Format** 'Sequential' is picked (the default), the attendances for each cohort are displayed sequentially, each with...

When a person is put in an Archived status, they are presumably no longer attending church. They should no longer have Members access to view person details in shared groups,...

Some churches would like to alter Jethro's colour scheme, e.g. to fit in with an overall brand. Jethro lets one modify colours by defining `CUSTOM_LESS_VARS` in conf.php, e.g.: ```php define('CUSTOM_LESS_VARS',...

We use 5centsms.com.au for sending SMSes. We recently had a situation where we ran out of credit. The `scripts/roster_reminder.php` script ran and signalled success: ``` Sent roster successfully to: Jeff...

bug

Jethro currently connects to MySQL over TCP, with a username and password. If PHP is running as a dedicated user (`jethro`), then it would make sense to allow Jethro to...

Say we have a gap between services that shouldn't be there. E.g. I would like the 7 Sept service to move up to 31 August: I don't think there is...

feature-request