summaryrefslogtreecommitdiff
path: root/app/Module
AgeCommit message (Collapse)AuthorFilesLines
2016-04-09Fix: #873 - research tasksGreg Roach1-26/+42
2016-04-09Refactor recent changes moduleGreg Roach1-42/+252
2016-04-09Fix: #886 - user column on recent changes list/tableGreg Roach1-2/+11
2016-04-07Pedigree map, max generationsGreg Roach1-7/+4
2016-03-02Stats block layoutGreg Roach1-2/+3
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-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-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 Drury1-0/+3
line with other censuses
2016-02-21Fix #824 - obsolete HTML markupGreg Roach8-345/+411
2016-02-21CodeStyleGreg Roach2-18/+18
2016-02-21Case mismatchGreg Roach7-16/+16
2016-02-20Wrong path to edituser in Login Block Jonathan Jaubart1-1/+1
When authenticated, the link behind the "logged in as user" points to a wrong URL: it is `..\..\edituser.php` instead of simply `edituser.php`
2016-02-13Age differencesGreg Roach1-1/+1
2016-02-03#824 html validationGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach90-91/+91
2016-01-27Duplicate HTMLGreg Roach1-1/+1
2016-01-17TabsGreg Roach4-53/+20
2016-01-17Misuse of &nbsp;Greg Roach3-12/+7
2016-01-17Two spaces have no effect in HTMLGreg Roach25-52/+52
2016-01-16Missing echo and cCode-StyleGreg Roach1-213/+212
2016-01-04Fix #747 - menus on touch screensGreg Roach2-7/+9
2016-01-01GET after POSTGreg Roach1-100/+116
2015-12-31Remove rows from census assistantGreg Roach1-5/+14
2015-12-18PHP-CS-FIXERGreg Roach1-1/+1
2015-11-23Remove unused CSSGreg Roach2-8/+8
2015-11-23Fix 789866 - invalid HTML in individual/family sidebarGreg Roach2-32/+36
2015-11-21Fixes problems with updating records when using the update all buttonDavid Drury1-2/+2
2015-10-29Code styleGreg Roach1-1/+0
2015-10-29Code-styleGreg Roach4-14/+14
2015-10-22CleanupGreg Roach1-7/+4
2015-10-20Faster diff for batch-update previewGreg Roach1-62/+16
2015-10-19Rewrite census assistantGreg Roach1-707/+151
2015-10-07Code styleGreg Roach1-73/+672
2015-10-03Pending changes emailGreg Roach1-2/+2
2015-09-29Merge pull request #731 from JustCarmen/wt-devGreg Roach1-6/+13
Add missing breadcrumb and page title
2015-09-28Fix: #689 - variable needs to be global...Greg Roach1-1/+1
2015-09-28Census date/place selectorGreg Roach1-115/+0
2015-09-27Use new census dates in add-census pageGreg Roach1-64/+54
2015-09-27Remove trailing spacesJustCarmen1-21/+21
2015-09-27Add for attribute and form-group to place-check formJustCarmen1-3/+5
2015-09-27Google maps 'manage' forms in bootstrap layoutJustCarmen1-53/+75
2015-09-25Inactive places form in bootstrap layoutJustCarmen1-31/+35
2015-09-25Since we've changed the form layout we need to change the way post data is ↵JustCarmen1-3/+3
retrieving.
2015-09-25Google maps 'import file' form in bootstrap layoutJustCarmen1-40/+83
2015-09-25Google Maps preferences form in bootstrap layoutJustCarmen1-188/+212