index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
ImagePage.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
* (bug 2056) Since we added img_type to the schema we return 0 if the image
Ævar Arnfjörð Bjarmason
2005-05-03
1
-1
/
+1
*
* Fix up the TOC markup a bit.
Brion Vibber
2005-04-30
1
-5
/
+5
*
Move image TOC into content area; a float tends to overlap and crunch in
Brion Vibber
2005-04-30
1
-1
/
+1
*
Mix back some of the changes from previous check-in with additional fixes
Brion Vibber
2005-04-30
1
-13
/
+21
*
Undo severe uglification and cluttering of exif table
Brion Vibber
2005-04-30
1
-25
/
+41
*
* Only display the uploadLinksBox() if the subject is a valid image
Ævar Arnfjörð Bjarmason
2005-04-30
1
-41
/
+25
*
Remove hardcoded CSS ...
Jens Frank
2005-04-29
1
-1
/
+1
*
Remove debug code ...
Jens Frank
2005-04-29
1
-20
/
+7
*
Unclutter ImagePage. Move EXIF data to the end of the page. Move image upload...
Jens Frank
2005-04-29
1
-30
/
+69
*
* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()
Ævar Arnfjörð Bjarmason
2005-04-25
1
-15
/
+12
*
* Fixed two fatal XML errors
Ævar Arnfjörð Bjarmason
2005-04-25
1
-1
/
+3
*
* Moving hardcoded styles into CSS.
Ævar Arnfjörð Bjarmason
2005-04-21
1
-9
/
+6
*
* Show exif data after the image not before it.
Ævar Arnfjörð Bjarmason
2005-04-21
1
-1
/
+1
*
Automatic EXIF update upon viewing
Magnus Manske
2005-04-21
1
-1
/
+2
*
Moving EXIF data retrieval to Image class
Magnus Manske
2005-04-21
1
-12
/
+6
*
Adding patched EXIF data display on image page, based on include file by Vina...
Magnus Manske
2005-04-21
1
-2
/
+32
*
* When an image is changed, invalidate pages that use it.
Tim Starling
2005-04-17
1
-30
/
+59
*
Fixed various bugs with new image code, changed thumbnail paths as per JeLuF...
Tim Starling
2005-04-16
1
-23
/
+4
*
Fixed some obvious bugs with the new code and implemented If-Modified-Since h...
Tim Starling
2005-04-16
1
-11
/
+1
*
Moved image metadata to the database. Changed Image object to have lightweigh...
Tim Starling
2005-04-10
1
-17
/
+24
*
Avoid some redundant title-munging by using makeKnownLinkObj
Brion Vibber
2005-04-02
1
-8
/
+10
*
* Minor syntax cleanup of editExternally related things.
Ævar Arnfjörð Bjarmason
2005-04-01
1
-4
/
+4
*
Fix query syntax which broke a couple functions' debug info (foreport from 1.4)
Brion Vibber
2005-03-27
1
-1
/
+1
*
Fixing a fatal XML error that broke XHTML compliance.
Ævar Arnfjörð Bjarmason
2005-03-26
1
-1
/
+1
*
Preliminary support for application/external-editor
Erik Moeller
2005-03-24
1
-1
/
+19
*
* Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.
Tim Starling
2005-03-13
1
-1
/
+8
*
Cruft war continues: more uses of isAnon() and isLoggedIn()
Brion Vibber
2005-02-21
1
-1
/
+1
*
De-cruftification continues.
Brion Vibber
2005-02-21
1
-12
/
+10
*
Audit tweaks: extra post checks, markup fixes.
Brion Vibber
2005-02-21
1
-8
/
+23
*
* Fix annoying blue line in Safari on scaled-down images on description page
Brion Vibber
2005-02-19
1
-1
/
+1
*
* Block image revert without valid login
Brion Vibber
2005-02-08
1
-0
/
+4
*
fix phpdoc comment
Antoine Musso
2005-01-27
1
-0
/
+4
*
Remove debugging code
Jens Frank
2004-12-28
1
-1
/
+1
*
BUG#1218 - Show the original image on image pages if the thumbnail would be b...
Jens Frank
2004-12-28
1
-1
/
+12
*
* Fix image page scaling when thumbnail generation is disabled
Brion Vibber
2004-12-21
1
-16
/
+21
*
Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
Brion Vibber
2004-12-19
1
-9
/
+8
*
(bug 1024) Fix link to high-res image version on Image: pages
Jens Frank
2004-12-07
1
-11
/
+10
*
1014 fix from REL1_4
Brion Vibber
2004-12-06
1
-2
/
+10
*
Add some conditional die()s to suppress fatal error messages if certain files...
Brion Vibber
2004-12-03
1
-0
/
+3
*
- Refactor Image class for better maintainability
Erik Moeller
2004-12-02
1
-2
/
+8
*
(bug 973) quickie brake for images with many many uses
Brion Vibber
2004-12-02
1
-1
/
+2
*
Split recentchanges and image history list formatters from Skin, where they n...
Brion Vibber
2004-11-25
1
-4
/
+79
*
using addWikiText for shared upload notice
Erik Moeller
2004-10-27
1
-2
/
+2
*
Implementing user levels management. This is only a very basic interface and ...
Antoine Musso
2004-10-24
1
-1
/
+1
*
Correcting bugs due to double-prefixing table names. Removing obsolete Databa...
Tim Starling
2004-10-24
1
-1
/
+1
*
Preliminary support for shared upload directory. This is primarily intended
Erik Moeller
2004-10-21
1
-0
/
+3
*
fix xss attack
River Tarnell
2004-10-14
1
-1
/
+1
*
fix two xss attacks and one path validation attack
River Tarnell
2004-10-14
1
-3
/
+7
*
When deleting images / old image revisions, don't fail out if the file
Brion Vibber
2004-10-10
1
-3
/
+18
*
Rasterize plain image views of SVG files at default size (currently 512px wid...
Brion Vibber
2004-10-05
1
-1
/
+1
[next]