| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-25 | Unused global | Greg Roach | 1 | -43/+1 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -14/+14 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2014-12-03 | Fix: GEDCOM tag needs to be change #316 | Greg Roach | 1 | -1/+1 | |
| 2014-05-10 | FILE fields should not have DATE subfields | Greg Roach | 1 | -0/+1 | |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 1 | -1/+1 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 1 | -1/+1 | |
| 2013-12-09 | Allow non date/place facts to be added to new individuals | Greg Roach | 1 | -0/+1 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 | |
| 2013-07-14 | Change the default behaviour NOT to add CEME fields to BURI. | fisharebest | 1 | -1/+1 | |
| 2013-03-24 | Treat "2 _ASSO" as a synonym for "2 ASSO". See ↵ | fisharebest | 1 | -1/+2 | |
| http://wiki-de.genealogy.net/GEDCOM/ASSO-Tag | |||||
| 2013-01-19 | #1082666 - RELIgion tag not supported in facts data entry. | fisharebest | 1 | -0/+8 | |
| 2012-10-26 | Add _NMAR to the list of fact tags that do not require a value | fisharebest | 1 | -0/+1 | |
| 2012-08-18 | Move AGE further up the form, when adding DEAT records. | fisharebest | 1 | -4/+4 | |
| 2012-08-18 | Move CAUS further down the form, when adding DEAT records. | fisharebest | 1 | -3/+3 | |
| 2012-01-02 | Remove duplicate entries in arrays | Nigel Osborne | 1 | -5/+0 | |
| 2012-01-02 | Include DATE when first adding a DESC fact - ↵ | Nigel Osborne | 1 | -0/+1 | |
| http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/19078-dscr-physical-description#19111 | |||||
| 2011-06-12 | Remove some old define('XXX_PHP, '') statements - these were a debugging ↵ | fisharebest | 1 | -32/+28 | |
| aid, many years ago. Also update the copyright message for the CSS parser library | |||||
| 2011-05-04 | Add ADDR tag to CONF event GUI | Nigel Osborne | 1 | -0/+1 | |
| http://webtrees.net/en/forums/20-aide-pour-ver-11-derniere-version/11079-champ-manquant-confirmation-conf | |||||
| 2011-05-01 | Change the display of unknown names from "(Unknown)" to "…". This avoids ↵ | fisharebest | 1 | -22/+4 | |
| many complications (mis-matched scripts, mixed LTR/RTL), is more compact, is more compliant with GEDCOM/genealogy standards, etc. | |||||
| 2011-04-13 | Bug #759826 - BAPM and CHR GUI show different fields | Nigel Osborne | 1 | -0/+1 | |
| 2011-03-12 | Update code to use new function WT_Gedcom_Tag::getLabel() | fisharebest | 1 | -6/+0 | |
| 2011-03-04 | Performance: move gedcom lookup codes to their own classes, so we only ↵ | fisharebest | 1 | -144/+0 | |
| load/translate them on pages that need them | |||||
| 2011-03-03 | Performance - only load/translate media types when actually needed | fisharebest | 1 | -26/+2 | |
| 2011-03-03 | Performance: move GEDCOM tags to their own class, so they are only ↵ | fisharebest | 1 | -609/+2 | |
| loaded/translated when needed, rather than on every page. Saves 150ms on most pages. | |||||
| 2011-03-03 | Move country lookup data to the WT_Stats class, so we only load it when we ↵ | fisharebest | 1 | -308/+0 | |
| are likely to use it. | |||||
| 2011-03-02 | Performance: do not load and translate LDS temple/status information on ↵ | fisharebest | 1 | -162/+0 | |
| every page; instead, only load and translate when required. | |||||
| 2011-02-28 | Best guess at a fix for ↵ | Nigel Osborne | 1 | -0/+2 | |
| http://webtrees.net/en/forums/10-help-for-ver-10-latest-release/8116-error-8-undefined-index-cyrillic#8258 (not able to test) | |||||
| 2011-02-12 | (no commit message) | Łukasz Wilenski | 1 | -0/+1 | |
| 2011-01-11 | Undefined _BIRT_GCH1 for grandchild with SEX=U | fisharebest | 1 | -0/+18 | |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -1063/+1063 | |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -3/+3 | |
| 2010-12-17 | fix typo - ADOP_CODES | Łukasz Wilenski | 1 | -2/+2 | |
| 2010-12-16 | Combine similar texts (which should be the same) | fisharebest | 1 | -2/+2 | |
| 2010-12-13 | Simplify display/edit of RESN tags. See ↵ | fisharebest | 1 | -8/+0 | |
| http://webtrees.net/forums/9-request-for-new-feature/5306-privacy-revisited | |||||
| 2010-12-12 | #677540 - config SHOW_RELATIVES_EVENTS is not saved. (Part two - combine ↵ | fisharebest | 1 | -16/+19 | |
| similar options). Also fix various bugs such as half-siblings not showing, maternal/paternal grandparent mixups, etc. Also fix various I18N errors, such as "Death of sister" instead of "Death of a sister" | |||||
| 2010-12-12 | I18N: bad grammar in names of close relatives | fisharebest | 1 | -9/+9 | |
| 2010-12-12 | I18N: bad grammar in names of close relatives | fisharebest | 1 | -8/+8 | |
| 2010-12-11 | #677540 - config SHOW_RELATIVES_EVENTS is not saved. (Part one - remove ↵ | fisharebest | 1 | -200/+11 | |
| "distant" relatives, keep "close" ones). | |||||
| 2010-12-09 | Replace ashkenazi jewish spellings with sephardi jewish spellings. ↵ | fisharebest | 1 | -4/+4 | |
| Ashkenazi spellings are now available using a custom translation. | |||||
| 2010-12-08 | Do not add "2 DATE" when editing "1 RESN" | fisharebest | 1 | -0/+1 | |
| 2010-11-26 | Use correct capitalisation (Marriage banns, not Marriage Banns) in *new* ↵ | fisharebest | 1 | -4/+4 | |
| text. (Will change existing text later...) | |||||
| 2010-11-26 | "Brit Mila" should be "Brit milah", and can only apply to males | fisharebest | 1 | -26/+17 | |
| 2010-11-26 | English: Use "maternal grandfather", etc., instead of just "grandfather" | fisharebest | 1 | -12/+12 | |
| 2010-11-25 | #676974 Need context for translation of grandchild/grandparent | Łukasz Wilenski | 1 | -0/+50 | |
| 2010-11-24 | Remove some unnecessary, and hard-to-translate, compound tags | fisharebest | 1 | -2/+0 | |
| 2010-11-15 | Fix: (unknown) names not translated | fisharebest | 1 | -4/+4 | |
| 2010-11-09 | add context translation (in Polish Person Name->Nazwisko is different than ↵ | Łukasz Wilenski | 1 | -1/+9 | |
| Repository Name->Nazwa) | |||||
| 2010-10-17 | Allow translation of country names into multiple languages | fisharebest | 1 | -267/+269 | |
| 2010-10-09 | #656227 - Report abbreviation translations | fisharebest | 1 | -13/+8 | |
| 2010-09-25 | Tidy up whitespace/indents | fisharebest | 1 | -4/+4 | |
