summaryrefslogtreecommitdiff
path: root/timeline.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-16/+19
2014-09-18Code cleanup - do not assign variables to themselvesGreg Roach1-18/+10
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-3/+3
2014-08-29Move global I18N functions to I18N classGreg Roach1-3/+3
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-1/+1
2014-05-06Replace global user functions with WT_User classGreg Roach1-1/+1
2014-05-03Cleanup - javascriptGreg Roach1-113/+107
2014-04-05Coding style - wrap blocks in {}Greg Roach1-28/+74
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
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
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
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 picked...fisharebest1-1/+1
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