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
/
CalendarController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-19
Refactor calendar control into request handlers
Greg Roach
1
-529
/
+0
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-2
/
+2
2020-05-12
TypeHints
Greg Roach
1
-4
/
+4
2020-05-11
CodeStyle
Greg Roach
1
-1
/
+1
2020-05-10
Fix: #2967 - Calendar list view - sort events by anniverary date
Greg Roach
1
-193
/
+154
2020-01-12
Fix: all-numeric XREFs break calendar anniversaries
Greg Roach
1
-2
/
+2
2019-12-13
CodeStyle - strict types
Greg Roach
1
-7
/
+9
2019-12-06
Parents' names in lists - replace function with template
Greg Roach
1
-2
/
+2
2019-11-11
Simplify access to current locale
Greg Roach
1
-12
/
+5
2019-11-10
Fix: undefined variable when using year selector on calendar page
Greg Roach
1
-25
/
+2
2019-11-10
Consistent text size on calendar page
Greg Roach
1
-12
/
+12
2019-11-06
Fix: last 100 years calculation incorrect
Greg Roach
1
-2
/
+2
2019-11-03
Use POST+GET on calendar page
Greg Roach
1
-0
/
+42
2019-10-26
Remove LocaleInterface as dependency of LocalizationService
Greg Roach
1
-6
/
+17
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-10
Working on routing
Greg Roach
1
-2
/
+2
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-4
/
+4
2019-06-03
Fix: #2456 - 'all' filter not working in year view of calendar
Greg Roach
1
-1
/
+1
2019-05-11
Fix: #2417 - calendar year ranges do not work
Greg Roach
1
-24
/
+6
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-27
/
+27
2019-03-26
Replace Bootstrap4 class with views
Greg Roach
1
-1
/
+0
2019-03-20
Fix #2332 - MOD() function is MySQL only
Greg Roach
1
-14
/
+14
2019-03-07
Code style and testing
Greg Roach
1
-26
/
+22
2019-03-03
Convert from Carbon (v1) to CarbonImmutable (v2)
Greg Roach
1
-2
/
+2
2019-03-02
Use carbon functions instead of magic numbers
Greg Roach
1
-1
/
+1
2019-02-26
Remove global constant CLIENT_JD
Greg Roach
1
-1
/
+2
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-4
/
+4
2019-01-02
Use illuminate/database in calendar service
Greg Roach
1
-1
/
+1
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Fact::getLabel() to label()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Fact::getDate() to date()
Greg Roach
1
-3
/
+3
2018-11-18
Rename Fact::getAttribute() to attribute()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Fact::getParent() to record()
Greg Roach
1
-3
/
+3
2018-10-13
Remove old styles
Greg Roach
1
-4
/
+4
2018-10-13
Avoid functions in loops
Greg Roach
1
-1
/
+3
2018-10-10
Fix: #1957 - 'none' is not a calendar name
Greg Roach
1
-0
/
+3
2018-10-09
Calendar dates are abstract
Greg Roach
1
-20
/
+20
2018-10-07
Error handler
Greg Roach
1
-1
/
+2
2018-10-07
Numbers need to be translated
Greg Roach
1
-2
/
+2
2018-09-30
Add accessors for CalendarDate min/max julian day
Greg Roach
1
-13
/
+13
2018-09-24
Scrutinizer Auto-Fixes (#1929)
Scrutinizer Auto-Fixer
1
-1
/
+1
2018-09-21
PHPdoc
Greg Roach
1
-1
/
+1
2018-08-30
Fix: #1873 - move business logic to service
Greg Roach
1
-1
/
+7
2018-08-26
Move anniversary calculations to new service
Greg Roach
1
-7
/
+8
2018-08-18
CodeStyle
Greg Roach
1
-1
/
+2
2018-08-16
Unused import
Greg Roach
1
-1
/
+0
2018-08-15
Move some localization functions to a localization service
Greg Roach
1
-4
/
+18
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-4
/
+2
[next]