Greg Roach

Results 219 comments of Greg Roach

> Maybe, it would make sense to generate a default submitter; I think this is a good idea. The submitter record could be empty - or it could contain the...

At present, we include *all* records in the export. Private records have all their details removed. To remove private records, every other record will need to have links to private...

If `FORM` is missing, webtrees will extract the extension from `FILE`. This is almost certainly a bug in webtrees.

Can you give exact examples. e.g. create a small GEDCOM file where I can see the issue?

I see the same behaviour in both examples - add wife and add daughter Where can I see the different behaviour?

There is code to synchronise the `NAME` field with the `GIVN`, `SURN`, etc. It only works when the name follows a standard pattern. Here, we have an inflected surname, so...

Synchronising names with inflections requires the `SEX`. We only convert -SKI to -SKA for females (and when the language is set to Polish). But we don't have the SEX. See...

This type of functionality would require a job-queue, which would need to be stored in the database. Database changes are becoming difficult. Depending on the history of your site, you...

> By the way: > Not the browser must be polish. The setting of Surname tradition is does it. The surname tradition creates the default values in `NAME` and `SURN`....

The name is created correctly (by the surname-tradition code). But the edit control cannot synchronise the inflected `NAME`. Change 'U' to 'F' in the code above (two places), and set...