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
/
Services
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-03-10
Fix: we cannot nicely handle boot errors in custom modules as we have no ↵
Greg Roach
1
-5
/
+7
framework to display them
2019-03-10
glob() results do not need to be sorted
Greg Roach
1
-1
/
+1
2019-03-08
Strict types and code review
Greg Roach
1
-1
/
+2
2019-03-07
Code style and testing
Greg Roach
6
-17
/
+17
2019-03-07
PHPdoc
Greg Roach
1
-1
/
+1
2019-03-07
Add example module to set PHP/MySQL configuration
Greg Roach
1
-4
/
+19
2019-03-07
Method is not static
Greg Roach
1
-1
/
+1
2019-03-06
Type hinting
Greg Roach
4
-10
/
+16
2019-03-06
Add visibility to constants
Greg Roach
1
-9
/
+3
2019-03-05
Dual type-hints upset vimeo/psalm, but are useful in PhpStorm
Greg Roach
6
-33
/
+66
2019-03-05
Fix: #2300 - test for deleted modules ignores disabled modules
Greg Roach
1
-1
/
+1
2019-03-04
Add historic event modules
Greg Roach
1
-102
/
+112
2019-03-04
Refactor language files to use laravel structure
Greg Roach
2
-12
/
+2
2019-03-04
Group modules on control panel
Greg Roach
1
-7
/
+7
2019-03-03
Convert from Carbon (v1) to CarbonImmutable (v2)
Greg Roach
2
-4
/
+4
2019-03-02
Fix check for disabled functions
Greg Roach
1
-1
/
+1
2019-03-02
Use app() shortcut
Greg Roach
2
-4
/
+4
2019-03-02
Tidy up initialisation
Greg Roach
1
-6
/
+11
2019-03-02
DB searching should match PHP searching
Greg Roach
1
-19
/
+2
2019-03-01
Method should not be static
Greg Roach
1
-1
/
+1
2019-03-01
Fixed case mismatch in function/method call (#2286)
Rico Sonntag
1
-2
/
+2
2019-02-26
Remove global constant WT_TIMESTAMP
Greg Roach
1
-1
/
+3
2019-02-25
Fix: #1246 - show server errors on the control panel
Greg Roach
1
-0
/
+286
2019-02-24
Fix: #2234 - check for too many search results, rather than short search strings
Greg Roach
1
-0
/
+27
2019-02-24
Collection / array
Greg Roach
1
-1
/
+1
2019-02-24
Fix: #2263 - facts duplicated in chart-boxes
Greg Roach
1
-3
/
+2
2019-02-24
Working on modules
Greg Roach
1
-32
/
+41
2019-02-24
Unused imports
Greg Roach
1
-1
/
+0
2019-02-24
PHPdoc
Greg Roach
2
-2
/
+4
2019-02-23
Refactor module components
Greg Roach
1
-18
/
+16
2019-02-23
Lists as Modules
Richard Cissee
1
-0
/
+18
2019-02-23
Cleanup /data/tmp during housekeeping
Greg Roach
1
-5
/
+5
2019-02-23
Use UTC internally, and convert to local time for display
Greg Roach
1
-2
/
+7
2019-02-20
Move database migration and seeding to a service
Greg Roach
1
-0
/
+82
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
4
-14
/
+14
2019-02-16
Allow modules to be initially disabled
Greg Roach
1
-1
/
+6
2019-02-13
Fix: #2191 - from/to mixed up when sending email
Greg Roach
1
-1
/
+1
2019-02-05
Fix: #2187 - broken contact link in footer
Greg Roach
1
-1
/
+1
2019-02-05
Fix: #2159 - integrate clipboard support into modules
Greg Roach
1
-41
/
+45
2019-02-05
#2159 - Allow tabs and sidebars to register the facts that they handle.
Greg Roach
1
-2
/
+2
2019-02-05
SQLite compatibility
Greg Roach
1
-2
/
+2
2019-02-05
CodeStyle
Greg Roach
1
-2
/
+2
2019-02-04
Fix: #2153 - missing collation rules for swedish and finnish
Greg Roach
1
-0
/
+27
2019-02-04
Fix: #2154 - PHP counts from 0, SQL counts from 1
Greg Roach
1
-1
/
+1
2019-02-04
Fix: #2161 - extra whitespace and punctuation in contact links
Greg Roach
1
-0
/
+31
2019-02-04
Fix: #2172 - GROUP-BY does not always imply SORT-BY
Greg Roach
1
-1
/
+2
2019-02-04
Testing
Greg Roach
1
-7
/
+31
2019-02-04
Apply fixes from StyleCI (#2179)
Greg Roach
1
-4
/
+6
2019-02-04
Working on upgrade wizard and testing
Greg Roach
1
-1
/
+153
2019-02-02
Fix: #2175 - error deleting user
Greg Roach
1
-6
/
+0
[next]