summaryrefslogtreecommitdiff
path: root/edit_interface.php
AgeCommit message (Expand)AuthorFilesLines
2013-09-07#733543 - "Edit Name" feature causes loss of 1 NAME tag (Internet Explorer)Greg Roach1-56/+12
2013-09-07Link to edit raw GEDCOM of NAME records hidden behind save buttonGreg Roach1-7/+9
2013-09-06MSDOS line endings break raw GEDCOM editingGreg Roach1-4/+4
2013-09-01Typo: prevents adding child to familyGreg Roach1-2/+2
2013-08-30Fix: PHP5.3 compatibilityGreg Roach1-1/+1
2013-08-30Initial size of textarea fields on raw gedcom editGreg Roach1-1/+1
2013-08-30Editing two trees simultaneously causes edits in wrong treeGreg Roach1-11/+28
2013-08-30Re-implement raw GEDCOM editingfisharebest1-4/+90
2013-08-30Wrong validation of input parametersGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-164/+175
2013-08-27Wrong fix for 'editing causes loss of name' bugfisharebest1-0/+5
2013-08-27Fix: editing name causes loss of NAME fieldfisharebest1-7/+5
2013-08-27Add child to individual; go to new record not workingfisharebest1-1/+5
2013-08-27Add new individual; go to new record not workingfisharebest1-2/+6
2013-08-24Update non-typographic quotation marksGreg Roach1-16/+16
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-2/+2
2013-08-18Update .PO files. Change <br/> to <br>Greg Roach1-1/+1
2013-08-18Fix: change family members removes all childrenGreg Roach1-4/+14
2013-08-18Fix: cannot add spouse to family (when not pending change)Greg Roach1-2/+2
2013-08-18Cannot set pedigree when creating one-parent familyGreg Roach1-1/+0
2013-08-18Cannot set pedigree when creating one-parent familyGreg Roach1-1/+0
2013-08-18Cannot set pedigree when creating one-parent familyGreg Roach1-1/+2
2013-08-14Add default surname when creating one-parent familyGreg Roach1-0/+12
2013-08-13Invalid GEDCOM created when adding new parentGreg Roach1-6/+1
2013-08-12Tidy up codeGreg Roach1-188/+207
2013-08-11Fix: adding new mother not setting default surnameGreg Roach1-1/+1
2013-08-11Fix: default surnames for new individualsGreg Roach1-29/+52
2013-08-11Fix: cannot add spouse to familyGreg Roach1-339/+368
2013-08-11Tidy upGreg Roach1-5/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-08-08#1205910 - Updating Shared Note 'title' deletes it - svn 15356Greg Roach1-2/+27
2013-07-30Sex shown as "unknown" for new/pending recordsfisharebest1-49/+27
2013-07-27FIx: addspouse action not workingfisharebest1-28/+15
2013-07-25#1200031 - Change family members (jon48)fisharebest1-2/+2
2013-07-25Fix (some) bugs in the GEDfact assistant media-links managerfisharebest1-2/+2
2013-07-18Rename function getFactbyType to getFirstFact to better reflect what it doesfisharebest1-6/+6
2013-07-18Comparing GedcomRecords needs === rather than == as the same record will alwa...fisharebest1-10/+10
2013-07-16Refactor - no longer need WT_GedcomRecord::equals() - can use "=="fisharebest1-2/+2
2013-07-13Refactor - improve semantics of CRUD operations on factsfisharebest1-32/+31
2013-07-13Create separate edit actions for "add child" and "add inlinked indi". They n...fisharebest1-30/+63
2013-07-12Typofisharebest1-1/+1
2013-07-12Refactor - callback to change family membersfisharebest1-140/+75
2013-07-09Bug #1199296 - change family members for all but not for motherNigel Osborne1-1/+1
2013-07-08typoNigel Osborne1-1/+1
2013-07-06edit-interface - reorder childrenfisharebest1-1/+1
2013-07-06edit-interface - add new sourcefisharebest1-1/+1
2013-07-06edit-interface - add spousefisharebest1-9/+9
2013-07-06edit-interface - add new spousefisharebest1-10/+15
2013-07-06edit-interface - add new childfisharebest1-2/+2
2013-07-05The right place to check for privacy on facts is when we fetch them for view...fisharebest1-5/+5