summaryrefslogtreecommitdiff
path: root/resources
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Fix: #2088 - typo in variable nameGreg Roach1-1/+1
2019-01-03Move datatables processing to new service and add testsGreg Roach1-1/+1
2019-01-02Use illuminate/database in viewsGreg Roach5-43/+152
2018-12-31Fix: #2076 - remove configuration link for disabled modulesGreg Roach1-1/+1
2018-12-31Fix: #1711 - display toggles not persistentGreg Roach6-34/+19
2018-12-27Use illuminate/database for migrations and seedsGreg Roach1-3/+3
2018-12-25TODO comments should be commentsGreg Roach1-1/+1
2018-12-21Fix: missing confirmation email after approving a new userGreg Roach2-2/+2
2018-12-20Remove unused parameterGreg Roach1-1/+1
2018-12-20Remove unused parameterGreg Roach1-1/+1
2018-12-19Fix copy/paste errorGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach2-2/+2
2018-12-18Remove PhpGedView transfer wizard. PhpGedView users will need to migrate to ...Greg Roach3-138/+0
2018-12-14Bootstrap - input-group not working with form-control ???Greg Roach2-5/+9
2018-12-14Fix: #860 allow clipboard facts to be pasted to different types of recordGreg Roach1-0/+3
2018-12-14Refactor clipboard functionality to a ClipboardServiceGreg Roach2-0/+83
2018-12-13SHOW_LDS_AT_GLANCE function hasn't worked for years and nobody noticed so rem...Greg Roach1-15/+0
2018-12-13#2056 - remove hard-coded width on select2 inputsGreg Roach1-1/+0
2018-12-08Use views for given-names lists and tablesGreg Roach5-16/+53
2018-12-08Restructure resources folder to match changes in laravel 5.7Greg Roach4-0/+0
2018-12-02Fix reselecting batch update plugin. (#2047)Bombadil1-1/+1
2018-11-29Fix: #2046 - help text breaks layout, so move to modalGreg Roach2-5/+17
2018-11-24Fix: #2038 - getFactId() is now id()Greg Roach3-6/+6
2018-11-23Fix: #2040 - import missing classGreg Roach1-0/+1
2018-11-23Fix: #2039 - double-escaping place URLsGreg Roach10-11/+11
2018-11-21Fix: #2031 - updated function namesGreg Roach2-0/+2
2018-11-21Fix: #2032 - updated function namesGreg Roach1-1/+1
2018-11-21Fix: #2033 - updated function namesGreg Roach1-1/+1
2018-11-20Fix: #2030 - rename functionsGreg Roach1-1/+1
2018-11-18Fix: #2028 - fix delete buttons on census assistant tableGreg Roach1-4/+13
2018-11-18Prefer class-constants to global-constantsGreg Roach22-55/+69
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach11-17/+17
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach5-8/+8
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach35-143/+143
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach52-146/+146
2018-11-18Rename Tree::getTitle() to title()Greg Roach14-38/+38
2018-11-18Rename Tree::getTreeName() to name()Greg Roach108-275/+275
2018-11-18Rename Tree::getTreeId() to id()Greg Roach14-52/+52
2018-11-18Rename Fact::getLabel() to label()Greg Roach6-8/+8
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename Fact::getFactId() to id()Greg Roach7-11/+11
2018-11-18Rename Fact::getDate() to date()Greg Roach10-17/+17
2018-11-18Rename Fact::getPlace() to place()Greg Roach4-7/+7
2018-11-18Rename Fact::getTarget() to target()Greg Roach5-22/+22
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach3-9/+9
2018-11-18Rename Fact::getValue() to value()Greg Roach5-8/+8
2018-11-18Rename Fact::getParent() to record()Greg Roach8-18/+18
2018-11-05Fix: #2019 - datatables text not translatedGreg Roach6-5/+44
2018-11-01Undefined variableGreg Roach1-3/+3
2018-10-29Functions should return values rather than echo themGreg Roach1-1/+1