summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2016-02-28Fix #810 US censusGreg Roach7-74/+155
2016-02-28Display of census yearsGreg Roach1-1/+1
2016-02-28Refactor CSSGreg Roach3-9/+22
2016-02-28Add tests for French censusesGreg Roach1-2/+2
2016-02-28Added styling for Census Assistant notes (same as markdown).David Drury3-35/+54
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
2016-02-28French census - exact datesGreg Roach22-25/+25
2016-02-27DRY new census columnGreg Roach1-21/+11
2016-02-27Merge pull request #854 from mikejpr/masterGreg Roach24-71/+421
Translation Census French
2016-02-27Unused useGreg Roach4-14/+0
2016-02-27DRY census columnsGreg Roach6-81/+57
2016-02-27Missing link in pedigree chartGreg Roach1-1/+1
2016-02-27Wrong path to relationship page in Indiv. tableJonathan Jaubart1-1/+1
Same issue as #839. The href attribute contains `../../` whereas it should just be `relationship.php`
2016-02-25Create CensusOfFrance1946.phpmikejpr1-0/+46
2016-02-25Create CensusOfFrance1936.phpmikejpr1-0/+46
2016-02-25Create CensusOfFrance1931.phpmikejpr1-0/+46
2016-02-25Create CensusOfFrance1926.phpmikejpr1-0/+46
2016-02-25Create CensusOfFrance1921.phpmikejpr1-0/+46
2016-02-25Create CensusOfFrance1831.phpmikejpr1-2/+2
2016-02-25Create CensusOfFrance1831.phpmikejpr1-0/+45
2016-02-25Add 1831,1921,1926,1931,1936,1946mikejpr1-0/+6
2016-02-25Update translation frenchmikejpr1-1/+8
2016-02-25Update translation frenchmikejpr1-1/+8
2016-02-25Update translation frenchmikejpr1-1/+8
2016-02-25Update translation frenchmikejpr1-1/+6
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Update translation frenchmikejpr1-6/+6
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Update translation frenchmikejpr1-7/+7
2016-02-25Update translation frenchmikejpr1-7/+7
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Update translation frenchmikejpr1-8/+8
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Update translation frenchmikejpr1-4/+4
2016-02-25Update translation frenchmikejpr1-5/+5
2016-02-25Create CensusColumnConditionFrench.phpmikejpr1-0/+43
2016-02-22Fix #847 interactive treeGreg Roach1-2/+2
2016-02-22Merge pull request #844 from ddrury/FixCensusHeadersGreg Roach1-53/+12
Dynamically build the census column headers for shared notes
2016-02-22HTML validation errorGreg Roach1-141/+148
2016-02-22Fix #845 and #846Greg Roach1-1/+1
2016-02-22In function formatCensusNote, build the $headers array dynamically from the ↵David Drury1-53/+12
census column definitions rather than using a static array which can easily become out of date
2016-02-22Missed a bit of last commit and also standardised header text to come into ↵David Drury3-8/+11
line with other censuses
2016-02-21Fix #824 - obsolete HTML markupGreg Roach11-386/+444
2016-02-21CodeStyleGreg Roach6-38/+38
2016-02-21Reports - error in conditionsGreg Roach1-1/+1
2016-02-21Undo typoGreg Roach1-1/+1
2016-02-21Ability to delete non-genealogy recordsGreg Roach9-10/+14
2016-02-21MySQL 5.7.5 uses ONLY_FULL_GROUP_BY by defaultGreg Roach1-4/+4
2016-02-21Case mismatchGreg Roach25-88/+88