summaryrefslogtreecommitdiff
path: root/branches.php
AgeCommit message (Collapse)AuthorFilesLines
2011-10-25add sposue lifespan on brnachesŁukasz Wilenski1-1/+1
2011-10-25#815370 - Branches List - generation number - RTL nameŁukasz Wilenski1-2/+2
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-1/+1
2011-09-25fix typoŁukasz Wilenski1-1/+1
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-09-21Convert some "List Names" to "Full Names"fisharebest1-21/+6
2011-07-14I18N: text relating to phonetic searchingfisharebest1-2/+2
2011-07-05branches: undefined variable error, plus XHTML validation errorsfisharebest1-32/+29
2011-05-31Tidy up: generate BIRTH-YEAR - DEATH-YEAR ranges consistently.fisharebest1-2/+2
2011-05-01Change the display of unknown names from "(Unknown)" to "…". This avoids ↵fisharebest1-1/+1
many complications (mis-matched scripts, mixed LTR/RTL), is more compact, is more compliant with GEDCOM/genealogy standards, etc.
2011-04-26reverse wrongly submitted changesŁukasz Wilenski1-8/+5
2011-04-26(no commit message)Łukasz Wilenski1-5/+8
2011-03-13branches -> use correct surnames; hide ID numbersŁukasz Wilenski1-5/+8
2011-03-12Update code to use new function WT_Gedcom_Tag::getLabel()fisharebest1-2/+2
2011-03-09fix sosa number in branchesŁukasz Wilenski1-42/+41
2011-03-07Performance: rewrite INDILIST and FAMLIST queries to use new indexes on ↵fisharebest1-1/+1
n_surn and n_givn columns.
2011-03-07Branches - enable right-click on spouse-surname (instead of javascript ↵fisharebest1-1/+1
onclick), so that you can open the target in a new tab.
2011-03-04Performance: move gedcom lookup codes to their own classes, so we only ↵fisharebest1-4/+4
load/translate them on pages that need them
2011-02-09Copy common images to individual themes. Remove old/unused icons.fisharebest1-2/+2
2011-01-06Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-3/+9
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-24/+14
2011-01-03Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-10/+10
2011-01-01Refactoring class names and use autoloading.fisharebest1-3/+3
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-6/+6
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-3/+3
in html, and '&' for ones in HTTP headers and between WT_JS_START/WT_JS_END markers. Get rid of "encode_url()" function, which attempted to "magically" fix problems with the wrong URL style.
2010-09-25Tidy up whitespace/indentsfisharebest1-6/+4
2010-09-10Tidy up some whitespace/formattingfisharebest1-1/+1
2010-09-06#631652 Error in Branches List on record containing "PEDI adopted"Łukasz Wilenski1-0/+2
2010-09-06#631652 Error in Branches List on record containing "PEDI adopted"Łukasz Wilenski1-2/+2
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-1/+1
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-1/+1
allow themes to share common images, e.g. in the images directory.
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-1/+1
2010-05-31#587736 - Direct line ancestors-ancestorsNigel Osborne1-1/+1
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-2/+1
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-04-23use translate_fact() instead of i18n:translate()Łukasz Wilenski1-3/+3
2010-04-23I18N: PedigreeŁukasz Wilenski1-2/+6
2010-04-05(no commit message)Veit Olschinski1-0/+245