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