Searched hist:dc46b57449e335587417319b1bb980729dfe17aa (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Module/ |
H A D | NotesTabModule.php | dc46b57449e335587417319b1bb980729dfe17aa Wed Feb 24 20:35:37 UTC 2016 David Drury <david@drury.me.uk> Added styling for Census Assistant notes (same as markdown). census-edit.php fixed bug in function updateCensusText whereby hidden <th> elements were included in the column count when generating the note text. fixed bug in CensusAssistantModule.php function formatCensusNote to remove leading \n char from $data (real solution would be to change regex on line 294 but I go cross eyed looking at that).
Accomodate censuses with many columns (eg US 1930). To do this it was necessary to move the "Events of close relatives etc." line outside the facts table as colspan and table-layout: fixed don't play well together
NotesTabModule.php also need some work to properly show censuses with many columns
Select the correct census from which to derive the column headers
Use Soundex to perform place matching
Safety first programming
|
H A D | IndividualFactsTabModule.php | dc46b57449e335587417319b1bb980729dfe17aa Wed Feb 24 20:35:37 UTC 2016 David Drury <david@drury.me.uk> Added styling for Census Assistant notes (same as markdown). census-edit.php fixed bug in function updateCensusText whereby hidden <th> elements were included in the column count when generating the note text. fixed bug in CensusAssistantModule.php function formatCensusNote to remove leading \n char from $data (real solution would be to change regex on line 294 but I go cross eyed looking at that).
Accomodate censuses with many columns (eg US 1930). To do this it was necessary to move the "Events of close relatives etc." line outside the facts table as colspan and table-layout: fixed don't play well together
NotesTabModule.php also need some work to properly show censuses with many columns
Select the correct census from which to derive the column headers
Use Soundex to perform place matching
Safety first programming
|
H A D | CensusAssistantModule.php | dc46b57449e335587417319b1bb980729dfe17aa Wed Feb 24 20:35:37 UTC 2016 David Drury <david@drury.me.uk> Added styling for Census Assistant notes (same as markdown). census-edit.php fixed bug in function updateCensusText whereby hidden <th> elements were included in the column count when generating the note text. fixed bug in CensusAssistantModule.php function formatCensusNote to remove leading \n char from $data (real solution would be to change regex on line 294 but I go cross eyed looking at that).
Accomodate censuses with many columns (eg US 1930). To do this it was necessary to move the "Events of close relatives etc." line outside the facts table as colspan and table-layout: fixed don't play well together
NotesTabModule.php also need some work to properly show censuses with many columns
Select the correct census from which to derive the column headers
Use Soundex to perform place matching
Safety first programming
|