#
e83c38cb |
| 16-Apr-2019 |
Greg Roach <fisharebest@webtrees.net> |
Links to pedigree charts missing from welcome blocks
|
#
6ccdf4f0 |
| 02-Apr-2019 |
Greg Roach <fisharebest@webtrees.net> |
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
|
#
0b5fd0a6 |
| 03-Apr-2019 |
Greg Roach <fisharebest@webtrees.net> |
Declare static closures
|
#
1e7a7a28 |
| 18-Mar-2019 |
Greg Roach <fisharebest@webtrees.net> |
Block styling
|
#
e364afe4 |
| 07-Mar-2019 |
Greg Roach <fisharebest@webtrees.net> |
Code style and testing
|
#
0cfd6963 |
| 05-Mar-2019 |
Greg Roach <fisharebest@webtrees.net> |
Custom module examples
|
#
87cca37c |
| 23-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor module components
|
#
e5a6b4d4 |
| 31-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor class User - use NULL-object pattern for guests and temporary users, create UserService
|
#
5bdbe281 |
| 30-Jan-2019 |
Greg Roach <fisharebest@gmail.com> |
Apply fixes from StyleCI (#2163)
|
#
4ca7e03c |
| 30-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Create ModuleService
|
#
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
|
#
961ec755 |
| 22-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc
|
#
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
|
#
334b74dd |
| 06-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #1467 - inline text containing mixed LTR/RTL
|
#
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
|
#
f4afa648 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename GedcomRecord::getTree() to tree()
|
#
c0935879 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename GedcomRecord::getXref() to xref()
|
#
aa6f03bb |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeName() to name()
|
#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
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 ...
|