r23581 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23580‎ | r23581 | r23582 >
Date:04:50, 30 June 2007
Author:david
Status:old
Tags:
Comment:
Merged revisions 23406-23580 via svnmerge from
svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3

........
r23409 | simetrical | 2007-06-25 18:01:08 -0700 (Mon, 25 Jun 2007) | 4 lines

* Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
* (bug 10196) Add classes and dir=ltr to the <pre>s on CSS and JS pages (new
classes: mw-user-css, mw-user-js, mw-site-css, mw-site-js)
* Merge RELEASE-NOTES regarding the addition of a feature and a change to that feature
........
r23410 | simetrical | 2007-06-25 21:07:27 -0700 (Mon, 25 Jun 2007) | 1 line

(bug 6711) Add and to allow finer control over usergroup assignment. Completely reverse-compatible with existing userrights-based setups, but can replace Makesysop and Makebot and open the door to lots of other things as well. Could be moved to extension, I guess, but it just seems a lot simpler to have one interface for all adding/removing of groups.
........
r23411 | raymond | 2007-06-25 22:23:19 -0700 (Mon, 25 Jun 2007) | 2 lines

* Updates German
* Update maintenance message files
........
r23412 | rotem | 2007-06-25 23:27:00 -0700 (Mon, 25 Jun 2007) | 1 line

Update.
........
r23413 | raymond | 2007-06-26 00:21:28 -0700 (Tue, 26 Jun 2007) | 5 lines

* (bug 10160) Show error message for unknown namespace on Special:Allpages and
Special:Prefixindex
* Making input forms prettier for RTL wikis.
* Use proper XML functions for input forms
........
r23414 | rotem | 2007-06-26 00:29:40 -0700 (Tue, 26 Jun 2007) | 1 line

Update.
........
r23415 | raymond | 2007-06-26 01:56:30 -0700 (Tue, 26 Jun 2007) | 2 lines

* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces
........
r23420 | tstarling | 2007-06-26 07:52:37 -0700 (Tue, 26 Jun 2007) | 1 line

Fixed incorrect error message for static member functions
........
r23421 | tstarling | 2007-06-26 07:52:51 -0700 (Tue, 26 Jun 2007) | 1 line

load all messages
........
r23426 | simetrical | 2007-06-26 10:07:23 -0700 (Tue, 26 Jun 2007) | 1 line

Change classes for <pre>s per Brion on Wikitech-l
........
r23431 | ivanlanin | 2007-06-26 13:10:00 -0700 (Tue, 26 Jun 2007) | 1 line

Indonesian (id) localisation updates.
........
r23432 | brion | 2007-06-26 13:18:23 -0700 (Tue, 26 Jun 2007) | 3 lines

* (bug 10372) namespaceDupes.php no longer ignores namespace aliases
........
r23434 | tstarling | 2007-06-26 13:40:02 -0700 (Tue, 26 Jun 2007) | 1 line

When you log in from cookie, make the session valid for login as well. Not sure what the point of it is otherwise. Necessary for BoardVote session transfer stuff.
........
r23435 | robchurch | 2007-06-26 14:03:59 -0700 (Tue, 26 Jun 2007) | 1 line

Some updates; regarding method/member visibilities, OutputPage is not Parser, and Language objects
........
r23436 | brion | 2007-06-26 14:18:27 -0700 (Tue, 26 Jun 2007) | 4 lines

* (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
* namespaceDupes.php should work better for initial-lowercase wikis
Also reduced verbosity of output by default. Use --verbose to list eeeverything it checks
........
r23437 | brion | 2007-06-26 14:18:44 -0700 (Tue, 26 Jun 2007) | 2 lines

woops
........
r23438 | robchurch | 2007-06-26 14:24:23 -0700 (Tue, 26 Jun 2007) | 1 line

Drop the `redirect=no` thing for non-redirects, per Brion. Seems like a waste of time and a needless load of the page record and text to me, but he's the boss...
........
r23445 | simetrical | 2007-06-26 18:01:22 -0700 (Tue, 26 Jun 2007) | 1 line

(bug 10377) "Permanent links" to revisions still work if the page is moved and the redirect deleted
........
r23447 | robchurch | 2007-06-26 19:46:06 -0700 (Tue, 26 Jun 2007) | 1 line

(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not* the user_id of the user we created, it's the user_id of the creating user, and when $s->log_action is 'create2', these are not the same. Use the ID stashed in log_params (as of r23446) if available, otherwise fall back to a normal contributions link.
........
r23448 | robchurch | 2007-06-26 19:49:27 -0700 (Tue, 26 Jun 2007) | 1 line

Use Linker::makeKnownLinkObj(); we have a Title object, and it's faster
........
r23460 | wegge | 2007-06-27 01:04:22 -0700 (Wed, 27 Jun 2007) | 1 line

Updated translations for da
........
r23471 | raymond | 2007-06-27 03:19:36 -0700 (Wed, 27 Jun 2007) | 6 lines

* (bug 10365) Localization of Special:Version
Let English licence information hard coded to avoid any possibility to suppress this important text
Sort extension functions, parser extension tags and parser extension tags alphabetically
Use table for software information too.

WTF needs/uses the hook 'SpecialVersionExtensionTypes'? Not documented anywhere in trunk.
........
r23472 | raymond | 2007-06-27 03:35:08 -0700 (Wed, 27 Jun 2007) | 2 lines

* (bug 10367) Update Kazakh translations
Patch by AlefZet
........
r23473 | raymond | 2007-06-27 03:38:06 -0700 (Wed, 27 Jun 2007) | 2 lines

* (bug 10369) Update Chinese translations
Patch by Shinjiman
........
r23474 | ivanlanin | 2007-06-27 06:01:51 -0700 (Wed, 27 Jun 2007) | 1 line

Indonesian (id) localisation updates.
........
r23475 | brion | 2007-06-27 06:55:59 -0700 (Wed, 27 Jun 2007) | 3 lines

Revert r23471, r23474: restore Special:Version to working, non-ugly state
Was spitting out PHP warnings and something was badly broken in the style
........
r23478 | robchurch | 2007-06-27 07:32:31 -0700 (Wed, 27 Jun 2007) | 2 lines

* Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
* Add User::getRegistration() accessor
........
r23479 | nikerabbit | 2007-06-27 07:41:45 -0700 (Wed, 27 Jun 2007) | 2 lines

* First Tigrinya (ti) messages by Blake
........
r23483 | brion | 2007-06-27 08:30:43 -0700 (Wed, 27 Jun 2007) | 9 lines

* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
match the given title. Fixes inconsistencies with talk, history, edit links.

This reverts r23445 and moves the check upstream into the title setup at
MediaWiki::checkInitialQueries(). As the most specific identifier which can
be passed, the revision title listed for the oldid (if any) trumps both
'title' and 'curid' parameters.
........
r23490 | brion | 2007-06-27 13:36:03 -0700 (Wed, 27 Jun 2007) | 3 lines

Stripping out the year/month filter on contribs for the moment, since there's disagreement over how it should work.
Rather than annoy everyone by having it one way and changing it, we'll put it back when it's changed.
........
r23491 | aaron | 2007-06-27 13:43:29 -0700 (Wed, 27 Jun 2007) | 1 line

*Add usertext_timestamp index to archive table
........
r23492 | brion | 2007-06-27 13:51:41 -0700 (Wed, 27 Jun 2007) | 2 lines

Fix regression -- wfMkdirParents() started whining if target directory existed, instead of just giving the thumbs-up
........
r23493 | aaron | 2007-06-27 13:53:47 -0700 (Wed, 27 Jun 2007) | 1 line

*goddamnit
........
r23494 | brion | 2007-06-27 14:02:49 -0700 (Wed, 27 Jun 2007) | 2 lines

Revert r23034 for the moment; made it hard to clearly extract log line information via cut-n-paste since date is missing
........
r23502 | robchurch | 2007-06-28 05:55:12 -0700 (Thu, 28 Jun 2007) | 1 line

(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]
........
r23503 | brion | 2007-06-28 06:42:17 -0700 (Thu, 28 Jun 2007) | 5 lines

Tweak API change which broke Makesysop extension. Same functionality, now in compatible API.
* use protected, not private, so subclass can still call showEditUserGroupsForm()
* restore compatible parameters to showEditUserGroupsForm()
* encapsulate the filtering of available groups into splitGroups(), so caller doesn't have to do it
........
r23505 | brion | 2007-06-28 07:50:06 -0700 (Thu, 28 Jun 2007) | 4 lines

* (bug 10387) Detect and handle '.php5' extension environments at install time
Patch by Edward Z. Yang.
........
r23506 | brion | 2007-06-28 08:05:03 -0700 (Thu, 28 Jun 2007) | 3 lines

* (bug 10397) Fix AJAX watch error fallback when we receive a bogus result
........
r23507 | brion | 2007-06-28 08:13:28 -0700 (Thu, 28 Jun 2007) | 4 lines

* (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
using $wgScript now included in JS info
........
r23509 | brion | 2007-06-28 09:06:10 -0700 (Thu, 28 Jun 2007) | 6 lines

* Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
avoids the "ActiveX "Do you want to allow ActiveX?" prompt when something
security settings are cranked this way and AJAX-y gets used.

We still get prompts on IE 6, though, which is kind of annoying.
........
r23510 | robchurch | 2007-06-28 09:06:32 -0700 (Thu, 28 Jun 2007) | 1 line

(bug 10398) Honour .php5 script extensions in pre-installation splash screen
........
r23511 | brion | 2007-06-28 09:21:27 -0700 (Thu, 28 Jun 2007) | 4 lines

* Delay AJAX watch initialization until click so IE 6 with ugly security
settings doesn't prompt you until you use the link.
........
r23512 | amidaniel | 2007-06-28 10:49:18 -0700 (Thu, 28 Jun 2007) | 1 line

Rmv duplicate include.
........
r23513 | robchurch | 2007-06-28 11:12:25 -0700 (Thu, 28 Jun 2007) | 1 line

Sort out this ridiculous bug in Special:MovePage success message once and for all. Ditch the old message ("pagemovedtext") and introduce a new one ("movepage-moved") which expects proper links, parsed inline. Link to original page doesn't redirect.
........
r23514 | robchurch | 2007-06-28 11:16:56 -0700 (Thu, 28 Jun 2007) | 1 line

More specific bug no.
........
r23515 | robchurch | 2007-06-28 11:18:42 -0700 (Thu, 28 Jun 2007) | 1 line

Pass the two titles in plain text as (unused per default) parameters $3 and $4 to allow additional goodies in the message (parser functions, extra links etc.)
........
r23516 | robchurch | 2007-06-28 11:54:26 -0700 (Thu, 28 Jun 2007) | 1 line

Update Farsi for r23513, patch from Huji
........
r23517 | rotem | 2007-06-28 12:11:18 -0700 (Thu, 28 Jun 2007) | 1 line

Update.
........
r23518 | raymond | 2007-06-28 12:35:15 -0700 (Thu, 28 Jun 2007) | 2 lines

* Adding a comment to new 'movepage-moved' messages
* Update German
........
r23521 | nikerabbit | 2007-06-28 13:39:43 -0700 (Thu, 28 Jun 2007) | 2 lines

* ef bb bf
........
r23522 | raymond | 2007-06-28 14:04:24 -0700 (Thu, 28 Jun 2007) | 2 lines

* (bug 10363) Update Bulgarian translations
Patch by Borislav Manolov
........
r23523 | raymond | 2007-06-28 14:43:02 -0700 (Thu, 28 Jun 2007) | 1 line

* Remove hard coded colons from upload form code, add them into message file
........
r23524 | simetrical | 2007-06-28 14:57:52 -0700 (Thu, 28 Jun 2007) | 1 line

Cleanup for r23523 using sed
........
r23525 | robchurch | 2007-06-28 15:00:13 -0700 (Thu, 28 Jun 2007) | 1 line

Fix broken handling of log views for page titles consisting of one or more zeros, e.g. "0", "00" etc.
........
r23526 | simetrical | 2007-06-28 15:02:22 -0700 (Thu, 28 Jun 2007) | 1 line

More, with double quotes this time
........
r23527 | simetrical | 2007-06-28 15:11:59 -0700 (Thu, 28 Jun 2007) | 1 line

Added three more missing colons, rebuilt en and tyv
........
r23528 | robchurch | 2007-06-28 15:34:36 -0700 (Thu, 28 Jun 2007) | 3 lines

* Fix read permission check for special pages with subpage parameters, e.g. Special:Confirmemail
* Fix read permission check for page titles consisting of one or more zeros, e.g. "0", "00" etc.
........
r23529 | robchurch | 2007-06-28 15:40:13 -0700 (Thu, 28 Jun 2007) | 1 line

Fix comment; fixes a wider problem, in fact
........
r23531 | simetrical | 2007-06-28 18:19:14 -0700 (Thu, 28 Jun 2007) | 1 line

Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
........
r23532 | simetrical | 2007-06-28 18:25:07 -0700 (Thu, 28 Jun 2007) | 1 line

Oops, one bogus one slipped through.
........
r23536 | ivanlanin | 2007-06-28 19:45:40 -0700 (Thu, 28 Jun 2007) | 1 line

Indonesian (id) localisation updates.
........
r23537 | robchurch | 2007-06-28 21:31:19 -0700 (Thu, 28 Jun 2007) | 4 lines

Clean up handling of custom CSS and JavaScript pages in Article::view():

* Don't use parser cache, output is garbled
* Run 'ShowRawCssJs' hook
........
r23541 | simetrical | 2007-06-28 23:01:50 -0700 (Thu, 28 Jun 2007) | 1 line

(bug 10184) Site CSS/JS should be included after that added dynamically (e.g. by extensions). Shouldn't break anything, I think. MediaWiki:GeSHi.css could be removed now.
........
r23542 | robchurch | 2007-06-28 23:06:25 -0700 (Thu, 28 Jun 2007) | 1 line

Note removal of ?> tags
........
r23545 | raymond | 2007-06-29 01:47:22 -0700 (Fri, 29 Jun 2007) | 2 lines

* (bug 10405) Update Farsi translations
Patch by Huji
........
r23546 | tstarling | 2007-06-29 01:56:30 -0700 (Fri, 29 Jun 2007) | 1 line

Restore MW 1.4 behaviour for Special:Upload -- redirect to description page on new upload, show success on reupload.
........
r23547 | raymond | 2007-06-29 03:04:47 -0700 (Fri, 29 Jun 2007) | 2 lines

Revert r23523, r23524, stabbed by Tim :-(
Removing hard coded colons breaks to many customizations. Sorry again.
........
r23549 | brion | 2007-06-29 06:07:59 -0700 (Fri, 29 Jun 2007) | 3 lines

* (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
was misescaped (URL form instead of dbkey form)
........
r23551 | nikerabbit | 2007-06-29 06:20:09 -0700 (Fri, 29 Jun 2007) | 2 lines

* Some updates
........
r23552 | nikerabbit | 2007-06-29 06:24:57 -0700 (Fri, 29 Jun 2007) | 2 lines

* Darn these colons everywhere
........
r23553 | robchurch | 2007-06-29 06:52:54 -0700 (Fri, 29 Jun 2007) | 1 line

Hook callbacks for 'ShowRawCssJs' should do their own output, if so desired; don't trust the text we get back from the hook.
........
r23554 | robchurch | 2007-06-29 06:53:27 -0700 (Fri, 29 Jun 2007) | 1 line

Fix r23553
........
r23556 | brion | 2007-06-29 07:12:59 -0700 (Fri, 29 Jun 2007) | 2 lines

Revert r23541, breaks AJAX watch and god knows what else
........
r23557 | brion | 2007-06-29 07:42:27 -0700 (Fri, 29 Jun 2007) | 5 lines

* Fix empty message checks for message names containing &
This corrects some odd behavior with sidebar items and custom namespaces
containing ampersands.
........
r23558 | brion | 2007-06-29 08:44:13 -0700 (Fri, 29 Jun 2007) | 2 lines

bring $wgCompressRevisions comment in line with post-1.4 behavior
........
r23559 | catrope | 2007-06-29 12:00:44 -0700 (Fri, 29 Jun 2007) | 1 line

Adding language in meta=siteinfo (API) (bug 10411)
........
r23562 | catrope | 2007-06-29 12:55:46 -0700 (Fri, 29 Jun 2007) | 4 lines

* Separating UI code and DB code in Article::rollback()
* Adding API rollback functionality
........
r23564 | catrope | 2007-06-29 13:02:26 -0700 (Fri, 29 Jun 2007) | 3 lines

Reverting r23562: accidentally modified phase3 rather than
branch/apiedit
........
r23566 | catrope | 2007-06-29 13:22:33 -0700 (Fri, 29 Jun 2007) | 3 lines

Making non-fm formats return help text when action=help is explicitly
set (bug 10391).
........
r23567 | yurik | 2007-06-29 14:44:15 -0700 (Fri, 29 Jun 2007) | 1 line

API: Fixed site language code to use global instead of user's
........
r23570 | yurik | 2007-06-29 15:05:30 -0700 (Fri, 29 Jun 2007) | 1 line

API: Minor cleanup
........
r23573 | aaron | 2007-06-29 17:08:58 -0700 (Fri, 29 Jun 2007) | 1 line

*Don't fuck over special pages with oldid param
........
r23574 | aaron | 2007-06-29 17:10:49 -0700 (Fri, 29 Jun 2007) | 1 line

*Use NS_SPECIAL constant to be formal
........
r23575 | aaron | 2007-06-29 18:03:21 -0700 (Fri, 29 Jun 2007) | 1 line

*Mark all versions newer than the time of the latest revision viewed as "updated since last view", not just the current (bug 10277)
........
r23577 | robchurch | 2007-06-29 21:04:34 -0700 (Fri, 29 Jun 2007) | 1 line

Ditch over-verbose "statement of rights" in Special:Userrights; this isn't a sodding constitution. Replace with two simple lists using the proper list-formatting functions.
........
r23578 | robchurch | 2007-06-29 21:06:24 -0700 (Fri, 29 Jun 2007) | 1 line

Yes, now actually ditch the old code. :D
........
r23580 | robchurch | 2007-06-29 21:21:09 -0700 (Fri, 29 Jun 2007) | 1 line

(bug 10404) Show rights log fragment for the selected user in Special:Userrights
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/StartProfiler.php (modified) (history)
  • /branches/liquidthreads/Test.php (modified) (history)
  • /branches/liquidthreads/api.php (modified) (history)
  • /branches/liquidthreads/api.php5 (added) (history)
  • /branches/liquidthreads/api.php5 (added) (history)
  • /branches/liquidthreads/config/index.php (modified) (history)
  • /branches/liquidthreads/config/index.php5 (added) (history)
  • /branches/liquidthreads/config/index.php5 (added) (history)
  • /branches/liquidthreads/docs/design.txt (modified) (history)
  • /branches/liquidthreads/docs/hooks.txt (modified) (history)
  • /branches/liquidthreads/img_auth.php (modified) (history)
  • /branches/liquidthreads/img_auth.php5 (added) (history)
  • /branches/liquidthreads/img_auth.php5 (added) (history)
  • /branches/liquidthreads/includes/AjaxDispatcher.php (modified) (history)
  • /branches/liquidthreads/includes/AjaxFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/AjaxResponse.php (modified) (history)
  • /branches/liquidthreads/includes/Article.php (modified) (history)
  • /branches/liquidthreads/includes/AuthPlugin.php (modified) (history)
  • /branches/liquidthreads/includes/AutoLoader.php (modified) (history)
  • /branches/liquidthreads/includes/BagOStuff.php (modified) (history)
  • /branches/liquidthreads/includes/Block.php (modified) (history)
  • /branches/liquidthreads/includes/CacheDependency.php (modified) (history)
  • /branches/liquidthreads/includes/CategoryPage.php (modified) (history)
  • /branches/liquidthreads/includes/Categoryfinder.php (modified) (history)
  • /branches/liquidthreads/includes/ChangesList.php (modified) (history)
  • /branches/liquidthreads/includes/CoreParserFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/Credits.php (modified) (history)
  • /branches/liquidthreads/includes/Database.php (modified) (history)
  • /branches/liquidthreads/includes/DatabaseFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/DatabaseOracle.php (modified) (history)
  • /branches/liquidthreads/includes/DatabasePostgres.php (modified) (history)
  • /branches/liquidthreads/includes/DateFormatter.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/Defines.php (modified) (history)
  • /branches/liquidthreads/includes/DifferenceEngine.php (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/EmaillingJob.php (modified) (history)
  • /branches/liquidthreads/includes/EnotifNotifyJob.php (modified) (history)
  • /branches/liquidthreads/includes/Exception.php (modified) (history)
  • /branches/liquidthreads/includes/Exif.php (modified) (history)
  • /branches/liquidthreads/includes/Export.php (modified) (history)
  • /branches/liquidthreads/includes/ExternalEdit.php (modified) (history)
  • /branches/liquidthreads/includes/ExternalStore.php (modified) (history)
  • /branches/liquidthreads/includes/ExternalStoreDB.php (modified) (history)
  • /branches/liquidthreads/includes/ExternalStoreHttp.php (modified) (history)
  • /branches/liquidthreads/includes/FakeTitle.php (modified) (history)
  • /branches/liquidthreads/includes/FileStore.php (modified) (history)
  • /branches/liquidthreads/includes/GlobalFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/HTMLCacheUpdate.php (modified) (history)
  • /branches/liquidthreads/includes/HTMLFileCache.php (modified) (history)
  • /branches/liquidthreads/includes/HTMLForm.php (modified) (history)
  • /branches/liquidthreads/includes/HistoryBlob.php (modified) (history)
  • /branches/liquidthreads/includes/Hooks.php (modified) (history)
  • /branches/liquidthreads/includes/HttpFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/IP.php (modified) (history)
  • /branches/liquidthreads/includes/ImageFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/ImageGallery.php (modified) (history)
  • /branches/liquidthreads/includes/ImagePage.php (modified) (history)
  • /branches/liquidthreads/includes/ImageQueryPage.php (modified) (history)
  • /branches/liquidthreads/includes/JobQueue.php (modified) (history)
  • /branches/liquidthreads/includes/Licenses.php (modified) (history)
  • /branches/liquidthreads/includes/LinkBatch.php (modified) (history)
  • /branches/liquidthreads/includes/LinkCache.php (modified) (history)
  • /branches/liquidthreads/includes/LinkFilter.php (modified) (history)
  • /branches/liquidthreads/includes/Linker.php (modified) (history)
  • /branches/liquidthreads/includes/LinksUpdate.php (modified) (history)
  • /branches/liquidthreads/includes/LoadBalancer.php (modified) (history)
  • /branches/liquidthreads/includes/LogPage.php (modified) (history)
  • /branches/liquidthreads/includes/MacBinary.php (modified) (history)
  • /branches/liquidthreads/includes/MagicWord.php (modified) (history)
  • /branches/liquidthreads/includes/Math.php (modified) (history)
  • /branches/liquidthreads/includes/MediaTransformOutput.php (modified) (history)
  • /branches/liquidthreads/includes/MemcachedSessions.php (modified) (history)
  • /branches/liquidthreads/includes/MessageCache.php (modified) (history)
  • /branches/liquidthreads/includes/Metadata.php (modified) (history)
  • /branches/liquidthreads/includes/MimeMagic.php (modified) (history)
  • /branches/liquidthreads/includes/Namespace.php (modified) (history)
  • /branches/liquidthreads/includes/ObjectCache.php (modified) (history)
  • /branches/liquidthreads/includes/OutputHandler.php (modified) (history)
  • /branches/liquidthreads/includes/OutputPage.php (modified) (history)
  • /branches/liquidthreads/includes/PageHistory.php (modified) (history)
  • /branches/liquidthreads/includes/PageQueryPage.php (modified) (history)
  • /branches/liquidthreads/includes/Pager.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/ParserCache.php (modified) (history)
  • /branches/liquidthreads/includes/ParserOptions.php (modified) (history)
  • /branches/liquidthreads/includes/ParserOutput.php (modified) (history)
  • /branches/liquidthreads/includes/PatrolLog.php (modified) (history)
  • /branches/liquidthreads/includes/Profiler.php (modified) (history)
  • /branches/liquidthreads/includes/ProfilerSimple.php (modified) (history)
  • /branches/liquidthreads/includes/ProfilerSimpleUDP.php (modified) (history)
  • /branches/liquidthreads/includes/ProfilerStub.php (modified) (history)
  • /branches/liquidthreads/includes/ProtectionForm.php (modified) (history)
  • /branches/liquidthreads/includes/ProxyTools.php (modified) (history)
  • /branches/liquidthreads/includes/QueryPage.php (modified) (history)
  • /branches/liquidthreads/includes/RawPage.php (modified) (history)
  • /branches/liquidthreads/includes/RecentChange.php (modified) (history)
  • /branches/liquidthreads/includes/RefreshLinksJob.php (modified) (history)
  • /branches/liquidthreads/includes/Revision.php (modified) (history)
  • /branches/liquidthreads/includes/Sanitizer.php (modified) (history)
  • /branches/liquidthreads/includes/SearchEngine.php (modified) (history)
  • /branches/liquidthreads/includes/SearchMySQL.php (modified) (history)
  • /branches/liquidthreads/includes/SearchMySQL4.php (modified) (history)
  • /branches/liquidthreads/includes/SearchOracle.php (modified) (history)
  • /branches/liquidthreads/includes/SearchPostgres.php (modified) (history)
  • /branches/liquidthreads/includes/SearchTsearch2.php (modified) (history)
  • /branches/liquidthreads/includes/SearchUpdate.php (modified) (history)
  • /branches/liquidthreads/includes/Setup.php (modified) (history)
  • /branches/liquidthreads/includes/SiteConfiguration.php (modified) (history)
  • /branches/liquidthreads/includes/SiteStats.php (modified) (history)
  • /branches/liquidthreads/includes/Skin.php (modified) (history)
  • /branches/liquidthreads/includes/SkinTemplate.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialAllmessages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialAllpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialAncientpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialBlockip.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialBlockme.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialBooksources.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialBrokenRedirects.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialCategories.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialConfirmemail.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialContributions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialDeadendpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialDisambiguations.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialDoubleRedirects.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialEmailuser.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialExport.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialFewestrevisions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialImagelist.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialImport.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialIpblocklist.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialListredirects.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialListusers.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialLockdb.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialLog.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialLonelypages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialLongpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMIMEsearch.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMostcategories.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMostimages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMostlinked.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMostlinkedcategories.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMostlinkedtemplates.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMostrevisions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMovepage.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialNewimages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialNewpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialPage.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialPopularpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialPreferences.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialPrefixindex.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialProtectedpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialRandompage.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialRandomredirect.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialRecentchanges.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialRecentchangeslinked.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialResetpass.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialRevisiondelete.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialSearch.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialShortpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialSpecialpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialStatistics.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUncategorizedcategories.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUncategorizedimages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUncategorizedpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUncategorizedtemplates.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUndelete.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUnlockdb.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUnusedcategories.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUnusedimages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUnusedtemplates.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUnwatchedpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUpload.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUploadMogile.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUserlogin.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUserlogout.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUserrights.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialVersion.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWantedcategories.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWantedpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWhatlinkshere.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWithoutinterwiki.php (modified) (history)
  • /branches/liquidthreads/includes/SquidUpdate.php (modified) (history)
  • /branches/liquidthreads/includes/StreamFile.php (modified) (history)
  • /branches/liquidthreads/includes/StringUtils.php (modified) (history)
  • /branches/liquidthreads/includes/StubObject.php (modified) (history)
  • /branches/liquidthreads/includes/Title.php (modified) (history)
  • /branches/liquidthreads/includes/User.php (modified) (history)
  • /branches/liquidthreads/includes/UserMailer.php (modified) (history)
  • /branches/liquidthreads/includes/Utf8Case.php (modified) (history)
  • /branches/liquidthreads/includes/WatchedItem.php (modified) (history)
  • /branches/liquidthreads/includes/WebRequest.php (modified) (history)
  • /branches/liquidthreads/includes/WebResponse.php (modified) (history)
  • /branches/liquidthreads/includes/WebStart.php (modified) (history)
  • /branches/liquidthreads/includes/Wiki.php (modified) (history)
  • /branches/liquidthreads/includes/WikiError.php (modified) (history)
  • /branches/liquidthreads/includes/Xml.php (modified) (history)
  • /branches/liquidthreads/includes/XmlFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/ZhClient.php (modified) (history)
  • /branches/liquidthreads/includes/ZhConversion.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFeedWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatJson.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatJson_json.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatPhp.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatWddx.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatXml.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatYaml.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatYaml_spyc.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiHelp.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiLogin.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiMain.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiOpenSearch.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiPageSet.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuery.php (modified) (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/ApiQueryExternalLinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryImages.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryInfo.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/ApiQueryRevisions.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/ApiResult.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiRollback.php (added) (history)
  • /branches/liquidthreads/includes/api/ApiRollback.php (added) (history)
  • /branches/liquidthreads/includes/cbt/CBTCompiler.php (modified) (history)
  • /branches/liquidthreads/includes/cbt/CBTProcessor.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/ArchivedFile.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 (modified) (history)
  • /branches/liquidthreads/includes/filerepo/ForeignDBFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/ForeignDBRepo.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/LocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/OldLocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/RepoGroup.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/UnregisteredLocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/media/BMP.php (modified) (history)
  • /branches/liquidthreads/includes/media/Bitmap.php (modified) (history)
  • /branches/liquidthreads/includes/media/DjVu.php (modified) (history)
  • /branches/liquidthreads/includes/media/Generic.php (modified) (history)
  • /branches/liquidthreads/includes/media/SVG.php (modified) (history)
  • /branches/liquidthreads/includes/memcached-client.php (modified) (history)
  • /branches/liquidthreads/includes/normal/CleanUpTest.php (modified) (history)
  • /branches/liquidthreads/includes/normal/RandomTest.php (modified) (history)
  • /branches/liquidthreads/includes/normal/Utf8Test.php (modified) (history)
  • /branches/liquidthreads/includes/normal/UtfNormal.php (modified) (history)
  • /branches/liquidthreads/includes/normal/UtfNormalBench.php (modified) (history)
  • /branches/liquidthreads/includes/normal/UtfNormalGenerate.php (modified) (history)
  • /branches/liquidthreads/includes/normal/UtfNormalTest.php (modified) (history)
  • /branches/liquidthreads/includes/normal/UtfNormalUtil.php (modified) (history)
  • /branches/liquidthreads/includes/proxy_check.php (modified) (history)
  • /branches/liquidthreads/includes/templates/NoLocalSettings.php (modified) (history)
  • /branches/liquidthreads/index.php (modified) (history)
  • /branches/liquidthreads/index.php5 (added) (history)
  • /branches/liquidthreads/index.php5 (added) (history)
  • /branches/liquidthreads/install-utils.inc (modified) (history)
  • /branches/liquidthreads/languages/Language.php (modified) (history)
  • /branches/liquidthreads/languages/LanguageConverter.php (modified) (history)
  • /branches/liquidthreads/languages/Names.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageAr.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageAz.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageBe.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageBe_tarask.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageBg.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageBs.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageCs.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageCu.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageEo.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageEt.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageFi.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageFr.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageGa.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageGsw.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageHe.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageHr.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageHu.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageHy.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageJa.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKk.deps.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKk.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKk_kz.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKo.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKsh.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKu.deps.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKu.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageKu_ku.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageLa.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageLt.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageLv.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguagePt_br.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageRmy.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageRu.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSk.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSl.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSr.deps.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSr.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSr_ec.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSr_el.deps.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageSr_el.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageTr.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageTyv.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageUk.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageWa.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh.deps.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh_cn.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh_yue.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAf.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesArc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAst.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBar.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBat_smg.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/MessagesBh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBm.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBpy.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/MessagesCe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCv.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/MessagesDv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEnRTL.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/MessagesFo.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/MessagesGn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGsw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHak.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHi.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/MessagesIi.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/MessagesKaa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKab.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk.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/MessagesKm.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKsh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKu_arab.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKu_latn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMzn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNah.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNap.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds_nl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNew.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/MessagesNon.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPms.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt_br.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesQu.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/MessagesSa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesScn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSd.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSq.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr.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/MessagesSr_jc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_jl.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/MessagesTg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTi.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesTi.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesTlh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTyv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUdm.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUg.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/MessagesVls.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesWa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesWo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesXal.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesYi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZea.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh.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_hk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_sg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_yue.php (modified) (history)
  • /branches/liquidthreads/maintenance/addwiki.php (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-archive-user-index.sql (added) (history)
  • /branches/liquidthreads/maintenance/archives/patch-archive-user-index.sql (added) (history)
  • /branches/liquidthreads/maintenance/archives/upgradeWatchlist.php (modified) (history)
  • /branches/liquidthreads/maintenance/attachLatest.php (modified) (history)
  • /branches/liquidthreads/maintenance/attribute.php (modified) (history)
  • /branches/liquidthreads/maintenance/benchmarkPurge.php (modified) (history)
  • /branches/liquidthreads/maintenance/changePassword.php (modified) (history)
  • /branches/liquidthreads/maintenance/checkUsernames.php (modified) (history)
  • /branches/liquidthreads/maintenance/cleanupCaps.php (modified) (history)
  • /branches/liquidthreads/maintenance/cleanupImages.php (modified) (history)
  • /branches/liquidthreads/maintenance/cleanupSpam.php (modified) (history)
  • /branches/liquidthreads/maintenance/cleanupTitles.php (modified) (history)
  • /branches/liquidthreads/maintenance/cleanupWatchlist.php (modified) (history)
  • /branches/liquidthreads/maintenance/clear_interwiki_cache.php (modified) (history)
  • /branches/liquidthreads/maintenance/clear_stats.php (modified) (history)
  • /branches/liquidthreads/maintenance/convertLinks.php (modified) (history)
  • /branches/liquidthreads/maintenance/counter.php (modified) (history)
  • /branches/liquidthreads/maintenance/createAndPromote.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteArchivedFiles.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteArchivedRevisions.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteBatch.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteDefaultMessages.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteImageMemcached.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteOldRevisions.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteOrphanedRevisions.inc.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteOrphanedRevisions.php (modified) (history)
  • /branches/liquidthreads/maintenance/deleteRevision.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpBackup.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpHTML.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpInterwiki.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpLinks.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpSisterSites.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpTextPass.php (modified) (history)
  • /branches/liquidthreads/maintenance/dumpUploads.php (modified) (history)
  • /branches/liquidthreads/maintenance/edit.php (modified) (history)
  • /branches/liquidthreads/maintenance/eval.php (modified) (history)
  • /branches/liquidthreads/maintenance/findhooks.php (modified) (history)
  • /branches/liquidthreads/maintenance/fixSlaveDesync.php (modified) (history)
  • /branches/liquidthreads/maintenance/fixTimestamps.php (modified) (history)
  • /branches/liquidthreads/maintenance/fixUserRegistration.php (modified) (history)
  • /branches/liquidthreads/maintenance/fuzz-tester.php (modified) (history)
  • /branches/liquidthreads/maintenance/generateSitemap.php (modified) (history)
  • /branches/liquidthreads/maintenance/getLagTimes.php (modified) (history)
  • /branches/liquidthreads/maintenance/getSlaveServer.php (modified) (history)
  • /branches/liquidthreads/maintenance/importDump.php (modified) (history)
  • /branches/liquidthreads/maintenance/importImages.inc.php (modified) (history)
  • /branches/liquidthreads/maintenance/importImages.php (modified) (history)
  • /branches/liquidthreads/maintenance/importLogs.php (modified) (history)
  • /branches/liquidthreads/maintenance/importTextFile.php (modified) (history)
  • /branches/liquidthreads/maintenance/importUseModWiki.php (modified) (history)
  • /branches/liquidthreads/maintenance/initEditCount.php (modified) (history)
  • /branches/liquidthreads/maintenance/initStats.php (modified) (history)
  • /branches/liquidthreads/maintenance/installExtension.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/alltrans.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/checkExtensioni18n.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/checkLanguage.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/date-formats.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/diffLanguage.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/dumpMessages.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/function-list.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/lang2po.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/langmemusage.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/messageTypes.inc (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/maintenance/language/rebuildLanguage.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/splitLanguageFiles.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/transstat.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/validate.php (modified) (history)
  • /branches/liquidthreads/maintenance/mcc.php (modified) (history)
  • /branches/liquidthreads/maintenance/mctest.php (modified) (history)
  • /branches/liquidthreads/maintenance/moveBatch.php (modified) (history)
  • /branches/liquidthreads/maintenance/namespace2sql.php (modified) (history)
  • /branches/liquidthreads/maintenance/namespaceDupes.php (modified) (history)
  • /branches/liquidthreads/maintenance/nextJobDB.php (modified) (history)
  • /branches/liquidthreads/maintenance/nukeNS.php (modified) (history)
  • /branches/liquidthreads/maintenance/nukePage.php (modified) (history)
  • /branches/liquidthreads/maintenance/orphans.php (modified) (history)
  • /branches/liquidthreads/maintenance/ourusers.php (modified) (history)
  • /branches/liquidthreads/maintenance/parserTests.php (modified) (history)
  • /branches/liquidthreads/maintenance/parserTestsParserHook.php (modified) (history)
  • /branches/liquidthreads/maintenance/parserTestsParserTime.php (modified) (history)
  • /branches/liquidthreads/maintenance/parserTestsStaticParserHook.php (modified) (history)
  • /branches/liquidthreads/maintenance/purgeList.php (modified) (history)
  • /branches/liquidthreads/maintenance/purgeOldText.php (modified) (history)
  • /branches/liquidthreads/maintenance/reassignEdits.inc.php (modified) (history)
  • /branches/liquidthreads/maintenance/reassignEdits.php (modified) (history)
  • /branches/liquidthreads/maintenance/rebuildImages.php (modified) (history)
  • /branches/liquidthreads/maintenance/rebuildInterwiki.php (modified) (history)
  • /branches/liquidthreads/maintenance/rebuildall.php (modified) (history)
  • /branches/liquidthreads/maintenance/rebuildrecentchanges.php (modified) (history)
  • /branches/liquidthreads/maintenance/rebuildtextindex.php (modified) (history)
  • /branches/liquidthreads/maintenance/refreshImageCount.php (modified) (history)
  • /branches/liquidthreads/maintenance/refreshLinks.php (modified) (history)
  • /branches/liquidthreads/maintenance/removeUnusedAccounts.php (modified) (history)
  • /branches/liquidthreads/maintenance/renamewiki.php (modified) (history)
  • /branches/liquidthreads/maintenance/renderDump.php (modified) (history)
  • /branches/liquidthreads/maintenance/runJobs.php (modified) (history)
  • /branches/liquidthreads/maintenance/showJobs.php (modified) (history)
  • /branches/liquidthreads/maintenance/showStats.php (modified) (history)
  • /branches/liquidthreads/maintenance/sql.php (modified) (history)
  • /branches/liquidthreads/maintenance/stats.php (modified) (history)
  • /branches/liquidthreads/maintenance/storage/checkStorage.php (modified) (history)
  • /branches/liquidthreads/maintenance/storage/compressOld.php (modified) (history)
  • /branches/liquidthreads/maintenance/storage/dumpRev.php (modified) (history)
  • /branches/liquidthreads/maintenance/storage/moveToExternal.php (modified) (history)
  • /branches/liquidthreads/maintenance/storage/resolveStubs.php (modified) (history)
  • /branches/liquidthreads/maintenance/undelete.php (modified) (history)
  • /branches/liquidthreads/maintenance/update.php (modified) (history)
  • /branches/liquidthreads/maintenance/updateArticleCount.inc.php (modified) (history)
  • /branches/liquidthreads/maintenance/updateArticleCount.php (modified) (history)
  • /branches/liquidthreads/maintenance/updateRestrictions.php (modified) (history)
  • /branches/liquidthreads/maintenance/updateSearchIndex.php (modified) (history)
  • /branches/liquidthreads/maintenance/updateSpecialPages.php (modified) (history)
  • /branches/liquidthreads/maintenance/updaters.inc (modified) (history)
  • /branches/liquidthreads/maintenance/upgrade1_5.php (modified) (history)
  • /branches/liquidthreads/maintenance/userOptions.php (modified) (history)
  • /branches/liquidthreads/maintenance/waitForSlave.php (modified) (history)
  • /branches/liquidthreads/redirect.php (modified) (history)
  • /branches/liquidthreads/redirect.php5 (added) (history)
  • /branches/liquidthreads/redirect.php5 (added) (history)
  • /branches/liquidthreads/serialized/serialize-localisation.php (modified) (history)
  • /branches/liquidthreads/serialized/serialize.php (modified) (history)
  • /branches/liquidthreads/skins/Chick.deps.php (modified) (history)
  • /branches/liquidthreads/skins/Chick.php (modified) (history)
  • /branches/liquidthreads/skins/CologneBlue.php (modified) (history)
  • /branches/liquidthreads/skins/MonoBook.deps.php (modified) (history)
  • /branches/liquidthreads/skins/MySkin.deps.php (modified) (history)
  • /branches/liquidthreads/skins/MySkin.php (modified) (history)
  • /branches/liquidthreads/skins/Nostalgia.php (modified) (history)
  • /branches/liquidthreads/skins/Simple.deps.php (modified) (history)
  • /branches/liquidthreads/skins/Simple.php (modified) (history)
  • /branches/liquidthreads/skins/Standard.php (modified) (history)
  • /branches/liquidthreads/skins/common/ajax.js (modified) (history)
  • /branches/liquidthreads/skins/common/ajaxwatch.js (modified) (history)
  • /branches/liquidthreads/skins/disabled/MonoBookCBT.php (modified) (history)
  • /branches/liquidthreads/tests/ArticleTest.php (modified) (history)
  • /branches/liquidthreads/tests/DatabaseTest.php (modified) (history)
  • /branches/liquidthreads/tests/GlobalTest.php (modified) (history)
  • /branches/liquidthreads/tests/ImageFunctionsTest.php (modified) (history)
  • /branches/liquidthreads/tests/LocalFileTest.php (modified) (history)
  • /branches/liquidthreads/tests/MediaWiki_TestCase.php (modified) (history)
  • /branches/liquidthreads/tests/SanitizerTest.php (modified) (history)
  • /branches/liquidthreads/tests/SearchEngineTest.php (modified) (history)
  • /branches/liquidthreads/tests/SearchMySQL4Test.php (modified) (history)
  • /branches/liquidthreads/tests/run-test.php (modified) (history)
  • /branches/liquidthreads/thumb.php (modified) (history)
  • /branches/liquidthreads/thumb.php5 (added) (history)
  • /branches/liquidthreads/thumb.php5 (added) (history)

Follow-up revisions

RevisionCommit summaryAuthorDate
r23647* (bug 10405) Update Farsi translation...raymond15:57, 2 July 2007
r23662Merged revisions 23581-23661 via svnmerge from...david03:01, 3 July 2007
r24018* (bug 10405) Update Farsi translation...raymond19:33, 11 July 2007
r24039* (bug 10405) Update Farsi translation...raymond16:52, 12 July 2007
r24096Merged revisions 23910-24094 via svnmerge from...david22:38, 14 July 2007
r24493* (bug 10367) Update Kazakh translations...raymond15:26, 31 July 2007
r24536* (bug 10367) Update Kazakh translations...raymond06:24, 2 August 2007
r24631Merged revisions 24480-24600 via svnmerge from...david18:39, 6 August 2007
r24710* (bug 10367) Update Kazakh translations...raymond20:46, 9 August 2007
r24739* (bug 10367) Update Kazakh translations...raymond07:52, 13 August 2007
r24755Merged revisions 24694-24754 via svnmerge from...david19:48, 13 August 2007
r24770* (bug 10367) Update Kazakh translations...raymond06:40, 14 August 2007
r24863* (bug 10367) Update Kazakh translations...raymond21:36, 16 August 2007
r24866Merged revisions 24755-24865 via svnmerge from...david23:08, 16 August 2007
r25112* (bug 10367) Update Kazakh translations...raymond08:01, 24 August 2007
r25113* (bug 10405) Update Farsi translations...raymond08:04, 24 August 2007
r25126Merged revisions 25109-25125 via svnmerge from...david22:55, 24 August 2007
r25196* (bug 10367) Update Kazakh translations...raymond14:25, 27 August 2007
r25223Merged revisions 25126-25214 via svnmerge from...david07:39, 28 August 2007
r25489* (bug 10367) Update Kazakh translations...raymond17:14, 4 September 2007
r25530Merged revisions 25454-25529 via svnmerge from...david08:28, 5 September 2007
r25622* (bug 10367) Update Kazakh translations...raymond09:20, 7 September 2007
r25754Merged revisions 25607-25751 via svnmerge from...david23:02, 10 September 2007
r26291* (bug 10367) Update Kazakh translations...raymond21:19, 1 October 2007
r26331Merged revisions 26280-26330 via svnmerge from...david22:28, 2 October 2007
r26935* (bug 10367) Kazakh message updates, by AlefZetraymond22:07, 24 October 2007
r27849* (bug 10367) Update Kazakh translations...raymond16:32, 26 November 2007
r28455* (bug 10184) Extensions' stylesheets and scripts should be loaded before use...simetrical23:35, 13 December 2007
r30349* (bug 10365) Localization of Special:Version...raymond14:38, 31 January 2008

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r22887* (bug 10196) Add classes and dir="ltr" to the <pre>s on user CSS and JS page...simetrical16:36, 10 June 2007
r22919Merged revisions 22878-22918 via svnmerge from...david00:00, 12 June 2007
r23034* Group log output by date...nikerabbit16:45, 16 June 2007
r23409* Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS...simetrical01:01, 26 June 2007
r23410(bug 6711) Add and to allow finer control over usergroup assignment. Compl...simetrical04:07, 26 June 2007
r23411* Updates German...raymond05:23, 26 June 2007
r23412Update.rotem06:27, 26 June 2007
r23413* (bug 10160) Show error message for unknown namespace on Special:Allpages and...raymond07:21, 26 June 2007
r23414Update.rotem07:29, 26 June 2007
r23415* (bug 10334) Replace normal spaces before percent (%) signs with non-breakin...raymond08:56, 26 June 2007
r23420Fixed incorrect error message for static member functionststarling14:52, 26 June 2007
r23421load all messageststarling14:52, 26 June 2007
r23426Change classes for <pre>s per Brion on Wikitech-lsimetrical17:07, 26 June 2007
r23431Indonesian (id) localisation updates.ivanlanin20:10, 26 June 2007
r23432* (bug 10372) namespaceDupes.php no longer ignores namespace aliasesbrion20:18, 26 June 2007
r23434When you log in from cookie, make the session valid for login as well. Not su...tstarling20:40, 26 June 2007
r23435Some updates; regarding method/member visibilities, OutputPage is not Parser,...robchurch21:03, 26 June 2007
r23436* (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes...brion21:18, 26 June 2007
r23437woopsbrion21:18, 26 June 2007
r23438Drop the `redirect=no` thing for non-redirects, per Brion. Seems like a waste...robchurch21:24, 26 June 2007
r23445(bug 10377) "Permanent links" to revisions still work if the page is moved an...simetrical01:01, 27 June 2007
r23446Stash the created user's identifier in log parameters for later userobchurch02:42, 27 June 2007
r23447(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user i...robchurch02:46, 27 June 2007
r23448Use Linker::makeKnownLinkObj(); we have a Title object, and it's fasterrobchurch02:49, 27 June 2007
r23460Updated translations for dawegge08:04, 27 June 2007
r23471* (bug 10365) Localization of Special:Version...raymond10:19, 27 June 2007
r23472* (bug 10367) Update Kazakh translations...raymond10:35, 27 June 2007
r23473* (bug 10369) Update Chinese translations...raymond10:38, 27 June 2007
r23474Indonesian (id) localisation updates.ivanlanin13:01, 27 June 2007
r23475Revert r23471, r23474: restore Special:Version to working, non-ugly state...brion13:55, 27 June 2007
r23478* Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information...robchurch14:32, 27 June 2007
r23479* First Tigrinya (ti) messages by Blakenikerabbit14:41, 27 June 2007
r23483* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't...brion15:30, 27 June 2007
r23490Stripping out the year/month filter on contribs for the moment, since there's...brion20:36, 27 June 2007
r23491*Add usertext_timestamp index to archive tableaaron20:43, 27 June 2007
r23492Fix regression -- wfMkdirParents() started whining if target directory existe...brion20:51, 27 June 2007
r23493*goddamnitaaron20:53, 27 June 2007
r23494Revert r23034 for the moment; made it hard to clearly extract log line inform...brion21:02, 27 June 2007
r23502(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]robchurch12:55, 28 June 2007
r23503Tweak API change which broke Makesysop extension. Same functionality, now in ...brion13:42, 28 June 2007
r23505* (bug 10387) Detect and handle '.php5' extension environments at install time...brion14:50, 28 June 2007
r23506* (bug 10397) Fix AJAX watch error fallback when we receive a bogus resultbrion15:05, 28 June 2007
r23507* (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;...brion15:13, 28 June 2007
r23509* Use native XMLHttpRequest class in preference to ActiveX on IE 7; this...brion16:06, 28 June 2007
r23510(bug 10398) Honour .php5 script extensions in pre-installation splash screenrobchurch16:06, 28 June 2007
r23511* Delay AJAX watch initialization until click so IE 6 with ugly security...brion16:21, 28 June 2007
r23512Rmv duplicate include.amidaniel17:49, 28 June 2007
r23513Sort out this ridiculous bug in Special:MovePage success message once and for...robchurch18:12, 28 June 2007
r23514More specific bug no.robchurch18:16, 28 June 2007
r23515Pass the two titles in plain text as (unused per default) parameters $3 and $...robchurch18:18, 28 June 2007
r23516Update Farsi for r23513, patch from Hujirobchurch18:54, 28 June 2007
r23517Update.rotem19:11, 28 June 2007
r23518* Adding a comment to new 'movepage-moved' messages...raymond19:35, 28 June 2007
r23521* ef bb bfnikerabbit20:39, 28 June 2007
r23522* (bug 10363) Update Bulgarian translations...raymond21:04, 28 June 2007
r23523* Remove hard coded colons from upload form code, add them into message fileraymond21:43, 28 June 2007
r23524Cleanup for r23523 using sedsimetrical21:57, 28 June 2007
r23525Fix broken handling of log views for page titles consisting of one or more ze...robchurch22:00, 28 June 2007
r23526More, with double quotes this timesimetrical22:02, 28 June 2007
r23527Added three more missing colons, rebuilt en and tyvsimetrical22:11, 28 June 2007
r23528* Fix read permission check for special pages with subpage parameters, e.g. S...robchurch22:34, 28 June 2007
r23529Fix comment; fixes a wider problem, in factrobchurch22:40, 28 June 2007
r23531Remove ?>'s from files. They're pointless, and just asking for people to mes...simetrical01:19, 29 June 2007
r23532Oops, one bogus one slipped through.simetrical01:25, 29 June 2007
r23536Indonesian (id) localisation updates.ivanlanin02:45, 29 June 2007
r23537Clean up handling of custom CSS and JavaScript pages in Article::view():...robchurch04:31, 29 June 2007
r23541(bug 10184) Site CSS/JS should be included after that added dynamically (e.g....simetrical06:01, 29 June 2007
r23542Note removal of ?> tagsrobchurch06:06, 29 June 2007
r23545* (bug 10405) Update Farsi translations...raymond08:47, 29 June 2007
r23546Restore MW 1.4 behaviour for Special:Upload -- redirect to description page o...tstarling08:56, 29 June 2007
r23547Revert r23523, r23524, stabbed by Tim :-(...raymond10:04, 29 June 2007
r23549* (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations...brion13:07, 29 June 2007
r23551* Some updatesnikerabbit13:20, 29 June 2007
r23552* Darn these colons everywherenikerabbit13:24, 29 June 2007
r23553Hook callbacks for 'ShowRawCssJs' should do their own output, if so desired; ...robchurch13:52, 29 June 2007
r23554Fix r23553robchurch13:53, 29 June 2007
r23556Revert r23541, breaks AJAX watch and god knows what elsebrion14:12, 29 June 2007
r23557* Fix empty message checks for message names containing &...brion14:42, 29 June 2007
r23558bring $wgCompressRevisions comment in line with post-1.4 behaviorbrion15:44, 29 June 2007
r23559Adding language in meta=siteinfo (API) (bug 10411)catrope19:00, 29 June 2007
r23562* Separating UI code and DB code in Article::rollback()...catrope19:55, 29 June 2007
r23564Reverting r23562: accidentally modified phase3 rather than...catrope20:02, 29 June 2007
r23566Making non-fm formats return help text when action=help is explicitly...catrope20:22, 29 June 2007
r23567API: Fixed site language code to use global instead of user'syurik21:44, 29 June 2007
r23570API: Minor cleanupyurik22:05, 29 June 2007
r23573*Don't fuck over special pages with oldid paramaaron00:08, 30 June 2007
r23574*Use NS_SPECIAL constant to be formalaaron00:10, 30 June 2007
r23575*Mark all versions newer than the time of the latest revision viewed as "upda...aaron01:03, 30 June 2007
r23577Ditch over-verbose "statement of rights" in Special:Userrights; this isn't a ...robchurch04:04, 30 June 2007
r23578Yes, now actually ditch the old code. :Drobchurch04:06, 30 June 2007
r23580(bug 10404) Show rights log fragment for the selected user in Special:Userrightsrobchurch04:21, 30 June 2007

Status & tagging log