r23912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23911‎ | r23912 | r23913 >
Date:18:11, 9 July 2007
Author:david
Status:old
Tags:
Comment:
Merged revisions 23662-23909 via svnmerge from
svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3

........
r23679 | raymond | 2007-07-03 11:34:47 -0700 (Tue, 03 Jul 2007) | 2 lines

* (bug 10409) Update Japanese translations
Patch by Kkkdc
........
r23686 | raymond | 2007-07-03 13:41:48 -0700 (Tue, 03 Jul 2007) | 1 line

Little tweak to Arabic --> Latin transliteration
........
r23693 | robchurch | 2007-07-03 18:52:16 -0700 (Tue, 03 Jul 2007) | 1 line

Move all watchlist editing into WatchlistEditor class, integrating "raw editing" from ExportWatchlist extension, per Brion. Spiffed up the existing editor and "clear" interface; all three editors better integrated from a UI perspective.
........
r23695 | raymond | 2007-07-04 03:02:35 -0700 (Wed, 04 Jul 2007) | 2 lines

* Make {{PLURAL:}} available for 2 messages
* Update German
........
r23696 | robchurch | 2007-07-04 03:18:10 -0700 (Wed, 04 Jul 2007) | 1 line

Make WatchlistEditor::extractTitles() more robust when dealing with blank lines
........
r23698 | robchurch | 2007-07-04 03:27:00 -0700 (Wed, 04 Jul 2007) | 1 line

Revert part of r23695; "parsemag" is superfluous when doing a normal parse, and this also breaks intended message handling
........
r23714 | ivanlanin | 2007-07-04 10:02:58 -0700 (Wed, 04 Jul 2007) | 1 line

Indonesian (id) localisation updates.
........
r23718 | rotem | 2007-07-04 13:09:53 -0700 (Wed, 04 Jul 2007) | 1 line

Update.
........
r23722 | magnusmanske | 2007-07-04 14:04:19 -0700 (Wed, 04 Jul 2007) | 1 line

Fix: mkdir doesn't run recursively on Windows when using "/" separators
........
r23737 | greg | 2007-07-05 06:41:47 -0700 (Thu, 05 Jul 2007) | 2 lines

Add in binary type
........
r23739 | tstarling | 2007-07-05 06:57:54 -0700 (Thu, 05 Jul 2007) | 1 line

gen=js has the wrong cache properties for language-dependent text. Moved wgAjaxWatch initialisation to makeGlobalVariablesScript(). Added associative array capability to Xml::encodeJsVar().
........
r23741 | catrope | 2007-07-05 08:09:06 -0700 (Thu, 05 Jul 2007) | 2 lines

API: Adding ucnamespace parameter to list=usercontribs
........
r23745 | amidaniel | 2007-07-05 10:13:56 -0700 (Thu, 05 Jul 2007) | 1 line

Deleted trunk/phase3/includes/api/ApiRollback.php Mistakenly created in trunk, rather than in branch.
........
r23748 | brion | 2007-07-05 10:51:37 -0700 (Thu, 05 Jul 2007) | 2 lines

Don't bother including the ajax watch localizations for anon users. Should save a few bytes times a few billion hits per month. :)
........
r23750 | robchurch | 2007-07-05 11:20:46 -0700 (Thu, 05 Jul 2007) | 1 line

Improvements to the watchlist editor per Brion; diff the current watchlist against the list of wanted titles, speeds things up, avoids resetting notification timestamps and lets us show a couple of natty lists which make the user feel warm and fuzzy inside. Also, ignore titles which can't be watched - special, media, interwiki etc.
........
r23754 | tstarling | 2007-07-05 11:25:04 -0700 (Thu, 05 Jul 2007) | 1 line

unused variable
........
r23755 | robchurch | 2007-07-05 11:34:31 -0700 (Thu, 05 Jul 2007) | 1 line

Coding conventions - spacing
........
r23756 | tstarling | 2007-07-05 12:42:18 -0700 (Thu, 05 Jul 2007) | 1 line

Return a ResultWrapper from Database::query() and query builder functions, instead of a raw DB result resource. Backwards compatibility is maintained, except with naughty code that was calling database driver functions directly on result objects.
........
r23757 | simetrical | 2007-07-05 12:46:14 -0700 (Thu, 05 Jul 2007) | 1 line

Add comment on cacheability of getUserJs() to fend off other wayward devs
........
r23759 | aaron | 2007-07-05 13:02:06 -0700 (Thu, 05 Jul 2007) | 1 line

*Add extension schema change support
........
r23762 | rotem | 2007-07-05 18:58:38 -0700 (Thu, 05 Jul 2007) | 1 line

Update.
........
r23765 | yurik | 2007-07-05 19:19:56 -0700 (Thu, 05 Jul 2007) | 1 line

API: Documentation cleanup
........
r23766 | robchurch | 2007-07-05 20:41:04 -0700 (Thu, 05 Jul 2007) | 3 lines

* Introduce wfScript() wrapper around script path generation
* Honour script extension in ApiFormatBase
* Fix up some uses of short open tags, which are discouraged, in ApiFormatBase
........
r23767 | robchurch | 2007-07-05 20:55:36 -0700 (Thu, 05 Jul 2007) | 1 line

Document and clean up wfQueriesMustScale(); less verbose comments inside the function, more function documentation, please -- and don't use an if statement when it's not needed
........
r23768 | robchurch | 2007-07-05 21:23:33 -0700 (Thu, 05 Jul 2007) | 1 line

Use SiteStats accessors so we benefit from caching, etc. in wfQueriesMustScale() - per Simetrical
........
r23769 | robchurch | 2007-07-05 21:25:06 -0700 (Thu, 05 Jul 2007) | 1 line

...and remove some un-needed lines
........
r23770 | werdna | 2007-07-05 23:52:52 -0700 (Thu, 05 Jul 2007) | 1 line

Add (undo) buttons onto page history, for people with rollback privilege only (that's changeable very simply.. just put in place to ward off whingers). Also, minorly, switch the undoafter and undo parameters if they're given the wrong way around, which seems like a more sensible thing to do than silently fail. I would have renamed them undo1 and undo2, but that'd cause all kinds of chaos.
........
r23771 | werdna | 2007-07-06 00:08:19 -0700 (Fri, 06 Jul 2007) | 1 line

After further thought, put undo on page history for everyone. Discussion welcome.
........
r23772 | simetrical | 2007-07-06 00:11:58 -0700 (Fri, 06 Jul 2007) | 1 line

Use spiffier variable swap method. Might not be as pretty as those iterators Tim was rhapsodizing about earlier today, though.
........
r23774 | yurik | 2007-07-06 00:16:38 -0700 (Fri, 06 Jul 2007) | 1 line

API: Backlink-style queries (backlinks, imageusage, embeddedin) now use ??title parameter instead of titles (support for titles will be discontinued later).
........
r23775 | raymond | 2007-07-06 00:25:01 -0700 (Fri, 06 Jul 2007) | 2 lines

* (bug 10471) Update Chinese translations
Patch by Shinjiman
........
r23777 | ivanlanin | 2007-07-06 00:52:28 -0700 (Fri, 06 Jul 2007) | 1 line

Indonesian (id) localisation updates.
........
r23778 | wegge | 2007-07-06 00:57:08 -0700 (Fri, 06 Jul 2007) | 1 line

Updated translations for da
........
r23782 | yurik | 2007-07-06 02:06:55 -0700 (Fri, 06 Jul 2007) | 1 line

changed updateArticle to doEdit. This is first of a large series of changes we must do to enable api commits.
........
r23784 | nikerabbit | 2007-07-06 05:39:51 -0700 (Fri, 06 Jul 2007) | 2 lines

* Updates to Piedmontese (pms) by Bèrto 'd Sèra
........
r23785 | nikerabbit | 2007-07-06 06:00:07 -0700 (Fri, 06 Jul 2007) | 2 lines

* Aromanian (roa-rup) messages
........
r23786 | raymond | 2007-07-06 07:12:50 -0700 (Fri, 06 Jul 2007) | 1 line

Updates German
........
r23789 | brion | 2007-07-06 08:52:47 -0700 (Fri, 06 Jul 2007) | 2 lines

fix an updater check for ResultWrapper usage
........
r23790 | brion | 2007-07-06 08:57:12 -0700 (Fri, 06 Jul 2007) | 2 lines

be a little clearer in add_index()
........
r23794 | robchurch | 2007-07-06 09:44:14 -0700 (Fri, 06 Jul 2007) | 1 line

Coding conventions - spacing
........
r23796 | aaron | 2007-07-06 12:20:29 -0700 (Fri, 06 Jul 2007) | 1 line

*Typo
........
r23797 | yurik | 2007-07-06 12:43:32 -0700 (Fri, 06 Jul 2007) | 1 line

API: Fixed continuation bug in list=categorymembers. Thanks to Roberto Leandrini.
........
r23798 | nikerabbit | 2007-07-06 13:24:29 -0700 (Fri, 06 Jul 2007) | 2 lines

* Updates to Dutch (nl)
........
r23802 | tstarling | 2007-07-06 14:50:43 -0700 (Fri, 06 Jul 2007) | 1 line

Don't move the destination to the archive until we have checked that the source file exists. This was causing some data "misplacement" on double-submission of the upload warning confirmation form.
........
r23803 | aaron | 2007-07-06 15:05:29 -0700 (Fri, 06 Jul 2007) | 1 line

*Re-add contribs year/month filter. Now it simply jumps to a certain offset.
........
r23805 | amidaniel | 2007-07-06 15:30:57 -0700 (Fri, 06 Jul 2007) | 1 line

Totally superficial change. URLs in comments on the autogenerated LocalSettings.php were never right to start with -- now updated to point to their correct location on mediawiki.org.
........
r23806 | robchurch | 2007-07-06 15:53:43 -0700 (Fri, 06 Jul 2007) | 3 lines

* Remove redundant "HTMLmonthelector" [sic] function
* Class names start with a capital; please be consistent when addressing them
* Update release notes
........
r23807 | robchurch | 2007-07-06 15:58:29 -0700 (Fri, 06 Jul 2007) | 2 lines

* Code conventions - spacing, minor refactoring
* Correct errant release note
........
r23808 | robchurch | 2007-07-06 16:24:10 -0700 (Fri, 06 Jul 2007) | 3 lines

* Add option to maintenance/createAndPromote.php to give the user bureaucrat permissions (--bureaucrat)
* Some --help on maintenance/createAndPromote.php
* Tweak maintenance/README
........
r23811 | robchurch | 2007-07-06 17:17:51 -0700 (Fri, 06 Jul 2007) | 2 lines

* Make "undo" and "rollback" links appear in a consistent fashion on page histories
* Fix odd user interface behaviour in rollback success pages - introduce a separate message for the UI feedback and pass standard tool links
........
r23812 | robchurch | 2007-07-06 17:46:39 -0700 (Fri, 06 Jul 2007) | 1 line

Brighten up the high slave lag warning in Monobook; looked a bit...grubby
........
r23813 | rotem | 2007-07-06 18:32:41 -0700 (Fri, 06 Jul 2007) | 1 line

Update.
........
r23814 | rotem | 2007-07-06 19:00:02 -0700 (Fri, 06 Jul 2007) | 1 line

In RTL wikis using Firefox, the padding doesn't work and the filetoc only contains one space between each item, and this is because the whitespace between the items; there is no space between imagelinks and metadata (because there is no whitespace), so adding one space to work around that (of course this whole bug should be fixed somehow).
........
r23817 | robchurch | 2007-07-06 20:01:47 -0700 (Fri, 06 Jul 2007) | 1 line

No reason this should be inheriting...
........
r23818 | yurik | 2007-07-06 20:04:20 -0700 (Fri, 06 Jul 2007) | 1 line

filerepo: fixed mem leak for history lines and exposed repository name
........
r23819 | yurik | 2007-07-06 20:05:09 -0700 (Fri, 06 Jul 2007) | 3 lines

API: implemented prop=imageinfo, minor cleanup
........
r23821 | amidaniel | 2007-07-06 21:18:44 -0700 (Fri, 06 Jul 2007) | 1 line

If the user is unable to edit a page because the namespace is protected, rather than the page itself, show a different message--namely, namespaceprotectedtext.
........
r23822 | amidaniel | 2007-07-06 21:21:09 -0700 (Fri, 06 Jul 2007) | 1 line

Update RELEASE-NOTES for last commit.
........
r23823 | yurik | 2007-07-06 21:53:07 -0700 (Fri, 06 Jul 2007) | 1 line

API: (bug 10211) Added db server replication lag information in meta=siteinfo
........
r23824 | robchurch | 2007-07-06 21:53:35 -0700 (Fri, 06 Jul 2007) | 2 lines

* Coding conventions
* Fix profiling breakage
........
r23825 | robchurch | 2007-07-06 21:54:43 -0700 (Fri, 06 Jul 2007) | 1 line

Clean up OutputPage::readOnlyPage() -- most of these specific reasons should probably be moved to callers
........
r23826 | robchurch | 2007-07-06 21:58:44 -0700 (Fri, 06 Jul 2007) | 2 lines

* Rename "namespaceprotectedtext" to "namespaceprotected"
* Simpler default message text that covers more cases - message might be shown to logged-in users who don't have permissions, etc.
........
r23827 | yurik | 2007-07-06 21:58:52 -0700 (Fri, 06 Jul 2007) | 1 line

API: slightly better naming for db repl lag
........
r23828 | robchurch | 2007-07-06 21:59:21 -0700 (Fri, 06 Jul 2007) | 1 line

Kill some parameter cruft
........
r23829 | robchurch | 2007-07-06 22:00:24 -0700 (Fri, 06 Jul 2007) | 1 line

Alter wording
........
r23830 | robchurch | 2007-07-06 22:02:18 -0700 (Fri, 06 Jul 2007) | 1 line

sigh
........
r23831 | amidaniel | 2007-07-06 22:15:38 -0700 (Fri, 06 Jul 2007) | 1 line

More profile breakage.
........
r23834 | brion | 2007-07-06 23:47:07 -0700 (Fri, 06 Jul 2007) | 3 lines

* (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak
........
r23835 | brion | 2007-07-06 23:52:59 -0700 (Fri, 06 Jul 2007) | 2 lines

case change for aesthetic purposes
........
r23838 | amidaniel | 2007-07-07 00:02:54 -0700 (Sat, 07 Jul 2007) | 1 line

Per-page protection should take precedence over namespace protection when deciding what message to display.
........
r23839 | wegge | 2007-07-07 00:03:51 -0700 (Sat, 07 Jul 2007) | 1 line

Updated translations for da
........
r23840 | yurik | 2007-07-07 00:32:34 -0700 (Sat, 07 Jul 2007) | 1 line

Rollback rewrite to separate UI from logic (with help from catrope)
........
r23841 | ivanlanin | 2007-07-07 01:20:37 -0700 (Sat, 07 Jul 2007) | 1 line

Indonesian (id) localisation updates.
........
r23842 | yurik | 2007-07-07 02:35:05 -0700 (Sat, 07 Jul 2007) | 1 line

API: Added list=exturlusage - allows url searches within wiki
........
r23845 | brion | 2007-07-07 09:39:41 -0700 (Sat, 07 Jul 2007) | 3 lines

Fix a stupid typo I made in a back-compat check.
Could have occasionally caused errors in AJAX-laden pages cached from before an upgrade
........
r23853 | rotem | 2007-07-07 12:28:22 -0700 (Sat, 07 Jul 2007) | 1 line

Update.
........
r23857 | yurik | 2007-07-07 14:51:06 -0700 (Sat, 07 Jul 2007) | 1 line

bug 10496 DISTINCT option logic incorrect in Database::makeSelectOptions
........
r23859 | yurik | 2007-07-07 20:35:37 -0700 (Sat, 07 Jul 2007) | 3 lines

API:
* added link enumeration (list=alllinks)
* marked potential security vulnerability
........
r23860 | yurik | 2007-07-07 21:26:56 -0700 (Sat, 07 Jul 2007) | 1 line

API: forgot to remove debugging statement
........
r23861 | yurik | 2007-07-08 00:50:56 -0700 (Sun, 08 Jul 2007) | 1 line

API: Added list=allusers to allow enumeration of the registered users
........
r23862 | yurik | 2007-07-08 01:32:00 -0700 (Sun, 08 Jul 2007) | 1 line

API: updated help screen
........
r23864 | yurik | 2007-07-08 05:31:28 -0700 (Sun, 08 Jul 2007) | 1 line

API: added wlprop=sizes to get article size before and after the change.
........
r23873 | nikerabbit | 2007-07-08 10:35:37 -0700 (Sun, 08 Jul 2007) | 2 lines

* Updates to fi
........
r23877 | nikerabbit | 2007-07-08 13:59:10 -0700 (Sun, 08 Jul 2007) | 2 lines

* Updates to Slovak (sk)
........
r23879 | tstarling | 2007-07-08 17:48:40 -0700 (Sun, 08 Jul 2007) | 1 line

Added iterator interface to ResultWrapper. No support in Oracle yet. Updated documentation for Database::getLag().
........
r23882 | amidaniel | 2007-07-08 21:09:12 -0700 (Sun, 08 Jul 2007) | 1 line

Media type "screen,projection" pissing off some css validators. Adding space in between.
........
r23884 | yurik | 2007-07-08 22:19:07 -0700 (Sun, 08 Jul 2007) | 1 line

API: fixed timestamp format for 'continue' values
........
r23885 | robchurch | 2007-07-09 00:56:05 -0700 (Mon, 09 Jul 2007) | 2 lines

* Update release notes
* Fix E_STRICT warning introduced in r23840
........
r23887 | robchurch | 2007-07-09 01:12:44 -0700 (Mon, 09 Jul 2007) | 2 lines

* Code conventions
* Throw a more helpful exception from Article::rollback()
........
r23888 | robchurch | 2007-07-09 01:16:40 -0700 (Mon, 09 Jul 2007) | 1 line

* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php
........
r23890 | raymond | 2007-07-09 01:55:35 -0700 (Mon, 09 Jul 2007) | 2 lines

* (bug 10489) Update Chinese translations
Patch by Shinjiman
........
r23891 | raymond | 2007-07-09 02:08:12 -0700 (Mon, 09 Jul 2007) | 2 lines

* (bug 9742) Update Lithuanian translations
Patch by Edgaras
........
r23895 | robchurch | 2007-07-09 03:59:02 -0700 (Mon, 09 Jul 2007) | 1 line

Make WatchlistEditor use arrays of strings, which are far less expensive than Title objects, so Brion can now add 5000 pages to his watchlist without sapping up all his memory. Also, use the current user's preference for raw edit box size, and while we're on the subject, use $wgUser to make the difference explicit.
........
r23896 | robchurch | 2007-07-09 04:08:32 -0700 (Mon, 09 Jul 2007) | 1 line

Let's be a little bit clever here; faster code path for the case where users just blank the text box and submit to clear...skip all that pointless diffing and so forth
........
r23897 | robchurch | 2007-07-09 05:04:58 -0700 (Mon, 09 Jul 2007) | 1 line

Add some navigation between watchlist modes
........
r23898 | robchurch | 2007-07-09 05:10:06 -0700 (Mon, 09 Jul 2007) | 1 line

Tweak link labels
........
r23903 | robchurch | 2007-07-09 07:21:49 -0700 (Mon, 09 Jul 2007) | 1 line

Don't waste time queuing or checking email notifications for pages in the Special or Media namespaces
........
r23905 | raymond | 2007-07-09 07:41:03 -0700 (Mon, 09 Jul 2007) | 1 line

Updates German
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/config/index.php (modified) (history)
  • /branches/liquidthreads/includes/Article.php (modified) (history)
  • /branches/liquidthreads/includes/AutoLoader.php (modified) (history)
  • /branches/liquidthreads/includes/BagOStuff.php (modified) (history)
  • /branches/liquidthreads/includes/Database.php (modified) (history)
  • /branches/liquidthreads/includes/DatabaseOracle.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/ImagePage.php (modified) (history)
  • /branches/liquidthreads/includes/Linker.php (modified) (history)
  • /branches/liquidthreads/includes/Namespace.php (modified) (history)
  • /branches/liquidthreads/includes/OutputPage.php (modified) (history)
  • /branches/liquidthreads/includes/PageHistory.php (modified) (history)
  • /branches/liquidthreads/includes/Pager.php (modified) (history)
  • /branches/liquidthreads/includes/Skin.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialAllpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialContributions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/Title.php (modified) (history)
  • /branches/liquidthreads/includes/UserMailer.php (modified) (history)
  • /branches/liquidthreads/includes/WatchlistEditor.php (added) (history)
  • /branches/liquidthreads/includes/WatchlistEditor.php (added) (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/ApiFormatBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiLogin.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiMain.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiPageSet.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuery.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllLinks.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllLinks.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllUsers.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllUsers.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllpages.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryBacklinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategories.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategoryMembers.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryExtLinksUsage.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryExtLinksUsage.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryExternalLinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryImageInfo.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryImageInfo.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiQueryImages.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryLangLinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryLinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryLogEvents.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryRecentChanges.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuerySiteinfo.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryUserContributions.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiRollback.php (deleted) (history)
  • /branches/liquidthreads/includes/filerepo/FSRepo.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/File.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/LocalFile.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKu.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/MessagesFi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesId.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPms.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRoa_rup.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesRoa_rup.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesSk.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/README (modified) (history)
  • /branches/liquidthreads/maintenance/createAndPromote.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/maintenance/postgres/compare_schemas.pl (modified) (history)
  • /branches/liquidthreads/maintenance/updaters.inc (modified) (history)
  • /branches/liquidthreads/skins/MonoBook.php (modified) (history)
  • /branches/liquidthreads/skins/common/ajax.js (modified) (history)
  • /branches/liquidthreads/skins/disabled/MonoBook.tpl (modified) (history)
  • /branches/liquidthreads/skins/monobook/main.css (modified) (history)

Follow-up revisions

RevisionCommit summaryAuthorDate
r24672* (bug 9742) Update Lithuanian translations...raymond14:21, 8 August 2007
r24705Merged revisions 24632-24693 via svnmerge from...david19:15, 9 August 2007
r25321* (bug 9742) Update Lithuanian translations...raymond14:25, 30 August 2007
r25338Merged revisions 25303-25337 via svnmerge from...david04:55, 31 August 2007
r26497* (bug 9742) Update Lithuanian...raymond09:30, 8 October 2007
r26512Merged revisions 26465-26511 via svnmerge from...david21:07, 8 October 2007
r27367* (bug 9742) Update Lithuanian translations...raymond18:33, 10 November 2007
r28002* (bug 9742) Update Lithuanian translations...shinjiman02:45, 1 December 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r21741* (bug 9742) Update Lithuanian translations...raymond05:46, 1 May 2007
r22061* (bug 9742) Update Lithuanian translations...raymond10:23, 10 May 2007
r22509* (bug 9742) Update Lithuanian translations...raymond16:27, 28 May 2007
r22518Merged revisions 22484-22517 via svnmerge from...david22:22, 28 May 2007
r23060* (bug 9742) Update Lithuanian translations...raymond08:04, 18 June 2007
r23087Merged revisions 23050-23086 via svnmerge from...david03:14, 19 June 2007
r23679* (bug 10409) Update Japanese translations...raymond18:34, 3 July 2007
r23686Little tweak to Arabic --> Latin transliterationraymond20:41, 3 July 2007
r23693Move all watchlist editing into WatchlistEditor class, integrating "raw editi...robchurch01:52, 4 July 2007
r23695* Make {{PLURAL:}} available for 2 messages...raymond10:02, 4 July 2007
r23696Make WatchlistEditor::extractTitles() more robust when dealing with blank linesrobchurch10:18, 4 July 2007
r23698Revert part of r23695; "parsemag" is superfluous when doing a normal parse, a...robchurch10:27, 4 July 2007
r23714Indonesian (id) localisation updates.ivanlanin17:02, 4 July 2007
r23718Update.rotem20:09, 4 July 2007
r23722Fix: mkdir doesn't run recursively on Windows when using "/" separatorsmagnusmanske21:04, 4 July 2007
r23737Add in binary typegreg13:41, 5 July 2007
r23739gen=js has the wrong cache properties for language-dependent text. Moved wgAj...tstarling13:57, 5 July 2007
r23741API: Adding ucnamespace parameter to list=usercontribscatrope15:09, 5 July 2007
r23745Deleted trunk/phase3/includes/api/ApiRollback.php Mistakenly created in trunk...amidaniel17:13, 5 July 2007
r23748Don't bother including the ajax watch localizations for anon users. Should sa...brion17:51, 5 July 2007
r23750Improvements to the watchlist editor per Brion; diff the current watchlist ag...robchurch18:20, 5 July 2007
r23754unused variabletstarling18:25, 5 July 2007
r23755Coding conventions - spacingrobchurch18:34, 5 July 2007
r23756Return a ResultWrapper from Database::query() and query builder functions, in...tstarling19:42, 5 July 2007
r23757Add comment on cacheability of getUserJs() to fend off other wayward devssimetrical19:46, 5 July 2007
r23759*Add extension schema change supportaaron20:02, 5 July 2007
r23762Update.rotem01:58, 6 July 2007
r23765API: Documentation cleanupyurik02:19, 6 July 2007
r23766* Introduce wfScript() wrapper around script path generation...robchurch03:41, 6 July 2007
r23767Document and clean up wfQueriesMustScale(); less verbose comments inside the ...robchurch03:55, 6 July 2007
r23768Use SiteStats accessors so we benefit from caching, etc. in wfQueriesMustScal...robchurch04:23, 6 July 2007
r23769...and remove some un-needed linesrobchurch04:25, 6 July 2007
r23770Add (undo) buttons onto page history, for people with rollback privilege only...werdna06:52, 6 July 2007
r23771After further thought, put undo on page history for everyone. Discussion welc...werdna07:08, 6 July 2007
r23772Use spiffier variable swap method. Might not be as pretty as those iterators...simetrical07:11, 6 July 2007
r23774API: Backlink-style queries (backlinks, imageusage, embeddedin) now use ??tit...yurik07:16, 6 July 2007
r23775* (bug 10471) Update Chinese translations...raymond07:25, 6 July 2007
r23777Indonesian (id) localisation updates.ivanlanin07:52, 6 July 2007
r23778Updated translations for dawegge07:57, 6 July 2007
r23782changed updateArticle to doEdit. This is first of a large series of changes w...yurik09:06, 6 July 2007
r23784* Updates to Piedmontese (pms) by Bèrto 'd Sèranikerabbit12:39, 6 July 2007
r23785* Aromanian (roa-rup) messagesnikerabbit13:00, 6 July 2007
r23786Updates Germanraymond14:12, 6 July 2007
r23789fix an updater check for ResultWrapper usagebrion15:52, 6 July 2007
r23790be a little clearer in add_index()brion15:57, 6 July 2007
r23794Coding conventions - spacingrobchurch16:44, 6 July 2007
r23796*Typoaaron19:20, 6 July 2007
r23797API: Fixed continuation bug in list=categorymembers. Thanks to Roberto Leandr...yurik19:43, 6 July 2007
r23798* Updates to Dutch (nl)nikerabbit20:24, 6 July 2007
r23802Don't move the destination to the archive until we have checked that the sour...tstarling21:50, 6 July 2007
r23803*Re-add contribs year/month filter. Now it simply jumps to a certain offset.aaron22:05, 6 July 2007
r23805Totally superficial change. URLs in comments on the autogenerated LocalSettin...amidaniel22:30, 6 July 2007
r23806* Remove redundant "HTMLmonthelector" [sic] function...robchurch22:53, 6 July 2007
r23807* Code conventions - spacing, minor refactoring...robchurch22:58, 6 July 2007
r23808* Add option to maintenance/createAndPromote.php to give the user bureaucrat ...robchurch23:24, 6 July 2007
r23811* Make "undo" and "rollback" links appear in a consistent fashion on page his...robchurch00:17, 7 July 2007
r23812Brighten up the high slave lag warning in Monobook; looked a bit...grubbyrobchurch00:46, 7 July 2007
r23813Update.rotem01:32, 7 July 2007
r23814In RTL wikis using Firefox, the padding doesn't work and the filetoc only con...rotem02:00, 7 July 2007
r23817No reason this should be inheriting...robchurch03:01, 7 July 2007
r23818filerepo: fixed mem leak for history lines and exposed repository nameyurik03:04, 7 July 2007
r23819API: implemented prop=imageinfo, minor cleanupyurik03:05, 7 July 2007
r23821If the user is unable to edit a page because the namespace is protected, rath...amidaniel04:18, 7 July 2007
r23822Update RELEASE-NOTES for last commit.amidaniel04:21, 7 July 2007
r23823API: (bug 10211) Added db server replication lag information in meta=siteinfoyurik04:53, 7 July 2007
r23824* Coding conventions...robchurch04:53, 7 July 2007
r23825Clean up OutputPage::readOnlyPage() -- most of these specific reasons should ...robchurch04:54, 7 July 2007
r23826* Rename "namespaceprotectedtext" to "namespaceprotected"...robchurch04:58, 7 July 2007
r23827API: slightly better naming for db repl lagyurik04:58, 7 July 2007
r23828Kill some parameter cruftrobchurch04:59, 7 July 2007
r23829Alter wordingrobchurch05:00, 7 July 2007
r23830sighrobchurch05:02, 7 July 2007
r23831More profile breakage.amidaniel05:15, 7 July 2007
r23834* (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweakbrion06:47, 7 July 2007
r23835case change for aesthetic purposesbrion06:52, 7 July 2007
r23838Per-page protection should take precedence over namespace protection when dec...amidaniel07:02, 7 July 2007
r23839Updated translations for dawegge07:03, 7 July 2007
r23840Rollback rewrite to separate UI from logic (with help from catrope)yurik07:32, 7 July 2007
r23841Indonesian (id) localisation updates.ivanlanin08:20, 7 July 2007
r23842API: Added list=exturlusage - allows url searches within wikiyurik09:35, 7 July 2007
r23845Fix a stupid typo I made in a back-compat check....brion16:39, 7 July 2007
r23853Update.rotem19:28, 7 July 2007
r23857bug 10496 DISTINCT option logic incorrect in Database::makeSelectOptionsyurik21:51, 7 July 2007
r23859API:...yurik03:35, 8 July 2007
r23860API: forgot to remove debugging statementyurik04:26, 8 July 2007
r23861API: Added list=allusers to allow enumeration of the registered usersyurik07:50, 8 July 2007
r23862API: updated help screenyurik08:32, 8 July 2007
r23864API: added wlprop=sizes to get article size before and after the change.yurik12:31, 8 July 2007
r23873* Updates to finikerabbit17:35, 8 July 2007
r23877* Updates to Slovak (sk)nikerabbit20:59, 8 July 2007
r23879Added iterator interface to ResultWrapper. No support in Oracle yet. Updated ...tstarling00:48, 9 July 2007
r23882Media type "screen,projection" pissing off some css validators. Adding space ...amidaniel04:09, 9 July 2007
r23884API: fixed timestamp format for 'continue' valuesyurik05:19, 9 July 2007
r23885* Update release notes...robchurch07:56, 9 July 2007
r23887* Code conventions...robchurch08:12, 9 July 2007
r23888* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.phprobchurch08:16, 9 July 2007
r23890* (bug 10489) Update Chinese translations...raymond08:55, 9 July 2007
r23891* (bug 9742) Update Lithuanian translations...raymond09:08, 9 July 2007
r23895Make WatchlistEditor use arrays of strings, which are far less expensive than...robchurch10:59, 9 July 2007
r23896Let's be a little bit clever here; faster code path for the case where users ...robchurch11:08, 9 July 2007
r23897Add some navigation between watchlist modesrobchurch12:04, 9 July 2007
r23898Tweak link labelsrobchurch12:10, 9 July 2007
r23903Don't waste time queuing or checking email notifications for pages in the Spe...robchurch14:21, 9 July 2007
r23905Updates Germanraymond14:41, 9 July 2007

Status & tagging log