summaryrefslogtreecommitdiff
path: root/note.php
AgeCommit message (Expand)AuthorFilesLines
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-4/+4
2011-11-24Change media-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-24Change source-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-24Change fam-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-23Change indi-list function to use a variable rather than echoing every cellNigel Osborne1-1/+1
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-2/+2
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-6/+6
2011-11-05More refactoring - separation into Model/View/Controllerfisharebest1-4/+2
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-36/+32
2011-11-01Use AJAX for handling update actions. These should not be GET/POST requests....fisharebest1-4/+4
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-1/+1
2011-09-21Send 403 (denied) instead of 200 (OK) for records that are not found. Otherw...fisharebest1-0/+1
2011-09-11#826094 - Add/Change SOUR approval missing - SVN 12122fisharebest1-6/+1
2011-08-19Update Repositories list and details to same datatables format as sources.Nigel Osborne1-4/+2
2011-08-16Adjustment for wide notes (such as from Census Assistant)Nigel Osborne1-2/+2
2011-08-16Update Shared Notes list and details to same datatables format as sources.Nigel Osborne1-61/+88
2011-07-14#807800 - accept or reject: context? fisharebest1-4/+4
2011-07-11Always "require_once" functions_print_lists (not just "require"), because the...Larry Meaney1-1/+1
2011-06-28Do not provide an "add media object link" to shared-note objects. The GEDCOM...fisharebest1-8/+0
2011-06-28Preparations for #801920 - make the "page" individual available when printing...fisharebest1-1/+1
2011-06-28Fix: mediaviewer.php is not re-drawing after edits.fisharebest1-4/+2
2011-06-28#802729 - Private informationfisharebest1-1/+1
2011-06-24I18N: do not use %s placeholders for HTML fragments. This breaks the LTR/RTL...fisharebest1-4/+28
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-06-10I18N: feedback from translators. use standard message for file not found. t...fisharebest1-4/+4
2011-06-10I18N: feedback from translators. It is better to have separate translations ...fisharebest1-5/+5
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-2/+2
2011-06-09Improve the English phrasing of new messagesfisharebest1-4/+4
2011-06-09Remove the option to hide/show pending changes. The option didn't work prope...fisharebest1-25/+16
2011-06-08Fix a couple of errors in "Simplify the presentation of pending changes, and ...fisharebest1-1/+1
2011-06-08Simplify the presentation of pending changes, and the options to show/hide/ac...fisharebest1-46/+57
2011-06-08Don't close the session until after we have displayed the header. Customised...fisharebest1-3/+3
2011-05-30Correct tooltip for edit,copy,delete links in rtl and some other languages; m...Nigel Osborne1-1/+1
2011-05-16Tidy up. No functional changes.fisharebest1-2/+0
2011-05-05* move privacy checks from controller to view levelLarry Meaney1-11/+15
2011-03-24$WT_IMAGES['notes'] and $WT_IMAGES['note'] are the same thing. (Use singular,...fisharebest1-2/+2
2011-03-15Fix: bad HTML in note.phpfisharebest1-1/+0
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-10/+10
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-12-31Fix: pending changes to note facts cause all other facts to show as new.fisharebest1-1/+1
2010-12-13Remove unreachable codefisharebest1-6/+3
2010-12-08Simplify some code, (when printing notes/sources/media facts)fisharebest1-6/+2
2010-11-28fix undefined noterec variableŁukasz Wilenski1-0/+1
2010-11-26Handle upper/lower case mismatches at the controller level, rather than the v...fisharebest1-17/+3
2010-11-25Ref bug #677809 - A few minor aesthetic updatesBrian Holland1-5/+5
2010-11-25Bug #677809 - Shared Note reference is case sensitiveBrian Holland1-5/+12
2010-10-30(no commit message)fisharebest1-2/+2
2010-10-19don't print 'Shared Note' prefix on notes pageŁukasz Wilenski1-1/+1
2010-10-04Add edit icon to replace text - further adjustmentNigel Osborne1-2/+2