summaryrefslogtreecommitdiff
path: root/timeline.php
AgeCommit message (Collapse)AuthorFilesLines
2014-04-04Add terminating semicolon to CSS declarationsGreg Roach1-3/+3
2014-03-31Remove hard-coded font names from timeline chartGreg Roach1-3/+3
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-5/+0
pasteid is left alone for now
2014-02-23Declare JS variables in timeline.php to avoid automatic globalsMatthew Noorenberghe1-130/+127
2014-02-22Fixes #5 - Remove deprecated captureEvents (used for Gecko prior to version 3)Matthew Noorenberghe1-4/+0
This method has been a no-op for years.
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-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-09-21#1225751 - Missing ged Param in some ChartsGreg Roach1-1/+2
2013-09-14Remove unused codeGreg Roach1-13/+6
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-2/+2
2012-09-07Fix: timeline chart fails on IE browsersfisharebest1-1/+1
2012-08-26#584835 - Global variables clash with session variables (register_globals=On)fisharebest1-1/+1
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-30Performance. PHP has no native function for integer division. floor($x/$y) ↵fisharebest1-2/+2
is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-10/+5
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-21Use jQuery function instead of custom codefisharebest1-11/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-2/+3
#964398 - find individual id
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-03-27Replace $WT_IMAGES array of images with CSS.fisharebest1-2/+2
2011-12-21#902683 - HTML validation - remove stray </div>fisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-22/+22
2011-12-05#900102 - Some charts missing title help iconfisharebest1-1/+1
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-2/+2
in CSS
2011-11-10Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) ↵fisharebest1-1/+1
deprecated and (b) the default.
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-6/+2
2011-09-22Remove PrintReady()fisharebest1-2/+2
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-06-04Minor layout changefisharebest1-2/+2
2011-06-04I18N: for consistency, use "individual" instead of "person".fisharebest1-1/+1
2011-04-30Fix: bad I18N in report titles (concatenating text fragments). Also choose ↵fisharebest1-2/+2
better names for some of the reports
2011-03-19Add a "move" pointer to the lifespan "age cursor", to indicate that it can ↵fisharebest1-1/+1
be moved.
2011-03-19I18N: better name for the "age marker" on timeline.phpfisharebest1-1/+1
2011-03-17Replace popup help text with better inline text.fisharebest1-5/+5
2011-03-17Timeline explanations do not reflect actions - Bug #725929Nigel Osborne1-1/+1
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-34/+28
2011-01-15Remove rtl timeline_chartsRob Peters1-2/+0
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-19/+19
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-1/+1
to explicit links on each page.
2010-11-29add the rawurlencoded GEDCOM to more urlsLarry Meaney1-7/+7
2010-10-30(no commit message)fisharebest1-5/+5
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-10/+10
2010-10-30(no commit message)fisharebest1-40/+40
2010-10-07Remove unnecessary character set checksfisharebest1-2/+2