summaryrefslogtreecommitdiff
path: root/imageview.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-203/+0
(temporarily) in its place.
2013-01-18Major refactoring of media code.fisharebest1-1/+1
#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-02Rename "close window" to "close", as many modern GUIs do not use windowsfisharebest1-2/+2
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-5/+3
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-6/+6
2011-11-16Fix: imageview.php needs updating to use new controller structure. Remove ↵fisharebest1-7/+7
used functions.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-3/+3
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-5/+3
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-6/+2
2011-06-10I18N: feedback from translators. use standard message for file not found. ↵fisharebest1-2/+1
translate punctuation
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest1-3/+3
Customised themes might want to read/write session variables.
2011-05-21medialist.php makes better use of the Media classLarry Meaney1-1/+1
rename Media->isFileExternal() to Media->isExternal() pass alertnotfound=>true to displayMedia to show a "file not found" message when the main image is missing
2011-05-16random media block and imageview.php make better use of the Media classLarry Meaney1-9/+24
Media->displayMedia() now accepts parameters via an array Renamed Media->getImagesize() to Media->getImageAttributes()
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-28/+24
2011-01-01Refactoring class names and use autoloading.fisharebest1-6/+6
2010-10-30(no commit message)fisharebest1-4/+4
2010-10-30(no commit message)fisharebest1-21/+20
2010-06-27#591232 Media - undefined variable, xref, SVN8658fisharebest1-2/+2
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-04-05(no commit message)Veit Olschinski1-0/+202