summaryrefslogtreecommitdiff
path: root/hourglass.php
AgeCommit message (Collapse)AuthorFilesLines
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
2012-04-06Tidy up some JavaScriptfisharebest1-7/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-5/+4
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-01-18Remove unused/unecessary RTL-specific CSS classesfisharebest1-1/+1
2012-01-18Remove unnecessary instructionsfisharebest1-5/+0
2012-01-05Help text for "box width" is (a) incorrect and (b) not very helpful.fisharebest1-1/+1
2011-12-21#902683 - HTML validationfisharebest1-2/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-8/+8
2011-12-05#900102 - Some charts missing title help iconfisharebest1-1/+1
2011-11-22Charts options: the help text for "Show Details" is out of date, and not ↵fisharebest1-1/+1
really useful.
2011-11-22The help text for "Generations" on the charts does not say anything useful. ↵fisharebest1-1/+1
Remove it.
2011-11-22Chart options. Use friendly "Individual", instead of "Root Person ID"fisharebest1-1/+1
2011-11-22Translate numbersfisharebest1-1/+1
2011-11-20Fix: some charts starting with the wrong person. Use rootid (instead of ↵fisharebest1-1/+1
pid) consistently as the parameter name.
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-6/+2
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-32/+25
2011-04-30Fix: bad I18N in report titles (concatenating text fragments). Also choose ↵fisharebest1-3/+2
better names for some of the reports
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-07Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-9/+9
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-12-16Remove "help about this page" option, and move the (few) useful help items ↵fisharebest1-3/+2
to explicit links on each page.
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-1/+1
2010-10-30(no commit message)fisharebest1-14/+14
2010-09-25Tidy up whitespace/indentsfisharebest1-2/+2
2010-06-27Remove old references to print-preview modefisharebest1-9/+4
2010-06-26Remove old references to print-preview modefisharebest1-2/+1
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-3/+3
"Sentence case" to "Initial Capitals"
2010-04-05(no commit message)Veit Olschinski1-0/+166