| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-28 | Fix #810 US census | Greg Roach | 7 | -74/+155 | |
| 2016-02-28 | Display of census years | Greg Roach | 1 | -1/+1 | |
| 2016-02-28 | Refactor CSS | Greg Roach | 3 | -9/+22 | |
| 2016-02-28 | Add tests for French censuses | Greg Roach | 1 | -2/+2 | |
| 2016-02-28 | Added styling for Census Assistant notes (same as markdown). | David Drury | 3 | -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-28 | French census - exact dates | Greg Roach | 22 | -25/+25 | |
| 2016-02-27 | DRY new census column | Greg Roach | 1 | -21/+11 | |
| 2016-02-27 | Merge pull request #854 from mikejpr/master | Greg Roach | 24 | -71/+421 | |
| Translation Census French | |||||
| 2016-02-27 | Unused use | Greg Roach | 4 | -14/+0 | |
| 2016-02-27 | DRY census columns | Greg Roach | 6 | -81/+57 | |
| 2016-02-27 | Missing link in pedigree chart | Greg Roach | 1 | -1/+1 | |
| 2016-02-27 | Wrong path to relationship page in Indiv. table | Jonathan Jaubart | 1 | -1/+1 | |
| Same issue as #839. The href attribute contains `../../` whereas it should just be `relationship.php` | |||||
| 2016-02-25 | Create CensusOfFrance1946.php | mikejpr | 1 | -0/+46 | |
| 2016-02-25 | Create CensusOfFrance1936.php | mikejpr | 1 | -0/+46 | |
| 2016-02-25 | Create CensusOfFrance1931.php | mikejpr | 1 | -0/+46 | |
| 2016-02-25 | Create CensusOfFrance1926.php | mikejpr | 1 | -0/+46 | |
| 2016-02-25 | Create CensusOfFrance1921.php | mikejpr | 1 | -0/+46 | |
| 2016-02-25 | Create CensusOfFrance1831.php | mikejpr | 1 | -2/+2 | |
| 2016-02-25 | Create CensusOfFrance1831.php | mikejpr | 1 | -0/+45 | |
| 2016-02-25 | Add 1831,1921,1926,1931,1936,1946 | mikejpr | 1 | -0/+6 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -1/+8 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -1/+8 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -1/+8 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -1/+6 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -6/+6 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -7/+7 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -7/+7 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -8/+8 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -4/+4 | |
| 2016-02-25 | Update translation french | mikejpr | 1 | -5/+5 | |
| 2016-02-25 | Create CensusColumnConditionFrench.php | mikejpr | 1 | -0/+43 | |
| 2016-02-22 | Fix #847 interactive tree | Greg Roach | 1 | -2/+2 | |
| 2016-02-22 | Merge pull request #844 from ddrury/FixCensusHeaders | Greg Roach | 1 | -53/+12 | |
| Dynamically build the census column headers for shared notes | |||||
| 2016-02-22 | HTML validation error | Greg Roach | 1 | -141/+148 | |
| 2016-02-22 | Fix #845 and #846 | Greg Roach | 1 | -1/+1 | |
| 2016-02-22 | In function formatCensusNote, build the $headers array dynamically from the ↵ | David Drury | 1 | -53/+12 | |
| census column definitions rather than using a static array which can easily become out of date | |||||
| 2016-02-22 | Missed a bit of last commit and also standardised header text to come into ↵ | David Drury | 3 | -8/+11 | |
| line with other censuses | |||||
| 2016-02-21 | Fix #824 - obsolete HTML markup | Greg Roach | 11 | -386/+444 | |
| 2016-02-21 | CodeStyle | Greg Roach | 6 | -38/+38 | |
| 2016-02-21 | Reports - error in conditions | Greg Roach | 1 | -1/+1 | |
| 2016-02-21 | Undo typo | Greg Roach | 1 | -1/+1 | |
| 2016-02-21 | Ability to delete non-genealogy records | Greg Roach | 9 | -10/+14 | |
| 2016-02-21 | MySQL 5.7.5 uses ONLY_FULL_GROUP_BY by default | Greg Roach | 1 | -4/+4 | |
| 2016-02-21 | Case mismatch | Greg Roach | 25 | -88/+88 | |
