| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2012-05-06 | Enable MySQL query-cache to improve performance of statistics | fisharebest | 1 | -71/+71 |
| 2012-05-05 | Statistics - include both Julian and Gregorian dates | fisharebest | 1 | -21/+21 |
| 2012-04-06 | Move a JS function from the page header to webtrees.js. Tidy up logic for em... | fisharebest | 1 | -2/+2 |
| 2012-03-27 | PHP5.4 compatibility. String offsets must not only be integral, they must al... | fisharebest | 1 | -1/+1 |
| 2012-03-17 | Remove old/unused strip_prefix() function | fisharebest | 1 | -12/+1 |
| 2012-03-07 | Update DB schema for favorites and news tables. Use numeric IDs instead of t... | fisharebest | 1 | -2/+2 |
| 2012-03-05 | RTL: mixed ltr/rtl names in top-given-names list | fisharebest | 1 | -16/+7 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -11/+11 |
| 2012-02-25 | Bug #921819 - incorrect age calc in stats-oldest living | Łukasz Wilenski | 1 | -1/+2 |
| 2012-02-08 | Fix: statistics/charts for individuals with sources broken | fisharebest | 1 | -6/+14 |
| 2012-02-03 | fix typo | Łukasz Wilenski | 1 | -1/+1 |
| 2012-02-03 | Centuries - 2001 is in the 21st century, not the 20th. | fisharebest | 1 | -33/+65 |
| 2012-02-01 | #913342 - B13210 Largest families children count is not translated | fisharebest | 1 | -4/+12 |
| 2012-01-20 | Update year in copyright messages | fisharebest | 1 | -1/+1 |
| 2012-01-20 | Remove "Other" from standard Statistics block and all other places. | Nigel Osborne | 1 | -20/+2 |