Merged revisions 22967-23037 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r22968 | raymond | 2007-06-13 12:43:52 -0700 (Wed, 13 Jun 2007) | 3 lines
* (
bug 10242) Update Chinese translations
Patch by Shinjiman
* Update German
........
r22969 | brion | 2007-06-13 12:47:44 -0700 (Wed, 13 Jun 2007) | 3 lines
* (
bug 10247) Fix IP address regex to avoid false positive IPv6 matches
Regex fragment IP_ADDRESS_STRING was not parenthesized properly, causing the preg_match in IP::isIPAddress() to get false positives on strings which _ended_ in IPv6 subsequences.
........
r22970 | brion | 2007-06-13 13:08:19 -0700 (Wed, 13 Jun 2007) | 3 lines
* (
bug 9948) Workaround for diff regression with old Mozilla versions
Use JS to detect old Gecko versions known to have bogus implementation of overflow: auto for vertical sizing <div>s in table cells and change it to overflow: visible for an ugly but more-or-less-legible fallback behavior.
........
r22973 | raymond | 2007-06-13 15:27:35 -0700 (Wed, 13 Jun 2007) | 2 lines
* (
bug 7859) Update Kazakh translations
Patch by AlefZet
........
r22974 | yurik | 2007-06-13 20:14:44 -0700 (Wed, 13 Jun 2007) | 1 line
API: fixed
bug 10147 Silent normalization of interwiki titles
........
r22975 | yurik | 2007-06-13 22:18:58 -0700 (Wed, 13 Jun 2007) | 2 lines
API
bug 10096 InterWiki table retrieval through meta=siteinfo
With help from Roan Kattouw
........
r22976 | raymond | 2007-06-14 02:40:41 -0700 (Thu, 14 Jun 2007) | 2 lines
* (
bug 10252) Update Volap?\195?\188k translations
Patch by Malafaya
........
r22983 | wegge | 2007-06-14 07:20:28 -0700 (Thu, 14 Jun 2007) | 1 line
Updated da translation
........
r22986 | tstarling | 2007-06-14 09:33:16 -0700 (Thu, 14 Jun 2007) | 1 line
Set initialCapital to $wgCapitalLinks by default for the local repository
........
r22990 | raymond | 2007-06-14 10:24:30 -0700 (Thu, 14 Jun 2007) | 1 line
* (
bug 10259) Remove 'recentchangeslinked-summary' from optional list. Should be translated always.
........
r22991 | raymond | 2007-06-14 10:36:12 -0700 (Thu, 14 Jun 2007) | 2 lines
* (
bug 102528) Update Georgian translations
Patch by Malafaya
........
r23004 | raymond | 2007-06-15 01:35:27 -0700 (Fri, 15 Jun 2007) | 2 lines
* (
bug 10263) Big update Farsi translations
Patch by Huji
........
r23005 | raymond | 2007-06-15 02:03:08 -0700 (Fri, 15 Jun 2007) | 2 lines
* (
bug 10263) update Farsi translations
Patch by Huji
........
r23006 | raymond | 2007-06-15 02:29:04 -0700 (Fri, 15 Jun 2007) | 1 line
BOM :-(
........
r23007 | rotem | 2007-06-15 04:02:03 -0700 (Fri, 15 Jun 2007) | 1 line
Update.
........
r23012 | brion | 2007-06-15 08:02:44 -0700 (Fri, 15 Jun 2007) | 3 lines
* (
bug 10265) Fix regression in category image gallery paging
........
r23016 | yurik | 2007-06-15 11:37:38 -0700 (Fri, 15 Jun 2007) | 1 line
bug 10280: For table categorylinks, add cl_from to the cl_sortkey index
........
r23017 | brion | 2007-06-15 12:07:15 -0700 (Fri, 15 Jun 2007) | 7 lines
* (
bug 8577) Fix some weird misapplications of time zones.
{{CURRENT*}} functions now consistently use UTC as intended, while
{{LOCAL*}} functions return local time per server config or $wgLocaltimezone.
Signature dates for Japanese and other languages including weekday now show
the correct day to match the rest of the time in local time.
........
r23022 | yurik | 2007-06-15 17:39:01 -0700 (Fri, 15 Jun 2007) | 1 line
API: Added categorymembers list ability.
........
r23023 | tstarling | 2007-06-15 19:55:25 -0700 (Fri, 15 Jun 2007) | 10 lines
* Split off ultimate base class FileRepo from FSRepo
* Use rawurlencode() for paths instead of urlencode()
* Moved functionality of LocalFile::loadFromFile() to a public static function. This allows Special:Upload to entirely avoid loading metadata from the (potentially remote) store. Changed purgeMetadataCache() to use loadFromDB() instead of loadFromFile().
* Redefined private virtual URLs, giving them a repo name component instead of a host.
* Moved is_writable($wgUploadDirectory) in SpecialUpload.php to the repo
* Added some filename validation to the FSRepo's store/publish
* Changed store and publish to use relative destinations instead of absolute, as was documented
* Deprecated File::recordUpload()! Now use upload() to do both publish and record. Moved the UI bits to SpecialUpload.
* Create a null revision on reupload
* Changed most of the member variable names in UploadForm. $this->mUpload followed by some ambiguous word or abbreviation was not a good naming convention. Also did some reformatting and assorted code cleanup.
........
r23024 | tstarling | 2007-06-15 19:56:19 -0700 (Fri, 15 Jun 2007) | 1 line
On reupload, add a null revision to the image description page
........
r23025 | tstarling | 2007-06-15 19:56:48 -0700 (Fri, 15 Jun 2007) | 1 line
Less debug output
........
r23026 | tstarling | 2007-06-15 19:58:00 -0700 (Fri, 15 Jun 2007) | 1 line
Fix heredoc vim syntax highlighting
........
r23027 | tstarling | 2007-06-15 21:36:17 -0700 (Fri, 15 Jun 2007) | 1 line
Revert
r20429, doesn't work.
........
r23028 | midom | 2007-06-16 01:08:05 -0700 (Sat, 16 Jun 2007) | 2 lines
varchars exist for a reason (or rather, static length doesn't add too much performance in paged datastores) - still needs updater and sync to all other table definition files
........
r23031 | nikerabbit | 2007-06-16 09:24:42 -0700 (Sat, 16 Jun 2007) | 2 lines
* Random cleanup (where does this all come from?)
........
r23034 | nikerabbit | 2007-06-16 09:45:36 -0700 (Sat, 16 Jun 2007) | 3 lines
* Group log output by date
* Use "all-logs-page" instead of "logs" for page which combines all logs
........
r23035 | tstarling | 2007-06-16 11:03:55 -0700 (Sat, 16 Jun 2007) | 1 line
Link trail
........
r23036 | greg | 2007-06-16 11:25:14 -0700 (Sat, 16 Jun 2007) | 2 lines
Add ipb_block_email column
........