| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-06-17 | jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows | Greg Roach | 1 | -188/+175 | |
| 2017-03-22 | 2017 | Greg Roach | 1 | -1/+1 | |
| 2016-12-25 | Code style - single quotes | Greg Roach | 1 | -2/+2 | |
| 2016-12-23 | Code style - short array syntax | Greg Roach | 1 | -1/+1 | |
| 2016-07-30 | Html validation (#1079) | JustCarmen | 1 | -2/+2 | |
| 2016-06-22 | Fix #1027 - upper/lower case | Greg Roach | 1 | -1/+1 | |
| 2016-06-16 | php-cs-fixer | Greg Roach | 1 | -1/+0 | |
| 2016-04-11 | Charts as modules - more work | Greg Roach | 1 | -0/+1 | |
| 2016-01-30 | Update copyright year | Greg Roach | 1 | -1/+1 | |
| 2016-01-17 | Tabs | Greg Roach | 1 | -3/+1 | |
| 2015-07-09 | Fix #593 - show/hide details not persisting | Greg Roach | 1 | -1/+1 | |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -7/+9 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 | |
| 2015-05-30 | Code style | Greg Roach | 1 | -0/+1 | |
| 2015-05-30 | PHP-CS-FIXER, PSR-2 (mostly!) | Greg Roach | 1 | -0/+1 | |
| 2015-03-21 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -7/+7 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-03-09 | Calculate the additional offsets required to position the lines avoiding box ↵ | David Drury | 1 | -37/+39 | |
| edges based on sensible percentages of the box size rather than use constants which could result in an ugly looking chart when a theme set the chart-spacing-x & chart-spacing-y theme parameters radically different from those in the base theme | |||||
| 2015-03-09 | Use Tree object instead of ID/name | Greg Roach | 1 | -1/+1 | |
| 2015-03-08 | Re-organised code as suggested | David Drury | 1 | -74/+10 | |
| 2015-03-07 | Further pedigree chart work | David Drury | 1 | -222/+190 | |
| Moved all positioning logic into the controller. Now the only elements that are absolutely positioned are the node containers. Simplified the line drawing logic in javascript by using sosa triples (ie child + mother & father) and using the node location as the base for calculating the point positions | |||||
| 2015-03-05 | Tables need bodies | Greg Roach | 1 | -34/+36 | |
| 2015-03-03 | Incorrect parameter in URL | David Drury | 1 | -1/+1 | |
| Also changed css to make a slight improvement in printed page real estate (Bug #1426714) | |||||
| 2015-02-22 | Pedigree chart tidying | David Drury | 1 | -30/+29 | |
| Remove more "magic numbers" Accurately setting the #pedigree_chart width & height allows the chart to be positioned by css thus allowing a few chart variables to be removed | |||||
| 2015-02-20 | Tidy up | Greg Roach | 1 | -18/+18 | |
| 2015-02-20 | Remove Global usage and other chart work | David Drury | 1 | -85/+70 | |
| Removed global variables from charts and chart related functions (either pass variable as a parameter or obtain from controller) Most charts - remove unused or broken parameters from forms Pedigree chart remove chart and canvas css offset and remove most (but not all) embedded 'magic numbers' FamilyBookController reinstate variable deleted in error | |||||
| 2015-02-16 | Globals | Greg Roach | 1 | -18/+18 | |
| 2015-02-11 | Fix scrutinizer warnings in pedigree controller | Greg Roach | 1 | -7/+7 | |
| 2015-02-07 | Rename inconsistent method name | Greg Roach | 1 | -4/+4 | |
| 2015-02-07 | Remove global $TEXT_DIRECTION | Greg Roach | 1 | -18/+15 | |
| 2015-02-05 | Globals | Greg Roach | 1 | -2/+2 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-04 | PHPDoc for globals | Greg Roach | 1 | -0/+12 | |
| 2015-02-03 | Autoload includes/functions/* | Greg Roach | 1 | -1/+0 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -32/+27 | |
| 2015-01-24 | Add visual feedback for privacy settings | Greg Roach | 1 | -1/+1 | |
| 2015-01-21 | Code quality - avoid @, exit() and die() | Greg Roach | 1 | -1/+2 | |
| 2015-01-19 | HTML5 validation | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -12/+12 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Comments after braces confuse scrutinizer's code-style analysis. | Greg Roach | 1 | -2/+4 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -18/+18 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2014-12-22 | explicitly set display property for main to address Internet Explorer ↵ | David Drury | 1 | -2/+2 | |
| problem. Also for pedigree chart shift the target element from main to #pedigree-page for setting the chart height | |||||
| 2014-12-18 | Typo | Greg Roach | 1 | -1/+1 | |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 | |
| 2014-10-29 | Missing XREF on pedigree/family book charts | Greg Roach | 1 | -1/+1 | |
| 2014-10-25 | Move chart function to chart controller. Use objects instead of XREFs | Greg Roach | 1 | -5/+5 | |
| 2014-10-25 | #282 - missing ancestors | Greg Roach | 1 | -3/+0 | |
| 2014-10-22 | Type hint object parameters | Greg Roach | 1 | -1/+1 | |
| 2014-10-12 | Restore functionality broken in pull request #245 | David Drury | 1 | -169/+171 | |
| fix typo fix failure to act on item selection with root person drop down menu (re) fixed previous/next arrows on chart in module Tidied up JS formatting Hourglass chart now passes HTML5 validation. Standardised html for popup menus on pedigree & hourglass charts so the same CSS can apply to both fix 1.5.3 pedigree chart bug whereby the popup menu overlays the trigger arrow on certain layouts preventing the menu from being hidden ... and animate the menu show/hide Remove debug code and add missing width units rethought pedigree chart root person menu popup - now uses CSS for positioning - improves visual effect of popup when layout is "oldest at bottom" fix 1.5.3 pedigree chart bug whereby the "goto previous generation" arrows are not shown for oldest at top/bottom layouts fix 1.5.3 pedigree chart bug whereby expanded boxes or popup menus sometimes "underlay" rather than overlay other boxes for "oldest at top" layout only generate "goto previous generation" code where necessary | |||||
