r24215 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24214‎ | r24215 | r24216 >
Date:21:19, 17 July 2007
Author:david
Status:old
Tags:
Comment:
Merged revisions 24095-24212 via svnmerge from
svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3

........
r24095 | robchurch | 2007-07-14 15:06:01 -0700 (Sat, 14 Jul 2007) | 1 line

(bug 10520) Preview licences during upload via AJAX
........
r24097 | robchurch | 2007-07-14 16:54:00 -0700 (Sat, 14 Jul 2007) | 2 lines

* Indicate when a preview is unavailable/failed
* Show a little progress "spinner" during the AJAX request
........
r24098 | robchurch | 2007-07-14 16:59:32 -0700 (Sat, 14 Jul 2007) | 1 line

Show the spinner for the destination filename check, too
........
r24099 | yurik | 2007-07-14 17:52:35 -0700 (Sat, 14 Jul 2007) | 1 line

API: Removed maximum limit checking when running api in an internal mode.
........
r24100 | yurik | 2007-07-14 18:12:54 -0700 (Sat, 14 Jul 2007) | 1 line

API: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query.
........
r24101 | rotem | 2007-07-14 18:28:55 -0700 (Sat, 14 Jul 2007) | 1 line

Update.
........
r24102 | rotem | 2007-07-14 18:32:10 -0700 (Sat, 14 Jul 2007) | 1 line

Have this message appear in Special:Allmessages.
........
r24105 | amidaniel | 2007-07-14 21:57:45 -0700 (Sat, 14 Jul 2007) | 2 lines

Security fix: Previously it was possible to include unprotected and even content pages in site and user jss/css pages via action=raw. Now when requesting a page as text/javascript or text/css, if it should not contain such content, it simply returns '/* EMPTY */'.
........
r24106 | amidaniel | 2007-07-14 22:04:24 -0700 (Sat, 14 Jul 2007) | 2 lines

Actually, let's make that message a tid bit more clear: "Page type not compatible with requested mime type."
........
r24107 | robchurch | 2007-07-14 22:08:06 -0700 (Sat, 14 Jul 2007) | 1 line

MIME is an acronym...
........
r24108 | yurik | 2007-07-14 23:26:41 -0700 (Sat, 14 Jul 2007) | 1 line

API: improved list=logevents - added leprop, decoded some log types
........
r24111 | yurik | 2007-07-14 23:56:54 -0700 (Sat, 14 Jul 2007) | 1 line

API: an alternative "continue" value formatted as a URL-encoded snippet. Commented at this point.
........
r24112 | wegge | 2007-07-15 00:34:00 -0700 (Sun, 15 Jul 2007) | 1 line

Updated translations for da
........
r24117 | jeluf | 2007-07-15 04:14:53 -0700 (Sun, 15 Jul 2007) | 1 line

New Parser::setTransparentTagHook for parser extension and template compatibility
........
r24129 | simetrical | 2007-07-15 13:21:05 -0700 (Sun, 15 Jul 2007) | 1 line

Remove bogus 'speak: none;' declaration. It's invalid for the media types, breaking CSS validation, and will only confuse actual screen readers that are clever enough to look at screen/projection CSS.
........
r24140 | amidaniel | 2007-07-15 18:10:38 -0700 (Sun, 15 Jul 2007) | 2 lines

Added hook point to allow extensions to add to contentSub on Special:Contributions.
........
r24147 | amidaniel | 2007-07-16 00:11:25 -0700 (Mon, 16 Jul 2007) | 2 lines

Document recently added SpecialContribsSubEnd hook, as well as SpecialContributionsBeforeMainOutput (which apparently didn't get documented when it was added).
........
r24151 | raymond | 2007-07-16 01:02:36 -0700 (Mon, 16 Jul 2007) | 2 lines

* (bug 10598) Update Japanese translation
Patch by Kkkdc
........
r24152 | raymond | 2007-07-16 01:13:01 -0700 (Mon, 16 Jul 2007) | 2 lines

* (bug 10577) Update Thai translation
Patch by Manop K
........
r24153 | raymond | 2007-07-16 01:25:12 -0700 (Mon, 16 Jul 2007) | 2 lines

* (bug 10581) Update Chinese translations
Patch by Shinjiman
........
r24156 | raymond | 2007-07-16 01:44:21 -0700 (Mon, 16 Jul 2007) | 2 lines

* (bug 10575, 10576) Update Swedish translations
Patch by Lejonel
........
r24157 | raymond | 2007-07-16 03:44:38 -0700 (Mon, 16 Jul 2007) | 5 lines

Housekeeping:
* Removing outdated messages
* linkfixing URLs
* spaces
........
r24158 | robchurch | 2007-07-16 04:21:21 -0700 (Mon, 16 Jul 2007) | 1 line

Rename 'SpecialContribSubEnd' hook to more appropriate 'ContributionsToolLinks', pass user identifier as first parameter, correct misleading documentation ($nt is a Title, not a User), use standard language in release notes as for other hooks
........
r24159 | robchurch | 2007-07-16 04:30:27 -0700 (Mon, 16 Jul 2007) | 1 line

Less verbose; don't bother with "return not evaluated", gives the wrong impression (i.e. hooks *have* to return something) - if the return would affect whether or not an operation occurs, it's probably better to be explicit about this, e.g. "Set $result and return false to override..."
........
r24163 | simetrical | 2007-07-16 07:42:27 -0700 (Mon, 16 Jul 2007) | 7 lines

* Add CSS compatibility for Opera 9.5
* Remove largely untested handheld stylesheet, which was causing more trouble
than good. Proper handheld support will be added at a future date. For now,
display should be acceptable either with CSS turned off or when using a so-
phisticated handheld browser.

Per discussion with David Storey from Opera.
........
r24165 | raymond | 2007-07-16 08:15:26 -0700 (Mon, 16 Jul 2007) | 2 lines

* Add a message if category is empty
........
r24168 | simetrical | 2007-07-16 08:51:08 -0700 (Mon, 16 Jul 2007) | 3 lines

* RELEASE-NOTES from last commit
* (bug 1629) Stop section edit links from being shoved down by other floats, using a one-line CSS fix that should have no other effects
* Move some editsection rules into shared.css (some more header stuff is still left scattered around and should probably be centralized before that document structure is mercilessly purged as evil and un-semantic)
........
r24169 | simetrical | 2007-07-16 08:53:55 -0700 (Mon, 16 Jul 2007) | 1 line

, too
........
r24170 | wegge | 2007-07-16 09:59:24 -0700 (Mon, 16 Jul 2007) | 1 line

Updated translations for da
........
r24171 | raymond | 2007-07-16 10:03:21 -0700 (Mon, 16 Jul 2007) | 1 line

Oops from r24157. Thanks to [[:de:User:UV]].
........
r24172 | robchurch | 2007-07-16 10:04:39 -0700 (Mon, 16 Jul 2007) | 1 line

(bug 3173) Option to offer exported pages as a download, rather than displaying inline, as in most browsers; set Content-disposition: attachment with a filename incorporating the site name and timestamp. Defaults to being checked. Also rewrote the Export form generator to use Xml class methods; tweaked spacing on the existing check box. Tweaked English default for "exporttext".
........
r24173 | wegge | 2007-07-16 10:09:09 -0700 (Mon, 16 Jul 2007) | 1 line

Updated translations for da
........
r24175 | rotem | 2007-07-16 12:03:05 -0700 (Mon, 16 Jul 2007) | 1 line

Update.
........
r24176 | simetrical | 2007-07-16 12:48:18 -0700 (Mon, 16 Jul 2007) | 1 line

(bug 4650) Added various sanity checks to site stats generation.
........
r24177 | simetrical | 2007-07-16 13:01:54 -0700 (Mon, 16 Jul 2007) | 1 line

Whoops, reversed inequality. Forgot to check whether this is being run *too* often.
........
r24178 | simetrical | 2007-07-16 13:05:32 -0700 (Mon, 16 Jul 2007) | 1 line

Er, right. Best to have "return true;" somewhere in the function, isn't it?
........
r24181 | greg | 2007-07-16 14:28:01 -0700 (Mon, 16 Jul 2007) | 2 lines

Fix bug 10608, plus a bonus one that was hidden by that bug.
........
r24182 | robchurch | 2007-07-16 15:40:32 -0700 (Mon, 16 Jul 2007) | 2 lines

Mention bug fix from r24181 in release notes; if the "other bug" is worth mentioning too, please add that as well
........
r24185 | robchurch | 2007-07-16 17:22:57 -0700 (Mon, 16 Jul 2007) | 1 line

Update comment
........
r24188 | avar | 2007-07-16 20:32:39 -0700 (Mon, 16 Jul 2007) | 2 lines

removed byte order mark, this makes t/maint/bom.t pass
........
r24189 | avar | 2007-07-16 20:32:43 -0700 (Mon, 16 Jul 2007) | 2 lines

Importing Test.php 0.12 from CPAN
........
r24190 | avar | 2007-07-16 20:46:28 -0700 (Mon, 16 Jul 2007) | 2 lines

ok 0 => msg ==> fail(msg) ; ok 1 => msg ==> pass(msg)
........
r24191 | amidaniel | 2007-07-16 23:04:09 -0700 (Mon, 16 Jul 2007) | 2 lines

It appears that some MIME detectors on Windows machines identify svg's as 'image/svg' instead of 'image/svg+xml'. Might as well have both in $wgMediaHandlers.
........
r24192 | raymond | 2007-07-16 23:24:04 -0700 (Mon, 16 Jul 2007) | 2 lines

* (bug 10577) Update Thai translation
Patch by Manop K
........
r24193 | raymond | 2007-07-17 00:07:24 -0700 (Tue, 17 Jul 2007) | 3 lines

Housekeeping
* Making message 'sorbs' optional. It is untranslated/untranslatable in most languages.
* Removing http://www.sorbs.net from all messages. It was removed from MessagesEn.php in r17528 as it is no longer the DNSBL default.
........
r24194 | nikerabbit | 2007-07-17 01:43:51 -0700 (Tue, 17 Jul 2007) | 2 lines

* Updates
........
r24195 | aaron | 2007-07-17 03:27:23 -0700 (Tue, 17 Jul 2007) | 1 line

*Note cascading protection, patch by Lejonel (bug 10614)
........
r24198 | brion | 2007-07-17 07:46:43 -0700 (Tue, 17 Jul 2007) | 4 lines

* (bug 10615) Fix for transwiki import when CURL not available
Was doing a POST without sending Content-Length header, which some web servers get real pissy about.
Now sends a 'Content-Length: 0' header
........
r24200 | brion | 2007-07-17 08:13:57 -0700 (Tue, 17 Jul 2007) | 5 lines

A little more cleanup on the fallback (non-cURL) HttpFunctions fetch.
Include a User-Agent header equivalent to the cURL one; this also is needed
when fetching export pages from Wikipedia, as we currently block the default
PHP user-agent string...
........
r24201 | raymond | 2007-07-17 08:28:36 -0700 (Tue, 17 Jul 2007) | 2 lines

* Removing some {{PLURAL:}} calls as wfMsgforContent does not support plural :-(
* Update German
........
r24202 | brion | 2007-07-17 08:50:50 -0700 (Tue, 17 Jul 2007) | 3 lines

Revert r24105, r24106, r24107 'security fix' forbidden text/css and text/javascript for pages not matching some particular formats.
This doesn't actually do the job; browsers aren't this picky about their JavaScript, and many aren't picky about CSS either. Further, this actually breaks internal JS such as the gen=js mode.
........
r24204 | robchurch | 2007-07-17 09:44:40 -0700 (Tue, 17 Jul 2007) | 2 lines

* Clean up User::isValidPassword()
* Document 'isValidPassword' hook
........
r24205 | rotem | 2007-07-17 09:50:49 -0700 (Tue, 17 Jul 2007) | 1 line

Update.
........
r24206 | robchurch | 2007-07-17 09:52:55 -0700 (Tue, 17 Jul 2007) | 1 line

Fix
........
r24207 | brion | 2007-07-17 10:16:59 -0700 (Tue, 17 Jul 2007) | 4 lines

* (bug 8054) Return search page for empty search requests with ugly URLs
Send things to Special:Search as long as a 'search=' parameter is given, even if it's empty.
Also removed a redundant second check for the parameter.
........
r24209 | brion | 2007-07-17 11:14:36 -0700 (Tue, 17 Jul 2007) | 6 lines

URL-encode the content-disposition suggested filename for XML export data.

This fixes the filename encoding for non-pure-ASCII site names on IE 6/7, and may fix issues with other ASCIIish chars.
Safari 2/Mac messes up the filename either way, but percent codes are probably still better here than garbage characters. :)
IE/Mac and Safari 3/Win don't appear to pay attention to the content-disposition and still show the XML inline.
........
r24210 | brion | 2007-07-17 12:16:53 -0700 (Tue, 17 Jul 2007) | 2 lines

* (bug 10572) Force refresh after clearing visitation timestamps on watchlist
........
r24212 | brion | 2007-07-17 13:27:23 -0700 (Tue, 17 Jul 2007) | 2 lines

clarify comment
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/Test.php (modified) (history)
  • /branches/liquidthreads/docs/hooks.txt (modified) (history)
  • /branches/liquidthreads/includes/CategoryPage.php (modified) (history)
  • /branches/liquidthreads/includes/DatabasePostgres.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/GlobalFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/HttpFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/LinksUpdate.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/Sanitizer.php (modified) (history)
  • /branches/liquidthreads/includes/Setup.php (modified) (history)
  • /branches/liquidthreads/includes/SiteStats.php (modified) (history)
  • /branches/liquidthreads/includes/Skin.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialContributions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialExport.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialProtectedpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUpload.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/User.php (modified) (history)
  • /branches/liquidthreads/includes/Wiki.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiMain.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiOpenSearch.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryLogEvents.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryRecentChanges.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAf.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe_tarask.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCa.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/MessagesEl.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/MessagesEu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFiu_vro.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFur.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGsw.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/MessagesHsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesId.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJbo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKab.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/MessagesKn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKsh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKu_latn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPms.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt_br.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRmy.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/MessagesSo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSq.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_ec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_el.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/MessagesTe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTh.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/MessagesUr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesWa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesYi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_classical.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/language/messageTypes.inc (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/skins/MonoBook.php (modified) (history)
  • /branches/liquidthreads/skins/chick/main.css (modified) (history)
  • /branches/liquidthreads/skins/common/images/spinner.gif (added) (history)
  • /branches/liquidthreads/skins/common/images/spinner.gif (added) (history)
  • /branches/liquidthreads/skins/common/oldshared.css (modified) (history)
  • /branches/liquidthreads/skins/common/shared.css (modified) (history)
  • /branches/liquidthreads/skins/common/upload.js (modified) (history)
  • /branches/liquidthreads/skins/common/wikibits.js (modified) (history)
  • /branches/liquidthreads/skins/monobook/Opera95Fixes.css (added) (history)
  • /branches/liquidthreads/skins/monobook/Opera95Fixes.css (added) (history)
  • /branches/liquidthreads/skins/monobook/handheld.css (deleted) (history)
  • /branches/liquidthreads/skins/monobook/main.css (modified) (history)
  • /branches/liquidthreads/skins/simple/main.css (modified) (history)
  • /branches/liquidthreads/t/maint/bom.t (modified) (history)
  • /branches/liquidthreads/t/maint/eol-style.t (modified) (history)
  • /branches/liquidthreads/t/maint/php-tag.t (modified) (history)
  • /branches/liquidthreads/t/maint/unix-newlines.t (modified) (history)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r17528Make the DNSBL used for proxy blocking configurable. This is better than hard...werdna22:57, 10 November 2006
r24095(bug 10520) Preview licences during upload via AJAXrobchurch22:06, 14 July 2007
r24097* Indicate when a preview is unavailable/failed...robchurch23:54, 14 July 2007
r24098Show the spinner for the destination filename check, toorobchurch23:59, 14 July 2007
r24099API: Removed maximum limit checking when running api in an internal mode.yurik00:52, 15 July 2007
r24100API: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query.yurik01:12, 15 July 2007
r24101Update.rotem01:28, 15 July 2007
r24102Have this message appear in Special:Allmessages.rotem01:32, 15 July 2007
r24105Security fix: Previously it was possible to include unprotected and even cont...amidaniel04:57, 15 July 2007
r24106Actually, let's make that message a tid bit more clear: "Page type not compat...amidaniel05:04, 15 July 2007
r24107MIME is an acronym...robchurch05:08, 15 July 2007
r24108API: improved list=logevents - added leprop, decoded some log typesyurik06:26, 15 July 2007
r24111API: an alternative "continue" value formatted as a URL-encoded snippet. Comm...yurik06:56, 15 July 2007
r24112Updated translations for dawegge07:34, 15 July 2007
r24117New Parser::setTransparentTagHook for parser extension and template compatibi...jeluf11:14, 15 July 2007
r24129Remove bogus 'speak: none;' declaration. It's invalid for the media types, b...simetrical20:21, 15 July 2007
r24140Added hook point to allow extensions to add to contentSub on Special:Contribu...amidaniel01:10, 16 July 2007
r24147Document recently added SpecialContribsSubEnd hook, as well as SpecialContrib...amidaniel07:11, 16 July 2007
r24151* (bug 10598) Update Japanese translation...raymond08:02, 16 July 2007
r24152* (bug 10577) Update Thai translation...raymond08:13, 16 July 2007
r24153* (bug 10581) Update Chinese translations...raymond08:25, 16 July 2007
r24156* (bug 10575, 10576) Update Swedish translations...raymond08:44, 16 July 2007
r24157Housekeeping:...raymond10:44, 16 July 2007
r24158Rename 'SpecialContribSubEnd' hook to more appropriate 'ContributionsToolLink...robchurch11:21, 16 July 2007
r24159Less verbose; don't bother with "return not evaluated", gives the wrong impre...robchurch11:30, 16 July 2007
r24163* Add CSS compatibility for Opera 9.5...simetrical14:42, 16 July 2007
r24165* Add a message if category is emptyraymond15:15, 16 July 2007
r24168* RELEASE-NOTES from last commit...simetrical15:51, 16 July 2007
r24169, toosimetrical15:53, 16 July 2007
r24170Updated translations for dawegge16:59, 16 July 2007
r24171Oops from r24157. Thanks to [[:de:User:UV]].raymond17:03, 16 July 2007
r24172(bug 3173) Option to offer exported pages as a download, rather than displayi...robchurch17:04, 16 July 2007
r24173Updated translations for dawegge17:09, 16 July 2007
r24175Update.rotem19:03, 16 July 2007
r24176(bug 4650) Added various sanity checks to site stats generation.simetrical19:48, 16 July 2007
r24177Whoops, reversed inequality. Forgot to check whether this is being run *too*...simetrical20:01, 16 July 2007
r24178Er, right. Best to have "return true;" somewhere in the function, isn't it?simetrical20:05, 16 July 2007
r24181Fix bug 10608, plus a bonus one that was hidden by that bug.greg21:28, 16 July 2007
r24182Mention bug fix from r24181 in release notes; if the "other bug" is worth men...robchurch22:40, 16 July 2007
r24185Update commentrobchurch00:22, 17 July 2007
r24188removed byte order mark, this makes t/maint/bom.t passavar03:32, 17 July 2007
r24189Importing Test.php 0.12 from CPANavar03:32, 17 July 2007
r24190ok 0 => msg ==> fail(msg) ; ok 1 => msg ==> pass(msg)avar03:46, 17 July 2007
r24191It appears that some MIME detectors on Windows machines identify svg's as 'im...amidaniel06:04, 17 July 2007
r24192* (bug 10577) Update Thai translation...raymond06:24, 17 July 2007
r24193Housekeeping...raymond07:07, 17 July 2007
r24194* Updatesnikerabbit08:43, 17 July 2007
r24195*Note cascading protection, patch by Lejonel (bug 10614)aaron10:27, 17 July 2007
r24198* (bug 10615) Fix for transwiki import when CURL not available...brion14:46, 17 July 2007
r24200A little more cleanup on the fallback (non-cURL) HttpFunctions fetch....brion15:13, 17 July 2007
r24201* Removing some {{PLURAL:}} calls as wfMsgforContent does not support plural :-(...raymond15:28, 17 July 2007
r24202Revert r24105, r24106, r24107 'security fix' forbidden text/css and text/java...brion15:50, 17 July 2007
r24204* Clean up User::isValidPassword()...robchurch16:44, 17 July 2007
r24205Update.rotem16:50, 17 July 2007
r24206Fixrobchurch16:52, 17 July 2007
r24207* (bug 8054) Return search page for empty search requests with ugly URLs...brion17:16, 17 July 2007
r24209URL-encode the content-disposition suggested filename for XML export data....brion18:14, 17 July 2007
r24210* (bug 10572) Force refresh after clearing visitation timestamps on watchlistbrion19:16, 17 July 2007
r24212clarify commentbrion20:27, 17 July 2007

Status & tagging log