lhc/web/wiklou.git
14 years agoFix hooks.txt to match code, minor followup to r65506
Sam Reed [Sat, 24 Apr 2010 11:12:07 +0000 (11:12 +0000)]
Fix hooks.txt to match code, minor followup to r65506

14 years ago* (bug 23276) Add hook to Special:NewPages to modify query
Sam Reed [Sat, 24 Apr 2010 11:05:15 +0000 (11:05 +0000)]
* (bug 23276) Add hook to Special:NewPages to modify query

Patch by Dan Barrett

14 years ago* Refactor super-long title function
Mark A. Hershberger [Sat, 24 Apr 2010 06:22:11 +0000 (06:22 +0000)]
* Refactor super-long title function
* Add tests to achieve almost-complete coverage since I want to make sure my changes don't break thinks.
* Still need to write tests for checkPermissionHooks
* Tests could probably be cleaned up a lot.

14 years agotypo
Mark A. Hershberger [Sat, 24 Apr 2010 01:14:13 +0000 (01:14 +0000)]
typo

14 years agocache the result of getTitleProtection to make testing easier
Mark A. Hershberger [Sat, 24 Apr 2010 00:23:57 +0000 (00:23 +0000)]
cache the result of getTitleProtection to make testing easier

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 23 Apr 2010 22:05:09 +0000 (22:05 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-23 21:20:00 UTC)

14 years agoTweak comment
Siebrand Mazeland [Fri, 23 Apr 2010 20:35:25 +0000 (20:35 +0000)]
Tweak comment

14 years agoDocument parameters in the correct order
Siebrand Mazeland [Fri, 23 Apr 2010 20:31:23 +0000 (20:31 +0000)]
Document parameters in the correct order

14 years agoDon't rely on the extract and its side-effects when we can be explicit.
Mark A. Hershberger [Fri, 23 Apr 2010 19:36:37 +0000 (19:36 +0000)]
Don't rely on the extract and its side-effects when we can be explicit.
Also, we can do a simple boolean test rather than use is_array.

14 years agoMake sure a member var is declared.
Mark A. Hershberger [Fri, 23 Apr 2010 18:37:33 +0000 (18:37 +0000)]
Make sure a member var is declared.

14 years agoRemove code that looks like it came from Perl as it “works” (doesn't produce an error...
Mark A. Hershberger [Fri, 23 Apr 2010 17:29:17 +0000 (17:29 +0000)]
Remove code that looks like it came from Perl as it “works” (doesn't produce an error) but always evaluates to true.

    $ php -r '$a = array();var_dump($a > 0);'
    bool(true)

14 years agoMore rigorous fix for ImageMagick parameter interpretation (bug 23148 etc.) based...
Tim Starling [Fri, 23 Apr 2010 16:24:54 +0000 (16:24 +0000)]
More rigorous fix for ImageMagick parameter interpretation (bug 23148 etc.) based on examination of the source code, updating r64932. The source was large and complex and I might have missed some bits, but this is my best guess for now.

Tested bug 23148 and wildcards in filenames (was broken) using a patched convert. With a manual unit test (no convert), tested all branches of the new functions except wfIsWindows() == true.

14 years agoLocalization update for he.
Rotem Liss [Fri, 23 Apr 2010 14:33:17 +0000 (14:33 +0000)]
Localization update for he.

14 years ago* (bug 23283) Native name for Old English -> Ænglisc
Raimond Spekking [Thu, 22 Apr 2010 20:21:30 +0000 (20:21 +0000)]
* (bug 23283) Native name for Old English -> Ænglisc

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 22 Apr 2010 19:46:04 +0000 (19:46 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-22 19:30:00 UTC)

14 years ago* (bug 23286) Fix for r62890: namespace selector no longer has effect
Alexandre Emsenhuber [Thu, 22 Apr 2010 09:36:18 +0000 (09:36 +0000)]
* (bug 23286) Fix for r62890: namespace selector no longer has effect

14 years agoRemoved redundant check if diffButtons()
Aaron Schulz [Thu, 22 Apr 2010 01:16:03 +0000 (01:16 +0000)]
Removed redundant check if diffButtons()

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 21 Apr 2010 19:10:25 +0000 (19:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-21 18:30:00 UTC)

14 years ago(bug 16487) Do not display the fake Anonymous user account used by Postgres on Specia...
Platonides [Wed, 21 Apr 2010 17:33:17 +0000 (17:33 +0000)]
(bug 16487) Do not display the fake Anonymous user account used by Postgres on Special:Listusers. It will surely still produce strange results on many more places, though.

14 years agoRemove current MSSQL implementation from trunk. See wikitech-l for discussion.
Chad Horohoe [Wed, 21 Apr 2010 16:29:29 +0000 (16:29 +0000)]
Remove current MSSQL implementation from trunk. See wikitech-l for discussion.

14 years agoActually fix bug #20706 - Next time I will read more carefully and test more thouroug...
Trevor Parscal [Wed, 21 Apr 2010 14:19:06 +0000 (14:19 +0000)]
Actually fix bug #20706 - Next time I will read more carefully and test more thouroughly...

14 years agoEliminate $wgLivePreview toggle for the uselivepreview preference
Andrew Garrett [Wed, 21 Apr 2010 14:19:04 +0000 (14:19 +0000)]
Eliminate $wgLivePreview toggle for the uselivepreview preference

14 years agoFix regression in r65384 with document.write() compatibility
Andrew Garrett [Wed, 21 Apr 2010 13:53:59 +0000 (13:53 +0000)]
Fix regression in r65384 with document.write() compatibility

14 years agoMoved a style over to shared.css out of Monobook, making the edit summary box a consi...
Trevor Parscal [Wed, 21 Apr 2010 13:50:30 +0000 (13:50 +0000)]
Moved a style over to shared.css out of Monobook, making the edit summary box a consistent width accross skins.

14 years agoRevert r65382, can't use global functions here.
Chad Horohoe [Wed, 21 Apr 2010 13:49:50 +0000 (13:49 +0000)]
Revert r65382, can't use global functions here.

14 years agoLive Preview: Do a better job of emulating the edit form submission. Fixes Live Previ...
Andrew Garrett [Wed, 21 Apr 2010 13:46:44 +0000 (13:46 +0000)]
Live Preview: Do a better job of emulating the edit form submission. Fixes Live Preview in LiquidThreads NewMessages pages.

14 years agoFixed the font size of pre elements, which was previously too small.
Trevor Parscal [Wed, 21 Apr 2010 13:46:06 +0000 (13:46 +0000)]
Fixed the font size of pre elements, which was previously too small.

14 years agoUse wfSuppress/RestoreWarnings instead of @
Chad Horohoe [Wed, 21 Apr 2010 13:44:53 +0000 (13:44 +0000)]
Use wfSuppress/RestoreWarnings instead of @

14 years agoStyle bump for r65380.
Trevor Parscal [Wed, 21 Apr 2010 13:39:20 +0000 (13:39 +0000)]
Style bump for r65380.

14 years agoDefined a foreground color for text. Solves bug #20737.
Trevor Parscal [Wed, 21 Apr 2010 13:38:22 +0000 (13:38 +0000)]
Defined a foreground color for text. Solves bug #20737.

14 years agofixing r65339 which broke Upload when file dest was undefined
Tobias [Wed, 21 Apr 2010 10:53:26 +0000 (10:53 +0000)]
fixing r65339 which broke Upload when file dest was undefined

14 years agoSelf revert r65357. Stupid comitter :-(
Raimond Spekking [Wed, 21 Apr 2010 06:45:48 +0000 (06:45 +0000)]
Self revert r65357. Stupid comitter :-(

14 years agoFollow-up r65351: Add a missing comma in message
Raimond Spekking [Wed, 21 Apr 2010 06:40:38 +0000 (06:40 +0000)]
Follow-up r65351: Add a missing comma in message

14 years agoFollow-up r65339: Add new message key to maintenance file
Raimond Spekking [Wed, 21 Apr 2010 06:37:18 +0000 (06:37 +0000)]
Follow-up r65339: Add new message key to maintenance file

14 years ago(bug 22647) Add category details in search results. Contributed by Lejonel.
Siebrand Mazeland [Tue, 20 Apr 2010 23:06:59 +0000 (23:06 +0000)]
(bug 22647) Add category details in search results. Contributed by Lejonel.

14 years ago(bug 23075) correct MediaTransformError default width in gallery. Contributed by...
Siebrand Mazeland [Tue, 20 Apr 2010 22:49:50 +0000 (22:49 +0000)]
(bug 23075) correct MediaTransformError default width in gallery. Contributed by Derk-Jan Hartman.

Submitter's remarks:
This patch changes the minimum size of a MediaTransformError to 120px, which
makes sure it will at least fit galleries. Any smaller and likely it would
become unreadable, so keep the ugly in those cases.

The patch also changes the message from a table to a div, because there is no
real need to use a table here. I have added "display:inline-block" to the css
to make it behave almost exactly as an img or table element would (This might
be important for [[File:image.gif|180px]], where no other framing is provided.)

14 years agoWhen visiting a 'red link' of a deleted file, a deletion and move log excerpt is...
Tobias [Tue, 20 Apr 2010 20:30:11 +0000 (20:30 +0000)]
When visiting a 'red link' of a deleted file, a deletion and move log excerpt is provided on the Upload form.

14 years agoFollow up r65286. If we are going to support <img we should support width and height
Platonides [Tue, 20 Apr 2010 19:04:00 +0000 (19:04 +0000)]
Follow up r65286. If we are going to support <img we should support width and height
attributes, too. Since there's a potential for creating webbugs of 1x1px we might want
to enforce a minimum size for them. But that has always existed when the attacker provides
the image.

The sanitizer isn't treating numeric-like arguments in a special way. That is something
to fix.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 20 Apr 2010 18:55:30 +0000 (18:55 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-20 18:15:00 UTC)

14 years agoFollow-up r64078: Define $ntl at the beginning to avoid PHP Notice: Undefined variabl...
Raimond Spekking [Tue, 20 Apr 2010 08:14:47 +0000 (08:14 +0000)]
Follow-up r64078: Define $ntl at the beginning to avoid PHP Notice: Undefined variable: ntl in /www/w/includes/Skin.php  on line 2238
Seen on translatewiki today

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 19 Apr 2010 20:28:28 +0000 (20:28 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-19 19:55:00 UTC)

14 years agoCreate $wgAllowImageTag to whitelist <img>
Aryeh Gregor [Mon, 19 Apr 2010 18:44:11 +0000 (18:44 +0000)]
Create $wgAllowImageTag to whitelist <img>

I could have reused $wgAllowExternalImages, but that's . . . rather
ugly.  It makes some external links mysteriously behave differently, and
of course doesn't allow setting attributes.

14 years ago(bug 23240) Add ID to namespace selector form on Special:Watchlist
Roan Kattouw [Mon, 19 Apr 2010 14:08:38 +0000 (14:08 +0000)]
(bug 23240) Add ID to namespace selector form on Special:Watchlist

14 years agoFollow-up r65049: Fix constant name
Raimond Spekking [Mon, 19 Apr 2010 12:52:03 +0000 (12:52 +0000)]
Follow-up r65049: Fix constant name
Error on translatewiki:  PHP Fatal error: Undefined class constant 'FILESIZE_TOO_LARGE'  in /www/w/includes/specials/SpecialUpload.php on line 531

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 18 Apr 2010 20:12:03 +0000 (20:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-18 19:55:00 UTC)

14 years agoFixing syntax error in messages.inc, and rebuilding en.
Rotem Liss [Sun, 18 Apr 2010 12:34:04 +0000 (12:34 +0000)]
Fixing syntax error in messages.inc, and rebuilding en.

14 years agoLocalization update for he.
Rotem Liss [Sun, 18 Apr 2010 12:32:35 +0000 (12:32 +0000)]
Localization update for he.

14 years agoPer report on translatewiki: "namespaces to search" user option always displays all...
Alexandre Emsenhuber [Sun, 18 Apr 2010 11:58:39 +0000 (11:58 +0000)]
Per report on translatewiki: "namespaces to search" user option always displays all fields unchecked

14 years agoPer siebrand: missing global declaration of $wgTmpDirectory
Alexandre Emsenhuber [Sun, 18 Apr 2010 09:53:46 +0000 (09:53 +0000)]
Per siebrand: missing global declaration of $wgTmpDirectory

14 years agoCleanup for bugs in r65104 (iwlinks table), that'll teach me not to commit at 4am...
Brion Vibber [Sun, 18 Apr 2010 00:39:12 +0000 (00:39 +0000)]
Cleanup for bugs in r65104 (iwlinks table), that'll teach me not to commit at 4am after drinking with the wikimedia devs!

14 years agoAdd msg to messages.inc
Mark A. Hershberger [Sat, 17 Apr 2010 21:50:42 +0000 (21:50 +0000)]
Add msg to messages.inc

14 years agofor r65152: fixed web ui for UploadFromUrl
Mark A. Hershberger [Sat, 17 Apr 2010 21:44:51 +0000 (21:44 +0000)]
for r65152: fixed web ui for UploadFromUrl
* Add watchlist and ignorewarnings params for job — not used yet
* Add permissions check for isValidRequest

14 years agoStylize.
Platonides [Sat, 17 Apr 2010 21:16:06 +0000 (21:16 +0000)]
Stylize.

14 years agoAdd yet another parameter for Block construction, so this doesn't show runJobs.php...
Platonides [Sat, 17 Apr 2010 21:06:21 +0000 (21:06 +0000)]
Add yet another parameter for Block construction, so this doesn't show runJobs.php blocking anyone when run from the job queue :)
Follow up r65184.

14 years agoFollow up r64982. Autoblocks aren't automatically set just by storing ipb_enable_auto...
Platonides [Sat, 17 Apr 2010 20:59:05 +0000 (20:59 +0000)]
Follow up r64982. Autoblocks aren't automatically set just by storing ipb_enable_autoblock, we need to look for them.
So do this properly and use Block class to insert the block.

14 years agoStylize Api upto date
Sam Reed [Sat, 17 Apr 2010 20:58:04 +0000 (20:58 +0000)]
Stylize Api upto date

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 17 Apr 2010 20:47:45 +0000 (20:47 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-17 20:20:00 UTC)

14 years agoFix
Sam Reed [Sat, 17 Apr 2010 20:03:10 +0000 (20:03 +0000)]
Fix

<siebrand> PHP Warning:  Missing argument 4 for UploadFromUrl::initialize(), called in /www/w/includes/upload/UploadFromUrl.php on line 99 and defined in /www/w/includes/upload/UploadFromUrl.php on line 38

14 years agoeol ws cleanup
Mark A. Hershberger [Sat, 17 Apr 2010 17:09:11 +0000 (17:09 +0000)]
eol ws cleanup

14 years agore: r65152
Mark A. Hershberger [Sat, 17 Apr 2010 16:49:20 +0000 (16:49 +0000)]
re: r65152
* Make Job::insert() return true on success
* Change from Status object to array for API result on URL upload.

14 years agore: r65152 fix translatewiki problems
Mark A. Hershberger [Sat, 17 Apr 2010 16:36:48 +0000 (16:36 +0000)]
re: r65152 fix translatewiki problems
* Recover lost $permErrorsUpload in uploadBase::verifyPermissions
* Use Http::isValidURI() to replace UploadFromUrl::isvalidurl()

14 years agoTweaks for messages added in r65152.
Siebrand Mazeland [Sat, 17 Apr 2010 15:44:00 +0000 (15:44 +0000)]
Tweaks for messages added in r65152.

14 years agoBug 23190#c7 Mark tex text as class="tex".
Platonides [Sat, 17 Apr 2010 15:31:58 +0000 (15:31 +0000)]
Bug 23190#c7 Mark tex text as class="tex".

14 years agoLocalization update for he, updating messages.inc, and rebuilding en.
Rotem Liss [Sat, 17 Apr 2010 08:25:25 +0000 (08:25 +0000)]
Localization update for he, updating messages.inc, and rebuilding en.

14 years ago* New UploadFromUrlJob class to handle Upload-by-Copy
Mark A. Hershberger [Sat, 17 Apr 2010 02:43:13 +0000 (02:43 +0000)]
* New UploadFromUrlJob class to handle Upload-by-Copy
* Define variable for ApiUserrights.php that wasn't defined before.
* Add convertVerifyErrorToStatus and getVerificationErrorCode to
  UploadBase to translate error consts since UploadFromUrl will
  need a message to display to end-users.
* refactor mime-checking out of UploadBase::verifyFile into
  UploadBase::verifyMimeType
* Make UploadBase::verifyFile always return arrays for errors
* Use HttpFunctions instead of custom curl handler for async downloading
* TODO: Need a way to feed errors back to the requestor
* TODO: Need to add watchlist param handling and warnings checks.

14 years agooverride isMetadataValid() so that we don't regenerate GIF metadata every time
Ilmari Karonen [Sat, 17 Apr 2010 01:37:32 +0000 (01:37 +0000)]
override isMetadataValid() so that we don't regenerate GIF metadata every time

14 years agoMediaWiki messages show content on view and edit even if they don't actually exist...
Platonides [Fri, 16 Apr 2010 22:29:11 +0000 (22:29 +0000)]
MediaWiki messages show content on view and edit even if they don't actually exist on db, so show edit instead of create, per thread.gmane.org/gmane.org.wikimedia.mediawiki/33792

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 16 Apr 2010 20:41:14 +0000 (20:41 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-16 20:20:00 UTC)

14 years ago* part of bug 23119: removed WikiError stuff for Special:Userrights, also updated...
Alexandre Emsenhuber [Fri, 16 Apr 2010 15:56:48 +0000 (15:56 +0000)]
* part of bug 23119: removed WikiError stuff for Special:Userrights, also updated CentralAuth extension
* fixed E_NOTICE in Special:GlobalGroupMembership when the user cannot change global permissions

14 years agoUpdate comments: file stuff no longer uses WikiError
Alexandre Emsenhuber [Fri, 16 Apr 2010 15:20:12 +0000 (15:20 +0000)]
Update comments: file stuff no longer uses WikiError

14 years agoFix hooks.txt SpecialSearchNogomatch $title to &$title
Sam Reed [Fri, 16 Apr 2010 10:19:50 +0000 (10:19 +0000)]
Fix hooks.txt SpecialSearchNogomatch $title to &$title

* (bug 23206) Add Special::Search hook for detecting successful "Go"

Not implemented completely as per patch, $term removed, seems a bit useless/redundant (and doesn't exist for Nomatch)

14 years agoChange Czech talk namespaces names. Patch by Danny B
Roan Kattouw [Fri, 16 Apr 2010 09:33:27 +0000 (09:33 +0000)]
Change Czech talk namespaces names. Patch by Danny B

14 years agoFollowup to r65104, PG updater/table def
OverlordQ [Fri, 16 Apr 2010 02:35:37 +0000 (02:35 +0000)]
Followup to r65104, PG updater/table def

14 years ago* (bug 14473) Add iwlinks table to track inline interwiki link usage
Brion Vibber [Fri, 16 Apr 2010 01:40:05 +0000 (01:40 +0000)]
* (bug 14473) Add iwlinks table to track inline interwiki link usage

Like langlinks, this stores the interwiki prefix (as iwl_prefix) and full page title (as iwl_title), attached to the page doing the liking (as iwl_from -> page_id).
Unlike langlinks, there can be multiple entries stored per interwiki prefix.

Updater to add the table confirmed on MySQL, untested on SQLite but should work.
Someone may still need to add and test a PostgreSQL updater.

Refactored makeWhereFrom2d() out of LinkBatch to Database so it could be re-used for the similar mapping for the interwiki links, which need a string prefix rather than an int namespace key.
Also cleaned it up internally to reuse existing code for building where clauses from arrays. (Tim & Domas -- if the previous more verbose code was there to reduce function call and array processing overhead on very large link lists, feel free to unroll it again if the difference is measurable. Just swap the var names around from the old LinkBatch code and escape the base key value if it's not an integer, it'll be functionally equivalent.)

14 years agoRELEASE-NOTES for r65101
Conrad Irwin [Thu, 15 Apr 2010 22:43:29 +0000 (22:43 +0000)]
RELEASE-NOTES for r65101

14 years agoPut a 235 byte limit on usernames to allow /thelongskinname.css to work (bug 23080)
Conrad Irwin [Thu, 15 Apr 2010 22:41:49 +0000 (22:41 +0000)]
Put a 235 byte limit on usernames to allow /thelongskinname.css to work (bug 23080)

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 15 Apr 2010 21:03:42 +0000 (21:03 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-15 20:30:00 UTC)

14 years agoUpdate indentation/formatting and add braces where missing in if() and foreach()
Siebrand Mazeland [Thu, 15 Apr 2010 18:36:12 +0000 (18:36 +0000)]
Update indentation/formatting and add braces where missing in if() and foreach()

14 years agoRemove the 'editwidth' preference and related code.
Siebrand Mazeland [Thu, 15 Apr 2010 18:11:24 +0000 (18:11 +0000)]
Remove the 'editwidth' preference and related code.

I was not able to find any scenario that changed editor behavior anymore in monobook, modern, vector, classic or chick skin.

14 years agoCompliment to r65046 - Removing duplicate css from Vector's css file
Adam Miller [Thu, 15 Apr 2010 13:26:07 +0000 (13:26 +0000)]
Compliment to r65046 - Removing duplicate css from Vector's css file

14 years agoRemove jobqueue length from the user interface
Niklas Laxström [Thu, 15 Apr 2010 12:47:05 +0000 (12:47 +0000)]
Remove jobqueue length from the user interface

It causes more confusion than it is worth:
* The figures are essentially random, so it does not help to detect problems
* There shouldn't be any problems with default configuration anyway
* The number is still accessible by other means

14 years agoSome cleanups
Niklas Laxström [Thu, 15 Apr 2010 12:41:19 +0000 (12:41 +0000)]
Some cleanups

14 years agoSpecial:Random now carries over query string parameters
Roan Kattouw [Thu, 15 Apr 2010 11:54:16 +0000 (11:54 +0000)]
Special:Random now carries over query string parameters

14 years agoDocumentation fix for r65049.
Bryan Tong Minh [Thu, 15 Apr 2010 10:16:45 +0000 (10:16 +0000)]
Documentation fix for r65049.

14 years ago(bug 17941) $wgMaxUploadSize is now honored by all upload sources
Bryan Tong Minh [Thu, 15 Apr 2010 09:28:33 +0000 (09:28 +0000)]
(bug 17941) $wgMaxUploadSize is now honored by all upload sources

14 years agoRELEASE-NOTES for r65043.
Bryan Tong Minh [Thu, 15 Apr 2010 08:46:19 +0000 (08:46 +0000)]
RELEASE-NOTES for r65043.

14 years agoRefactored UploadFromUrl to use HttpFunctions.
Bryan Tong Minh [Thu, 15 Apr 2010 08:44:25 +0000 (08:44 +0000)]
Refactored UploadFromUrl to use HttpFunctions.
Errors while fetching the file are now properly handled and also displayed in a reasonable way to the user (bug 22015).

14 years agoFrom r64866, more consistent behaviour of hidden field names. May affect r65029.
Happy-melon [Wed, 14 Apr 2010 21:42:37 +0000 (21:42 +0000)]
From r64866, more consistent behaviour of hidden field names.  May affect r65029.

14 years agoReplace the new lines in plain math with spaces.
Platonides [Wed, 14 Apr 2010 21:22:38 +0000 (21:22 +0000)]
Replace the new lines in plain math with spaces.
This avoids interactions with the parser taking those new lines into account for the wikitext.
Fixes bug 22818 and bug 23190.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 14 Apr 2010 20:03:13 +0000 (20:03 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-14 19:30:00 UTC)

14 years ago* (bug 21456) "Bad title" error when showing non-local interwiki pages no longer...
Alexandre Emsenhuber [Wed, 14 Apr 2010 19:27:25 +0000 (19:27 +0000)]
* (bug 21456) "Bad title" error when showing non-local interwiki pages no longer displays incorrect tabs

14 years agoFollow-up to r65013: Preserve username when clicking navigation links.
Bryan Tong Minh [Wed, 14 Apr 2010 16:15:14 +0000 (16:15 +0000)]
Follow-up to r65013: Preserve username when clicking navigation links.

14 years agoFollow-up to r65027: Prefix all hidden fields with wp. This was not necessary since...
Bryan Tong Minh [Wed, 14 Apr 2010 14:47:50 +0000 (14:47 +0000)]
Follow-up to r65027: Prefix all hidden fields with wp. This was not necessary since HTMLForm.php r64866, which needs reverting or fixing.

14 years agoFix regression in unwatch links sent out by enotif. {{FULLPAGENAMEE}} happens to...
Chad Horohoe [Wed, 14 Apr 2010 14:00:53 +0000 (14:00 +0000)]
Fix regression in unwatch links sent out by enotif. {{FULLPAGENAMEE}} happens to be "RunJobs.php," so hack around it by adding another $NAMEDVAR to enotif_body

14 years ago(bug 23176) Fixed regression: "upload new version" link should not trigger a file...
Bryan Tong Minh [Wed, 14 Apr 2010 13:53:20 +0000 (13:53 +0000)]
(bug 23176) Fixed regression: "upload new version" link should not trigger a file-exists warning

Also fixed a mislabeled form field.

14 years agoFollowup to r64962: Fixed watchlist parameter in API. User options watchdeletions...
Bryan Tong Minh [Wed, 14 Apr 2010 12:17:39 +0000 (12:17 +0000)]
Followup to r64962: Fixed watchlist parameter in API. User options watchdeletions and watchmoves can now by overridden. Unwatching while editting is now possible.

14 years agoRemove space in <div id="content" > to unbreak certain screenscraping clients. (Yes...
Roan Kattouw [Wed, 14 Apr 2010 10:04:33 +0000 (10:04 +0000)]
Remove space in <div id="content" > to unbreak certain screenscraping clients. (Yes, their breaking on this is ridiculous.)

14 years agoSpecial:Listfiles now supports a username parameter. This is indexed using the img_us...
Bryan Tong Minh [Wed, 14 Apr 2010 09:03:28 +0000 (09:03 +0000)]
Special:Listfiles now supports a username parameter. This is indexed using the img_user_text_timestamp index.

14 years ago* EOL ws clean on ApiBase.php
Mark A. Hershberger [Wed, 14 Apr 2010 04:57:27 +0000 (04:57 +0000)]
* EOL ws clean on ApiBase.php
* Use an actual value for ApiUpload.php
* Commit some code I must've missed for r64852

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 13 Apr 2010 19:19:15 +0000 (19:19 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-04-13 18:40:00 UTC)