| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -460/+0 |
| 2013-06-16 | Re-use existing translation, instead of adding new one | fisharebest | 1 | -1/+1 |
| 2013-06-14 | #1156845 - Album tab, menu item View Sources broken | fisharebest | 1 | -14/+26 |
| 2013-04-08 | Fix HTML5 validation errors Bug #1166446 (not yet complete) | Nigel Osborne | 1 | -2/+2 |
| 2013-03-16 | don't print the empty line "Not in DB" on the Album tab. | Łukasz Wilenski | 1 | -10/+10 |
| 2013-02-16 | Remove unused / unneeded transparent images from album tab | fisharebest | 1 | -1/+1 |
| 2013-02-05 | Remove unused globals | fisharebest | 1 | -1/+1 |
| 2013-01-22 | Remove old/unused code | fisharebest | 1 | -1/+1 |
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ... | fisharebest | 1 | -1/+1 |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -12/+1 |
| 2013-01-15 | Remove some dead code | fisharebest | 1 | -16/+0 |
| 2013-01-15 | Remove some dead code | fisharebest | 1 | -6/+0 |
| 2013-01-15 | Refactor lightbox-print-media-row to use the WT_Media class | fisharebest | 1 | -8/+2 |
| 2013-01-15 | Refactor lightbox-print-media-row to use the WT_Media class | fisharebest | 1 | -78/+31 |
| 2013-01-15 | Remove some dead code | fisharebest | 1 | -30/+14 |
| 2013-01-14 | Remove some dead code (displaying an image twice - once hidden?) | fisharebest | 1 | -4/+4 |
| 2013-01-14 | Remove some dead code | fisharebest | 1 | -3/+0 |
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -11/+11 |
| 2012-12-06 | Fix: undefined index error when using the album tab to view media objects wit... | fisharebest | 1 | -7/+7 |
| 2012-12-05 | Fix: edit-media link on album tab is broken | fisharebest | 1 | -1/+1 |
| 2012-10-31 | Update DB structure - remove wt_media_mapping table (use wt_links instead), u... | fisharebest | 1 | -58/+58 |
| 2012-10-31 | Rewrite the album tab to avoid the (deprecated) wt_media_mapping table. | fisharebest | 1 | -154/+136 |
| 2012-10-31 | Very similar code exists in three different modules. Remove lots of differen... | fisharebest | 1 | -29/+33 |
| 2012-10-24 | Fix: fatal error in album tab when indi record contains link to non-existant ... | fisharebest | 1 | -1/+5 |
| 2012-10-23 | #1049039 - Help text bugs on family tab | fisharebest | 1 | -1/+1 |
| 2012-10-23 | The "National Archives copyright message" contains line-breaks, nested quotat... | fisharebest | 1 | -3/+1 |
| 2012-10-09 | #997379 - Media Object not shown | fisharebest | 1 | -19/+1 |
| 2012-10-09 | Album tab - move image sizing from PHP to CSS | fisharebest | 1 | -18/+15 |
| 2012-10-01 | #1058419 Album tab media notes broken by SVN-14116 changes - use addslashes()... | Nigel Osborne | 1 | -57/+7 |
| 2012-09-30 | #1058419 Album tab media notes broken by SVN-14116 changes | Nigel Osborne | 1 | -10/+12 |
| 2012-09-01 | The lightbox module has two separate sets of code to re-order media. One is,... | fisharebest | 2 | -126/+10 |
| 2012-07-09 | Remove old/unused code relating to JS menus. Also fixes #1016225 - | fisharebest | 1 | -13/+11 |
| 2012-07-09 | Fix: "set link" menu layout corrupted in album tab, media row | fisharebest | 1 | -5/+6 |
| 2012-06-16 | Move JS function to webtrees.js | fisharebest | 1 | -1/+1 |
| 2012-05-01 | Bug #986007 - JS Error on Map Tab for Indi With No Map Data | Łukasz Wilenski | 1 | -1/+1 |
| 2012-04-26 | move some lightbox code to module class | Łukasz Wilenski | 2 | -3/+3 |
| 2012-04-26 | add lightbox init function to module class | Łukasz Wilenski | 1 | -73/+0 |
| 2012-04-24 | move some lightbox code to module class | Łukasz Wilenski | 1 | -7/+2 |
| 2012-04-24 | move lightbox menu to css | Łukasz Wilenski | 1 | -70/+0 |
| 2012-04-22 | Fix: 13848-13849 converted some characters from UTF8 to CP1252. Convert them... | fisharebest | 1 | -4/+4 |
| 2012-04-20 | simplify some lightbox functions | Łukasz Wilenski | 3 | -374/+340 |
| 2012-04-20 | lb_head.php is only included once - so move it inline. | fisharebest | 1 | -80/+0 |
| 2012-04-20 | Move duplicated JS functions to webtrees.js. | fisharebest | 1 | -10/+3 |
| 2012-04-19 | #978514 - double-encoding in image title in tooltip | fisharebest | 1 | -1/+1 |
| 2012-04-06 | [CDATA[ wrappers are only required for strict XHTML validation. They are not... | fisharebest | 1 | -7/+5 |
| 2012-04-06 | Move repeated JavaScript code to webtrees.js | fisharebest | 1 | -8/+0 |
| 2012-04-06 | Remove prototype.js. The only code that loads it is the lightbox module. Ho... | fisharebest | 1 | -2/+0 |
| 2012-03-02 | Correct media title length adjustment on album tab | Nigel Osborne | 1 | -1/+1 |
| 2012-03-01 | PrintReady() mispelt as Printready - and hence missed from the recent update | fisharebest | 1 | -1/+1 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -1/+1 |