summaryrefslogtreecommitdiff
path: root/includes/functions/functions_privacy.php
AgeCommit message (Expand)AuthorFilesLines
2013-08-19Finally remove the old gedcom-based privacy functionsGreg Roach1-69/+0
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-16Refactor - use objects/methods where possiblefisharebest1-32/+0
2011-06-12Remove some old define('XXX_PHP, '') statements - these were a debugging aid,...fisharebest1-31/+23
2011-05-15Fix: fact-based privacy being ignored in some circumstancesfisharebest1-1/+1
2011-04-29Refactor the privacy calculations. This provides a significant performance i...fisharebest1-406/+0
2011-04-18Fix bug from 11306 - wrong parameter orderfisharebest1-1/+1
2011-04-12Fix: applying privacy filters during download of gedcom/clipping was not work...fisharebest1-66/+36
2011-04-12Pass gedcom ID as parameter, rather than a globalfisharebest1-5/+3
2011-04-07Do not need to look up gedcom_id when we already have it.fisharebest1-6/+4
2011-03-23Privacy: ShowLivingNames should not take precedence over RESN tags.fisharebest1-1/+3
2011-01-01Refactoring class names and use autoloading.fisharebest1-6/+6
2011-01-01Refactoring class names and use autoloading.fisharebest1-9/+9
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2010-12-19Fix: not caching results of privacy calculations for FAM recordsfisharebest1-1/+1
2010-12-19Update commentfisharebest1-1/+1
2010-12-13Rename "gedcom administrator" to "manager" and "authenticated user" to "member"fisharebest1-1/+1
2010-12-081) Only managers can edit "1 RESN" recordsfisharebest1-4/+4
2010-10-30Where there are conflicting RESN privacy/confidential settings, take the most...fisharebest1-4/+4
2010-10-23Relationship privacy - combine the separate gedcom-settings and user-settings...fisharebest1-17/+2
2010-10-15Remove unused code/variablesfisharebest1-5/+3
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