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
/
Module
/
TopSurnamesModule.php
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
Apply fixes from StyleCI (#4047)
Greg Roach
1
-2
/
+2
2021-09-17
Fix: sort order in top-surnames block
Greg Roach
1
-15
/
+4
2021-04-29
Use PHP7 feature
Greg Roach
1
-3
/
+3
2021-03-19
Use closures for sort callbacks
Greg Roach
1
-1
/
+1
2021-02-16
Fix: #3728 - top 10 surnames config error
Greg Roach
1
-1
/
+1
2021-02-10
CodeStyle
Greg Roach
1
-3
/
+3
2021-01-25
Use https link in copyright header
Greg Roach
1
-2
/
+2
2020-12-23
Use constants for unknown surname and given names
Greg Roach
1
-2
/
+3
2020-10-24
whitespace
Greg Roach
1
-2
/
+2
2020-08-27
Fix: #3490 - wrong links from top-surname block
Greg Roach
1
-1
/
+4
2020-01-26
Fix: #2919 - some database drivers return numeric columns as strings
Greg Roach
1
-0
/
+4
2019-12-13
CodeStyle - strict types
Greg Roach
1
-1
/
+1
2019-10-21
Pass dependencies in the constructor
Greg Roach
1
-4
/
+19
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-12
CodeStyle - use groupBy() consistently
Greg Roach
1
-2
/
+2
2019-07-17
Use Query Expression class directly, remove unused imports
Greg Roach
1
-3
/
+4
2019-07-14
Refactor blocks
Greg Roach
1
-26
/
+26
2019-05-08
PSR-7 requests
Greg Roach
1
-2
/
+4
2019-05-06
Migrate from symfony requests to psr7 requests
Greg Roach
1
-1
/
+1
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-3
/
+3
2019-04-03
Declare static closures
Greg Roach
1
-1
/
+1
2019-03-20
Block styling
Greg Roach
1
-1
/
+2
2019-03-07
Code style and testing
Greg Roach
1
-2
/
+2
2019-03-05
Custom module examples
Greg Roach
1
-1
/
+1
2019-02-24
Unused imports
Greg Roach
1
-2
/
+0
2019-02-23
Refactor module components
Greg Roach
1
-1
/
+1
2019-02-23
Lists as Modules
Richard Cissee
1
-5
/
+14
2019-01-25
Apply fixes from StyleCI (#2135)
Greg Roach
1
-1
/
+1
2019-01-25
Convert tracking and analytics functions into modules
Greg Roach
1
-1
/
+1
2019-01-24
Refactoring module API
Greg Roach
1
-1
/
+1
2019-01-22
Merge chart controllers into chart modules
Greg Roach
1
-1
/
+1
2019-01-20
Working on #2120 - refactor modules: combine installed/enabled/allowed module...
Greg Roach
1
-3
/
+5
2019-01-08
Use illuminate/database in top surnames module
Greg Roach
1
-22
/
+17
2019-01-04
Add visibility to constants
Greg Roach
1
-2
/
+2
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-19
Strict types
Greg Roach
1
-1
/
+1
2018-12-19
Refactor $ctype global as a parameter
Greg Roach
1
-5
/
+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
-2
/
+2
2018-10-16
Fix: #1973 - strict types
Greg Roach
1
-0
/
+4
2018-10-05
Add declare(strict_types=1) to all PHP scripts
Greg Roach
1
-0
/
+2
2018-09-23
CodeStyle
Greg Roach
1
-2
/
+2
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-3
/
+3
2018-09-13
Scrutinizer Auto-Fixes (#1899)
Scrutinizer Auto-Fixer
1
-2
/
+2
2018-09-13
Update TopSurnamesModule.php (#1885)
Rico Sonntag
1
-0
/
+15
2018-08-27
Added PHP7 return types to methods according doc block (#1864)
Rico Sonntag
1
-2
/
+2
2018-08-26
Replace Filter::get() and Filter::post() with $request
Greg Roach
1
-10
/
+17
2018-08-18
CodeStyle - comments should not be used in the middle of lines
Greg Roach
1
-12
/
+12
2018-08-16
Remove commented code
Greg Roach
1
-1
/
+0
[next]