summaryrefslogtreecommitdiff
path: root/timeline.php
AgeCommit message (Expand)AuthorFilesLines
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
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