r10234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10233‎ | r10234 | r10235 >
Date:00:54, 22 July 2005
Author:avar
Status:old
Tags:
Comment:
* Removed exif-resolutionunit-2 and exif-resolutionunit-3, obsoleted by
exif-xyresolution-i and exif-xyresolution-c
* Made exif-[xy]resolution shorter and more descriptive
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -1807,8 +1807,8 @@
18081808 'exif-planarconfiguration' =>'Data arrangement',
18091809 'exif-ycbcrsubsampling' =>'Subsampling ratio of Y to C',
18101810 'exif-ycbcrpositioning' =>'Y and C positioning',
1811 -'exif-xresolution' =>'Image resolution in width direction',
1812 -'exif-yresolution' =>'Image resolution in height direction',
 1811+'exif-xresolution' =>'Horizontal resolution',
 1812+'exif-yresolution' =>'Vertical resolution',
18131813 'exif-resolutionunit' =>'Unit of X and Y resolution',
18141814 'exif-stripoffsets' =>'Image data location',
18151815 'exif-rowsperstrip' =>'Number of rows per strip',
@@ -1941,8 +1941,8 @@
19421942 'exif-planarconfiguration-1' => 'chunky format',
19431943 'exif-planarconfiguration-2' => 'planar format',
19441944
1945 -'exif-resolutionunit-2' => 'inches',
1946 -'exif-resolutionunit-3' => 'centimetres',
 1945+'exif-xyresolution-i' => '$1 dpi',
 1946+'exif-xyresolution-c' => '$1 dpc',
19471947
19481948 'exif-colorspace-1' => 'sRGB',
19491949 'exif-colorspace-ffff.h' => 'FFFF.H',

Status & tagging log