summaryrefslogtreecommitdiff
path: root/medialist.php
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-09-01Functions should return HTML, not output itGreg Roach1-2/+2
2013-08-30Fix: media lists empty due to null valuesfisharebest1-26/+23
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-16/+16
2013-08-24Update non-typographic quotation marksGreg Roach1-3/+3
2013-08-17Counts of linked records fail to reflect privacyGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-2/+2
2013-03-17Separate the function getMediaListMenu from lightbox module. The function is ...Nigel Osborne1-2/+2
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-1/+1
2013-02-01Media-format is synonymous with media-extension. In both cases, mime-type is...fisharebest1-1/+1
2013-02-01Fix copy/paste errorfisharebest1-3/+3
2013-02-01Move display code from Model to Viewfisharebest1-1/+9
2013-01-31<sub> is the wrong way to make text smallfisharebest1-3/+2
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ...fisharebest1-8/+3
2013-01-18Major refactoring of media code.fisharebest1-217/+60
2013-01-09Update comments, renaming "directory" to "folder"fisharebest1-12/+9
2013-01-02Minor language updatesfisharebest1-1/+1
2013-01-02Rename "subdirectories" to "subfolders" and remove outdated help text.fisharebest1-4/+2
2013-01-02Family tree preferences - update config options in preparation for changes to...fisharebest1-2/+2
2012-10-24Refactor media handling - move logic for finding random media to the random m...fisharebest1-1/+1
2012-08-26After we have sent the headers (and closed the session), it is no longer poss...fisharebest1-5/+4
2012-06-15Bug #1011054 - Undefined variable: IconRDarrow in medialist.phpNigel Osborne1-1/+1
2012-04-29Adjust layout of media list controlsNigel Osborne1-4/+4
2012-04-29http://webtrees.net/en/forums/3-help-for-beta-and-svn-versions/23361-odd-last...Nigel Osborne1-1/+1
2012-04-26add lightbox init function to module classŁukasz Wilenski1-1/+2
2012-04-24move lightbox menu to cssŁukasz Wilenski1-30/+2
2012-03-27#965988 - Error in medialist.phpfisharebest1-7/+7
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-12/+8
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-4/+2
2012-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2012-01-16#916852 - Help Content Wrong fisharebest1-4/+4
2011-12-12Standardise format for each overall page container: <div id="xxx-page"> where...Nigel Osborne1-2/+2
2011-12-12HTML validation: border attribute invalid for table.fisharebest1-3/+3
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-24/+24
2011-12-12HTML validation: & => &amp;fisharebest1-1/+1
2011-11-24Change media-list function to use a variable rather than echoing every cellNigel Osborne1-2/+3
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-6/+6
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ...fisharebest1-4/+4
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-1/+1
2011-11-10Fix H2 centering on list pagesNigel Osborne1-1/+1
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-7/+5
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-2/+2
2011-06-23further streamline medialist.phpLarry Meaney1-120/+90
2011-06-21Remove option to send full-sized images as thumbnailsfisharebest1-1/+1
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-2/+0
2011-06-11medialist now uses $WT_SESSION instead of $_SESSIONLarry Meaney1-46/+39
2011-06-10I18N: feedback from translators. use standard message for file not found. t...fisharebest1-33/+34
2011-06-10I18N - use consistent markup for "label: value"fisharebest1-4/+3
2011-06-10* cache values in the Media objectLarry Meaney1-2/+2