index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
WT
/
Family.php
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-02
Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.
Greg Roach
1
-388
/
+0
2015-01-18
Scrutinizer Auto-Fixes
Scrutinizer Auto-Fixer
1
-1
/
+1
2014-12-16
PHPDoc
Greg Roach
1
-2
/
+2
2014-11-18
Fix: #305 - missing gedcom_id parameter
Greg Roach
1
-23
/
+9
2014-11-08
PHPDoc
Greg Roach
1
-2
/
+3
2014-10-22
#284 - wrong record types/links causes error
Greg Roach
1
-0
/
+21
2014-10-21
PSR-1
Greg Roach
1
-1
/
+1
2014-10-20
PHPDoc
Greg Roach
1
-0
/
+3
2014-10-18
PHPDoc
Greg Roach
1
-5
/
+5
2014-10-17
PHPDoc
Greg Roach
1
-7
/
+7
2014-10-17
PHPDoc
Greg Roach
1
-55
/
+96
2014-09-20
Remove unused code
Greg Roach
1
-1
/
+0
2014-09-18
Do not need to check privacy twice when fetching family spouses
Greg Roach
1
-4
/
+1
2014-09-13
Code style - PSR-1 names for methods
Greg Roach
1
-1
/
+1
2014-08-28
Coding standards
Greg Roach
1
-1
/
+1
2014-08-28
Add DocBlock comments - to assist with automatic code validation tools
Greg Roach
1
-13
/
+38
2014-08-28
Use print_r() for debug only
Greg Roach
1
-1
/
+14
2014-05-09
Refactor global user functions into new User/Auth classes
Greg Roach
1
-5
/
+0
2014-03-31
Unused functions
Greg Roach
1
-1
/
+0
2014-01-25
Fix: show private relationships option not showing private relationships
Greg Roach
1
-9
/
+5
2014-01-04
Update copyright date to 2014
Greg Roach
1
-1
/
+1
2014-01-04
Fix address of FSF, replace licence of GPLv2 by latest version
weberho
1
-1
/
+1
2013-12-16
Refactoring for PSR-0
Greg Roach
1
-2
/
+2
2013-08-20
Fix: unnecessary privacy check causes recursion
Greg Roach
1
-5
/
+6
2013-08-18
Privacy for facts
Greg Roach
1
-25
/
+23
2013-08-11
Fix: cannot add spouse to family
Greg Roach
1
-10
/
+33
2013-08-09
Remove empty subversion Id tags
Greg Roach
1
-3
/
+1
2013-07-29
#1206117 - Add a new wife: always "EX-wife"
fisharebest
1
-8
/
+0
2013-07-28
Don't allow the isDivorced() and isNotMarried() functions to bypass privacy c...
fisharebest
1
-4
/
+2
2013-07-18
Rename function getFactbyType to getFirstFact to better reflect what it does
fisharebest
1
-1
/
+1
2013-07-18
Comparing GedcomRecords needs === rather than == as the same record will alwa...
fisharebest
1
-1
/
+1
2013-07-16
Refactor - no longer need WT_GedcomRecord::equals() - can use "=="
fisharebest
1
-1
/
+1
2013-07-05
Rollback some ideas about always returning gedcom records, even for invalid l...
fisharebest
1
-4
/
+6
2013-07-05
More refactoring - getNumberOfChildren()
fisharebest
1
-9
/
+6
2013-07-04
Clean up code
fisharebest
1
-4
/
+2
2013-07-04
WT_GedcomRecord - hide broken links using dummy objects. Application code ca...
fisharebest
1
-52
/
+26
2013-06-29
(no commit message)
fisharebest
1
-98
/
+42
2013-06-23
Use PHP5.3 language features in gedcom-record classes
fisharebest
1
-10
/
+4
2012-04-03
#972588 - autocomplete - family results when marriage year is not knwon
fisharebest
1
-22
/
+3
2011-10-29
Fix: relationship-privacy calculations not working.
fisharebest
1
-21
/
+15
2011-10-28
Small part of #880475
fisharebest
1
-10
/
+7
2011-10-15
Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects
fisharebest
1
-4
/
+17
2011-09-22
Add HTML escapes and directional markup when we CREATE the names of objects, ...
fisharebest
1
-3
/
+5
2011-09-21
Convert remaining "List Names" to "Full Names"
fisharebest
1
-2
/
+0
2011-09-15
Performance - we do not need the f_numchil column to create a WT_Family objec...
fisharebest
1
-6
/
+1
2011-09-14
Performance - lazy evaluation of married/divorced status in family objects. ...
fisharebest
1
-15
/
+4
2011-06-20
Fix: WT_Family::getChildren() was showing children if their names were visibl...
fisharebest
1
-1
/
+1
2011-06-20
Fix: downloading gedcoms while applying privacy filtering was showing privat...
fisharebest
1
-1
/
+1
2011-06-14
Tidy up constructor for WT_Event objects. We (almost) always need to know th...
fisharebest
1
-2
/
+1
2011-05-15
Fix: privacy errors. Checking for "can display name" instead of "can display...
fisharebest
1
-1
/
+8
[next]