summaryrefslogtreecommitdiff
path: root/app/Module
AgeCommit message (Expand)AuthorFilesLines
2021-01-11Fix: #3655 - Datafix performance and add support for _LOC recordsGreg Roach10-55/+191
2021-01-04Fix: #3650 - charts block errors when chart is disabledGreg Roach1-43/+70
2020-12-31CodeStyleGreg Roach2-11/+1
2020-12-23Use constants for unknown surname and given namesGreg Roach3-13/+15
2020-12-22Fix: #3610 - media records corrupt in clippings cartGreg Roach1-1/+1
2020-12-16Fix: #3628 - do not strip HTML from names in chart block titleGreg Roach1-1/+1
2020-12-16Always show death of parent in relative-facts even if was before the birthGreg Roach1-1/+2
2020-12-14make ClippingsCart more extensible (#3592)Richard Cissée1-0/+1
2020-11-16Don't show private favoritesGreg Roach2-0/+8
2020-10-24whitespaceGreg Roach6-7/+7
2020-10-12Updated route name in analytics-edit pageGreg Roach1-1/+2
2020-10-10Fix: wrong relationship in branches listGreg Roach1-2/+3
2020-10-08TyposGreg Roach12-12/+12
2020-10-06Headers on module assetsGreg Roach1-5/+6
2020-10-05Type hintsGreg Roach1-5/+5
2020-10-03CodeStyleGreg Roach3-9/+9
2020-10-03#3529 - rename Factory to RegistryGreg Roach41-148/+148
2020-09-30Fix: #3483 - reduce length of URLs for lifespan chartGreg Roach1-3/+14
2020-09-20Fix: #3520 - ampersands in story titles get expanded into HTML entitiesGreg Roach1-1/+0
2020-09-19Fix: #3518 - link to non-existing media object causes errorGreg Roach1-1/+1
2020-09-19Fix: #3477 - exact word search/replace fails with multi-byte stringsGreg Roach1-3/+3
2020-09-18CodeStyleGreg Roach1-4/+5
2020-09-18Fix: #3515 - album tab shows links to private mediaGreg Roach1-1/+1
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+2
2020-09-15Remove dead codeGreg Roach1-5/+3
2020-09-15CodeStyleGreg Roach2-4/+1
2020-09-15Replace controller-actions with request-handlersGreg Roach1-2/+0
2020-09-15Fix: #2923, #2930 - the album tab should behave the same as the media tabGreg Roach2-81/+27
2020-09-15Fix: #3342 - level 1 media objects should not appear in the facts/events tabGreg Roach1-1/+1
2020-09-10Tab should be grayed out when the array is empty (#3501)Carmen1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach12-32/+10
2020-09-04Remove calls to deprecated functionGreg Roach1-1/+1
2020-09-04Fix: allow regex searches to use UTF8 character classesGreg Roach1-1/+1
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach14-15/+15
2020-08-27fix some typos, copy&paste issues and the like (#3462)Richard Cissée2-2/+2
2020-08-27Fix: #3490 - wrong links from top-surname blockGreg Roach1-1/+4
2020-08-11Fix: #3474 - wrong surname used in link to individual listGreg Roach1-1/+3
2020-08-03CodeStyle - do not overwrite variablesGreg Roach1-8/+8
2020-08-02Fix: #3459 - MySQL/Postgres compatibilityGreg Roach1-14/+26
2020-08-02Fix: #3457 - postgres compatibility in individual listsGreg Roach1-4/+4
2020-07-30Fix: death-of-child events missing from individual pageGreg Roach1-1/+1
2020-07-27Use short form of the United KingdomGreg Roach1-59/+59
2020-07-27Qualify title to differentiate from PM of other countries. Corrected dates in...David Drury1-74/+74
2020-07-26Correct errors (#3434)David Drury1-6/+6
2020-07-26Fix: #3432 - individual list - output type brokenGreg Roach1-13/+13
2020-07-21Fix: #3408 - preserve order of name sub-tags in data fixGreg Roach1-6/+15
2020-07-19Refactor calendar control into request handlersGreg Roach1-3/+4
2020-07-17Refactor place list controller as moduleGreg Roach1-8/+323
2020-07-17Add missing redirect for notelist.phpGreg Roach1-0/+2
2020-07-17Refactor list controllers into list modules - fixes: #3409Greg Roach8-160/+1857