summaryrefslogtreecommitdiff
path: root/edit_interface.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-5/+2
2014-10-07Update edit_interface.phpRico Sonntag1-1/+3
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-3/+3
2014-09-14Fix: potentially uninitialised variableGreg Roach1-3/+3
2014-09-14Fix: potentially uninitialised variableGreg Roach1-1/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-2/+2
2014-08-28Coding standardsGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-6/+8
2014-07-06Errors adding contact info to new repositoryGreg Roach1-4/+4
2014-06-21Capitalisation and punctuationGreg Roach1-2/+2
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-5/+6
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-6/+6
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-5/+5
2014-05-03Cleanup - remove unused variablesGreg Roach1-7/+2
2014-04-01Duplicate array keysGreg Roach1-1/+0
2014-04-01Fix HTML validation errorGreg Roach1-1/+1
2014-03-31Remove old/unused codeGreg Roach1-27/+0
2014-03-01#1285254 - Special character "$" gets dropped on shared note editGreg Roach1-4/+7
2014-02-25Merge pull request #82 from magicsunday/bugGreg Roach1-1/+1
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-42/+1
2014-01-29Pass individual to add_simple_tag-method to translate text based on gender in...Rico Sonntag1-1/+1
2014-01-24Fix: unescaped data in name fieldsGreg Roach1-1/+1
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-09Fix: copy/paste facts not working with CSRF checksGreg Roach1-18/+0
2013-12-07Add CSRF checks to edit_interface.phpGreg Roach1-13/+163
2013-11-30#1256066 - Repository not saved when creating a new sourceGreg Roach1-1/+1
2013-11-25#1251794 - Re-order children form - sort by date-of-birth button does not workGreg Roach1-4/+4
2013-11-13Undefined variable error when non-admin edits name recordGreg Roach1-1/+1
2013-11-08Fix: cannot paste factGreg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-18/+18
2013-10-31#1246434 - Two author tags on sourcefisharebest1-4/+0
2013-10-05#1165495 - Shared Note Assistant error when adding someone not in databaseGreg Roach1-1/+4
2013-10-05 #1198421 - 1.5 Census assistant module - results are not savedGreg Roach1-0/+10
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-9/+9
2013-09-13#1198418 / #1198419 - cannot edit entire records for source/repositoryGreg Roach1-62/+0
2013-09-11#1217375 - Add new individual - note/media/source not savedGreg Roach1-17/+46
2013-09-10#1223096 add existing children to existing parentsGreg Roach1-1/+1
2013-09-10Use full window width for editing raw GEDCOM dataGreg Roach1-2/+2
2013-09-10Show XREF when editing raw GEDCOM recordGreg Roach1-1/+1
2013-09-08Update 'save and goto new record' to use new APIGreg Roach1-2/+2
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