#
87cca37c |
| 23-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor module components
|
#
67992b6a |
| 17-Feb-2019 |
Richard Cissee <ric@richard-cissee.de> |
Lists as Modules
|
#
5699f0a8 |
| 25-Jan-2019 |
Greg Roach <fisharebest@gmail.com> |
Apply fixes from StyleCI (#2135)
|
#
37eb8894 |
| 25-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Convert tracking and analytics functions into modules
|
#
63276d8f |
| 24-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactoring module API
|
#
26684e68 |
| 22-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Merge chart controllers into chart modules
|
#
49a243cb |
| 19-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Working on #2120 - refactor modules: combine installed/enabled/allowed module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor
|
#
8d7ed87e |
| 08-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Use illuminate/database in top surnames module
|
#
16d6367a |
| 04-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Add visibility to constants
|
#
8fcd0d32 |
| 01-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Happy 2019
|
#
6a8879fe |
| 19-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
Strict types
|
#
5f2ae573 |
| 19-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
Refactor $ctype global as a parameter
|
#
aa6f03bb |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeName() to name()
|
#
72cf66d4 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeId() to id()
|
#
f8c9edfe |
| 16-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #1973 - strict types
|
#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
a515be7c |
| 23-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle
|
#
b2ce94c6 |
| 22-Sep-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Reduced if/else complexity, removed not require else conditions (#1866)
* Reduced if/else complexity, removed not require else conditions
* Fix indentation
* Fix indentation
* Use null-coal
Reduced if/else complexity, removed not require else conditions (#1866)
* Reduced if/else complexity, removed not require else conditions
* Fix indentation
* Fix indentation
* Use null-coalesce to simplify logic
* Use null-coalesce to simplify logic
* Use null-coalesce to simplify logic
* Use null-coalesce to simplify logic
* Use null-coalesce to simplify logic
* Use null-coalesce to simplify logic
* Admin theme no longer exists
* Code style
* Use null-coalesce operator to simplify logic
show more ...
|
#
39832090 |
| 13-Sep-2018 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes (#1899)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
#
e15d3b66 |
| 13-Sep-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Update TopSurnamesModule.php (#1885)
This fixes to sorting of the surnames module. Currently the surnames are not sorted in list/array view in the right way.
Or is in the second SQL only the part
Update TopSurnamesModule.php (#1885)
This fixes to sorting of the surnames module. Currently the surnames are not sorted in list/array view in the right way.
Or is in the second SQL only the part `AND n_type != '_MARNM' AND n_surn NOT IN ('@N.N.', '')"` missing?
Compare 1.7.10 (https://dev.webtrees.net/demo-stable/index.php?ctype=user&ged=demo) with 2.0.0 (https://dev.webtrees.net/demo-dev/index.php?route=user-page&ged=demo).
show more ...
|
#
8f53f488 |
| 27-Aug-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Added PHP7 return types to methods according doc block (#1864)
|
#
a45f9889 |
| 25-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
Replace Filter::get() and Filter::post() with $request
|
#
bbb76c12 |
| 18-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle - comments should not be used in the middle of lines
|
#
9a2082da |
| 16-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove commented code
|
#
80536c2d |
| 16-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
Refactor surname queries to avoid duplication and improve efficiency
|