summaryrefslogtreecommitdiff
path: root/reportengine.php
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Prepare to remove class FilterGreg Roach1-11/+11
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-23/+12
2017-03-24Merge some changes from develop branchGreg Roach1-15/+15
2017-03-222017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-6/+6
2016-09-17Fix #1100 - consistent page title styleGreg Roach1-3/+3
2016-02-21Case mismatchGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-09-13Link targets are unfriendly on devices without windowsGreg Roach1-1/+1
2015-07-21Converted spaces to tabsRico Sonntag1-2/+2
2015-06-20Update reportengine.phpRico Sonntag1-2/+2
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-4/+3
2015-06-15Fix #612 - context-sensitive translations ignored in reportsGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+2
2015-06-05Refactor includes/functions into classesGreg Roach1-5/+6
2015-06-04Reports - refactor globalsGreg Roach1-3/+2
2015-06-01Code style - unused variablesGreg Roach1-4/+3
2015-06-01Refactor reports - remove more globalsGreg Roach1-21/+2
2015-06-01Unused importsGreg Roach1-3/+1
2015-06-01Refactor report generationGreg Roach1-245/+2
2015-05-31Refactor report parsingGreg Roach1-88/+134
2015-05-31PSR-4Greg Roach1-53/+57
2015-05-30Code styleGreg Roach1-64/+64
2015-03-251435749 - undefined function in report with imagesGreg Roach1-1/+1
2015-03-09Use Tree object instead of ID/nameGreg Roach1-3/+3
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-3/+3
2015-03-02PSR-1Greg Roach1-1/+1
2015-03-02Module APIGreg Roach1-1/+8
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-53/+53
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-123/+116
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-23Improve error handling in report engineGreg Roach1-9/+13
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-1/+2
2015-01-19HTML5Greg Roach1-2/+2
2015-01-19HTML5Greg Roach1-5/+3
2015-01-18Default constructors do not need parenthesesGreg Roach1-5/+5
2014-11-19Remove unnecessary calls to eval()Greg Roach1-2/+6
2014-11-18Merge some menu changes from the theme branchGreg Roach1-2/+2
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-23Unused function get_tag_values()Greg Roach1-14/+0
2014-10-22ReportsGreg Roach1-5/+5
2014-10-21PSR-1Greg Roach1-44/+44
2014-09-14Add missing PHPDoc to reportsGreg Roach1-122/+122
2014-09-14Rename Report classes - prepare to move each class to its own fileGreg Roach1-1/+1
2014-08-29Remove unused variablesGreg Roach1-14/+0
2014-06-25Tidy up English punctuation, capitalisation, etc.Greg Roach1-2/+2
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-12/+23
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-45/+36