summaryrefslogtreecommitdiff
path: root/hourglass.php
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-28Bootstrap 4.0.0-beta.3Greg Roach1-1/+1
2017-12-07Fix: #1530 - missing quotesGreg Roach1-1/+1
2017-12-06Move Javascript to the viewsGreg Roach1-3/+6
2017-08-28Convert hidden-print to d-print-nonemakitso1-1/+1
2017-07-11Fix #1272 - URL parameter added after hashGreg Roach1-1/+1
2017-07-02Fix #1266 - show spouses on hourglass chartGreg Roach1-1/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-62/+63
2017-03-222017Greg Roach1-1/+1
2016-06-22Fix #1027 - upper/lower caseGreg Roach1-1/+1
2016-04-11Charts as modules - more workGreg Roach1-4/+5
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-07-09Fix #593 - show/hide details not persistingGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-3/+5
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-05Tables need bodiesGreg Roach1-32/+34
2015-03-05Move help text inline (or remove it)Greg Roach1-1/+1
2015-02-20Remove Global usage and other chart workDavid Drury1-19/+1
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-11Fix scrutinizer warnings in hourglass controllerGreg Roach1-3/+3
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-1/+7
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-33/+26
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-19HTML5Greg Roach1-1/+1
2015-01-19HTML5 validationGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-15PHPDocGreg Roach1-2/+2
2014-10-12Restore functionality broken in pull request #245David Drury1-11/+4
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
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-2/+2
2014-09-18Toggle childbox fix for hourglass chartDavid Drury1-1/+7
... and removed unnecessary background: transparent
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-88/+69
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-3/+3
2013-06-20Bug #1192732 - Inconsistent markup in charts headers - hourglass chartNigel Osborne1-17/+18
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-1/+1
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-7/+0
(temporarily) in its place.
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest1-1/+1
picked up from a CDN server
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-2/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-26add lightbox init function to module classŁukasz Wilenski1-2/+3