| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -3/+5 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 | |
| 2015-03-21 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -1/+1 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-03-09 | Use Tree object instead of ID/name | Greg Roach | 1 | -1/+1 | |
| 2015-03-05 | Tables need bodies | Greg Roach | 1 | -32/+34 | |
| 2015-03-05 | Move help text inline (or remove it) | Greg Roach | 1 | -1/+1 | |
| 2015-02-20 | Remove Global usage and other chart work | David Drury | 1 | -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-11 | Fix scrutinizer warnings in hourglass controller | Greg Roach | 1 | -3/+3 | |
| 2015-02-05 | Globals | Greg Roach | 1 | -0/+1 | |
| 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 | -1/+7 | |
| 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 | -33/+26 | |
| 2015-01-24 | Add visual feedback for privacy settings | Greg Roach | 1 | -1/+1 | |
| 2015-01-19 | HTML5 | Greg Roach | 1 | -1/+1 | |
| 2015-01-19 | HTML5 validation | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -2/+2 | |
| 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 | |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 | |
| 2014-10-15 | PHPDoc | Greg Roach | 1 | -2/+2 | |
| 2014-10-12 | Restore functionality broken in pull request #245 | David Drury | 1 | -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-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -2/+2 | |
| 2014-09-18 | Toggle childbox fix for hourglass chart | David Drury | 1 | -1/+7 | |
| ... and removed unnecessary background: transparent | |||||
| 2014-06-17 | Autocomplete doesn't work on pages with data from multiple trees | Greg Roach | 1 | -2/+3 | |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 1 | -1/+1 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 1 | -1/+1 | |
| 2013-09-21 | #1225751 - Missing ged Param in some Charts | Greg Roach | 1 | -88/+69 | |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -1/+1 | |
| Tidy up punctuation | |||||
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 | |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -3/+3 | |
| 2013-06-20 | Bug #1192732 - Inconsistent markup in charts headers - hourglass chart | Nigel Osborne | 1 | -17/+18 | |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work ↵ | fisharebest | 1 | -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-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ↵ | fisharebest | 1 | -7/+0 | |
| (temporarily) in its place. | |||||
| 2012-07-18 | Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵ | fisharebest | 1 | -1/+1 | |
| picked up from a CDN server | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -2/+2 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-04-26 | add lightbox init function to module class | Łukasz Wilenski | 1 | -2/+3 | |
| 2012-04-06 | Tidy up some JavaScript | fisharebest | 1 | -7/+2 | |
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -5/+4 | |
| #964398 - find individual id | |||||
| 2012-03-28 | Functions should return HTML, rather than output it | fisharebest | 1 | -1/+1 | |
| 2012-01-18 | Remove unused/unecessary RTL-specific CSS classes | fisharebest | 1 | -1/+1 | |
| 2012-01-18 | Remove unnecessary instructions | fisharebest | 1 | -5/+0 | |
| 2012-01-05 | Help text for "box width" is (a) incorrect and (b) not very helpful. | fisharebest | 1 | -1/+1 | |
| 2011-12-21 | #902683 - HTML validation | fisharebest | 1 | -2/+1 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -8/+8 | |
| 2011-12-05 | #900102 - Some charts missing title help icon | fisharebest | 1 | -1/+1 | |
| 2011-11-22 | Charts options: the help text for "Show Details" is out of date, and not ↵ | fisharebest | 1 | -1/+1 | |
| really useful. | |||||
| 2011-11-22 | The help text for "Generations" on the charts does not say anything useful. ↵ | fisharebest | 1 | -1/+1 | |
| Remove it. | |||||
| 2011-11-22 | Chart options. Use friendly "Individual", instead of "Root Person ID" | fisharebest | 1 | -1/+1 | |
| 2011-11-22 | Translate numbers | fisharebest | 1 | -1/+1 | |
