| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-06 | CodeStyle | Greg Roach | 1 | -0/+2 | |
| 2022-05-01 | Fix: #4365 - interactive tree breaks page layout | Greg Roach | 1 | -11/+21 | |
| 2022-02-18 | PHPdoc | Greg Roach | 1 | -10/+10 | |
| 2021-12-16 | Remove unused imports | Greg Roach | 1 | -1/+0 | |
| 2021-11-19 | Refactor individual page | Greg Roach | 1 | -6/+1 | |
| 2021-10-20 | Fix: #4081 - UPLOAD_MEDIA setting is ignored | Greg Roach | 1 | -2/+3 | |
| 2021-06-01 | Refactor individual page views | Greg Roach | 1 | -2/+9 | |
| 2021-06-01 | Fix: #3915 - refactor individual page views | Greg Roach | 1 | -3/+1 | |
| 2021-05-23 | Working on adding new GEDCOM tags | Greg Roach | 1 | -157/+16 | |
| 2021-04-10 | Fix: #995 - add 'share anniversary' feature | Greg Roach | 1 | -1/+1 | |
| 2021-04-10 | Fix: #3617 - add 'share URL' feature | Greg Roach | 1 | -1/+3 | |
| 2021-02-10 | CodeStyle | Greg Roach | 1 | -1/+1 | |
| 2021-02-08 | CodeStyle | Greg Roach | 1 | -9/+13 | |
| 2021-01-29 | PHPdoc | Greg Roach | 1 | -1/+1 | |
| 2020-07-25 | Fix: #3429 - individual tabs loaded twice | Greg Roach | 1 | -1/+1 | |
| 2020-06-27 | Redesign name accordion | Greg Roach | 1 | -2/+0 | |
| 2020-06-25 | Merge changes from develop | Greg Roach | 1 | -1/+2 | |
| 2020-06-15 | Thinking about accordion indicators | Greg Roach | 1 | -1/+5 | |
| 2020-06-14 | Fix: accordion not closing panels. | Greg Roach | 1 | -4/+4 | |
| 2020-06-05 | Fix Places Map Load Failure (#3294) | miqrogroove | 1 | -1/+12 | |
| * Fix Places Map Load Failure Because the XHR script sometimes runs prior to rendering the osm-map element, it is necessary to bind the _buildMapData to a different event named shown.bs.tab, and then unbind it later so it won't run more than one time. * Make sure tab is ready in both cases. Looks like it's possible for shown.bs.tab to fire before calling _drawMap, in which case registering the event doesn't work anyway. * Simple But Slower Solution Just change the map event from `show` to `shown`. * Revert tab.phtml * Fix Map Loading with Fancy fisharebest Code | |||||
| 2020-04-28 | Refactor ages | Greg Roach | 1 | -2/+5 | |
| 2020-01-24 | Fix: #2995 - Incorrect ARIA attributes for tablist/tab/tabpanel | Greg Roach | 1 | -2/+4 | |
| 2020-01-18 | Fix: #2979 - re-ordering deleted facts | Greg Roach | 1 | -2/+1 | |
| 2019-12-07 | Replace help-link function with template #1584 | Greg Roach | 1 | -5/+4 | |
| 2019-12-06 | Parents' names in lists - replace function with template | Greg Roach | 1 | -1/+1 | |
| 2019-12-03 | Apply PSR12 code style to templates | Greg Roach | 1 | -1/+2 | |
| 2019-10-31 | Refactor controllers as request handlers | Greg Roach | 1 | -3/+3 | |
| 2019-10-30 | Remove View:share() - it's just a global | Greg Roach | 1 | -1/+1 | |
| 2019-10-28 | Fix: #2706 - Break EditGedcomRecordController into request handlers | Greg Roach | 1 | -1/+2 | |
| 2019-10-24 | Refactor pending changes to use service and request handlers | Greg Roach | 1 | -2/+4 | |
| 2019-10-15 | wip | Greg Roach | 1 | -1/+1 | |
| 2019-10-10 | Working on routing | Greg Roach | 1 | -1/+1 | |
| 2019-10-10 | Working on routing | Greg Roach | 1 | -2/+2 | |
| 2019-09-27 | Fix: #2521 - 'use silhouette' option should also apply to individual page | Greg Roach | 1 | -36/+29 | |
| 2019-09-26 | Edit menu icons | Greg Roach | 1 | -1/+0 | |
| 2019-09-21 | Fix: error when first media object for an individual is not an image | Greg Roach | 1 | -4/+19 | |
| 2019-04-15 | Remove duplication | Greg Roach | 1 | -1/+1 | |
| 2019-03-21 | Fix: wide content in individual tabs causes sidebar to appear below tabs | Greg Roach | 1 | -1/+1 | |
| 2019-03-03 | Fix: #2264 - styling for chartboxes | Greg Roach | 1 | -1/+1 | |
| 2019-02-16 | Rename functions getFoo() to foo() and return collections instead of arrays | Greg Roach | 1 | -3/+3 | |
| 2019-02-15 | Hide empty sidebars | Greg Roach | 1 | -1/+3 | |
| 2019-02-13 | Refactoring themes and chart boxes | Greg Roach | 1 | -1/+1 | |
| 2019-02-10 | component (tab, sidebar) titles may differ from module titles (#2198) | Richard Cissée | 1 | -2/+2 | |
| 2019-02-10 | Working on icons | Greg Roach | 1 | -1/+2 | |
| 2019-02-02 | Show individual page full-width when all sidebars disabled | Greg Roach | 1 | -1/+1 | |
| 2019-01-22 | Cleaning up | Greg Roach | 1 | -5/+5 | |
| 2019-01-20 | Working on #2120 - refactor modules: combine installed/enabled/allowed ↵ | Greg Roach | 1 | -2/+2 | |
| module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor | |||||
| 2018-11-18 | Prefer class-constants to global-constants | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Rename GedcomRecord::getFacts() to facts() | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Rename GedcomRecord::getTree() to tree() | Greg Roach | 1 | -11/+11 | |
