summaryrefslogtreecommitdiff
path: root/edit_interface.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-10Replace sorttables library with jQuery for "reorder media"Nigel Osborne1-7/+0
2011-11-10Replace sorttables library with jQuery for "reorder families"Nigel Osborne1-11/+16
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSION / Fix assorted minor bugs ↵fisharebest1-3/+1
in find-special-chars.
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSIONfisharebest1-1/+1
2011-11-06Improve the handling of popup windows after the login session has expired - ↵fisharebest1-2/+2
close the window and refresh the parent
2011-11-06Use AJAX for "copy to clipboard", instead of popup window.fisharebest1-32/+0
2011-11-05Fix: wrong function namefisharebest1-1/+1
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-3/+4
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-6/+6
2011-11-01Use AJAX (action.php) instead of popup windows (edit_interface.php)fisharebest1-55/+0
2011-10-22#833282 - lost notes to media objectsfisharebest1-11/+36
2011-10-22#816949 - occurence of a DEAT, BIRT or CHR event with only a note attachedfisharebest1-3/+10
2011-10-06#859050 - Shared notes always visible to ALLfisharebest1-13/+16
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-16/+16
2011-09-27I18N of wiki linksfisharebest1-1/+10
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-6/+6
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-2/+2
new configuration option to restrict who can upload new media files.
2011-07-08#807364 - Census assistant help links to phpgedview wiki fisharebest1-0/+3
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove ↵fisharebest1-2/+2
"SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour.
2011-06-09Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵fisharebest1-11/+11
option is now next to the name. Having two options is confusing - especially when an individual has two name records - which one does the menu option refer to?
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 ↵fisharebest1-15/+12
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
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 ↵fisharebest1-45/+39
modification time
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 ↵fisharebest1-3/+1
an XREF
2011-04-30Fix: errors when adding new parents. This bug has been present for many ↵fisharebest1-8/+6
years, but someone had added some code to detect/correct it elsewhere (rather than actually fix it!), and we have recently disturbed this "detect+correct" code
2011-04-29Fix: problems with the refactored privacy code. Stripping/replacing hidden ↵fisharebest1-1/+12
data not consistent
2011-04-29Fix typo (copy/paste error)fisharebest1-1/+1
2011-04-29Refactor the privacy calculations. This provides a significant performance ↵fisharebest1-106/+80
increase by: 1) merging the privacy calculation with the gedcom objects 2) not repeatedly fetching the same database records while calculating privacy 3) keeping only one cache of privacy calculations 4) not caching the private data - recalculate it when needed Also fixes bug #773135 - Editing objects with private data cause corruption and loss
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-en ↵Nigel Osborne1-8/+8
try-options-on-pop-up-gui
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