Jeff Turner

Results 80 issues of Jeff Turner

Jethro has a **Groups - add/edit/delete** permission: ![image](https://github.com/user-attachments/assets/eccbc8e1-35dc-4a50-90f4-cbaa28b52599) A long-standing quirk of Jethro is that in order to edit group *memberships*, you need the `Persons and Families - add/edit/group` permission,...

Select one or more Persons, and at the bottom, select the "Set field(s)" option: ![image](https://github.com/user-attachments/assets/10414fd3-0f80-46ab-9bd7-bf9b45e62594) You will see the `Set Age bracket to:` option defaults to "Adult", rather than "(No...

bug
severity-medium

I have a Person report that specifies a person status: ![image](https://github.com/user-attachments/assets/796b41ae-3ade-41f0-9385-65a1a40d266e) After upgrading to 2.36-dev and applying `upgrades/2024-upgrade-to-2.36.sql`, the report returns nothing, because the Status field has lost its value:...

bug
severity-high

Jethro allows one to delete a congregation once all members are removed from it: ![image](https://github.com/user-attachments/assets/2ae4af45-f555-45cb-ae05-8c453f49c092) Any attendance records are left untouched in the database, since they are associated with the...

bug
severity-medium

Jethro's `person_status` table contains serialized strings representing parameters for reports. For instance, `person_status.params` might start with: ``` a:17:{s:5:"rules";a:3:{s:8:"p.status";a:1:{i:0;s:1:"0";} ``` The representation of `p.status` has changed in Jethro 2.36. No longer...

All the info in the top paragraph has been merged into the field-level comments, to reduce redundancy and make it more likely the info is read.

**Is your feature request related to a problem? Please describe.** Jujutsu and jjui are awesome, as are [revsets](https://jj-vcs.github.io/jj/latest/revsets), but it's hard for newcomers to visualize what a particular revset _means_...

## Summary Per #2680, this adds a comment to the php plugin's `devbox.d/php/php-fpm.conf` explaining where to find `error_log()` output for PHP scripts running under PHP-FPM - because despite appearances, they...

It would be nice if Jethro added a person history item when that person is added to/removed from a group.