| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-26 | Add initial support for markdown | Greg Roach | 1 | -3/+3 | |
| 2013-11-08 | Add CSRF checks to action.php callbacks | Greg Roach | 1 | -4/+4 | |
| 2013-11-03 | Styling for census-assistant generated tables | Greg Roach | 1 | -1/+1 | |
| 2013-10-11 | #1238502 - I see text echo ' on the Shared notes page before the Media ↵ | Greg Roach | 1 | -15/+35 | |
| objects tab and the Sources tab - dev | |||||
| 2013-09-02 | #1219415 - Wrong Copy and Delete Texts in minimal theme - Dev | Greg Roach | 1 | -1/+1 | |
| 2013-09-02 | #1219417 - RTL Shared Notes page - not minimal - Text Shared note and icon ↵ | Greg Roach | 1 | -1/+1 | |
| adjusted left - dev | |||||
| 2013-09-01 | #1200916 - Census assistant fails to turn first line of note into a link | Greg Roach | 1 | -1/+8 | |
| 2013-08-17 | Counts of linked records fail to reflect privacy | Greg Roach | 1 | -12/+10 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 | |
| 2013-06-30 | Fix media objects attached to shared notes | fisharebest | 1 | -1/+0 | |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -69/+67 | |
| 2013-05-13 | Don't count linked records, when we will be fetching them later. | fisharebest | 1 | -9/+14 | |
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ↵ | fisharebest | 1 | -5/+0 | |
| (temporarily) in its place. | |||||
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -2/+2 | |
| 2012-07-07 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -1/+0 | |
| removed a very long time ago. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -15/+6 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-04-26 | add lightbox init function to module class | Łukasz Wilenski | 1 | -1/+2 | |
| 2012-03-26 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -3/+3 | |
| 2012-02-25 | Send 404 instead of 403 for private/not found pages. Otherwise search ↵ | fisharebest | 1 | -1/+1 | |
| engines keep coming back.... | |||||
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -3/+3 | |
| 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 ↵ | fisharebest | 1 | -2/+2 | |
| apply "center" at a parent element. We have now removed the "center", and no longer need this markup. | |||||
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -6/+6 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 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 ↵ | fisharebest | 1 | -4/+4 | |
| requests. Introduce Zend "FlashMessenger" to provide feedback from AJAX requests. | |||||
| 2011-09-22 | Add HTML escapes and directional markup when we CREATE the names of objects, ↵ | fisharebest | 1 | -1/+1 | |
| 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-21 | Send 403 (denied) instead of 200 (OK) for records that are not found. ↵ | fisharebest | 1 | -0/+1 | |
| Otherwise search engines will keep re-loading non-existent/private pages. | |||||
| 2011-09-11 | #826094 - Add/Change SOUR approval missing - SVN 12122 | fisharebest | 1 | -6/+1 | |
| Remove "Return to sources/repositories" links. We can arrive here from other pages, so "return" is incorrect. In any case, every page has a link to the source/repo list in the menu. | |||||
| 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 ↵ | Larry Meaney | 1 | -1/+1 | |
| the custom_js module may invoke WT_Stats which also needs functions_print_lists | |||||
| 2011-06-28 | Do not provide an "add media object link" to shared-note objects. The ↵ | fisharebest | 1 | -8/+0 | |
| GEDCOM spec does not allow it, and it does not display consistently. See http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/13332 | |||||
| 2011-06-28 | Preparations for #801920 - make the "page" individual available when ↵ | fisharebest | 1 | -1/+1 | |
| printing facts, so that we can calculate ages for this individual, not the "close relative" individual | |||||
| 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 ↵ | fisharebest | 1 | -4/+28 | |
| LTR/RTL display logic. Instead, the embedded text needs to be complete HTML. Add help text for pending changes. | |||||
| 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. ↵ | fisharebest | 1 | -4/+4 | |
| translate punctuation | |||||
| 2011-06-10 | I18N: feedback from translators. It is better to have separate translations ↵ | fisharebest | 1 | -5/+5 | |
| for individual/family/source/etc., than to use a generic word such as "record". | |||||
| 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 ↵ | fisharebest | 1 | -25/+16 | |
| properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used. | |||||
| 2011-06-08 | Fix a couple of errors in "Simplify the presentation of pending changes, and ↵ | fisharebest | 1 | -1/+1 | |
| the options to show/hide/accept/reject them." | |||||
