aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ImagePage.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 2056) Since we added img_type to the schema we return 0 if the imageÆvar Arnfjörð Bjarmason2005-05-031-1/+1
* * Fix up the TOC markup a bit.Brion Vibber2005-04-301-5/+5
* Move image TOC into content area; a float tends to overlap and crunch inBrion Vibber2005-04-301-1/+1
* Mix back some of the changes from previous check-in with additional fixesBrion Vibber2005-04-301-13/+21
* Undo severe uglification and cluttering of exif tableBrion Vibber2005-04-301-25/+41
* * Only display the uploadLinksBox() if the subject is a valid imageÆvar Arnfjörð Bjarmason2005-04-301-41/+25
* Remove hardcoded CSS ...Jens Frank2005-04-291-1/+1
* Remove debug code ...Jens Frank2005-04-291-20/+7
* Unclutter ImagePage. Move EXIF data to the end of the page. Move image upload...Jens Frank2005-04-291-30/+69
* * Rewrote showEXIFdata() to use addWikiText() instead of addHTML()Ævar Arnfjörð Bjarmason2005-04-251-15/+12
* * Fixed two fatal XML errorsÆvar Arnfjörð Bjarmason2005-04-251-1/+3
* * Moving hardcoded styles into CSS.Ævar Arnfjörð Bjarmason2005-04-211-9/+6
* * Show exif data after the image not before it.Ævar Arnfjörð Bjarmason2005-04-211-1/+1
* Automatic EXIF update upon viewingMagnus Manske2005-04-211-1/+2
* Moving EXIF data retrieval to Image classMagnus Manske2005-04-211-12/+6
* Adding patched EXIF data display on image page, based on include file by Vina...Magnus Manske2005-04-211-2/+32
* * When an image is changed, invalidate pages that use it.Tim Starling2005-04-171-30/+59
* Fixed various bugs with new image code, changed thumbnail paths as per JeLuF...Tim Starling2005-04-161-23/+4
* Fixed some obvious bugs with the new code and implemented If-Modified-Since h...Tim Starling2005-04-161-11/+1
* Moved image metadata to the database. Changed Image object to have lightweigh...Tim Starling2005-04-101-17/+24
* Avoid some redundant title-munging by using makeKnownLinkObjBrion Vibber2005-04-021-8/+10
* * Minor syntax cleanup of editExternally related things.Ævar Arnfjörð Bjarmason2005-04-011-4/+4
* Fix query syntax which broke a couple functions' debug info (foreport from 1.4)Brion Vibber2005-03-271-1/+1
* Fixing a fatal XML error that broke XHTML compliance.Ævar Arnfjörð Bjarmason2005-03-261-1/+1
* Preliminary support for application/external-editorErik Moeller2005-03-241-1/+19
* * Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.Tim Starling2005-03-131-1/+8
* Cruft war continues: more uses of isAnon() and isLoggedIn()Brion Vibber2005-02-211-1/+1
* De-cruftification continues.Brion Vibber2005-02-211-12/+10
* Audit tweaks: extra post checks, markup fixes.Brion Vibber2005-02-211-8/+23
* * Fix annoying blue line in Safari on scaled-down images on description pageBrion Vibber2005-02-191-1/+1
* * Block image revert without valid loginBrion Vibber2005-02-081-0/+4
* fix phpdoc commentAntoine Musso2005-01-271-0/+4
* Remove debugging codeJens Frank2004-12-281-1/+1
* BUG#1218 - Show the original image on image pages if the thumbnail would be b...Jens Frank2004-12-281-1/+12
* * Fix image page scaling when thumbnail generation is disabledBrion Vibber2004-12-211-16/+21
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-9/+8
* (bug 1024) Fix link to high-res image version on Image: pagesJens Frank2004-12-071-11/+10
* 1014 fix from REL1_4Brion Vibber2004-12-061-2/+10
* Add some conditional die()s to suppress fatal error messages if certain files...Brion Vibber2004-12-031-0/+3
* - Refactor Image class for better maintainabilityErik Moeller2004-12-021-2/+8
* (bug 973) quickie brake for images with many many usesBrion Vibber2004-12-021-1/+2
* Split recentchanges and image history list formatters from Skin, where they n...Brion Vibber2004-11-251-4/+79
* using addWikiText for shared upload noticeErik Moeller2004-10-271-2/+2
* Implementing user levels management. This is only a very basic interface and ...Antoine Musso2004-10-241-1/+1
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-1/+1
* Preliminary support for shared upload directory. This is primarily intendedErik Moeller2004-10-211-0/+3
* fix xss attackRiver Tarnell2004-10-141-1/+1
* fix two xss attacks and one path validation attackRiver Tarnell2004-10-141-3/+7
* When deleting images / old image revisions, don't fail out if the fileBrion Vibber2004-10-101-3/+18
* Rasterize plain image views of SVG files at default size (currently 512px wid...Brion Vibber2004-10-051-1/+1