summaryrefslogtreecommitdiff
path: root/app/Module/MediaTabModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - ::class constantGreg Roach1-1/+1
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-2/+2
2021-10-29TypeHintsGreg Roach1-2/+1
2021-06-25Remove deprecated function Fact::getTag()Greg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-15CodeStyleGreg Roach1-3/+0
2020-09-15Fix: #2923, #2930 - the album tab should behave the same as the media tabGreg Roach1-16/+13
2020-06-07Fix: wrong logic for deciding if media tab should be greyed outGreg Roach1-1/+1
2019-12-10PHPdocGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-14Refactor blocksGreg Roach1-4/+27
2019-05-17PHPdocGreg Roach1-2/+0
2019-03-08Strict types and code reviewGreg Roach1-6/+9
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-01Fix: initial order of tabs, menus, etc. wrongGreg Roach1-1/+1
2019-02-24Collection / arrayGreg Roach1-1/+1
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-2/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-2/+2
2019-02-05CodeStyleGreg Roach1-1/+1
2019-02-05CodeStyleGreg Roach1-1/+2
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-0/+14
2019-02-05#2159 - Allow tabs and sidebars to register the facts that they handle.Greg Roach1-0/+11
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-22#2130 - default order of menus clashes with user-defined order from previous ...Greg Roach1-1/+1
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-20Apply fixes from StyleCI (#2123)Greg Roach1-1/+2
2019-01-20Missing function visibility, etc.Greg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-7/+12
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-2/+2
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-27Fix some of PR #1864Greg Roach1-1/+1