summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-1/+1
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-24/+21
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-42/+38
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach22-176/+301
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach2-33/+16
2015-06-17New menu APIGreg Roach1-1/+1
2015-06-16Fix #605, #606 - remove URL parameters for language and themeGreg Roach2-23/+13
2015-06-16Allow more HTML attributes on menu itemsGreg Roach16-199/+245
2015-06-15Fix #610 - invalid dates cause invalid anniversariesGreg Roach2-3/+3
2015-06-15Fix #612 - context-sensitive translations ignored in reportsGreg Roach3-5/+5
2015-06-15Fix #616 - PDO 'helpfully' escapes backslashes for usGreg Roach1-2/+4
2015-06-15Fix #615 - typo in SQLGreg Roach1-2/+2
2015-06-10PHPDocGreg Roach23-69/+69
2015-06-10Wrong default typeGreg Roach2-2/+2
2015-06-09TreeView - identify parents where only one member of a couple has parentsGreg Roach1-21/+13
2015-06-09Lifespan - leave family checkbox emptyGreg Roach1-4/+0
2015-06-08PHPDocGreg Roach280-1256/+3008
2015-06-08Split BaseTheme into AbstractTheme and ThemeInterfaceGreg Roach11-93/+679
2015-06-07Fix #596 clippings cart sessions brokenGreg Roach2-16/+18
2015-06-07More elegant PHP5.3 workaroundGreg Roach1-6/+5
2015-06-07PHP5.3 cannot use $this in closures. Code style. PHPDocGreg Roach2-94/+154
2015-06-07Rework lifespan chartDavid Drury3-453/+415
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 Roach3-14/+14
2015-06-06Refactor specialchars.php into classesGreg Roach31-0/+1465
2015-06-06Update function nameGreg Roach1-1/+1
2015-06-06Update function namesGreg Roach1-5/+5
2015-06-06Database parameter bindingGreg Roach1-4/+4
2015-06-06Reports - better DB queriesGreg Roach1-55/+65
2015-06-06Reports with repeats/lists failingGreg Roach1-12/+15
2015-06-06Fix #599 - upper/lower filenameGreg Roach1-0/+0
2015-06-05Refactor includes/functions into classesGreg Roach73-245/+13100
2015-06-04Update font dejavu sansGreg Roach1-1/+1
2015-06-04Function belongs in controllerGreg Roach4-20/+18
2015-06-04One canvas is enoughGreg Roach1-1/+0
2015-06-04Set defaults for GoogleMaps moduleGreg Roach2-23/+48
2015-06-04Code style - compare NULL strictlyGreg Roach2-2/+2
2015-06-04Code style - compare nulls strictlyGreg Roach1-4/+4
2015-06-04Code style - remove globalsGreg Roach6-17/+222
2015-06-04Code style - unused variableGreg Roach1-6/+1
2015-06-04Code style - global variablesGreg Roach1-3/+0
2015-06-04Reports - refactor globalsGreg Roach1-58/+58
2015-06-04Unknown names in one-parent familiesGreg Roach1-2/+2
2015-06-04Code style - one class per fileGreg Roach3-200/+199
2015-06-03Report titles not being setGreg Roach2-36/+13
2015-06-03Fix #595 - wrong class nameGreg Roach1-1/+1
2015-06-03PHPDocGreg Roach2-4/+4
2015-06-03Googlemap - clicking facts fails to open map windowsGreg Roach2-26/+8
2015-06-03Census assistant; combine filesGreg Roach1-5/+168
2015-06-03Unused useGreg Roach1-1/+0
2015-06-03Refactor database migrations to use autoloading and remove duplicatesGreg Roach49-45/+2373