summaryrefslogtreecommitdiff
path: root/library/WT/Media.php
AgeCommit message (Expand)AuthorFilesLines
2014-01-25New name code - media objectsGreg Roach1-1/+1
2014-01-25#1266116 - Private name still shows up in search resultsGreg Roach1-7/+4
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
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 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