summaryrefslogtreecommitdiff
path: root/resources/views/lists
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Fix: #4681 - missing totals in tag-cloud listsGreg Roach1-1/+5
2022-12-15Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in PHP...Greg Roach5-60/+99
2022-11-18Remove unused JSGreg Roach2-18/+0
2022-11-18CodeStyleGreg Roach2-248/+239
2022-11-18Remove charts from footer of indivdiual/family lists - see #3833Greg Roach4-453/+3
2022-10-17DB column typesGreg Roach5-11/+14
2022-09-22Fix: #4478 - wrong order in list of surnamesGreg Roach1-1/+1
2022-09-19Fix: strict types in listsGreg Roach5-0/+13
2022-09-06CodeStyleGreg Roach17-0/+34
2022-08-25CodeStyleGreg Roach1-7/+7
2022-07-29Remove duplicate HTML attributeGreg Roach2-4/+4
2022-07-06Fix: SEX X breaks the individual listsGreg Roach1-0/+3
2022-06-17Fix: #4479 - In surname lists, display 'No surname' for individuals without oneGreg Roach3-7/+15
2022-06-02Use a factory to make unqique identifiersGreg Roach2-4/+2
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-1/+1
2022-02-23Added "autocomplete="off" to check boxes that save state across page refreshe...David Drury2-6/+6
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach9-16/+15
2022-02-18PHPdocGreg Roach10-22/+22
2022-02-06Strict typesGreg Roach1-2/+2
2022-01-27Change signature of Date::display() to avoid having to use container as psued...Greg Roach4-7/+7
2022-01-02Fix: #4155 - add secondary sort column for dates in anniversary tableGreg Roach1-1/+1
2021-12-16Set explicit sort order in table viewsGreg Roach3-9/+9
2021-11-04Replace FunctionsPrintLists with views - #1584Greg Roach4-0/+140
2021-10-29CodeStyle: use JSON_THROW_ON_ERROR with json_encode()Greg Roach12-37/+37
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach2-8/+8
2021-08-23Fix: #3996 - Use CSS variables for link colour/decorationGreg Roach3-4/+4
2021-08-22Fix: #4000 - persistent checkbox toggles / BS5Greg Roach2-8/+12
2021-08-22Bootstrap5: migration `form-select` and `card-deck` (#4004)Jonathan Jaubart2-184/+160
2021-08-21Individuals table filter buttonsGreg Roach1-1/+0
2021-08-21Bootstrap5: changes in toggle button groups (#3998)Jonathan Jaubart2-57/+73
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach12-23/+23
2021-06-27Fix: 3642 - Show publication details as links in sources listGreg Roach1-1/+2
2021-05-07Datatables - filter HTML columnsGreg Roach6-6/+6
2021-02-21Improve support for _LOC recordsGreg Roach1-0/+97
2021-02-11Fix: #3719 - HTML titles for name types in listsGreg Roach2-6/+3
2021-02-10CodeStyleGreg Roach12-0/+66
2021-02-08CodeStyleGreg Roach2-5/+10
2021-02-08CodeStyle - nested ternary operatorsGreg Roach7-7/+7
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach2-3/+4
2020-12-23Use constants for unknown surname and given namesGreg Roach2-6/+7
2020-12-14Roots filter not working in family datatable (#3627)Jonathan Jaubart1-1/+1
2020-11-17Fix: #3595 - incorrect sorting of place names on individual/family listsGreg Roach2-3/+3
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-09-17Remove unnecessary parenthesesGreg Roach1-1/+1
2020-07-15Fix: #3410 - change DOM order of datatables 'table' and 'processing' elementsGreg Roach1-1/+1
2020-07-15Fix: #3410 - change DOM order of datatables 'table' and 'processing' elementsGreg Roach1-1/+1
2020-05-26Gender-neutral GEDCOM tagsGreg Roach2-3/+3
2020-05-23Fix linked records count for media table (apparently a copy & paste-error) (#...Richard Cissée1-3/+3
2020-05-21Add autocomplete=off to filter buttons, as per bootstrap documentationGreg Roach2-23/+23
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3