summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-09Fix: zh_CN not appearing in language list.fisharebest1-17/+19
2010-12-09Allow the use of translate_fact() in reports, as well as i18n::translate().fisharebest4-53/+53
2010-12-09Tidy up / simplify codefisharebest2-56/+31
2010-12-09Fix: invalid markupfisharebest1-2/+2
2010-12-09Remove old/unused codefisharebest1-28/+19
2010-12-09Remove some unreachable codefisharebest1-2/+0
2010-12-08Simplify some code, (when printing notes/sources/media facts)fisharebest3-20/+4
2010-12-08Use objects/methods, rather than global functionsfisharebest1-2/+2
2010-12-081) Only managers can edit "1 RESN" recordsfisharebest3-22/+32
2) If a fact contains multiple restrictions, take the most restrictive one.
2010-12-08Do not add "2 DATE" when editing "1 RESN"fisharebest1-0/+1
2010-12-07Remote linking: robots and remote connections look similar, so allow ↵fisharebest1-6/+6
connections to genservice.php
2010-12-06Wrong list of deleted filesfisharebest1-5/+5
2010-12-06Remove wrongly submitted codefisharebest1-1/+0
2010-12-06Update version number for next release.fisharebest1-2/+2
2010-12-06Remove "svn" from version, in preparation for 1.0.6 releasefisharebest1-1/+1
2010-12-06Add support for sorting gedcoms in user-defined orderfisharebest6-41/+105
2010-12-06Add Czech language files to the release. We now have an active Czech ↵fisharebest1-1/+1
translator.
2010-12-06Update RESN help text for new access descriptorsNigel Osborne1-4/+4
2010-12-05#685312 Relationship label on personal facts/close relsŁukasz Wilenski2-2/+2
2010-12-05#685414 - Set gedcom by defaultfisharebest1-1/+1
2010-12-03Bug #683386 - Further simplify the fix code.Brian Holland1-19/+11
2010-12-03Remove incorrect "ASSO" option from NOTE_FACT_ADD in set_gedcom_setting defaultsBrian Holland1-1/+1
2010-12-02Bug #683386 - PART 2 of 2 - fix the editing of a Shared NoteBrian Holland1-48/+28
2010-12-01Correct GM API sign up URL pending implementation of API 3Nigel Osborne1-1/+1
2010-11-30Bug #683386 - PART 1 of 2 - fix wrongly named variableBrian Holland1-2/+2
2010-11-30#678350 - HTML Block Language Issuefisharebest4-13/+4
2010-11-30preg_quote the list of gedcoms when validating user input, in case any of ↵Larry Meaney6-7/+27
the gedcoms have regex characters in their name
2010-11-30rawurlencode the ged parameterLarry Meaney1-1/+1
2010-11-29#680778 - Update gedcom_configfile textfisharebest2-52/+5
2010-11-29#596516 - Site theme not savedfisharebest1-11/+2
2010-11-29Bug #682531 - NOTE concatenated to parent PLACNigel Osborne1-1/+1
2010-11-29add the rawurlencoded GEDCOM to more urlsLarry Meaney7-24/+24
2010-11-28Fix - missing icon for "note"fisharebest1-1/+1
2010-11-28Repository name intead of NameŁukasz Wilenski1-2/+2
2010-11-28Type icons for recent changes ↵Łukasz Wilenski3-14/+119
(http://webtrees.net/forums/9-request-for-new-feature/5168-type-icons-for-recent-changes)
2010-11-28fix undefined noterec variableŁukasz Wilenski1-0/+1
2010-11-27use $family->getHtmlUrl() instead of manually generating links to family.phpLarry Meaney11-55/+66
2010-11-26Handle upper/lower case mismatches at the controller level, rather than the ↵fisharebest7-22/+19
view level.
2010-11-26Use correct capitalisation (Marriage banns, not Marriage Banns) in *new* ↵fisharebest1-4/+4
text. (Will change existing text later...)
2010-11-26"Brit Mila" should be "Brit milah", and can only apply to malesfisharebest1-26/+17
2010-11-26English: Use "maternal grandfather", etc., instead of just "grandfather"fisharebest2-16/+16
2010-11-26Sanitize the INDEX_DIRECTORY, MEDIA_FIREWALL_ROOTDIR, and MEDIA_DIRECTORY ↵Larry Meaney2-6/+10
variables: * convert backslashes to forward slashes (backslashes break preg_match() because they act as an escape character) * must have forward slash as the last character Additionally, when used with the Media Firewall, the MEDIA_DIRECTORY cannot start with "../" or "/"
2010-11-26restrict get_media_id_from_file() to look in the current GEDCOM onlyLarry Meaney1-2/+2
2010-11-26Keeping readme.html matched to WIKI pagesNigel Osborne1-1/+1
2010-11-25Ref bug #677809 - A few minor aesthetic updatesBrian Holland1-5/+5
2010-11-25Bug #677809 - Shared Note reference is case sensitiveBrian Holland3-32/+54
2010-11-25#675218 Header in INDI page ignores privacy ruleŁukasz Wilenski1-1/+1
2010-11-25#676974 Need context for translation of grandchild/grandparent Łukasz Wilenski4-14/+73
2010-11-25For code that only runs for the current gedcom, use WT_GEDCOM instead of $GEDCOMfisharebest9-49/+44
2010-11-25Updated the javascript code that alerts the user when they upload a GEDCOM ↵Larry Meaney1-1/+2
of different name. It no longer gives a false positive when Chrome or IE8 include 'c:\fakepath\' in the filename.