summaryrefslogtreecommitdiff
path: root/resources/views/admin
AgeCommit message (Expand)AuthorFilesLines
2022-05-30Fix: #4446 - add data-fix icon/column to list of modulesGreg Roach1-0/+13
2022-05-30Fix: #4439 - wrong link for place-hierarchy when editing geographic dataGreg Roach1-2/+2
2022-05-30Fix: #4440 - button label not translatedGreg Roach1-1/+3
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach34-68/+85
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach9-11/+11
2022-05-05Fix: privacy feedback brokenGreg Roach1-1/+1
2022-05-04Apply options to fetch() consistentlyGreg Roach1-95/+82
2022-05-03Add TIME to BIRT:DATE and DEAT:DATEGreg Roach1-1/+12
2022-05-02Fix: missing RESI:PHON/EMAIL/WWW tagsGreg Roach1-9/+9
2022-05-02Outdated bootstrap markupGreg Roach23-148/+146
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach2-27/+57
2022-04-19Fix: cannot add record privacy rule in control panelGreg Roach1-17/+14
2022-04-16Check for errors: split warnings into warnings/infoGreg Roach1-0/+5
2022-04-14Rewrite the GEDCOM error check. Fixes: #4255. Fixes #3654. Fixes #957Greg Roach1-4/+14
2022-04-04Add more custom GEDCOM tags created by Ancestry.comGreg Roach1-0/+1
2022-04-03Update PO filesGreg Roach1-2/+2
2022-04-03Rebuild PO filesGreg Roach1-8/+1
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach2-20/+65
2022-03-29Fix: re-importing large trees causes timeout errorsGreg Roach1-4/+5
2022-03-29Fix: #4044 - do not import truncated GEDCOM filesGreg Roach1-1/+1
2022-03-20Fix: cannot export to client when media_path isn't usedGreg Roach1-1/+1
2022-03-11Ensure valid lat/lng on page entry (#4226)David Drury1-1/+1
2022-03-05Sort groups of unrelated individuals by sizeGreg Roach1-6/+7
2022-03-01ValidationGreg Roach2-27/+14
2022-03-01#4239 - SOUR:DATA config option is not savedGreg Roach1-1/+1
2022-02-23Added "autocomplete="off" to check boxes that save state across page refreshe...David Drury1-2/+1
2022-02-23Update and use Validation classGreg Roach1-1/+0
2022-02-21Revert "Prevent page scrolling to top on map reset (#4224)"Greg Roach1-3/+1
2022-02-21Prevent page scrolling to top on map reset (#4224)David Drury1-1/+3
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+2
2022-02-18PHPdocGreg Roach14-137/+142
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach3-142/+179
2022-02-06Strict typesGreg Roach2-3/+3
2022-02-01Compile JS for #4198Greg Roach1-4/+2
2022-02-01shift resetControl to webtrees.js (#4198)David Drury1-27/+11
2022-02-01Extract calendar-date factory codeGreg Roach1-2/+3
2022-01-31Move map-related CSS to the core CSS filesGreg Roach1-14/+1
2022-01-31Remove jQuery (#4178)David Drury1-90/+90
2022-01-27Change signature of Date::display() to avoid having to use container as psued...Greg Roach2-2/+2
2022-01-24Fix: #3413, Replace: #3417 - allow translation of title/description for disab...Greg Roach2-3/+3
2022-01-23Replace select2 with tom-selectGreg Roach4-89/+74
2022-01-23Use strictGreg Roach1-1/+1
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach18-129/+129
2021-12-16Type hintsGreg Roach1-1/+1
2021-10-29CodeStyle: use JSON_THROW_ON_ERROR with json_encode()Greg Roach4-17/+17
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-2/+2
2021-10-29Fix: HTML validation errorsGreg Roach1-1/+1
2021-10-15Prefer object to stdClassGreg Roach2-4/+4
2021-10-13Remove unused importsGreg Roach2-2/+0
2021-10-12PHPdocGreg Roach1-18/+17