| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-17 | Use rel=nofollow instead of hiding links | Greg Roach | 1 | -1/+1 | |
| 2015-06-17 | Use rel=nofollow instead of hiding links | Greg Roach | 1 | -24/+21 | |
| 2015-06-17 | Use rel=nofollow instead of hiding links | Greg Roach | 1 | -42/+38 | |
| 2015-06-17 | Use rel=nofollow instead of hiding links | Greg Roach | 22 | -176/+301 | |
| 2015-06-17 | Use rel=nofollow instead of hiding links | Greg Roach | 2 | -33/+16 | |
| 2015-06-17 | New menu API | Greg Roach | 1 | -1/+1 | |
| 2015-06-16 | Fix #605, #606 - remove URL parameters for language and theme | Greg Roach | 2 | -23/+13 | |
| 2015-06-16 | Allow more HTML attributes on menu items | Greg Roach | 16 | -199/+245 | |
| 2015-06-15 | Fix #610 - invalid dates cause invalid anniversaries | Greg Roach | 2 | -3/+3 | |
| 2015-06-15 | Fix #612 - context-sensitive translations ignored in reports | Greg Roach | 3 | -5/+5 | |
| 2015-06-15 | Fix #616 - PDO 'helpfully' escapes backslashes for us | Greg Roach | 1 | -2/+4 | |
| 2015-06-15 | Fix #615 - typo in SQL | Greg Roach | 1 | -2/+2 | |
| 2015-06-10 | PHPDoc | Greg Roach | 23 | -69/+69 | |
| 2015-06-10 | Wrong default type | Greg Roach | 2 | -2/+2 | |
| 2015-06-09 | TreeView - identify parents where only one member of a couple has parents | Greg Roach | 1 | -21/+13 | |
| 2015-06-09 | Lifespan - leave family checkbox empty | Greg Roach | 1 | -4/+0 | |
| 2015-06-08 | PHPDoc | Greg Roach | 280 | -1256/+3008 | |
| 2015-06-08 | Split BaseTheme into AbstractTheme and ThemeInterface | Greg Roach | 11 | -93/+679 | |
| 2015-06-07 | Fix #596 clippings cart sessions broken | Greg Roach | 2 | -16/+18 | |
| 2015-06-07 | More elegant PHP5.3 workaround | Greg Roach | 1 | -6/+5 | |
| 2015-06-07 | PHP5.3 cannot use $this in closures. Code style. PHPDoc | Greg Roach | 2 | -94/+154 | |
| 2015-06-07 | Rework lifespan chart | David Drury | 3 | -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-06 | ConfigData => Config | Greg Roach | 3 | -14/+14 | |
| 2015-06-06 | Refactor specialchars.php into classes | Greg Roach | 31 | -0/+1465 | |
| 2015-06-06 | Update function name | Greg Roach | 1 | -1/+1 | |
| 2015-06-06 | Update function names | Greg Roach | 1 | -5/+5 | |
| 2015-06-06 | Database parameter binding | Greg Roach | 1 | -4/+4 | |
| 2015-06-06 | Reports - better DB queries | Greg Roach | 1 | -55/+65 | |
| 2015-06-06 | Reports with repeats/lists failing | Greg Roach | 1 | -12/+15 | |
| 2015-06-06 | Fix #599 - upper/lower filename | Greg Roach | 1 | -0/+0 | |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 73 | -245/+13100 | |
| 2015-06-04 | Update font dejavu sans | Greg Roach | 1 | -1/+1 | |
| 2015-06-04 | Function belongs in controller | Greg Roach | 4 | -20/+18 | |
| 2015-06-04 | One canvas is enough | Greg Roach | 1 | -1/+0 | |
| 2015-06-04 | Set defaults for GoogleMaps module | Greg Roach | 2 | -23/+48 | |
| 2015-06-04 | Code style - compare NULL strictly | Greg Roach | 2 | -2/+2 | |
| 2015-06-04 | Code style - compare nulls strictly | Greg Roach | 1 | -4/+4 | |
| 2015-06-04 | Code style - remove globals | Greg Roach | 6 | -17/+222 | |
| 2015-06-04 | Code style - unused variable | Greg Roach | 1 | -6/+1 | |
| 2015-06-04 | Code style - global variables | Greg Roach | 1 | -3/+0 | |
| 2015-06-04 | Reports - refactor globals | Greg Roach | 1 | -58/+58 | |
| 2015-06-04 | Unknown names in one-parent families | Greg Roach | 1 | -2/+2 | |
| 2015-06-04 | Code style - one class per file | Greg Roach | 3 | -200/+199 | |
| 2015-06-03 | Report titles not being set | Greg Roach | 2 | -36/+13 | |
| 2015-06-03 | Fix #595 - wrong class name | Greg Roach | 1 | -1/+1 | |
| 2015-06-03 | PHPDoc | Greg Roach | 2 | -4/+4 | |
| 2015-06-03 | Googlemap - clicking facts fails to open map windows | Greg Roach | 2 | -26/+8 | |
| 2015-06-03 | Census assistant; combine files | Greg Roach | 1 | -5/+168 | |
| 2015-06-03 | Unused use | Greg Roach | 1 | -1/+0 | |
| 2015-06-03 | Refactor database migrations to use autoloading and remove duplicates | Greg Roach | 49 | -45/+2373 | |
