summaryrefslogtreecommitdiff
path: root/library/WT/Stats.php
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Create version string using semantic versioning: 1.5.2-dev comes before 1.5.2Greg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-6/+6
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-5/+5
2013-08-25Fix: negative number of children shown in chart 'Fix: negative number of chil...Greg Roach1-1/+1
2013-08-25Typo - wrong column nameGreg Roach1-10/+9
2013-08-25Remove unnecessary LEFT JOINGreg Roach1-9/+7
2013-08-25Chart 'Average number of children per family' shows invalid dates in 1st centuryGreg Roach1-0/+1
2013-08-25Non-gregorian/julian dates create incorrect statistic chartsGreg Roach1-0/+2
2013-08-24Update non-typographic quotation marksGreg Roach1-5/+5
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-26#1198630 - 1.5 Statistics Charts - "marriage by country" gives PHP errorfisharebest1-9/+10
2013-07-18#1202777 - Statistics -> Others: Birth Death and Marriage Places are Emptyfisharebest1-5/+3
2013-07-18Rename function getFactbyType to getFirstFact to better reflect what it doesfisharebest1-4/+4
2013-07-13Refactor away find_gedcom_record() - statsfisharebest1-3/+4
2013-07-05Refactor away get_sub_record()fisharebest1-34/+9
2013-06-29(no commit message)fisharebest1-27/+27
2013-06-01#1179399 - Inconsistent English text in tree-configuration pagefisharebest1-1/+1
2013-05-16#1122196 - Individual born before J.C stats fatal errorfisharebest1-1/+1
2013-02-02Add more URL versioning to JS resourcesfisharebest1-1/+1
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-1/+1
2013-01-30#1103244 - Ignore given names that are 3 letters long, and written in lower-c...fisharebest1-4/+5
2013-01-22Remove gedcomHighlight methods from WT_Stats. They haven't worked for some t...fisharebest1-45/+0
2013-01-19Fix: statistics chart error when siblings with greatest age difference are pr...fisharebest1-1/+3
2012-12-04Fix: when there are more than 4095 individuals of either sex, and no individu...fisharebest1-1/+1
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), u...fisharebest1-3/+3
2012-09-26WT_Stats - minor tidy up getAllTags...() functions, fix some HTML5 validatio...fisharebest1-107/+78
2012-09-26WT_Stats - show sample statistics in alphabetic orderfisharebest1-16/+12
2012-09-25Fix: when the most recent event is private, an error is generated - instead o...fisharebest1-2/+10
2012-09-21WT_Stats - typofisharebest1-1/+1
2012-09-21WT_Stats - typofisharebest1-1/+1
2012-09-21WT_Stats - typofisharebest1-1/+1
2012-09-21WT_Stats - typofisharebest1-1/+1
2012-09-21WT_Stats - remove unused reference to _server_urlfisharebest1-13/+10
2012-09-21More consistent layout of SQL queries in statisticsfisharebest1-694/+460
2012-09-21Fix: iso3166() and get_all_countries() are not valid stats for the keyword ex...fisharebest1-1/+1
2012-09-15Fix: Strict Standards: Only variables should be passed by reference in librar...fisharebest1-1/+2
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same underlyi...fisharebest1-5/+5
2012-09-14Tidy usage of new WT_Tree class.fisharebest1-1/+4
2012-08-30Remove debugfisharebest1-1/+0
2012-08-30Fix: HTML block gets confused by unmatched # characters - http://webtrees.net...fisharebest1-1/+2
2012-08-08Add a new variable for HTML blocks.Nigel Osborne1-0/+7
2012-07-10Fix: cut/paste error from svn14091fisharebest1-3/+3
2012-07-08Move functions_places.php into class WT_Placefisharebest1-4/+8
2012-07-08Remove call to soon-to-be-deleted functionfisharebest1-4/+4
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-43/+43
2012-06-25#1017433 - Statistics tabs Families: Table 'svn.wt_dates' doesn't exist fisharebest1-12/+12
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-2/+2
2012-05-06Performance tuning statistics: totalMarriedMales(), totalMarriedFemales()fisharebest1-22/+8