index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Http
/
Controllers
/
BranchesController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
Refactor list controllers into list modules - fixes: #3409
Greg Roach
1
-400
/
+0
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-2
/
+3
2020-05-12
Use factory methods to create GEDCOM records
Greg Roach
1
-1
/
+1
2020-05-11
PHPdoc
Greg Roach
1
-2
/
+1
2020-05-09
Deprecate whereContains()
Greg Roach
1
-2
/
+2
2020-02-27
Use correct types for submitter searches
Greg Roach
1
-2
/
+3
2019-12-06
Parents' names in lists - replace function with template
Greg Roach
1
-4
/
+4
2019-12-02
Move module views to the views/modules folder
Greg Roach
1
-1
/
+1
2019-11-23
Refactor multi-tree rowMapper functions
Greg Roach
1
-1
/
+1
2019-11-17
Fix: #2653 add ability to re-order parent families; make the first one the pr...
Greg Roach
1
-1
/
+1
2019-11-15
Refactor icons. Use SVG and foreground images. De-duplicate. Remove unused.
Greg Roach
1
-3
/
+3
2019-11-07
Fix error updating account preferences; use constants for preference names
Greg Roach
1
-1
/
+2
2019-11-01
Comments
Greg Roach
1
-1
/
+0
2019-10-30
Add assertions for route parameters
Greg Roach
1
-1
/
+3
2019-10-30
Remove View:share() - it's just a global
Greg Roach
1
-0
/
+5
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-16
Simplify logic
Greg Roach
1
-10
/
+0
2019-10-16
PHPdoc; assertions
Greg Roach
1
-0
/
+1
2019-10-15
Apply fixes from StyleCI (#2631)
Greg Roach
1
-1
/
+1
2019-10-15
Simplify branches logic to match surnames
Greg Roach
1
-1
/
+29
2019-10-09
Working on routing
Greg Roach
1
-7
/
+6
2019-09-29
PSR12
Greg Roach
1
-0
/
+2
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-5
/
+4
2019-09-26
Gender icons belong in the templates
Greg Roach
1
-3
/
+4
2019-05-09
PSR-7 requests
Greg Roach
1
-9
/
+10
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-11
/
+11
2019-04-03
Declare static closures
Greg Roach
1
-3
/
+3
2019-03-07
Code style and testing
Greg Roach
1
-1
/
+1
2019-02-23
Refactor module components
Greg Roach
1
-1
/
+2
2019-02-23
Lists as Modules
Richard Cissee
1
-0
/
+6
2019-02-20
Use Collections instead of arrays
Greg Roach
1
-3
/
+4
2019-02-17
Fix: #2224 - sexImage() versus getSexImage()
Greg Roach
1
-3
/
+3
2019-02-16
Use Collection class
Greg Roach
1
-1
/
+1
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-14
/
+14
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-8
/
+9
2019-01-30
Create ModuleService
Greg Roach
1
-1
/
+13
2019-01-26
Wrong check for RelationshipsChartModule
Greg Roach
1
-6
/
+12
2019-01-26
Do not generate links to relationships chart when it is disabled
Greg Roach
1
-11
/
+8
2019-01-11
Rename filter() to accessFilter()
Greg Roach
1
-1
/
+1
2019-01-11
Simplify row-mappers
Greg Roach
1
-2
/
+2
2019-01-10
Use closures as callbacks for sorting
Greg Roach
1
-2
/
+2
2019-01-10
Use illuminate/database for branches list
Greg Roach
1
-38
/
+37
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-01
PHP 7.1: short-syntax for array destructuring
Greg Roach
1
-1
/
+1
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getTree() to tree()
Greg Roach
1
-2
/
+2
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-3
/
+3
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Tree::getTreeId() to id()
Greg Roach
1
-1
/
+1
[next]