summaryrefslogtreecommitdiff
path: root/imageview.php
AgeCommit message (Collapse)AuthorFilesLines
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