summaryrefslogtreecommitdiff
path: root/includes/functions/functions.php
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14Fix: various bugs in privacy functions, e.g. "show living names" not ↵fisharebest1-1/+1
working, wrong permissions applied to "person privacy" rules.
2010-06-14#593557 Typo in i18n - sibling's wife [svn 8808]fisharebest1-1/+1
2010-06-13#593401 Branding in functions.phpfisharebest1-6/+3
2010-06-13#590143 ordinal word needs genderfisharebest1-32/+102
2010-06-13Allow translations of custom welcome text: Gedcom setting ↵fisharebest1-1/+0
WELCOME_TEXT_AUTH_MODE_4 replaced with WELCOME_TEXT_AUTH_MODE_pl, WELCOME_TEXT_AUTH_MODE_it, etc.
2010-06-13Fix: contextual help not stickingfisharebest1-1/+0
2010-06-12#592530 suggested changes to relationships in functions.phpfisharebest1-74/+69
2010-06-12Remove unused function parameterfisharebest1-1/+1
2010-06-11Only fetch site settings from database when actually neededfisharebest1-1/+0
2010-06-11polish code for grand x%d nephew/nieceŁukasz Wilenski1-0/+8
2010-06-10Fix problems with jw_playerBrian Holland1-8/+8
2010-06-09Remove unused meta tagsfisharebest1-8/+0
2010-06-09Only fetch gedcom settings from database when actually neededfisharebest1-1/+0
2010-06-09Only fetch gedcom settings from database when actually neededfisharebest1-3/+0
2010-06-09Remove old/unused functionfisharebest1-17/+0
2010-06-08Fix typo in previous editfisharebest1-0/+1
2010-06-08#580354 Italian relationship names (Add rules for great xN nephew/niece)fisharebest1-3/+3
2010-06-08#580354 Italian relationship names (Add rules for great xN nephew/niece)fisharebest1-20/+3
2010-06-07#580354 Italian relationship names (Add rules for great xN nephew/niece)fisharebest1-10/+94
2010-06-07SHOW_LAST_CHANGE missingfisharebest1-0/+1
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-51/+158
2010-06-05Combine show_fact and show_fact_details. Part of simplification of privacy ↵fisharebest1-5/+5
rules.
2010-06-05Remove old/unused functionsfisharebest1-64/+0
2010-06-04Remove user_privacy setting. It didn't work as designed, is rarely used, ↵fisharebest1-1/+1
and doesn't fit in with our new privacy model.
2010-06-03Move JW Player out of modules into /js directory.Nigel Osborne1-9/+9
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-4/+4
2010-06-01A Street view url is now able to be used when adding a new url media object ↵Brian Holland1-3/+23
(Greg's idea - very neat)
2010-05-30Don't split long lines using CONC during editing. We do this during export.fisharebest1-40/+1
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-6/+6
2010-05-28#584645 Source info will not displayfisharebest1-2/+1
2010-05-27Replace duplicated code with a function callfisharebest1-23/+0
2010-05-25Use constant instead of global variablefisharebest1-6/+6
2010-05-24Tables and blocks. Add wt_module_settings, move wt_nextid to wt_next_id, ↵fisharebest1-13/+13
remove html block - just have adv-html block.
2010-05-24Remove page-rate limiterfisharebest1-29/+0
2010-05-23#584384 Import Bug - 3 hours, 5% complete SVN 8399fisharebest1-44/+17
2010-05-22Remove PRIVACY_BY_RESN config option. This is no longer optional.fisharebest1-1/+1
2010-05-17#580354 Italian relationship names (great xN uncles)fisharebest1-1/+6
2010-05-17#580354 Italian relationship names (cousins)fisharebest1-6/+9
2010-05-08Rename module parameter from pgvaction to mod_actionfisharebest1-8/+8
2010-05-04Add italian rules for great xN grandparentfisharebest1-3/+14
2010-05-04Fix great-great-uncle should be great-great-great unclefisharebest1-3/+3
2010-04-29Convert reports to modules. Prepar to convert charts/themes/blocks to modules.fisharebest1-82/+0
2010-04-24Formatting of error messages in logsfisharebest1-1/+1
2010-04-20Remove Mutex class/table. Not necessary, now that we are storing changes ↵fisharebest1-1/+0
and config data in the database
2010-04-20Add danish rules for great xN ↵fisharebest1-11/+39
aunt/uncle/grandson/grandaughter/grandfather/grandmother
2010-04-20Add delete/export options to log viewerfisharebest1-3/+2
2010-04-20Add page to search/view logsfisharebest1-3/+4
2010-04-19(no commit message)fisharebest1-143/+14
2010-04-16(no commit message)fisharebest1-4/+4
2010-04-12New rules for finding highlighted object for Chats, Indi and Fam pages - ↵Brian Holland1-24/+58
(ref PGV svn 6955)