summaryrefslogtreecommitdiff
path: root/timeline.php
AgeCommit message (Expand)AuthorFilesLines
2017-08-28Convert hidden-print to d-print-nonemakitso1-1/+1
2017-07-11Fix #1272 - URL parameter added after hashGreg Roach1-1/+1
2017-07-11Prepare to remove class FilterGreg Roach1-2/+2
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-351/+359
2017-03-222017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-4/+4
2016-06-22Code style - avoid embedded variablesGreg Roach1-1/+1
2016-06-22Fix #1027 - upper/lower caseGreg Roach1-2/+4
2016-06-10Remove empty attributesGreg Roach1-2/+2
2016-04-16Labels are not questionsGreg Roach1-1/+1
2016-04-11Charts as modules - more workGreg Roach1-1/+4
2016-02-21Fix #824 - obsolete HTML markupGreg Roach1-5/+5
2016-02-21CodeStyleGreg Roach1-2/+2
2016-02-19Fix #830Greg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Misuse of  Greg Roach1-1/+1
2015-06-18Consistent textGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-2/+4
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-5/+5
2015-03-12Timeline cursor does not dragGreg Roach1-8/+2
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-6/+6
2015-03-02PSR-1Greg Roach1-1/+1
2015-02-07Rename inconsistent method nameGreg Roach1-5/+5
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-9/+8
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-0/+9
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-44/+35
2015-01-29EnglishGreg Roach1-2/+2
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-6/+6
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-17New theme system and admin interfaceGreg Roach1-7/+9
2014-12-16PHPDoc, unused codeGreg Roach1-7/+1
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-29#1381636 - Timeline individual event box color wrongGreg Roach1-163/+169
2014-10-24Do not show the same privacy warning twice on timeline chartsGreg Roach1-3/+0
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