summaryrefslogtreecommitdiff
path: root/resources/views/edit
AgeCommit message (Expand)AuthorFilesLines
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach2-2/+2
2019-02-16Use Collection classGreg Roach1-171/+181
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach7-20/+20
2019-02-11Working on RTL and iconsGreg Roach7-8/+42
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-3/+5
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach5-5/+0
2019-01-30Fix: #2158 - update views to use new Place classesGreg Roach1-1/+1
2019-01-27Refactor class PlaceGreg Roach1-1/+1
2019-01-24Working on iconsGreg Roach4-8/+4
2019-01-24Working on iconsGreg Roach13-32/+29
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-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-11-24Fix: #2038 - getFactId() is now id()Greg Roach2-5/+5
2018-11-18Prefer class-constants to global-constantsGreg Roach5-14/+17
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach5-5/+5
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach2-2/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach6-9/+9
2018-11-18Rename Tree::getTreeName() to name()Greg Roach6-8/+8
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename Fact::getFactId() to id()Greg Roach6-8/+8
2018-11-18Rename Fact::getTarget() to target()Greg Roach3-10/+10
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach2-8/+8
2018-11-18Rename Fact::getValue() to value()Greg Roach2-5/+5
2018-11-18Rename Fact::getParent() to record()Greg Roach2-4/+4
2018-10-29Fix: #1994 - removing one child from family removes them allGreg Roach1-2/+2
2018-10-12Use .phtml extension for template filesGreg Roach18-0/+0
2018-10-04Code styleGreg Roach18-843/+843
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-08-05Use views for iconsGreg Roach1-1/+1
2018-07-14Remove unused import statementsGreg Roach4-5/+0
2018-07-12Convert function to viewGreg Roach4-4/+37
2018-07-12Move add-indivdual code to http/controllerGreg Roach1-1/+1
2018-07-12Convert add/edit/update facts to http/controllerGreg Roach2-0/+219
2018-07-11Convert change-family-members to http/controllerGreg Roach1-0/+85
2018-07-10Convert link-spouse-to-individual to http/controllerGreg Roach1-0/+37
2018-07-10Convert link-child-to-family to http/controllerGreg Roach1-0/+47
2018-07-09Replace functions with viewsGreg Roach4-7/+15
2018-07-09Add missing view parametersGreg Roach4-0/+31
2018-07-09Remove globalGreg Roach1-12/+12
2018-07-09Remove globalGreg Roach1-3/+3
2018-06-30Convert print_indi_form function to viewGreg Roach1-0/+517
2018-06-28Convert edit note to http/controllerGreg Roach1-0/+34
2018-04-18Fix: #1706 RTL alignment when editing raw GEDCOMGreg Roach1-4/+4
2018-04-09Working on edit pagesGreg Roach1-8/+31
2018-04-09EscapingGreg Roach1-3/+3