summaryrefslogtreecommitdiff
path: root/resources/views/modals
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Fix: #4619 - cannot create new objects without a restrictionGreg Roach1-4/+4
2022-09-06CodeStyleGreg Roach31-0/+62
2022-08-25CodeStyleGreg Roach5-11/+11
2022-07-18Fix: #4482 - Layout of new media object formGreg Roach1-8/+6
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach13-25/+26
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach1-1/+1
2022-05-18Update styling for v2.1 restriction lists (#4413)miqrogroove1-1/+1
2022-05-04De-duplicate some repeated javascript code and remove some jQueryGreg Roach7-222/+7
2022-05-02Outdated bootstrap markupGreg Roach13-30/+30
2022-05-01Fix: #4360 - media type lost when editing media fileGreg Roach1-1/+2
2022-02-18PHPdocGreg Roach1-4/+4
2022-01-23Replace select2 with tom-selectGreg Roach8-76/+34
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach7-18/+18
2021-11-06Fix: #4107 - GEDCOM only allows one RESN per fact/recordGreg Roach1-12/+4
2021-10-01Fix: unescaped output when creating new records in modalsGreg Roach7-8/+0
2021-10-01CodeStyleGreg Roach7-239/+239
2021-09-07Fix: OSK script toggle stopped working (#4029)Jonathan Jaubart1-6/+6
2021-09-01Use wt- namespace for data attributesGreg Roach10-16/+16
2021-08-21Bootstrap5: changes in toggle button groups (#3998)Jonathan Jaubart1-31/+24
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach11-401/+399
2021-08-15Fix: logic error in media file modalGreg Roach1-4/+2
2021-06-04Fields for new repositoriesGreg Roach3-10/+19
2021-05-24Fix: #1010 - Support NBSP and ZWNJ in names and the on-screen-keyboardGreg Roach1-0/+7
2021-04-10Fix: #3617 - add 'share URL' featureGreg Roach1-0/+29
2021-02-18HTML validationGreg Roach5-5/+5
2021-02-10CodeStyleGreg Roach6-0/+39
2021-02-08Form stylingGreg Roach1-1/+1
2021-02-07Create submitter fieldsGreg Roach1-6/+26
2021-02-04Use gedcom elementsGreg Roach6-28/+33
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach4-0/+154
2021-01-22Fix dangling slash in media file fields modalGreg Roach2-11/+26
2021-01-15Refactor controller into request handlersGreg Roach6-7/+53
2020-10-05Fix: #3113 - add autocomplete to surname fieldsGreg Roach1-1/+2
2020-08-05Fix: #3455 - no names for new records, select2 not re-initialised correctlyGreg Roach5-5/+33
2020-08-03Fix: #3463 - don't warn about other applications' lack of support for URLsGreg Roach1-7/+0
2020-07-12Cleanup webtrees.jsGreg Roach1-5/+8
2020-04-10Fix: #2935 - timing error when activating modal formsGreg Roach1-19/+20
2020-03-14Fix: #3114 disable browser autocomplete when using our own autocompleteGreg Roach1-1/+1
2020-01-23Update to fix for #2994Greg Roach1-5/+5
2020-01-23Fix: #2994 - HTML validation errors in on-screen keyboardGreg Roach1-19/+37
2020-01-22HTML validation - empty <option></option> is not allowedGreg Roach1-2/+2
2020-01-21HTML validationGreg Roach1-1/+3
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-0/+15
2019-12-03Apply PSR12 code style to templatesGreg Roach17-17/+85
2019-11-17Tweaks to on-screen-keyboardGreg Roach1-10/+10
2019-11-14Fix: undefined variable when linking media to recordGreg Roach3-9/+3
2019-11-06Undefined tree when creating media object from unused media fileGreg Roach1-1/+1
2019-11-01Fix: twitter-typeahead and select2 inputs do not work inside bootstrap input-...Greg Roach1-1/+0
2019-10-31Refactor controllers as request handlersGreg Roach5-8/+18
2019-10-31Refactor controllers as request handlersGreg Roach3-6/+21