summaryrefslogtreecommitdiff
path: root/app/Tree.php
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Code style and testingGreg Roach1-7/+8
2019-03-06Type hintingGreg Roach1-1/+1
2019-03-06TypeHintsGreg Roach1-2/+2
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-12/+13
2019-01-29Refactor home page blocks for lazy evaluationGreg Roach1-10/+0
2019-01-21Simplify API function nameGreg Roach1-6/+6
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-3/+0
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-9/+22
2019-01-11Simplify row-mappersGreg Roach1-13/+4
2019-01-04Add visibility to constantsGreg Roach1-3/+3
2019-01-03Apply fixes from StyleCI (#2087)Greg Roach1-1/+1
2019-01-03Use illuminate/database for gedcom exportGreg Roach1-28/+39
2019-01-02TestsGreg Roach1-5/+4
2019-01-02TestsGreg Roach1-15/+13
2019-01-02TestingGreg Roach1-10/+10
2019-01-02TestsGreg Roach1-11/+11
2019-01-02TestsGreg Roach1-62/+43
2019-01-02Remove dead code. Add testsGreg Roach1-36/+0
2019-01-02Apply fixes from StyleCI (#2084)Greg Roach1-1/+1
2019-01-02illuminate/database and testsGreg Roach1-24/+23
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-31Apply fixes from StyleCI (#2081)Greg Roach1-1/+1
2018-12-31Fix: #2080 - DB::raw() queries fail when table prefixes are usedGreg Roach1-32/+7
2018-12-31Add tests for Auth and Site classesGreg Roach1-4/+6
2018-12-30Apply fixes from StyleCI (#2078)Greg Roach1-1/+1
2018-12-30Use illuminate/database for trees/users and add tests using sqliteGreg Roach1-72/+71
2018-12-30Use illuminate/databaseGreg Roach1-4/+62
2018-12-08Move DebugBar code to middlewareGreg Roach1-2/+0
2018-12-03New media objects need the correct typeGreg Roach1-0/+40
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-4/+4
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-4/+4
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-52/+52
2018-10-28Fix: newly created records have type GedcomRecord instead of a more specific ...Greg Roach1-2/+1
2018-10-12Error handlingGreg Roach1-2/+3
2018-10-12Be more consistent when creating new recordsGreg Roach1-22/+91
2018-10-10Tidy conversion of GEDCOM to ANSIGreg Roach1-1/+1
2018-10-06PHPdocGreg Roach1-3/+2
2018-10-06Strict typesGreg Roach1-15/+15
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-04Code styleGreg Roach1-1/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-10/+2
2018-09-22PHPdoc, types, etc.Greg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-6/+6
2018-08-26PHPDocGreg Roach1-15/+15
2018-08-22Fix check for MSDOS line endingsGreg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-2/+2
2018-08-13Prefer variables with a single typeGreg Roach1-6/+6