summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart la...fisharebest9-90/+69
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach20-133/+218
2013-08-27Name of utf16be encoding on Windowsfisharebest1-2/+2
2013-08-25Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with non-bre...Greg Roach32-4765/+90
2013-08-25Add unescapeHtml() functionGreg Roach1-10/+4
2013-08-25Fix: negative number of children shown in chart 'Fix: negative number of chil...Greg Roach1-1/+1
2013-08-25Typo - wrong column nameGreg Roach1-10/+9
2013-08-25Remove unnecessary LEFT JOINGreg Roach1-9/+7
2013-08-25Chart 'Average number of children per family' shows invalid dates in 1st centuryGreg Roach1-0/+1
2013-08-25Non-gregorian/julian dates create incorrect statistic chartsGreg Roach1-0/+2
2013-08-24Update non-typographic quotation marksGreg Roach9-38/+38
2013-08-21Use new escape functionsGreg Roach3-4/+4
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach16-25/+102
2013-08-21Fix error displaying records with pending creation AND deletionGreg Roach1-1/+5
2013-08-20Fix: unnecessary privacy check causes recursionGreg Roach1-5/+6
2013-08-19Finally remove the old gedcom-based privacy functionsGreg Roach2-50/+33
2013-08-19Use record/fact objects for anniversariesGreg Roach2-4/+10
2013-08-18Update .PO files - messages from WT_I18N.php not includedGreg Roach1-28/+28
2013-08-18Fix: private facts lost when editing recordGreg Roach1-1/+1
2013-08-18Privacy for factsGreg Roach3-88/+64
2013-08-17Counts of linked records fail to reflect privacyGreg Roach2-16/+117
2013-08-17Performance - remove counter-productive cachingGreg Roach1-40/+24
2013-08-16Typo in commentsGreg Roach1-1/+1
2013-08-16Remove duplicated functionGreg Roach1-10/+2
2013-08-16Performance - remove counter-productive cachingGreg Roach1-130/+33
2013-08-16Show _NMR as well as MARR on chartsGreg Roach1-3/+2
2013-08-16Descendancy chart shows private marriage detailsGreg Roach1-4/+6
2013-08-16Ancestry chart shows private marriage detailsGreg Roach1-5/+7
2013-08-16Remove unnecessary (always true) conditionGreg Roach1-2/+3
2013-08-16Fix: one-parent family causes PHP error in lifespan chartGreg Roach1-3/+6
2013-08-16Fix: one-parent family causes PHP error in hourglass chartGreg Roach1-6/+7
2013-08-16One-parent family causes PHP error in fan chartGreg Roach1-3/+5
2013-08-14Fix error in descendancy chart for one-parent familyGreg Roach1-6/+8
2013-08-14Fix error in privacy checks in one-parent familyGreg Roach1-7/+9
2013-08-13PHP error in changes reportGreg Roach1-1/+1
2013-08-11Fix: cannot add spouse to familyGreg Roach4-26/+66
2013-08-09Remove empty subversion Id tagsGreg Roach68-163/+26
2013-08-09Replace linkMedia() / unlinkMedia()Greg Roach1-2/+2
2013-08-06Update .PO files with new messagesGreg Roach1-1/+1
2013-08-02Add (missing) Zend Framework libraryGreg Roach3005-0/+732121
2013-07-31Different strategy for solving Bug 1205908 missing sex icon on the indi pageRob Peters1-6/+6
2013-07-30Bug #1205908 Restore sex icon on individualRob Peters1-6/+6
2013-07-30Cleanup - remove unused codefisharebest1-57/+0
2013-07-30Sex shown as "unknown" for new/pending recordsfisharebest1-15/+5
2013-07-29Shared notes with blank lines truncatedfisharebest1-2/+2
2013-07-29If we are going to check privacy just once, and in one place, then we must re...fisharebest1-9/+5
2013-07-29#1206117 - Add a new wife: always "EX-wife"fisharebest1-8/+0
2013-07-28#1195554 - Advance Search with PLACfisharebest1-5/+27
2013-07-28WT_Fact::getType() is now WT_Fact::getAttribute('TYPE')fisharebest1-2/+2
2013-07-28#1203396 - Invalid Gedcom Records constructorsfisharebest1-13/+98