summaryrefslogtreecommitdiff
path: root/reportengine.php
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-03Cleanup - remove unused variablesGreg Roach1-3/+3
2014-04-22#1311256Greg Roach1-2/+2
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-1/+0
2014-02-23Remove ancient layer-background-color CSS property for NetscapeMatthew Noorenberghe1-1/+1
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
2014-01-02Correction to the fix for issue #64Greg Roach1-6/+15
2013-12-30Issue #64 - validation of report parametersGreg Roach1-16/+18
2013-12-16Refactoring for PSR-0Greg Roach1-0/+1
2013-12-06Fix XSS vulnerability in reportengine.phpGreg Roach1-15/+14
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart la...fisharebest1-2/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-9/+9
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-13Refactor away find_gedcom_record() - reportsfisharebest1-12/+11
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-2/+2
2012-10-07Fix validation error (missing ">") in reportengine.phpfisharebest1-3/+1
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked...fisharebest1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-2/+2
2012-04-18ergonomy of reports type selectionŁukasz Wilenski1-4/+4
2012-04-16Simplify redundant logic: "if (x==y || x!=y)" is always true.fisharebest1-74/+68
2012-04-16reportengine.php - filter inputsfisharebest1-36/+17
2012-04-02add WT_I18N::number to numbers in report optionsŁukasz Wilenski1-2/+7
2012-04-02Introduce support for "mime-type" based iconsfisharebest1-2/+2
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-16/+5
2012-03-28Functions should return HTML, rather than output itfisharebest1-4/+4
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-11/+4
2012-01-04#911640 - PDF Display Issue (Minor)fisharebest1-2/+2
2011-12-12Standardise format for each overall page container: <div id="xxx-page"> where...Nigel Osborne1-2/+2