summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Collapse)AuthorFilesLines
2016-04-12CodeStyleGreg Roach1-6/+7
2016-04-12Scrutinizer Auto-Fixes (#896)Scrutinizer Auto-Fixer2-75/+75
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-21/+21
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-3/+3
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-04-12Unused useGreg Roach5-6/+0
2016-04-11Charts as modules - more workGreg Roach1-48/+2
2016-03-30PHPDocGreg Roach1-0/+2
2016-03-25Remove edit-name linkGreg Roach1-9/+0
2016-03-25Remove actions from top-level menus - for touch screensGreg Roach7-49/+0
2016-03-13Copy functionality of other controllers to ↵David Drury6-91/+13
IndividualController->->getEditMenu() and remove "Add to favourites"
2016-02-27Missing link in pedigree chartGreg Roach1-1/+1
2016-02-21Fix #824 - obsolete HTML markupGreg Roach1-2/+2
2016-02-21CodeStyleGreg Roach2-5/+5
2016-02-21Ability to delete non-genealogy recordsGreg Roach7-7/+7
2016-02-21Case mismatchGreg Roach5-18/+18
2016-02-21Case mismatchGreg Roach1-1/+1
2016-02-21Unused importsGreg Roach6-17/+16
2016-02-21Case mismatchGreg Roach6-6/+6
2016-02-19Fix #830Greg Roach1-59/+41
2016-01-30Update copyright yearGreg Roach25-25/+25
2016-01-30Remove dead codeGreg Roach1-8/+1
2016-01-17Fix #805 - search and replace containing regex charactersGreg Roach1-13/+15
2016-01-17Two spaces have no effect in HTMLGreg Roach10-23/+23
2016-01-15Fix #801 - search/replace with one resultGreg Roach1-25/+27
2016-01-04Error after deleting GedcomRecord objectGreg Roach1-4/+2
2016-01-04Fix #747 - menus on touch screensGreg Roach1-7/+0
2015-12-18Fix #781 - better support for non-standard GEDCOM recordsGreg Roach7-73/+60
2015-12-18PHP-CS-FIXERGreg Roach1-3/+3
2015-10-05flush() doesn't work well with MVC frameworksGreg Roach1-8/+0
2015-09-17Search results where the first result is privateGreg Roach1-1/+1
2015-07-26Further changes to Search page divs structureJonathan Jaubart1-0/+1
2015-07-22Apply privacy filters earlier, and more consistentlyGreg Roach1-4/+4
2015-07-14Typo 'onlcick' prevents deleting media objectsGreg Roach1-1/+1
2015-07-13PHP5.3 closure workaround needs public accessGreg Roach1-6/+14
2015-07-09Fix #593 - show/hide details not persistingGreg Roach1-1/+5
2015-06-19Strict typingGreg Roach2-10/+10
2015-06-19Canonical URLsGreg Roach2-26/+0
2015-06-19Fix #622 - GET/POSTGreg Roach1-8/+8
2015-06-19Update .PO filesGreg Roach1-8/+8
2015-06-16Allow more HTML attributes on menu itemsGreg Roach6-128/+146
2015-06-09Lifespan - leave family checkbox emptyGreg Roach1-4/+0
2015-06-08PHPDocGreg Roach25-121/+134
2015-06-07PHP5.3 cannot use $this in closures. Code style. PHPDocGreg Roach1-74/+121
2015-06-07Rework lifespan chartDavid Drury1-452/+333
Made look and feel more like other charts Works for RTL languages Added support for different calendars Simplified chart by removing the pan/scroll arrows and replaced with scrollbars Removed birth and death markers and replaced with a popup showing key events when the sex-image/name/lifespan on the bar is hovered over - this also replaces the existing (non functional) code which should have placed key event markers (and a popup) along the length of the bar. popups use code structure found elsewhere in webtrees Generate bar colors on the fly using the hsla model (doesn't work for ie8 which gets pink for a girl, blue for a boy) For short lifespans sensibly trucate the info on the bar The popup always includes vital events and then only other events that meets the search criteria Hide form on print If searching a place, now include marriage events
2015-06-06ConfigData => ConfigGreg Roach1-2/+2
2015-06-05Refactor includes/functions into classesGreg Roach13-41/+61
2015-06-04Function belongs in controllerGreg Roach1-0/+16
2015-06-04One canvas is enoughGreg Roach1-1/+0
2015-06-04Code style - remove globalsGreg Roach1-3/+2
2015-06-01Code cleanupGreg Roach1-12/+0