Greg Roach
Greg Roach
A URL needs a scheme. e.g. `http://www.url.com` or `https://www.url.com`. A domain name (`www.url.com`) on its own is not a URL.
```css /* Auto-growing textarea inputs. */ .wt-autogrow-textarea { display: grid; /* Needs same layout as the textarea */ padding: 0.375rem 0.75rem;
This would require a (small-ish) code-change or a custom module. We show family facts/events on the spouses pages - but not on the childrens pages. Mostly, they wouldn't make sense,...
If a family has 4 children, and 3 of them live at the family home, I think it would be wrong to show FAM:RESI on their page. Another option is...
The existing line (`utf8_bin`) is there so that we can identify/count surnames that differ only by accents. For example, our query might return KONIG - 70 individuals KÖNIG - 25...
> For example, our query might return This, of course, depends on the current language. In English `Ö` will sort the same as `O`. In German, `Ö` will sort the...
A few initial thoughts, based on a quick scan... If we only ever use one tag on an item, then do we need the taggable functionality? Couldn't we simply invalidate...
55 seconds was chosen because most webservers have a 60 second timeout. If no response is received from PHP in 60 seconds, apache/nginx will usually send a 502 gateway timeout...
> Can I trust that seeing the version change has incremented would mean that all is ok? No. That would simply indicate that one file was copied (`app/Webtrees.php`). > It...
> I don't know if the unzip operation completed successfully or not because the php timeout occurring first meant that was never shown. If the unzip operation timed out, then...