| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-07-10 | #1160936 - no photos after upload with FTP | fisharebest | 1 | -1/+1 |
| 2013-07-05 | Typo | fisharebest | 1 | -1/+1 |
| 2013-07-05 | Rollback some ideas about always returning gedcom records, even for invalid l... | fisharebest | 1 | -1/+1 |
| 2013-07-05 | More refactoring - getMediaType() | fisharebest | 1 | -6/+6 |
| 2013-07-05 | More refactoring - get note for media object | fisharebest | 1 | -5/+11 |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -33/+26 |
| 2013-06-23 | Use PHP5.3 language features in gedcom-record classes | fisharebest | 1 | -9/+3 |
| 2013-04-08 | Fix HTML5 validation errors Bug #1166446 (not yet complete) | Nigel Osborne | 1 | -4/+4 |
| 2013-03-29 | Fix: error introduced by previous change | fisharebest | 1 | -2/+2 |
| 2013-03-29 | Fix: PHP errors for media objects with (a) empty FILE tags and (b) missing FI... | fisharebest | 1 | -12/+16 |
| 2013-02-24 | Revert 14832 | Rob Peters | 1 | -1/+1 |
| 2013-02-24 | Remove thumbnail width and height. | Rob Peters | 1 | -1/+1 |
| 2013-02-20 | Colorbox updates | fisharebest | 1 | -1/+1 |
| 2013-02-14 | Lookup for user-generated thumbnails fails when path contains folders with "e... | fisharebest | 1 | -1/+1 |
| 2013-02-08 | Specify image dimensions for thumbnails. | fisharebest | 1 | -0/+2 |
| 2013-02-03 | Add media definition for .ogv = video/ogg | fisharebest | 1 | -0/+1 |
| 2013-02-03 | Add media definition for .mp3 = audio/mpeg | fisharebest | 1 | -0/+1 |
| 2013-02-02 | (Temporary?) fix for sites with external media and no http/https file-open wr... | fisharebest | 1 | -1/+1 |
| 2013-02-02 | Add some basic support for colorbox and external media such as youtube | fisharebest | 1 | -1/+1 |
| 2013-02-01 | Remove some unused variables in the WT_Media class | fisharebest | 1 | -13/+1 |
| 2013-02-01 | Specify mime-type for media links, so that media-viewers can act accordingly. | fisharebest | 1 | -0/+1 |
| 2013-02-01 | Media-format is synonymous with media-extension. In both cases, mime-type is... | fisharebest | 1 | -14/+0 |
| 2013-02-01 | Move display code from Model to View | fisharebest | 1 | -32/+0 |
| 2013-01-31 | <sub> is the wrong way to make text small | fisharebest | 1 | -23/+13 |
| 2013-01-31 | Access external files via the media-firewall, for consistency | fisharebest | 1 | -19/+8 |
| 2013-01-30 | Minor media tidying | fisharebest | 1 | -7/+0 |
| 2013-01-26 | RLT/LTR tooltips for missing media objects | fisharebest | 1 | -0/+1 |
| 2013-01-23 | Remove more old/unused media code | fisharebest | 1 | -49/+22 |
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ... | fisharebest | 1 | -259/+42 |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -102/+135 |
| 2013-01-14 | Remove some dead code | fisharebest | 1 | -1/+1 |
| 2013-01-14 | Remove some dead code | fisharebest | 1 | -11/+3 |
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -15/+13 |
| 2012-11-30 | #1084597 - now only one line of the photo description | fisharebest | 1 | -7/+8 |
| 2012-11-14 | Refactor access to the _PRIM tag in media objects | fisharebest | 1 | -6/+6 |
| 2012-11-13 | Allow more than one media object to share the same media file. | fisharebest | 1 | -12/+0 |
| 2012-10-31 | Update DB structure - remove wt_media_mapping table (use wt_links instead), u... | fisharebest | 1 | -4/+4 |
| 2012-10-24 | Simplify media handling - remove unreachable code | fisharebest | 1 | -29/+4 |
| 2012-10-14 | Revert changes to random media block. | Nigel Osborne | 1 | -1/+1 |
| 2012-10-13 | Make random media block and images fixed dimension to stop jumping around in ... | Nigel Osborne | 1 | -1/+1 |
| 2012-06-30 | Performance. PHP has no native function for integer division. floor($x/$y) ... | fisharebest | 1 | -1/+1 |
| 2012-04-29 | add escape for lightbox images | Ćukasz Wilenski | 1 | -6/+6 |
| 2012-04-03 | #971874 - Validation Errors in GEDCOM Favorites | fisharebest | 1 | -2/+2 |
| 2012-03-24 | Replace array of images with CSS. | fisharebest | 1 | -1/+0 |
| 2012-03-16 | #954575 - Thumbnails missing for external media | fisharebest | 1 | -8/+3 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -3/+3 |
| 2011-12-21 | #902683 - HTML validation - <img align=""> is invalid/deprecated | fisharebest | 1 | -7/+1 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -3/+3 |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we a... | fisharebest | 1 | -1/+1 |
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various combinatio... | fisharebest | 1 | -8/+8 |