summaryrefslogtreecommitdiff
path: root/app/Module
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Refactor pending changes to use service and request handlersGreg Roach2-2/+4
2019-10-23Fix: Only single generation shown: $generations not being set correctly in Pe...David Drury1-4/+1
2019-10-23Fix: #2682 Use POST+GET on pedigree-mapGreg Roach1-0/+11
2019-10-23Fix; #2664 - Refactor reports to use POST/GET and request handlersGreg Roach2-2/+4
2019-10-22Fix: #2676 URLs for pedigree map need to be generated on the serverGreg Roach1-2/+2
2019-10-22Fix: #2678 URLs for interactive tree need to be generated on the serverGreg Roach2-3/+4
2019-10-22Use tree serviceGreg Roach4-30/+43
2019-10-22Use POST+GET for module adminGreg Roach3-17/+88
2019-10-21TypoGreg Roach1-1/+1
2019-10-21Strict typesGreg Roach4-7/+9
2019-10-21Fix: #2665 - Use POST+GET on search formsGreg Roach1-7/+16
2019-10-21Pass dependencies in the constructorGreg Roach1-4/+19
2019-10-20Fix: #2666 - routing for clippings cartGreg Roach1-8/+2
2019-10-20Fix: #2633 - redirect to home page after signing outGreg Roach1-1/+7
2019-10-20Fix: #2660 - use HTTP POST to set palette colorGreg Roach1-50/+65
2019-10-20Strict comparisonsGreg Roach4-4/+4
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach2-42/+26
2019-10-19Fix: #2647 - modules may (or may not) need a tree in their routeGreg Roach1-31/+25
2019-10-19Fix: #2632 - redirect from home-page to user-page after loginGreg Roach2-4/+8
2019-10-19Fix: #2635 - no tree shown on login pageGreg Roach1-2/+8
2019-10-18Type hintsGreg Roach17-16/+17
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-18Use TreeServiceGreg Roach4-16/+71
2019-10-17Add abstract method to traitGreg Roach1-0/+5
2019-10-17Strict typesGreg Roach18-21/+21
2019-10-17Fix strict-type warnings, use zip_adapter explicitlyGreg Roach1-2/+3
2019-10-17PSR12Greg Roach209-0/+209
2019-10-16Analytics, Report and Theme traits require name()Greg Roach3-0/+20
2019-10-16Simplify logicGreg Roach1-1/+1
2019-10-16PHPdoc; assertionsGreg Roach15-4/+14
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach20-0/+116
2019-10-15Fix: undefined variable when editing raw gedcom for record with no factsGreg Roach1-1/+1
2019-10-15Fix bug in slideshow module when there are no media objectsGreg Roach1-1/+5
2019-10-15Simplify slide-show logic to match mediaGreg Roach1-26/+23
2019-10-15wipGreg Roach7-14/+14
2019-10-14Working on routingGreg Roach2-4/+8
2019-10-14Move business logic from controller to serviceGreg Roach1-1/+1
2019-10-11Working on routingGreg Roach2-3/+3
2019-10-10Working on routingGreg Roach19-55/+47
2019-10-10Logout should only be a POST actionGreg Roach1-2/+2
2019-10-10Working on routingGreg Roach1-4/+5
2019-10-10Wrong basepath in ckeditorGreg Roach1-1/+1
2019-10-10Working on routingGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach19-117/+156
2019-10-09Working on routingGreg Roach28-680/+1003
2019-10-07Named routesGreg Roach2-3/+6
2019-10-06Working on routingGreg Roach4-3/+13
2019-10-05Add route to requestGreg Roach2-7/+6
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach6-32/+37
2019-09-30Fix: #2597 - wrong parameter to shared-note listGreg Roach1-1/+1