summaryrefslogtreecommitdiff
path: root/library/WT/Media.php
AgeCommit message (Collapse)AuthorFilesLines
2013-12-19#1261671 - MM generates thumbs with black backgroundGreg Roach1-0/+4
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-18Rename function getFactbyType to getFirstFact to better reflect what it doesfisharebest1-1/+1
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 ↵fisharebest1-1/+1
links.
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 ↵fisharebest1-12/+16
FILE tags
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 ↵fisharebest1-1/+1
"extensions"
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 ↵fisharebest1-1/+1
wrappers
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 ↵fisharebest1-14/+0
is better. Should we display this at all?
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
(temporarily) in its place.
2013-01-18Major refactoring of media code.fisharebest1-102/+135
#935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories"
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), ↵fisharebest1-4/+4
update wt_media table (to add columns we need to search on).
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
slide show display. webtrees theme only. Can easily be extended to others if required.
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ↵fisharebest1-1/+1
is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations.
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