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
/
app
/
GedcomRecord.php
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-06
Fix: #3611 - add row-locks to prevent concurrent edits
Greg Roach
1
-0
/
+12
2020-12-31
CodeStyle
Greg Roach
1
-2
/
+2
2020-10-24
whitespace
Greg Roach
1
-1
/
+1
2020-10-03
#3529 - rename Factory to Registry
Greg Roach
1
-11
/
+11
2020-09-18
Fix: #3509, Fix: #3508, Fix: #3506 - errors when individuals have empty name ...
Greg Roach
1
-1
/
+1
2020-09-15
CodeStyle
Greg Roach
1
-1
/
+1
2020-09-08
Use factory to create caches and filesystems
Greg Roach
1
-1
/
+1
2020-07-04
Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()
Greg Roach
1
-7
/
+7
2020-06-27
Better handling for custom record types
Greg Roach
1
-0
/
+12
2020-06-06
Working on GEDCOM tags/elements
Greg Roach
1
-2
/
+2
2020-06-03
PHPdoc
Greg Roach
1
-3
/
+3
2020-05-26
Make Fact objects immutable. Remove setTag()
Greg Roach
1
-2
/
+2
2020-05-16
Use constants for record types
Greg Roach
1
-3
/
+3
2020-05-16
Support linkedLocations (#3253)
Richard Cissée
1
-0
/
+25
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-8
/
+7
2020-05-12
Use factory methods to create GEDCOM records
Greg Roach
1
-148
/
+13
2020-05-09
Deprecate whereContains()
Greg Roach
1
-2
/
+5
2020-05-01
Fix: #3168 - certain edits can create double CHAN records
Greg Roach
1
-15
/
+14
2020-04-30
Refactor ages
Greg Roach
1
-2
/
+6
2020-04-04
Fix: #3157 - create privatised record fails for new/pending records
Greg Roach
1
-1
/
+1
2020-03-13
Add record types for HEAD and SUBN
Greg Roach
1
-32
/
+19
2020-02-11
Fix: do not add a CHAN event to a HEAD record
Greg Roach
1
-0
/
+6
2020-02-08
Fix: #3066 - catch errors caused by missing transliteration algorithms
Greg Roach
1
-1
/
+5
2020-01-28
Add check for missing PHP-INTL library
Greg Roach
1
-3
/
+29
2020-01-28
Fix: #3024 - transliterate names to create pure-ascii slugs
Greg Roach
1
-3
/
+7
2020-01-20
Prefer constants to literal strings
Greg Roach
1
-7
/
+14
2020-01-18
Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...
Greg Roach
1
-4
/
+14
2019-12-30
Update slug algorithm
Greg Roach
1
-1
/
+4
2019-12-10
PHPdoc
Greg Roach
1
-7
/
+7
2019-12-10
Add support for Submitter records as first-class objects #2823
Greg Roach
1
-3
/
+16
2019-12-05
Simplify some privacy logic
Greg Roach
1
-3
/
+1
2019-11-28
Fix: #2799 - cache keys cannot contain special characters
Greg Roach
1
-1
/
+1
2019-11-24
Refactor caching to remove dependency on the illuminate implementation
Greg Roach
1
-2
/
+2
2019-11-23
Refactor multi-tree rowMapper functions
Greg Roach
1
-9
/
+11
2019-11-13
Fix: #2758 - media linked to repositories breaks manage media page
Greg Roach
1
-1
/
+1
2019-11-11
Simplify access to current locale
Greg Roach
1
-7
/
+1
2019-11-07
Fix error updating account preferences; use constants for preference names
Greg Roach
1
-4
/
+4
2019-10-31
Fix: missing parameter on gedcom record page; Refactor controller as handler
Greg Roach
1
-1
/
+3
2019-10-25
Remove global constant WT_LOCALE and store LocaleInterface in the request
Greg Roach
1
-1
/
+7
2019-10-24
Refactor pending changes to use service and request handlers
Greg Roach
1
-198
/
+189
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-15
Fix: #2626 empty slugs cause redirect loop
Greg Roach
1
-1
/
+1
2019-10-06
Use aura/router
Greg Roach
1
-1
/
+13
2019-09-30
CodeStyle
Greg Roach
1
-1
/
+1
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-12
CodeStyle - use groupBy() consistently
Greg Roach
1
-1
/
+1
2019-08-11
Fix: #2530 - search for pending changes should ignore other statuses
Greg Roach
1
-0
/
+9
2019-05-17
PHPdoc
Greg Roach
1
-1
/
+0
2019-05-06
Fix: #1192 - only first associate shown in events of close relatives
Greg Roach
1
-96
/
+60
2019-04-25
Closures that do not use $this should be declared static
Greg Roach
1
-4
/
+4
[next]