Merged revisions 22484-22517 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r22486 | river | 2007-05-27 16:39:54 -0700 (Sun, 27 May 2007) | 2 lines
SpecialPage::exists needs to fold case when checking if a name exists
........
r22488 | yurik | 2007-05-27 16:50:24 -0700 (Sun, 27 May 2007) | 3 lines
API: Enabled API login throttling (with amidaniel's help)
fixed memcached-client comments
minor queryRevisions fix
........
r22496 | aaron | 2007-05-27 21:23:59 -0700 (Sun, 27 May 2007) | 1 line
*use /s modifier for parseinline regexp, <p> tags were being left on some messages
........
r22500 | yurik | 2007-05-27 23:59:19 -0700 (Sun, 27 May 2007) | 1 line
API
bug 10046: incorrect action produces invalid response format
........
r22502 | yurik | 2007-05-28 01:06:40 -0700 (Mon, 28 May 2007) | 1 line
API: fixed broken redirects feature
........
r22503 | wegge | 2007-05-28 02:14:36 -0700 (Mon, 28 May 2007) | 1 line
Reworked translation for da, by Lars Helbo
........
r22504 | nikerabbit | 2007-05-28 03:44:07 -0700 (Mon, 28 May 2007) | 2 lines
* Hakka (hak) translation
........
r22505 | nikerabbit | 2007-05-28 03:53:30 -0700 (Mon, 28 May 2007) | 2 lines
* Greek (el) updates by dead3y3
........
r22506 | hashar | 2007-05-28 05:32:29 -0700 (Mon, 28 May 2007) | 2 lines
Add class for prev/next/numlinks just like
r22473 /
r22482
........
r22509 | raymond | 2007-05-28 09:27:42 -0700 (Mon, 28 May 2007) | 2 lines
* (
bug 9742) Update Lithuanian translations
Patch by Edgaras
........
r22510 | raymond | 2007-05-28 09:37:00 -0700 (Mon, 28 May 2007) | 2 lines
* (
bug 7859) Update Kazakh translations
Patch by AlefZet
........
r22511 | raymond | 2007-05-28 12:15:43 -0700 (Mon, 28 May 2007) | 6 lines
After revert of
r22435 and talk with Brion on IRC previously introduced and newly function parameters merged to an array.
Introducing 'frameless' keyword to [[Image:]] syntax which respects the user preferences for image width like 'thumb' but without a frame.
Now we can use frameless images without the need to nailing its size by a constant pixel parameter. Scaling by different user preference/anon view will always keep the proportions.
Usage: [[Image:name.jpg|frameless|right]]
........