[Mediawiki logo]
Mediawiki commits

RevisionAuthorDateDescription
45493siebrand07 Jan 2009 03:48:43

Localisation updates for core from Betawiki

45492siebrand07 Jan 2009 03:35:39

Localisation updates for core messages from Betawiki (2009-01-07 08:15 UTC)

45490danny_b06 Jan 2009 23:56:08

* Added "Advanced search" link to the search form

45489brion06 Jan 2009 23:34:01

Revert r45340 "(bug 16793) text entered into the log entry should remain when an error is returned"
Incomplete & kinda broken:

This is conflicting between the two forms on the page when transwiki import is available:

1. The transwiki form's comment field isn't filled out at all. Note this is the only one that most Wikipedia admins will see, since upload import is usually disabled...
2. Both forms submit the comment field as 'log-comment' and store it into $this->logcomment, so if it were filled out the same way you'd get the text from whichever one you submitted put into both.

Only the form that actually got submitted and errored out should have its comment field prefilled.

45488brion06 Jan 2009 23:31:06

Pull back r45367 "(bug 12458) Protected page titles should show only one protection notice"
This code seems messy and looks wrong; it looks like it won't take various protections into account.

45487brion06 Jan 2009 23:23:51

Pulling r45473 back for now "Reduce code duplication correctly this time"
Let's hold off on further section anchor generation changes until we have decent test cases covering the different ways we we stuff through...

45486brion06 Jan 2009 23:01:05

Pull back r45458 "Fix diff= urls with no title (bug 15233)"
This code is illegible; it's not very clear what it's doing or why. Please redo with clearer code; comment if necessary.

45485brion06 Jan 2009 22:54:29

Revert r45450, r45451 "(bug 2242) Introduce expiry time for temporary passwords."

Notice: Undefined variable: wgNewPasswordExpiry in /Library/WebServer/Documents/trunk/includes/User.php on line 2710

45484brion06 Jan 2009 22:46:02

Pulling back r45448 "Enabling support for RTL langauges in Special:Version tables"
Per notes on the rev, the use of inline styles is kind of ugly. This probably should be redone cleaner...

45483brion06 Jan 2009 22:37:01

Revert r45432 "* Added "Advanced search" link to the search form"

+ . '' . wfMsg ('powersearch-legend') . '';
The crap is this?

45482brion06 Jan 2009 22:33:14

Pull back r45431 for the moment "Updated deleteLinksFromNonexistent function:" etc
There's some funny output with \x08 stuff, and I don't want to fiddle with it just now...

45479brion06 Jan 2009 21:55:43

Revert r45389 "Disallow broken Talk:File:x type titles (bug 5280)"

This is doing really weird things, like normalizing 'Talk:Wikipedia:Foo' to 'Wikipedia:Talk:Foo' which then redirects me to 'Talk:Foo' at Wikipedia.

Need to create some test cases for this if it's redone.

45478brion06 Jan 2009 21:41:03

Pulling back r45388 "Don't needlessly shy from reuniting lost files with their description pages."
I'm staring at this code and my brain just ain't liking it. :) Can we maybe just make the logic cleaner?