Greg Roach
Greg Roach
Not sure if this a documentation error or a bug. According to https://flysystem.thephpleague.com/v2/docs/usage/filesystem-api/ > Moving and copying are both deterministic operations. > This means they will always overwrite the target...
Patch file in #3530 converted to a pull request.
The various database queries probably need `WHERE n_surname '';`
From the forum: > For example:If the proband is male, he calls "father-in-law" as "岳父" and "mother-in-law" as "岳母"; If the proband is a female, she calls "father-in-law" as "公公"...
The technique shown at https://codepen.io/chriscoyier/pen/XWKEVLy seems to work well. Need to get margin/padding/border settings right, to match the bootstrap `form-control` class.
The report library is based around XML files, which are processed to create either HTML or PDF reports. * The PDF reports are tightly coupled to the TCPDF library, which...
This limit was introduced 20 years ago, when servers weren't generally as powerful as they are today.
RootsMagic apparantly creates these records. A datafix might be useful to convert them to MARR/TYPE. See also #4434
These modal edit forms do not have the new combined options
At present, the control is opened/closed using `mouseover`/`mouseout` events. This makes it difficult to operate by users with some disabilities and/or assistive technology. Can you provide an option to open/close...