summaryrefslogtreecommitdiff
path: root/edit_interface.php
AgeCommit message (Expand)AuthorFilesLines
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove "SHO...fisharebest1-2/+2
2011-06-09Fix capitalisation errors. Remove "edit name" from the menu. The edit optio...fisharebest1-11/+11
2011-06-09I18N: Improve English texts. "Admin Option" is not very meaningfulfisharebest1-40/+34
2011-06-09Remove the option to hide/show pending changes. The option didn't work prope...fisharebest1-15/+12
2011-05-23Move help links closer to their targetfisharebest1-22/+22
2011-05-22"Admin option - do not change CHAN" was not always displaying the correct mod...fisharebest1-45/+39
2011-05-01Rename "Pedigree tree" -> "Pedigree"fisharebest1-1/+1
2011-04-30No need to translate internal errors (which should never occur)fisharebest1-1/+1
2011-04-30Fix: adding new spouse causing records to be generated with REF instead of an...fisharebest1-3/+1
2011-04-30Fix: errors when adding new parents. This bug has been present for many year...fisharebest1-8/+6
2011-04-29Fix: problems with the refactored privacy code. Stripping/replacing hidden d...fisharebest1-1/+12
2011-04-29Fix typo (copy/paste error)fisharebest1-1/+1
2011-04-29Refactor the privacy calculations. This provides a significant performance i...fisharebest1-106/+80
2011-04-16Some tidy upVeit Olschinski1-166/+165
2011-04-12RTL: first line of record has wrong alignment in raw gedcom editingfisharebest1-1/+1
2011-04-07Do not need to look up gedcom_id when we already have it.fisharebest1-1/+1
2011-03-21#739278 - "Edit interface" needs contextfisharebest1-1/+1
2011-03-12Update code to use new function WT_Gedcom_Tag::getLabel()fisharebest1-15/+15
2011-02-24#723896 - Auto close fails on INDI - reorder familiesŁukasz Wilenski1-37/+68
2011-02-22#722459 - Auto close fails on attach as childŁukasz Wilenski1-0/+5
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-14/+3
2011-02-07Reorder Data entry options on pop-up GUI - more from 10719Łukasz Wilenski1-5/+5
2011-02-07http://webtrees.net/en/forums/9-request-for-new-feature/7379-reorder-data-ent...Nigel Osborne1-8/+8
2011-01-26Tiny text changeŁukasz Wilenski1-1/+1
2011-01-16fix: Call to a member function canEdit() on a non-objectŁukasz Wilenski1-1/+1
2011-01-12Fix: cannot delete familiesfisharebest1-1/+1
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+1
2011-01-04Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+4
2011-01-03Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-6/+6
2011-01-03Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-39/+3
2011-01-01Refactoring class names and use autoloading.fisharebest1-136/+136
2011-01-01Refactoring class names and use autoloading.fisharebest1-11/+11
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-15/+13
2010-12-14Wrong help linkfisharebest1-1/+1
2010-12-13Allow multiple RESN tags to be added to a record. It is valid to have both "...fisharebest1-6/+5
2010-12-13I18N: combine two fragments into a single text itemfisharebest1-2/+2
2010-12-11When adding a spouse, the default for marriage is "MARR Y".fisharebest1-1/+1
2010-12-03Bug #683386 - Further simplify the fix code.Brian Holland1-19/+11
2010-12-02Bug #683386 - PART 2 of 2 - fix the editing of a Shared NoteBrian Holland1-48/+28
2010-11-30Bug #683386 - PART 1 of 2 - fix wrongly named variableBrian Holland1-2/+2
2010-11-28Repository name intead of NameŁukasz Wilenski1-2/+2
2010-11-21#672305 Force last line of a CENS shared note to be "1 CONT" to avoid ".end_f...Brian Holland1-7/+11
2010-11-18Fix: #672305 - Deletion of text in shared notes failsBrian Holland1-7/+44
2010-10-30(no commit message)fisharebest1-6/+6
2010-10-19print name's notes on the notes tabŁukasz Wilenski1-1/+1
2010-10-05auto-close edit window after pasting fact / remove unnecessary validation checksfisharebest1-62/+14
2010-10-05auto-close edit window after re-ordering childrenfisharebest1-26/+25
2010-10-05auto-close edit window after deleting recordsfisharebest1-5/+4
2010-10-04#654312 - auto-close inconsistentfisharebest1-351/+204