r23407 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23406‎ | r23407 | r23408 >
Date:23:00, 25 June 2007
Author:david
Status:old
Tags:
Comment:
Merged revisions 23203-23405 via svnmerge from
svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3

........
r23220 | brion | 2007-06-22 07:25:23 -0700 (Fri, 22 Jun 2007) | 3 lines

Revert r23197 -- while well-meaning, this would severely overrepresent minor content namespaces by selecting the namespaces with equal probability.
A better solution would be to modify the RandomPage class to allow passing pages of multiple namespaces, and giving it the complete list of content namespaces; then the selection would be properly proportional.
........
r23226 | brion | 2007-06-22 07:52:49 -0700 (Fri, 22 Jun 2007) | 3 lines

Revert r23166, 23178, 23179, and probably some other related bits.
There are issues with putting robots stuff into the current protection system, so we're backing this out to prevent another backwards-compatibility disaster when it's done in a more reliable way. :)
........
r23228 | yurik | 2007-06-22 08:19:55 -0700 (Fri, 22 Jun 2007) | 1 line

Forgot to update table sql per bug 10280
........
r23233 | simetrical | 2007-06-22 10:36:59 -0700 (Fri, 22 Jun 2007) | 8 lines

Fix up AJAX watch and enable it by default.

* Allow it to work for nonexistent articles (pass title instead of ID)
* Use event handlers, not javascript: URLs
* Fix bug preventing akeytt from setting tooltips for a single element
* Add jsMsg() function to wikibits to allow messages to be displayed dynamically at the top of the screen (could use dismiss button?)

Some test-cases I've thrown at it worked fine (nonexistent pages, namespaced pages, pages with funny characters), but I haven't spent seven weeks in a cave meditating on what could possibly go wrong, so there may be some kind of omission somewhere.
........
r23234 | simetrical | 2007-06-22 10:47:29 -0700 (Fri, 22 Jun 2007) | 1 line

Fix a couple of typos from last commit (one possibly error-causing for picky browsers, one for jslint)
........
r23235 | ivanlanin | 2007-06-22 11:01:38 -0700 (Fri, 22 Jun 2007) | 1 line

Indonesian (id) localisation updates.
........
r23236 | tstarling | 2007-06-22 11:17:23 -0700 (Fri, 22 Jun 2007) | 4 lines

* Added option to install with MyISAM
* Select MySQL by default if both drivers are available
* Use a frameset for the DB-specific box, instead of a garish orange background
* A big font and an <hr> for the final success message, since people sometimes forget to read it
........
r23237 | brion | 2007-06-22 11:27:06 -0700 (Fri, 22 Jun 2007) | 2 lines

Spiff up the JS message a little bit
........
r23238 | rotem | 2007-06-22 11:27:47 -0700 (Fri, 22 Jun 2007) | 1 line

Update.
........
r23239 | tstarling | 2007-06-22 11:31:24 -0700 (Fri, 22 Jun 2007) | 4 lines

* Fixed complete breakage for MySQL instances with a maximum key length of 1000 bytes. Tested with MyISAM 5 with UTF-8 default character set.
* Replaced char/varchar with binary/varbinary in cases where the data is pure ASCII. This is more efficient for various reasons in MySQL 4.1+, and equivalent to char() binary in 4.0. Sometimes varbinary is needed where char was used before, to avoid zero-padding on the right. As a side-effect, this means the MySQL 5 binary schema is no longer broken.
* Removed width specifiers from integer columns. These do virtually nothing, the MySQL command line client ignores them and they have no impact on storage. The only thing they do is cause arguments between developers over whether the most appropriate width of a 32-bit integer is 8, 9 or 10 columns.
* No updater provided for the moment, but everyone should migrate to the MySQL 5 binary schema eventually since it should now work correctly and efficiently.
........
r23240 | brion | 2007-06-22 11:39:40 -0700 (Fri, 22 Jun 2007) | 7 lines

'class' is a reserved word in JavaScript. :) Changing parameter name to 'className' fixes ajax watch in:
* IE 7/Win
* Safari 3/Win
* Safari 2/Mac
* Mozilla 1.1/Mac
........
r23241 | greg | 2007-06-22 11:45:10 -0700 (Fri, 22 Jun 2007) | 2 lines

Return raw bytea string, not arrayified version for encodeBlob()
........
r23242 | tstarling | 2007-06-22 11:57:00 -0700 (Fri, 22 Jun 2007) | 1 line

PediaWiki has evolved.
........
r23243 | brion | 2007-06-22 11:58:51 -0700 (Fri, 22 Jun 2007) | 3 lines

Fix drop-down for Nostalgia skin when $wgArticlePath is left to default interpolation.
Was skipping setup code, which is pretty.... useless. :)
........
r23244 | brion | 2007-06-22 12:08:20 -0700 (Fri, 22 Jun 2007) | 2 lines

watchLink1 no longer exists
........
r23246 | tstarling | 2007-06-22 13:09:59 -0700 (Fri, 22 Jun 2007) | 1 line

Updated patch files to match the recent update to tables.sql. Removed some defunct patch files. Tested with a 1.3 -> 1.11 upgrade.
........
r23247 | tstarling | 2007-06-22 13:11:42 -0700 (Fri, 22 Jun 2007) | 1 line

Converted a couple of missed fields. Reverted expansion of log_type/log_action, that one really needs a patch file to avoid having future developers breaking old installations.
........
r23248 | tstarling | 2007-06-22 13:23:49 -0700 (Fri, 22 Jun 2007) | 4 lines

* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving overlong key errors.
* Fixed zero-padding issues with MySQL 5 binary schema
* Added option to install to MyISAM
........
r23257 | greg | 2007-06-22 15:00:58 -0700 (Fri, 22 Jun 2007) | 2 lines

getLag() returns false, not 0. Add reminder about future code refactoring.
........
r23286 | robchurch | 2007-06-23 02:27:23 -0700 (Sat, 23 Jun 2007) | 1 line

(bug 7859) Kazakh message updates [patch from AlefZet]
........
r23287 | tstarling | 2007-06-23 03:15:10 -0700 (Sat, 23 Jun 2007) | 4 lines

* Make $wgUser->editToken() work for either logged-in or logged-out users.
* Fix escaping of edit tokens, removed FIXME note.
* Added + to EDIT_TOKEN_SUFFIX on report of broken proxy from mutante
* Two random minor changes
........
r23297 | aaron | 2007-06-23 10:27:39 -0700 (Sat, 23 Jun 2007) | 1 line

*Add year/month selector to user contribs (bug 516)
........
r23298 | rotem | 2007-06-23 10:38:33 -0700 (Sat, 23 Jun 2007) | 1 line

Update.
........
r23303 | aaron | 2007-06-23 12:28:00 -0700 (Sat, 23 Jun 2007) | 1 line

*Remove extra pr_page index, it is redundant and just increases overhead
........
r23304 | robchurch | 2007-06-23 12:37:31 -0700 (Sat, 23 Jun 2007) | 1 line

(bug 10344) Don't follow a redirect after changing its protection level
........
r23306 | aaron | 2007-06-23 13:00:49 -0700 (Sat, 23 Jun 2007) | 1 line

*Fix bug with year 9999
........
r23307 | aaron | 2007-06-23 13:10:15 -0700 (Sat, 23 Jun 2007) | 1 line

*Should be greater than 0, not 1 ;)
........
r23308 | simetrical | 2007-06-23 20:16:08 -0700 (Sat, 23 Jun 2007) | 1 line

Wrap comments at 79 characters, not the particular width the commenter happened to have his screen set to when writing it
........
r23313 | simetrical | 2007-06-23 23:32:07 -0700 (Sat, 23 Jun 2007) | 1 line

E_STRICT fixes for filerepo stuff. Also, use 'abstract' keyword for File class, and mark some public methods public (and one private method protected, which I think is what was meant but no harm if private was actually meant). Couldn't fix the non-matching declarations of Image::newFromTitle() and LocalFile::newFromTitle().
........
r23315 | simetrical | 2007-06-23 23:35:47 -0700 (Sat, 23 Jun 2007) | 1 line

Fix two mistakes from last commit
........
r23318 | tstarling | 2007-06-24 05:38:03 -0700 (Sun, 24 Jun 2007) | 1 line

honour system only please for this one
........
r23320 | tstarling | 2007-06-24 06:45:58 -0700 (Sun, 24 Jun 2007) | 1 line

Some notes on architecture.
........
r23333 | aaron | 2007-06-24 11:44:43 -0700 (Sun, 24 Jun 2007) | 1 line

Add new oldimage column stuff
........
r23334 | rotem | 2007-06-24 12:30:18 -0700 (Sun, 24 Jun 2007) | 1 line

Fixes.
........
r23339 | simetrical | 2007-06-24 15:34:30 -0700 (Sun, 24 Jun 2007) | 1 line

(bug 9250) Remove hardcoded minimum image name length of three characters. Message minlength renamed to minlength1.
........
r23358 | yurik | 2007-06-24 22:44:33 -0700 (Sun, 24 Jun 2007) | 1 line

API: Fixed error codes encoding per bug 10308.
........
r23366 | raymond | 2007-06-25 00:20:35 -0700 (Mon, 25 Jun 2007) | 2 lines

* (bug 1ß363) Update Bulgarian translations
Patch by Borislav Manolov
........
r23367 | rotem | 2007-06-25 00:33:27 -0700 (Mon, 25 Jun 2007) | 1 line

Update.
........
r23368 | raymond | 2007-06-25 00:52:40 -0700 (Mon, 25 Jun 2007) | 2 lines

* (bug 10341) Update Russian translations
Patch by Alexander Sigachov
........
r23370 | rotem | 2007-06-25 01:21:57 -0700 (Mon, 25 Jun 2007) | 1 line

Fixing the text of the message: it is not the first line but the actual target.
........
r23373 | raymond | 2007-06-25 02:04:32 -0700 (Mon, 25 Jun 2007) | 1 line

Updates German
........
r23374 | ivanlanin | 2007-06-25 02:24:57 -0700 (Mon, 25 Jun 2007) | 1 line

Indonesian (id) localisation updates.
........
r23376 | wegge | 2007-06-25 02:39:49 -0700 (Mon, 25 Jun 2007) | 1 line

Updated translations for da
........
r23381 | rotem | 2007-06-25 03:07:36 -0700 (Mon, 25 Jun 2007) | 1 line

Fixing the month names - e.g. use 'january', not 'january-gen', in the months list.
........
r23382 | robchurch | 2007-06-25 04:09:51 -0700 (Mon, 25 Jun 2007) | 5 lines

Clean up the mess that is Xml::monthSelector()...
* Use accessors instead of direct access to static members
* Use existing XML functions to make life easier and guarantee clean XHTML
* Drop the useless class (use the ID in CSS)
........
r23385 | raymond | 2007-06-25 05:53:44 -0700 (Mon, 25 Jun 2007) | 2 lines

* Housekeeping:
** Magig word __END__ was removed a long time ago
........
r23386 | robchurch | 2007-06-25 05:58:00 -0700 (Mon, 25 Jun 2007) | 1 line

Good old PHP 5, and the $recursive parameter to mkdir()
........
r23389 | brion | 2007-06-25 08:02:46 -0700 (Mon, 25 Jun 2007) | 3 lines

* (bug 10338) Enforce signature length limit in Unicode characters instead of bytes
Uses mb_strlen(), which we already have a fallback function for if mbstring extension isn't present.
........
r23393 | robchurch | 2007-06-25 08:51:09 -0700 (Mon, 25 Jun 2007) | 4 lines

Fix up DISPLAYTITLE and enable per default:
* Clean up the mess in ParserOutput
* Reject (ignore) custom titles which don't normalise to the same as the current page -- THIS IS IMPORTANT OTHERWISE LINKING GOES TO POT (and not the good kind of pot)
[WARNING: Touches parser version. Old caches will be expired. You might wish to undo this and add some temporarily backwards-compatibility for a few days.]
........
r23394 | robchurch | 2007-06-25 08:53:26 -0700 (Mon, 25 Jun 2007) | 1 line

Remove un-needed message; linking will work as normal
........
r23395 | robchurch | 2007-06-25 09:00:46 -0700 (Mon, 25 Jun 2007) | 1 line

On second thoughts, don't increment the parser cache serial; it *will* cause a load spike. Added some backwards-compatible checking which should incur no overhead. \o/
........
r23396 | robchurch | 2007-06-25 09:07:49 -0700 (Mon, 25 Jun 2007) | 1 line

Revert r23395, since it won't work (d'oh, of course)
........
r23399 | raymond | 2007-06-25 12:24:40 -0700 (Mon, 25 Jun 2007) | 1 line

* (bug 10333) Correct date format in Slovenian
........
r23402 | robchurch | 2007-06-25 13:30:25 -0700 (Mon, 25 Jun 2007) | 1 line

DISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and that there isn't a fragment in the desired title
........
r23403 | robchurch | 2007-06-25 13:40:04 -0700 (Mon, 25 Jun 2007) | 1 line

Reset the page title after adding preview parser output to the output page
........
r23404 | robchurch | 2007-06-25 13:53:40 -0700 (Mon, 25 Jun 2007) | 1 line

Xml::monthSelector() -> Allow callers to override the "id" attribute
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/config/index.php (modified) (history)
  • /branches/liquidthreads/includes/AjaxFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/Article.php (modified) (history)
  • /branches/liquidthreads/includes/CoreParserFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/DatabasePostgres.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/GlobalFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/OutputPage.php (modified) (history)
  • /branches/liquidthreads/includes/Pager.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/ParserOutput.php (modified) (history)
  • /branches/liquidthreads/includes/ProtectionForm.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialBlockip.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialContributions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialEmailuser.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialPreferences.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialRandompage.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUpload.php (modified) (history)
  • /branches/liquidthreads/includes/Title.php (modified) (history)
  • /branches/liquidthreads/includes/User.php (modified) (history)
  • /branches/liquidthreads/includes/Xml.php (modified) (history)
  • /branches/liquidthreads/includes/XmlFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryRevisions.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/File.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/LocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/README (added) (history)
  • /branches/liquidthreads/includes/filerepo/README (added) (history)
  • /branches/liquidthreads/includes/filerepo/UnregisteredLocalFile.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBg.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/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesId.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/MessagesMk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUk.php (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ar_deleted.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ar_len.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-archive-rev_id.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-archive-text_id.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-bot.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-cache.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-categorylinks.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-email-notification.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-fa_deleted.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-filearchive.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-img_media_type.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-img_width.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-interwiki-trans.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-interwiki.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ipb_anon_only.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ipb_emailban.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ipb_expiry.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ipb_range_start.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ipblocks.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-job.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-langlinks.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-linktables.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-list.txt (deleted) (history)
  • /branches/liquidthreads/maintenance/archives/patch-log_deleted.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-logging.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-math.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-objectcache.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-oi_metadata.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-page_len.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-page_restrictions.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-pagelinks.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-querycache.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-querycacheinfo.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-querycachetwo.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rc_deleted.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rc_id.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rc_ip.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rc_len.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rc_type.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-redirect.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rename-group.sql (deleted) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rename-user_groups-and_rights.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-restructure.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rev_deleted.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rev_len.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rev_parent_id.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rev_text_id.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-searchindex.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ss_images.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-ss_total_articles.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-templatelinks.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-trackbacks.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-transcache.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-user_email_token.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-user_groups.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-user_newpass_time.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-user_registration.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-user_rights.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-user_token.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-userlevels-defaultgroups.sql (deleted) (history)
  • /branches/liquidthreads/maintenance/archives/patch-userlevels-rights.sql (deleted) (history)
  • /branches/liquidthreads/maintenance/archives/patch-userlevels.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-usernewtalk.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-usernewtalk2.sql (deleted) (history)
  • /branches/liquidthreads/maintenance/archives/patch-watchlist-null.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-watchlist.sql (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.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/redirect.php (modified) (history)
  • /branches/liquidthreads/skins/common/ajaxwatch.js (modified) (history)
  • /branches/liquidthreads/skins/common/shared.css (modified) (history)
  • /branches/liquidthreads/skins/common/wikibits.js (modified) (history)

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
r20180* (bug 7859) Update Kazakh messages...raymond18:32, 6 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
r22973* (bug 7859) Update Kazakh translations...raymond22:27, 13 June 2007
r23016bug 10280: For table categorylinks, add cl_from to the cl_sortkey indexyurik18:37, 15 June 2007
r23039Merged revisions 22967-23037 via svnmerge from...david20:15, 16 June 2007
r23058* (bug 7859) Update Kazakh translations...raymond07:49, 18 June 2007
r23087Merged revisions 23050-23086 via svnmerge from...david03:14, 19 June 2007
r23166* (bug 9415) Added options to Special:Protect to allow setting of per-page robot...raymond15:51, 21 June 2007
r23197Special:Randompage with no parameters now selects a random page from any name...amidaniel06:23, 22 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
r23220Revert r23197 -- while well-meaning, this would severely overrepresent minor ...brion14:25, 22 June 2007
r23226Revert r23166, 23178, 23179, and probably some other related bits....brion14:52, 22 June 2007
r23228Forgot to update table sql per bug 10280yurik15:19, 22 June 2007
r23233Fix up AJAX watch and enable it by default....simetrical17:36, 22 June 2007
r23234Fix a couple of typos from last commit (one possibly error-causing for picky ...simetrical17:47, 22 June 2007
r23235Indonesian (id) localisation updates.ivanlanin18:01, 22 June 2007
r23236* Added option to install with MyISAM...tstarling18:17, 22 June 2007
r23237Spiff up the JS message a little bitbrion18:27, 22 June 2007
r23238Update.rotem18:27, 22 June 2007
r23239* Fixed complete breakage for MySQL instances with a maximum key length of 10...tstarling18:31, 22 June 2007
r23240'class' is a reserved word in JavaScript. :) Changing parameter name to 'clas...brion18:39, 22 June 2007
r23241Return raw bytea string, not arrayified version for encodeBlob()greg18:45, 22 June 2007
r23242PediaWiki has evolved.tstarling18:57, 22 June 2007
r23243Fix drop-down for Nostalgia skin when $wgArticlePath is left to default inter...brion18:58, 22 June 2007
r23244watchLink1 no longer existsbrion19:08, 22 June 2007
r23246Updated patch files to match the recent update to tables.sql. Removed some de...tstarling20:09, 22 June 2007
r23247Converted a couple of missed fields. Reverted expansion of log_type/log_actio...tstarling20:11, 22 June 2007
r23248* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving ov...tstarling20:23, 22 June 2007
r23257getLag() returns false, not 0. Add reminder about future code refactoring.greg22:00, 22 June 2007
r23286(bug 7859) Kazakh message updates [patch from AlefZet]robchurch09:27, 23 June 2007
r23287* Make $wgUser->editToken() work for either logged-in or logged-out users....tstarling10:15, 23 June 2007
r23297*Add year/month selector to user contribs (bug 516)aaron17:27, 23 June 2007
r23298Update.rotem17:38, 23 June 2007
r23303*Remove extra pr_page index, it is redundant and just increases overheadaaron19:28, 23 June 2007
r23304(bug 10344) Don't follow a redirect after changing its protection levelrobchurch19:37, 23 June 2007
r23306*Fix bug with year 9999aaron20:00, 23 June 2007
r23307*Should be greater than 0, not 1 ;)aaron20:10, 23 June 2007
r23308Wrap comments at 79 characters, not the particular width the commenter happen...simetrical03:16, 24 June 2007
r23313E_STRICT fixes for filerepo stuff. Also, use 'abstract' keyword for File cla...simetrical06:32, 24 June 2007
r23315Fix two mistakes from last commitsimetrical06:35, 24 June 2007
r23318honour system only please for this onetstarling12:38, 24 June 2007
r23320Some notes on architecture.tstarling13:45, 24 June 2007
r23333Add new oldimage column stuffaaron18:44, 24 June 2007
r23334Fixes.rotem19:30, 24 June 2007
r23339(bug 9250) Remove hardcoded minimum image name length of three characters. M...simetrical22:34, 24 June 2007
r23358API: Fixed error codes encoding per bug 10308.yurik05:44, 25 June 2007
r23366* (bug 1ß363) Update Bulgarian translations...raymond07:20, 25 June 2007
r23367Update.rotem07:33, 25 June 2007
r23368* (bug 10341) Update Russian translations...raymond07:52, 25 June 2007
r23370Fixing the text of the message: it is not the first line but the actual target.rotem08:21, 25 June 2007
r23373Updates Germanraymond09:04, 25 June 2007
r23374Indonesian (id) localisation updates.ivanlanin09:24, 25 June 2007
r23376Updated translations for dawegge09:39, 25 June 2007
r23381Fixing the month names - e.g. use 'january', not 'january-gen', in the months...rotem10:07, 25 June 2007
r23382Clean up the mess that is Xml::monthSelector()...robchurch11:09, 25 June 2007
r23385* Housekeeping:...raymond12:53, 25 June 2007
r23386Good old PHP 5, and the $recursive parameter to mkdir()robchurch12:58, 25 June 2007
r23389* (bug 10338) Enforce signature length limit in Unicode characters instead of...brion15:02, 25 June 2007
r23393Fix up DISPLAYTITLE and enable per default:...robchurch15:51, 25 June 2007
r23394Remove un-needed message; linking will work as normalrobchurch15:53, 25 June 2007
r23395On second thoughts, don't increment the parser cache serial; it *will* cause ...robchurch16:00, 25 June 2007
r23396Revert r23395, since it won't work (d'oh, of course)robchurch16:07, 25 June 2007
r23399* (bug 10333) Correct date format in Slovenianraymond19:24, 25 June 2007
r23402DISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and tha...robchurch20:30, 25 June 2007
r23403Reset the page title after adding preview parser output to the output pagerobchurch20:40, 25 June 2007
r23404Xml::monthSelector() -> Allow callers to override the "id" attributerobchurch20:53, 25 June 2007

Status & tagging log