summaryrefslogtreecommitdiff
path: root/includes/functions/functions_privacy.php
AgeCommit message (Expand)AuthorFilesLines
2010-09-18Fix: clippings cart URLs do not reference gedcomfisharebest1-7/+11
2010-09-17more privacy for #641463Łukasz Wilenski1-0/+3
2010-09-17Fix: Apply privacy to shared notes - they are private if any record which lin...fisharebest1-0/+11
2010-09-11Remove ability to override functions in functions_privacy.php - this is prev...fisharebest1-6/+0
2010-09-11Remove unused variablesfisharebest1-9/+1
2010-09-10Tidy up some whitespace/formattingfisharebest1-2/+2
2010-07-29fix typo in privacyŁukasz Wilenski1-1/+1
2010-06-26#598680 Default SSN privacy restriction does not block accessfisharebest1-1/+4
2010-06-20(no commit message)fisharebest1-7/+7
2010-06-19Fix bug/typo in family privacy rulesfisharebest1-1/+1
2010-06-18(no commit message)fisharebest1-89/+93
2010-06-18Streamline some privacy calculations; replace FactViewRestricted() and showFa...fisharebest1-89/+33
2010-06-17Performance - don't fetch the same record from the DB twice in a rowfisharebest1-19/+18
2010-06-17Performance - don't fetch the same record from the DB twice in a rowfisharebest1-1/+1
2010-06-16Minor performance tweak - don't convert dates unnecessarilyfisharebest1-37/+17
2010-06-16Change parameters to is_dead(), remove old ones and pass info that it needs a...fisharebest1-40/+17
2010-06-16Replace PRIVACY_BY_YEAR with KEEP_ALIVE_YEARSfisharebest1-55/+4
2010-06-15Combine some privacy functions with gedcom objects - removes lots of unnecess...fisharebest1-10/+10
2010-06-14Fix: various bugs in privacy functions, e.g. "show living names" not working,...fisharebest1-6/+4
2010-06-14#593101 Media not working, SVN 8726fisharebest1-6/+7
2010-06-14Performance - don't fetch data we already havefisharebest1-8/+10
2010-06-14Fix: privacy function checking wrong recordfisharebest1-11/+14
2010-06-12Revert Change made in 8727Brian Holland1-2/+2
2010-06-12Fixed: #593101 - Media not working, SVN 8726Brian Holland1-2/+2
2010-06-11Reinstate FactEditRestricted() - removed too soonfisharebest1-0/+33
2010-06-11Remove unnecessary parameters from some privacy functionsfisharebest1-126/+86
2010-06-11Fix: bug in privacy calculations - wrong type could be used to check accessfisharebest1-2/+2
2010-06-11(1) Move fact-privacy function to fact-object code.fisharebest1-37/+3
2010-06-10Move function to more appropriate filefisharebest1-22/+0
2010-06-10Only fetch site settings from database when actually neededfisharebest1-1/+1
2010-06-09#591524 Default SOUR privacy restriction blocks individual page sourcesfisharebest1-2/+2
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-244/+78
2010-06-05Combine show_fact and show_fact_details. Part of simplification of privacy r...fisharebest1-39/+1
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ...fisharebest1-1/+1
2010-06-04Remove unused globalfisharebest1-4/+2
2010-06-04Remove user_privacy setting. It didn't work as designed, is rarely used, and...fisharebest1-35/+4
2010-05-22Remove PRIVACY_BY_RESN config option. This is no longer optional.fisharebest1-27/+23
2010-05-09Updating GEDCOM config defaults and layoutNigel Osborne1-3/+1
2010-04-26(no commit message)fisharebest1-5/+5
2010-04-05(no commit message)Veit Olschinski1-0/+1008