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