summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/BranchesController.php
AgeCommit message (Expand)AuthorFilesLines
2020-07-17Refactor list controllers into list modules - fixes: #3409Greg Roach1-400/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+3
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-1/+1
2020-05-11PHPdocGreg Roach1-2/+1
2020-05-09Deprecate whereContains()Greg Roach1-2/+2
2020-02-27Use correct types for submitter searchesGreg Roach1-2/+3
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-4/+4
2019-12-02Move module views to the views/modules folderGreg Roach1-1/+1
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-1/+1
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-1/+1
2019-11-15Refactor icons. Use SVG and foreground images. De-duplicate. Remove unused.Greg Roach1-3/+3
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-1/+2
2019-11-01CommentsGreg Roach1-1/+0
2019-10-30Add assertions for route parametersGreg Roach1-1/+3
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+5
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Simplify logicGreg Roach1-10/+0
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Apply fixes from StyleCI (#2631)Greg Roach1-1/+1
2019-10-15Simplify branches logic to match surnamesGreg Roach1-1/+29
2019-10-09Working on routingGreg Roach1-7/+6
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-5/+4
2019-09-26Gender icons belong in the templatesGreg Roach1-3/+4
2019-05-09PSR-7 requestsGreg Roach1-9/+10
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-11/+11
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-07Code style and testingGreg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-1/+2
2019-02-23Lists as ModulesRichard Cissee1-0/+6
2019-02-20Use Collections instead of arraysGreg Roach1-3/+4
2019-02-17Fix: #2224 - sexImage() versus getSexImage()Greg Roach1-3/+3
2019-02-16Use Collection classGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-14/+14
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-8/+9
2019-01-30Create ModuleServiceGreg Roach1-1/+13
2019-01-26Wrong check for RelationshipsChartModuleGreg Roach1-6/+12
2019-01-26Do not generate links to relationships chart when it is disabledGreg Roach1-11/+8
2019-01-11Rename filter() to accessFilter()Greg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-2/+2
2019-01-10Use closures as callbacks for sortingGreg Roach1-2/+2
2019-01-10Use illuminate/database for branches listGreg Roach1-38/+37
2019-01-01Happy 2019Greg Roach1-1/+1
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::getFacts() to facts()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-3/+3
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1