r23039 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23038‎ | r23039 | r23040 >
Date:20:15, 16 June 2007
Author:david
Status:old
Tags:
Comment:
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
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/includes/AutoLoader.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/DifferenceEngine.php (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/IP.php (modified) (history)
  • /branches/liquidthreads/includes/ImageGallery.php (modified) (history)
  • /branches/liquidthreads/includes/ImagePage.php (modified) (history)
  • /branches/liquidthreads/includes/LogPage.php (modified) (history)
  • /branches/liquidthreads/includes/MacBinary.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/Setup.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialLog.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUpload.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiPageSet.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuery.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategories.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategoryMembers.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategoryMembers.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQuerySiteinfo.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryUserContributions.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/FSRepo.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/File.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/FileRepo.php (added) (history)
  • /branches/liquidthreads/includes/filerepo/FileRepo.php (added) (history)
  • /branches/liquidthreads/includes/filerepo/ForeignDBRepo.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/LocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/RepoGroup.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/UnregisteredLocalFile.php (modified) (history)
  • /branches/liquidthreads/languages/Language.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAf.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHak.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_kz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_tr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPms.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt_br.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSq.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_yue.php (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-categorylinksindex.sql (added) (history)
  • /branches/liquidthreads/maintenance/archives/patch-categorylinksindex.sql (added) (history)
  • /branches/liquidthreads/maintenance/language/checkLanguage.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/messageTypes.inc (modified) (history)
  • /branches/liquidthreads/maintenance/postgres/tables.sql (modified) (history)
  • /branches/liquidthreads/maintenance/tables.sql (modified) (history)
  • /branches/liquidthreads/maintenance/updaters.inc (modified) (history)
  • /branches/liquidthreads/skins/common/diff.css (modified) (history)
  • /branches/liquidthreads/skins/common/diff.js (added) (history)
  • /branches/liquidthreads/skins/common/diff.js (added) (history)
  • /branches/liquidthreads/tests/LocalFileTest.php (modified) (history)

Follow-up revisions

RevisionCommit summaryAuthorDate
r23058* (bug 7859) Update Kazakh translations...raymond07:49, 18 June 2007
r23087Merged revisions 23050-23086 via svnmerge from...david03:14, 19 June 2007
r23201* (bug 7859) Update Kazakh translations...raymond08:40, 22 June 2007
r23203Merged revisions 23120-23202 via svnmerge from...david09:07, 22 June 2007
r23228Forgot to update table sql per bug 10280yurik15:19, 22 June 2007
r23286(bug 7859) Kazakh message updates [patch from AlefZet]robchurch09:27, 23 June 2007
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r17525(bug 7859) Updates for Kazakh i18nrotem13:30, 10 November 2006
r17537(bug 7859) Updates for Kazakh i18nrotem16:57, 11 November 2006
r17723(bug 7859) Updates for Kazakh i18nrotem13:46, 16 November 2006
r17781(bug 7859) Updates for Kazakh i18nrotem13:03, 18 November 2006
r17908(bug 7859) Updates for Kazakh i18nrotem15:06, 24 November 2006
r17924(bug 7859) Updates for Kazakh i18nrotem14:12, 25 November 2006
r17925(bug 7859) Updates for Kazakh i18nrotem14:35, 25 November 2006
r19547* (bug 7859) yet another kazakh localisation patch.leon09:55, 21 January 2007
r19633* miscellaneous German updates by raymond...leon17:05, 24 January 2007
r20180* (bug 7859) Update Kazakh messages...raymond18:32, 6 March 2007
r20429*Allow log eventsaaron01:54, 14 March 2007
r20737* (bug 7859) Update Kazahk translations...raymond12:10, 27 March 2007
r20948* (bug 7859) Update Kazahk translations...raymond18:13, 2 April 2007
r21604* (bug 7859) Update Kazakh translations...raymond04:54, 26 April 2007
r21680* (bug 7859) Update Kazakh translations...raymond05:05, 28 April 2007
r21706* (bug 7859) Update Kazakh translations...raymond20:57, 29 April 2007
r21746* (bug 7859) Update Kazakh translations...raymond09:40, 1 May 2007
r21747* (bug 7859) Update Kazakh translations...raymond09:45, 1 May 2007
r22009* (bug 7859) Update Kazakh translations...raymond20:57, 8 May 2007
r22056* (bug 7859) Update Kazakh translations...raymond21:13, 9 May 2007
r22062* (bug 7859) Update Kazakh translations...raymond10:32, 10 May 2007
r22081* (bug 7859) Update Kazakh translations...raymond19:53, 10 May 2007
r22082* (bug 7859) Update Kazakh translations...raymond20:01, 10 May 2007
r22201* (bug 7859) Update Kazakh translations...raymond10:53, 16 May 2007
r22269* (bug 7859) Update Kazakh translations...raymond20:28, 19 May 2007
r22510* (bug 7859) Update Kazakh translations...raymond16:37, 28 May 2007
r22518Merged revisions 22484-22517 via svnmerge from...david22:22, 28 May 2007
r22536* Adding 1 message to optional per hint (bug 7859, comment# 71)...raymond14:43, 29 May 2007
r22549Merged revisions 22518-22547 via svnmerge from...david01:48, 30 May 2007
r22557* (bug 7859) Update Kazakh translations...raymond09:47, 30 May 2007
r22587Merged revisions 22555-22586 via svnmerge from...david03:19, 31 May 2007
r22794* (bug 7859) Update Kazakh translations...raymond10:01, 6 June 2007
r22811Merged revisions 22791-22810 via svnmerge from...david07:26, 7 June 2007
r22901* (bug 7859) Update Kazakh translations...raymond08:53, 11 June 2007
r22919Merged revisions 22878-22918 via svnmerge from...david00:00, 12 June 2007
r22963* (bug 10242) Update Chinese translations...raymond16:59, 13 June 2007
r22967Merged revisions 22935-22966 via svnmerge from...david18:35, 13 June 2007
r22968* (bug 10242) Update Chinese translations...raymond19:43, 13 June 2007
r22969* (bug 10247) Fix IP address regex to avoid false positive IPv6 matches...brion19:47, 13 June 2007
r22970* (bug 9948) Workaround for diff regression with old Mozilla versions...brion20:08, 13 June 2007
r22973* (bug 7859) Update Kazakh translations...raymond22:27, 13 June 2007
r22974API: fixed bug 10147 Silent normalization of interwiki titlesyurik03:14, 14 June 2007
r22975API bug 10096 InterWiki table retrieval through meta=siteinfo...yurik05:18, 14 June 2007
r22976* (bug 10252) Update Volapük translations...raymond09:40, 14 June 2007
r22983Updated da translationwegge14:20, 14 June 2007
r22986Set initialCapital to $wgCapitalLinks by default for the local repositorytstarling16:33, 14 June 2007
r22990* (bug 10259) Remove 'recentchangeslinked-summary' from optional list. Should...raymond17:24, 14 June 2007
r22991* (bug 102528) Update Georgian translations...raymond17:36, 14 June 2007
r23004* (bug 10263) Big update Farsi translations...raymond08:35, 15 June 2007
r23005* (bug 10263) update Farsi translations...raymond09:03, 15 June 2007
r23006BOM :-(raymond09:29, 15 June 2007
r23007Update.rotem11:02, 15 June 2007
r23012* (bug 10265) Fix regression in category image gallery pagingbrion15:02, 15 June 2007
r23016bug 10280: For table categorylinks, add cl_from to the cl_sortkey indexyurik18:37, 15 June 2007
r23017* (bug 8577) Fix some weird misapplications of time zones....brion19:07, 15 June 2007
r23022API: Added categorymembers list ability.yurik00:39, 16 June 2007
r23023* Split off ultimate base class FileRepo from FSRepo...tstarling02:55, 16 June 2007
r23024On reupload, add a null revision to the image description pagetstarling02:56, 16 June 2007
r23025Less debug outputtstarling02:56, 16 June 2007
r23026Fix heredoc vim syntax highlightingtstarling02:58, 16 June 2007
r23027Revert r20429, doesn't work.tstarling04:36, 16 June 2007
r23028varchars exist for a reason (or rather, static length doesn't add too much pe...midom08:08, 16 June 2007
r23031* Random cleanup (where does this all come from?)nikerabbit16:24, 16 June 2007
r23034* Group log output by date...nikerabbit16:45, 16 June 2007
r23035Link trailtstarling18:03, 16 June 2007
r23036Add ipb_block_email columngreg18:25, 16 June 2007

Status & tagging log