summaryrefslogtreecommitdiff
path: root/timeline.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-2/+2
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-10/+5
2012-04-21Use jQuery function instead of custom codefisharebest1-11/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-2/+3
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 a...fisharebest1-1/+1
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ...fisharebest1-2/+2
2011-11-10Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) d...fisharebest1-1/+1
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
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 b...fisharebest1-2/+2
2011-03-19Add a "move" pointer to the lifespan "age cursor", to indicate that it can be...fisharebest1-1/+1
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 to...fisharebest1-1/+1
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
2010-09-25Tidy up whitespace/indentsfisharebest1-2/+2
2010-09-19Tidy whitespace/indentationfisharebest1-2/+1
2010-08-22add context translations to "unknown"Ɓukasz Wilenski1-1/+1
2010-07-17Combine large and small icons - use CSS to downsize when small icons are requ...fisharebest1-8/+8
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will allow...fisharebest1-8/+8
2010-06-26Remove old references to print-preview modefisharebest1-17/+7
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence...fisharebest1-3/+3
2010-05-13Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence...fisharebest1-1/+1
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence...fisharebest1-2/+2
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-1/+1
2010-04-05(no commit message)Veit Olschinski1-0/+447