summaryrefslogtreecommitdiff
path: root/library/WT/Media.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-10Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) d...fisharebest1-5/+1
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-0/+13
2011-09-22No need to call strip_tags() twice on the same data.fisharebest1-2/+6
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-2/+2
2011-07-05XHTML validation <img border="none"> is not valid. In any case the border is...fisharebest1-1/+1
2011-06-21Fix typofisharebest1-1/+1
2011-06-21Remove option to send full-sized images as thumbnailsfisharebest1-26/+7
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-3/+2
2011-06-10I18N: feedback from translators. use standard message for file not found. t...fisharebest1-1/+2
2011-06-10Display dummy/pseudo tags using the same logic as real tags. Apply correct I...fisharebest1-2/+2
2011-06-10* cache values in the Media objectLarry Meaney1-9/+47
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove "SHO...fisharebest1-2/+2
2011-05-26Don't capitalize file-names.fisharebest1-1/+1
2011-05-25remove debug codeLarry Meaney1-1/+1
2011-05-25bug fix - some media types were not being handled properlyLarry Meaney1-7/+12
2011-05-24bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney1-0/+63
2011-05-24Bug 787117 - remove unneeded newlines from outputLarry Meaney1-1/+1
2011-05-23always display file sizes in whole KBLarry Meaney1-2/+2
2011-05-22bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney1-1/+1
2011-05-21medialist.php makes better use of the Media classLarry Meaney1-11/+23
2011-05-20All highlight images make better use of the Media classLarry Meaney1-45/+131
2011-05-19#784941 - Using media files as a favorite breaks home page fisharebest1-0/+1
2011-05-17use array_merge instead of extractLarry Meaney1-17/+19
2011-05-16random media block and imageview.php make better use of the Media classLarry Meaney1-44/+70
2011-05-15Fix: privacy errors. Checking for "can display name" instead of "can display...fisharebest1-1/+1
2011-05-14Remove some old PHP4 code. PHP5 passes objects by reference automaticallyfisharebest1-12/+0
2011-05-14refining media importLarry Meaney1-9/+0
2011-05-14Fix: undefined $media->ext during file importfisharebest1-0/+9
2011-05-14fix problem with Recent Changes block, introduced in 11506Larry Meaney1-0/+8
2011-05-13Kilobytes are KB, not kb. Text with multiple place-holders need order indica...fisharebest1-3/+3
2011-05-13Add I18N for numbersLarry Meaney1-4/+5
2011-05-12rewrite Media classLarry Meaney1-103/+357
2011-05-05specify whether methods are public or privateLarry Meaney1-25/+25
2011-04-29Refactor the privacy calculations. This provides a significant performance i...fisharebest1-2/+19
2011-03-07The media firewall is now always enabled (but you aren't required to use it)Larry Meaney1-9/+6
2011-01-01Refactoring class names and use autoloading.fisharebest1-31/+25
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+319