Greg Roach
Greg Roach
Even if we make this completely-configurable, we will still need default values for which tags have this feature and which do not.
For most (all?) of our `TYPE` fields, the translation is lowercase, so that it can be used in a `Label: value` string such as `Type: foo`. e.g. ``` 1 NAME...
> I don't know Greg's reason (workload?) The Kings/Queens are fine - but I can't accept just part of a PR. The new names are all inconsistent with existing ones...
What tables do you have in the DB?
These are the first 4 tables that are created. I guess that the installation failed or was interrupted at this point, and the subsequent tables were not created. The code...
If `Illinois` is being added, then the data must come from somewhere. The code is searching the indexes for your tree. Perhaps this index contains an orphaned value? Maybe as...
> If you export your tree to a GEDCOM file and then re-import it, then webtrees will rebuild the index. Were you able to do this? It would confirm my...
@TonyGravagno - if you are still having issues, then perhaps you could allow me access to your site to investigate. Otherwise, I do not think I can help you.
FYI, my workaround for this bug is to `rawurlencode()` each segment of the file path before asking glide to create the image. ``` // Yes, the file *does* contain a...
1) The new function will require unit tests. 2) Should not use `count()` in a loop. (It returns the same value each time.) Perhaps count down instead of up? This...