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