summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2011-07-28Bug #799597 - Problems with reports v1.2.1Łukasz Wilenski2-2/+2
2011-07-28Relationship charts - links the wrong way round.fisharebest1-4/+4
2011-07-28Fix for a change in total number of pages in TCPDFVeit Olschinski1-1/+1
2011-07-28Fix for a change in total number of pages in TCPDFVeit Olschinski1-1/+1
2011-07-28Updated tcpdf to 5.9.103Veit Olschinski3-564/+1378
2011-07-27Fix: missing parameter to functionfisharebest1-1/+1
2011-07-23#773291 - Safe Mode can breack the defaulf tmp folderfisharebest1-6/+10
2011-07-21#773291 - Safe Mode can breack the defaulf tmp folderfisharebest1-2/+5
2011-07-21#796581 - "_" in surname breaks indilist fisharebest1-1/+1
2011-07-20Revert 12047 - it included some extra changesfisharebest7-52/+52
2011-07-20Update Zend Framework library to 1.11.9fisharebest7-52/+52
2011-07-20add translationŁukasz Wilenski1-7/+6
2011-07-20#801920 - Age missing in Events of close relatives fisharebest2-3/+3
2011-07-20Events of close relatives - not all marriage events showing.fisharebest1-18/+19
2011-07-20#813049 - wrong relationship links in Events of close relatives fisharebest1-117/+75
2011-07-16Only fetch SHOW_GEDCOM_RECORD from database on pages where it is needed.fisharebest6-6/+6
2011-07-16When a record has been deleted, do not show an edit menu. None of the edit ↵fisharebest6-6/+18
options will work on a deleted record.
2011-07-14Simplify / tidy up some code.Nigel Osborne1-1/+10
2011-07-12#808978 - Age difference calculation wrong in statisticsŁukasz Wilenski1-3/+5
2011-07-10In chart boxes, do not show an empty BIRT/DEAT when there exists a CHR/BURI ↵fisharebest1-2/+2
with date or place
2011-07-08#807377 - "Add to favorites" shows also when not logged in fisharebest1-40/+44
2011-07-08The "Home/Gedcom" menu should (for consistency with other menus) always have ↵fisharebest2-29/+21
at least one menu item.
2011-07-05XHTML validation <img border="none"> is not valid. In any case the border ↵fisharebest1-1/+1
is set with CSS
2011-07-05Sex images. "alt" is not the same as "title", and neither should be empty.fisharebest1-4/+8
2011-07-05HTML validationfisharebest1-1/+1
2011-07-05Added site URL as authorVeit Olschinski2-3/+3
2011-07-03correct displaying of media details on media tabŁukasz Wilenski1-2/+2
2011-07-03Fix some XHTML validations in Extra InformationNigel Osborne1-2/+2
2011-07-01#797488 - CONT records Not Displaying for Sourcesfisharebest1-2/+2
2011-07-01Replace the FACT icons in the xenea theme with a new set, designed by Eyolf ↵fisharebest1-54/+13
Østrem
2011-06-28#802729 - Private informationfisharebest6-12/+16
2011-06-27#797488 - CONT records Not Displaying for Sourcesfisharebest1-2/+6
2011-06-27Remove old/legacy functions from WT_DB. These were designed to work for all ↵fisharebest1-38/+1
databases. We can now use MySQL-specific functions.
2011-06-24Fix: events of close relatives showing wrong relationshipfisharebest1-11/+11
2011-06-23Bug #800393 census assistant - pedigree value contains line-break (fixed ↵Nigel Osborne1-12/+19
with diff supplied by Mark peters
2011-06-22Show birth/death years of individual in page titlefisharebest1-1/+5
2011-06-21Fix typofisharebest1-1/+1
2011-06-21Remove option to send full-sized images as thumbnailsfisharebest3-30/+9
2011-06-20Fix: WT_Family::getChildren() was showing children if their names were ↵fisharebest1-1/+1
visible, when it should (for consistency with other code) only show them if there *details* are visible *OR* the show private relationships option is enabled.
2011-06-20Fix: downloading gedcoms while applying privacy filtering was showing ↵fisharebest2-2/+2
private relationships whenever the show-living-names option was set. It should only include the FAMC/HUSB /etc. links when either the target record is visible, or the show-private-relationships option is enabled.
2011-06-19WT_Menu::getMenuAsList() fails with empty submenufisharebest1-3/+5
2011-06-19Remove errant commafisharebest1-1/+1
2011-06-19Favorites list is changed back to being a combination of user and ↵fisharebest1-27/+59
family-tree lists.
2011-06-19Update the names and descriptions of the modules, so that they are ↵fisharebest3-13/+13
(hopefully!) clear, concise, accurate and consistent.
2011-06-18Favorites menu: (1) do not show favorites menu if the favorites modules are ↵fisharebest1-94/+32
disabled or if there are no favorites to show. (2) do not show user favorites from other family trees, as this can bypass privacy checks. (3) user favorites now replace family tree favorites - rather than appending to them - to allow a user to have full control over their favorites.
2011-06-16Add support for debugging languagesfisharebest1-0/+8
2011-06-16Add support for debugging languagesfisharebest2-17/+128
2011-06-16Fix cut/paste errorfisharebest2-2/+2
2011-06-15Do not show the "add to favorites" menu option when the user favorites ↵fisharebest6-32/+60
module is disabled.
2011-06-15Update the WT_Menu constructor to include the menu ID. Most menu items will ↵fisharebest8-231/+155
have one.