Moved image history retrieval function to Image.php.
[lhc/web/wiklou.git] / includes / ImagePage.php
2004-05-08 Jens FrankMoved image history retrieval function to Image.php.
2004-05-04 Jens Frankmoved some more functions from GlobalFunctions to Image
2004-04-24 Jens FrankwfImageUrl moved from Globalfunctions to Image
2004-04-16 Gabriel Wickediv instead of span
2004-04-12 Gabriel Wickeforgot the media class...
2004-04-12 Gabriel Wickeclass for image
2004-04-09 Gabriel Wickecenter -\> span, empty alt tag added (todo: span with...
2004-04-09 Brion VibberXHTML fixes.
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-04-01 Tim Starlingfixing notices and syncing with refactoring in Article.php
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-02-20 Gabriel WickeImage purging. Are scaled versions of images deleted...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-29 Jens Frankcosmetic changes, for styleguide compliance
2004-01-16 Jens FrankFixed problem with image pages of non existing images
2004-01-12 Erik MoellerJeLuF's image resizing code
2003-11-24 Brion VibberImage deletion for yssops only
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-09-01 Brion VibberSplit image description page handling into ImagePage...