summaryrefslogtreecommitdiff
path: root/app/Note.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-06-02Add some GEDCOM 7 definitionsGreg Roach1-2/+2
2022-05-19Remove unused importGreg Roach1-2/+0
2022-05-19Fix: #4390, Fix: #4400, Fix: #4410 - displaying notes and shared notesGreg Roach1-21/+1
2022-05-19Fix: #4402 - quoted HTML in note titles are truncatedGreg Roach1-6/+56
2022-05-11Remove unused importGreg Roach1-2/+0
2022-05-11Fix: #4393 - name of multi-paragraph noteGreg Roach1-8/+9
2022-05-04Fix testsGreg Roach1-1/+2
2022-05-04Fix: #4363 - wrong name for multi-line notesGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-2/+2
2021-09-27Fix: #4049 - shared-note titles are double-encodedGreg Roach1-0/+11
2021-07-26Revert "Upgrade league/commonmark to 2.0" - the legacy census format parser n...Greg Roach1-2/+2
2021-07-26Upgrade league/commonmark to 2.0Greg Roach1-2/+2
2021-06-28Fix: #2600 - refactor markdown formatting to allow XREF links to be disabledGreg Roach1-2/+8
2021-03-11Remove deprecated codeGreg Roach1-33/+0
2021-01-29Do not add 'NOTE Private' when creating private exportGreg Roach1-12/+0
2021-01-28Merge some changes from 2.1Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-36/+8
2020-03-15Fix: notes have no names when the first line is emptyGreg Roach1-4/+5
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-2/+5
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-3/+5
2019-11-03Add privacy-policy/impressum - #2654Greg Roach1-1/+1
2019-10-31Refactor controllers as request handlersGreg Roach1-1/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Fix: #2588 Cannot create name for self-referencing NOTE objectsGreg Roach1-8/+0
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-6/+6
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+3
2019-01-08Use closures to DRY up codeGreg Roach1-0/+16
2019-01-07Use illuminate/databaseGreg Roach1-6/+5
2019-01-04Scrutinizer Auto-Fixes (#2097)Scrutinizer Auto-Fixer1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach1-6/+6
2018-12-21Use laravel support functions to truncate stringsGreg Roach1-1/+3
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-14Strict-typesGreg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2