lhc/web/wiklou.git
14 years agoPassword not always required on account creation
Aryeh Gregor [Thu, 3 Jun 2010 17:31:14 +0000 (17:31 +0000)]
Password not always required on account creation

Bug 23769.  It's not required when the account is being created by
e-mail, regardless of $wgMinimalPasswordLength.  This commit technically
does nothing, given r67283, but it will keep the bug fixed even in the
future when r67283 can be reverted.

14 years ago(bug 23769) Disable HTML5 form validation for now
Aryeh Gregor [Thu, 3 Jun 2010 17:18:21 +0000 (17:18 +0000)]
(bug 23769) Disable HTML5 form validation for now

Is implemented in recent WebKit but with no UI, so it's worse than just
giving a server-side error.  The only other implementation right now is
Opera and its UI is pretty ugly, so not yet worth the effort to do UA
sniffing.  Will backport to 1.16, as a regression fix.

14 years agoFixed for r58099 per CR:
Roan Kattouw [Thu, 3 Jun 2010 09:53:28 +0000 (09:53 +0000)]
Fixed for r58099 per CR:
* Only clicktrack local, domain-relative URLs
* Validate redirect URL in ApiClickTracking with the same condition used in ClickTracking.js (local, domain-relative)
* Remove call to nonexistent function OutputPage::enable()
* Add functionality for disabling API output and use this after setting up the redirect. This fixes the issue where the body of the redirect contained an API response in xmlfm form
at; the body is now empty.

14 years agoFollow-up to r64903; fix field names broken by r65040.
Happy-melon [Thu, 3 Jun 2010 09:43:12 +0000 (09:43 +0000)]
Follow-up to r64903; fix field names broken by r65040.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 2 Jun 2010 20:58:12 +0000 (20:58 +0000)]
Fixed some doxygen warnings

14 years agoJS to JavaScript
Siebrand Mazeland [Wed, 2 Jun 2010 20:32:12 +0000 (20:32 +0000)]
JS to JavaScript

14 years agoTweak r67231: 'usercssyoucanpreview' and 'userjsyoucanpreview' a little further.
Siebrand Mazeland [Wed, 2 Jun 2010 20:29:20 +0000 (20:29 +0000)]
Tweak r67231: 'usercssyoucanpreview' and 'userjsyoucanpreview' a little further.

14 years agoFollow-up r67230 - be consistent in use of IDs rather than classes.
Happy-melon [Wed, 2 Jun 2010 19:47:28 +0000 (19:47 +0000)]
Follow-up r67230 - be consistent in use of IDs rather than classes.

14 years agoTransclude message of the 'Show preview' button per {{int:}} into the explaination...
Raimond Spekking [Wed, 2 Jun 2010 19:41:14 +0000 (19:41 +0000)]
Transclude message of the 'Show preview' button per {{int:}} into the explaination message to keep text in sync.

14 years ago Bug 23733 - Add IDs to messages used on CSS/JS pages
Raimond Spekking [Wed, 2 Jun 2010 19:30:55 +0000 (19:30 +0000)]
 Bug 23733 -  Add IDs to messages used on CSS/JS pages

14 years ago* Use Html::linkedScript() and Html::inlineScript()
Alexandre Emsenhuber [Wed, 2 Jun 2010 19:28:44 +0000 (19:28 +0000)]
* Use Html::linkedScript() and Html::inlineScript()

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 2 Jun 2010 19:22:28 +0000 (19:22 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-02 18:50:00 UTC)

14 years agoUse addClickHandler() instead of .onclick = handlerfunction
Derk-Jan Hartman [Tue, 1 Jun 2010 23:30:17 +0000 (23:30 +0000)]
Use addClickHandler() instead of .onclick = handlerfunction

14 years agoBug 23755. Prevent tablesort code leaking to global scope.
Derk-Jan Hartman [Tue, 1 Jun 2010 23:18:07 +0000 (23:18 +0000)]
Bug 23755. Prevent tablesort code leaking to global scope.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 1 Jun 2010 20:58:01 +0000 (20:58 +0000)]
Fixed some doxygen warnings

14 years agoFix fatal in r67185
Roan Kattouw [Tue, 1 Jun 2010 19:40:35 +0000 (19:40 +0000)]
Fix fatal in r67185

14 years agoFix bug 23688. Correct the mime type definitions for Microsoft Office 2007 OpenXML...
Derk-Jan Hartman [Tue, 1 Jun 2010 19:20:04 +0000 (19:20 +0000)]
Fix bug 23688. Correct the mime type definitions for Microsoft Office 2007 OpenXML files.
Original patch by Markus Krotzsch, adapted by me based on mime information found at:
http://blogs.msdn.com/b/vsofficedeveloper/archive/2008/05/08/office-2007-open-xml-mime-types.aspx

14 years agoExport namespaces for 'ckb' from translatewiki
Raimond Spekking [Tue, 1 Jun 2010 19:00:20 +0000 (19:00 +0000)]
Export namespaces for 'ckb' from translatewiki

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 1 Jun 2010 18:33:40 +0000 (18:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-01 18:25:00 UTC)

14 years agosvn:eol-style native
Alexandre Emsenhuber [Tue, 1 Jun 2010 16:31:56 +0000 (16:31 +0000)]
svn:eol-style native

14 years agoFixed fatal error because of undefined $wgParser variable
Alexandre Emsenhuber [Tue, 1 Jun 2010 16:21:00 +0000 (16:21 +0000)]
Fixed fatal error because of undefined $wgParser variable

14 years ago* (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if the...
Alexandre Emsenhuber [Tue, 1 Jun 2010 15:19:19 +0000 (15:19 +0000)]
* (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if the $noRedir parameter is set to true

14 years agoallow parser/extensions to control for how long a ParserOutput gets cached. Introduce...
Daniel Kinzler [Tue, 1 Jun 2010 14:28:51 +0000 (14:28 +0000)]
allow parser/extensions to control for how long a ParserOutput gets cached. Introduced updateCacheExpiry(), Cleaned up use of getCacheTime() for marking uncacheable objects.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 31 May 2010 19:13:41 +0000 (19:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-31 18:55:00 UTC)

14 years agoLocalization update for he, fixing messages.inc, and rebuilding en.
Rotem Liss [Mon, 31 May 2010 14:47:31 +0000 (14:47 +0000)]
Localization update for he, fixing messages.inc, and rebuilding en.

14 years agoFollow-up r67094: Tweak message files
Raimond Spekking [Sun, 30 May 2010 20:20:20 +0000 (20:20 +0000)]
Follow-up r67094: Tweak message files

14 years agoRemove r44003 workaround. It is no longer needed, we can now use temporary tables...
Platonides [Sun, 30 May 2010 20:13:06 +0000 (20:13 +0000)]
Remove r44003 workaround. It is no longer needed, we can now use temporary tables again.

14 years agoFollow-up r67094: Tweak message files
Raimond Spekking [Sun, 30 May 2010 20:06:25 +0000 (20:06 +0000)]
Follow-up r67094: Tweak message files

14 years agoFollow-up r67094: Tweak message files
Raimond Spekking [Sun, 30 May 2010 19:51:37 +0000 (19:51 +0000)]
Follow-up r67094: Tweak message files

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 30 May 2010 19:41:13 +0000 (19:41 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-30 18:55:00 UTC)

14 years agoFixed a few E_DEPRECATED's is ImportXMLReader.php
Max Semenik [Sun, 30 May 2010 19:17:14 +0000 (19:17 +0000)]
Fixed a few E_DEPRECATED's is ImportXMLReader.php

14 years agoFollow up r66990. Fix parser tests.
Platonides [Sun, 30 May 2010 18:59:25 +0000 (18:59 +0000)]
Follow up r66990. Fix parser tests.

14 years agoFollow-up to r67099: fix case
Max Semenik [Sun, 30 May 2010 18:56:20 +0000 (18:56 +0000)]
Follow-up to r67099: fix case

14 years agofixing messages of r67094. thanks to siebrand for these suggestions
Tobias [Sun, 30 May 2010 18:21:49 +0000 (18:21 +0000)]
fixing messages of r67094. thanks to siebrand for these suggestions

14 years ago(r67097) Typo in previous commit
OverlordQ [Sun, 30 May 2010 18:13:13 +0000 (18:13 +0000)]
(r67097) Typo in previous commit

14 years agoFollowup to r67090, update parser tests
OverlordQ [Sun, 30 May 2010 18:11:25 +0000 (18:11 +0000)]
Followup to r67090, update parser tests

14 years agoPer jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to...
Alexandre Emsenhuber [Sun, 30 May 2010 18:09:03 +0000 (18:09 +0000)]
Per jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to Article::followRedirect()

14 years agoNew feature RevisionMove (bug 21312). Introducing SpecialRevisionMove.php and revisio...
Tobias [Sun, 30 May 2010 18:00:01 +0000 (18:00 +0000)]
New feature RevisionMove (bug 21312). Introducing SpecialRevisionMove.php and revisionmove permission. Experimental, use at own risk (no group has this permission by default, so it should not break anything unless you are foolish enough to experiment with it :))

14 years agoBug 23715: replaced 8-megabyte txt file that crashed many text editors with one str_r...
Max Semenik [Sun, 30 May 2010 17:41:53 +0000 (17:41 +0000)]
Bug 23715: replaced 8-megabyte txt file that crashed many text editors with one str_repeat() call

14 years agoRemove most named character references from output
Aryeh Gregor [Sun, 30 May 2010 17:33:59 +0000 (17:33 +0000)]
Remove most named character references from output

Recommit of r66254 to trunk.  This was just

find extensions phase3 -iname '*.php' \! -iname '*.i18n.php' \! -iname 'Messages*.php' \! -iname '*_Messages.php' -exec sed -i 's/ /\ /g;s/—/―/g;s/•/•/g;s/á/á/g;s/´/´/g;s/à/à/g;s/α/α/g;s/ä/ä/g;s/ç/ç/g;s/©/©/g;s/↓/↓/g;s/°/°/g;s/é/é/g;s/ê/ê/g;s/ë/ë/g;s/è/è/g;s/€/€/g;s/↔//g;s/…/…/g;s/í/í/g;s/ì/ì/g;s/←/←/g;s/“/“/g;s/·/·/g;s/−/−/g;s/–/–/g;s/ó/ó/g;s/ô/ô/g;s/œ/œ/g;s/ò/ò/g;s/õ/õ/g;s/ö/ö/g;s/£/£/g;s/′/′/g;s/″/″/g;s/»/»/g;s/→/→/g;s/”/”/g;s/Σ/Σ/g;s/×/×/g;s/ú/ú/g;s/↑/↑/g;s/ü/ü/g;s/¥/¥/g' {} +

followed by reading over every single line of the resulting diff and
fixing a whole bunch of false positives.  The reason for this change is
given in <http://lists.wikimedia.org/pipermail/wikitech-l/2010-April/047617.html>.
I cleared it with Tim and Brion on IRC before committing.  It might
cause a few problems, but I tried to be careful; please report any
issues.

I skipped all messages files.  I plan to make a follow-up commit that
alters wfMsgExt() with 'escapenoentities' to sanitize all the entities.
That way, the only messages that will be problems will be ones that
output raw HTML, and we want to get rid of those anyway.

This should get rid of all named entities everywhere except messages.  I
skipped a few things like &nbsp that I noticed in manual inspection,
because they weren't well-formed XML anyway.

Also, to everyone who uses non-breaking spaces when they could use a
normal space, or nothing at all, or CSS padding: I still hate you.  Die.

14 years agoUpdate 'revdelete-radio-same'
Siebrand Mazeland [Sun, 30 May 2010 17:13:07 +0000 (17:13 +0000)]
Update 'revdelete-radio-same'

14 years agoRan stylize.php, removed trailing whitespace, updated indentation and code formatting.
Siebrand Mazeland [Sun, 30 May 2010 14:48:30 +0000 (14:48 +0000)]
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.

14 years agoRan stylize.php, removed trailing whitespace, updated indentation and code formatting.
Siebrand Mazeland [Sun, 30 May 2010 14:28:54 +0000 (14:28 +0000)]
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.

14 years agoRan stylize.php, removed trailing whitespace, updated indentation and code formatting.
Siebrand Mazeland [Sun, 30 May 2010 12:44:17 +0000 (12:44 +0000)]
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.

14 years agocoding style & doxygen tweaks
Jack Phoenix [Sun, 30 May 2010 10:08:13 +0000 (10:08 +0000)]
coding style & doxygen tweaks

14 years agocoding style & doxygen tweaks
Jack Phoenix [Sat, 29 May 2010 23:45:02 +0000 (23:45 +0000)]
coding style & doxygen tweaks

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 29 May 2010 19:54:07 +0000 (19:54 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 29 May 2010 19:17:19 +0000 (19:17 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-29 18:50:00 UTC)

14 years agoBug 23707: Zero items is plural in brazilian portuguese, bug 7309 was wrong.
Platonides [Sat, 29 May 2010 18:58:29 +0000 (18:58 +0000)]
Bug 23707: Zero items is plural in brazilian portuguese, bug 7309 was wrong.

14 years agoFollow-up r67045. Delete it from the English message file too.
Raimond Spekking [Sat, 29 May 2010 18:19:32 +0000 (18:19 +0000)]
Follow-up r67045. Delete it from the English message file too.
Deletion from all other languages will be processed by translatewiki scripts

14 years agoRemove versiondetail from sysop rights as per IRC, being identified as not used
Sam Reed [Sat, 29 May 2010 17:58:10 +0000 (17:58 +0000)]
Remove versiondetail from sysop rights as per IRC, being identified as not used

14 years agoAdded credits to Dan Nessett
Markus Glaser [Fri, 28 May 2010 23:33:54 +0000 (23:33 +0000)]
Added credits to Dan Nessett

14 years ago* Configuration of port (credits to Dan Nessett)
Markus Glaser [Fri, 28 May 2010 23:32:40 +0000 (23:32 +0000)]
* Configuration of port (credits to Dan Nessett)
* Moved LocalSeleniumSettings to selenium folder
* Sample selenium settings file
* Added Example test case

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 28 May 2010 22:42:59 +0000 (22:42 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-28 22:20:00 UTC)

14 years agoAdd exception for iwl_prefix
Greg Sabino Mullane [Fri, 28 May 2010 21:37:38 +0000 (21:37 +0000)]
Add exception for iwl_prefix

14 years agoStandardize the formatting.
Greg Sabino Mullane [Fri, 28 May 2010 21:37:15 +0000 (21:37 +0000)]
Standardize the formatting.

14 years agoBug 23699: Add trailing \n at the end of <div>s in wrapWikiMsg()
Platonides [Fri, 28 May 2010 21:22:45 +0000 (21:22 +0000)]
Bug 23699: Add trailing \n at the end of <div>s in wrapWikiMsg()

Patch by Umherirrender

14 years ago* Fixed documentation added in e66901
Alexandre Emsenhuber [Fri, 28 May 2010 20:20:00 +0000 (20:20 +0000)]
* Fixed documentation added in e66901
* Cleaned up a bit the doc

14 years agoRemoved an unused local variable in a User function.
Sean Colombo [Fri, 28 May 2010 19:01:00 +0000 (19:01 +0000)]
Removed an unused local variable in a User function.

14 years agoWith the conversion to a class it no longer uses $filename but $this->file
Platonides [Fri, 28 May 2010 14:54:09 +0000 (14:54 +0000)]
With the conversion to a class it no longer uses $filename but $this->file

14 years ago(bug 8689) Use strict php comparison, so that inserting a long numeric line doesn...
Platonides [Fri, 28 May 2010 14:16:46 +0000 (14:16 +0000)]
(bug 8689) Use strict php comparison, so that inserting a long numeric line doesn't produce a fatal error when php tries to convert it to a number.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 28 May 2010 11:43:05 +0000 (11:43 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalization update for he.
Rotem Liss [Fri, 28 May 2010 09:28:18 +0000 (09:28 +0000)]
Localization update for he.

14 years agoNormalise CSS escape sequences.
Tim Starling [Fri, 28 May 2010 05:02:00 +0000 (05:02 +0000)]
Normalise CSS escape sequences.

14 years agoFollow up r66974. Paste error.
Platonides [Thu, 27 May 2010 19:38:27 +0000 (19:38 +0000)]
Follow up r66974. Paste error.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 27 May 2010 18:11:47 +0000 (18:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-27 18:00:00 UTC)

14 years agoedit.php: got rid of $wgTitle
Max Semenik [Thu, 27 May 2010 18:04:08 +0000 (18:04 +0000)]
edit.php: got rid of $wgTitle

14 years agoAdd dots at the end of the release notes, except when it ends with a filename or...
Platonides [Thu, 27 May 2010 17:11:10 +0000 (17:11 +0000)]
Add dots at the end of the release notes, except when it ends with a filename or entity.
Minor changes to lines. Cut at 80 chars notes by bawolff and hartman.

14 years ago(Bug 21278) Allow wiki markup to the sidebar
Platonides [Thu, 27 May 2010 16:56:34 +0000 (16:56 +0000)]
(Bug 21278) Allow wiki markup to the sidebar

14 years agoFollow up r65027. Use wfMsgForContent, the message is fully in Content language as...
Platonides [Thu, 27 May 2010 16:35:59 +0000 (16:35 +0000)]
Follow up r65027. Use wfMsgForContent, the message is fully in Content language as we may not have a $wgUser here.

14 years agoFollow-up r66933: escape the whole message instead of only the parameter
Alexandre Emsenhuber [Thu, 27 May 2010 15:51:25 +0000 (15:51 +0000)]
Follow-up r66933: escape the whole message instead of only the parameter

14 years ago(bug 23676) Spelling correction: ArticleRevisionVisiblitySet -> ArticleRevisionVisibi...
Aaron Schulz [Thu, 27 May 2010 15:13:30 +0000 (15:13 +0000)]
(bug 23676) Spelling correction: ArticleRevisionVisiblitySet -> ArticleRevisionVisibilitySet

14 years agoGet rid of wfMsg() in Language
Niklas Laxström [Thu, 27 May 2010 14:24:34 +0000 (14:24 +0000)]
Get rid of wfMsg() in Language

14 years agoFixed severe breakage of non-JS upload, presumably introduced in the 1.16 upload...
Tim Starling [Thu, 27 May 2010 07:30:34 +0000 (07:30 +0000)]
Fixed severe breakage of non-JS upload, presumably introduced in the 1.16 upload rewrite. If the user doesn't enter a destination filename, it's meant to use the name of the source file. Untested code "$wgRequest->getText('wpUploadFile')" did not work, you need to fetch from $_FILES not $_REQUEST. Code to propagate the relevant default to UploadForm was missing, readded here.

Apologies for the nodata hack, but I want to backport this to 1.16, so I don't want to make any HTMLForm.php changes if I can avoid it.

14 years agoFixed complete breakage of Special:Upload due to r66913. Fatal JS error "summary...
Tim Starling [Thu, 27 May 2010 07:19:03 +0000 (07:19 +0000)]
Fixed complete breakage of Special:Upload due to r66913. Fatal JS error "summary is null".

14 years agoRemove &zwnj; and &ensp; from trunk
Aryeh Gregor [Thu, 27 May 2010 00:42:39 +0000 (00:42 +0000)]
Remove &zwnj; and &ensp; from trunk

See r66254 for context.  I'm doing this separately because I need to
manually add comments, since I don't want to insert Unicode literals
that are just whitespace.  Only one instance of each.

14 years agoAllow use of GENDER in 'noemail' message.
Siebrand Mazeland [Wed, 26 May 2010 21:22:12 +0000 (21:22 +0000)]
Allow use of GENDER in 'noemail' message.

14 years agoUpdate 'filerevert-comment' and 'undeletecomment' to "Reason:".
Siebrand Mazeland [Wed, 26 May 2010 21:14:11 +0000 (21:14 +0000)]
Update 'filerevert-comment' and 'undeletecomment' to "Reason:".

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 26 May 2010 20:39:43 +0000 (20:39 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 26 May 2010 19:08:50 +0000 (19:08 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-26 18:30:00 UTC)

14 years agoRevert r66923. People have differing opinions on versioning schemes, will discuss...
Chad Horohoe [Wed, 26 May 2010 15:36:54 +0000 (15:36 +0000)]
Revert r66923. People have differing opinions on versioning schemes, will discuss on wikitech or something

14 years agoI've gone and done something naughty. I've just bumped $wgVersion
Chad Horohoe [Wed, 26 May 2010 14:51:16 +0000 (14:51 +0000)]
I've gone and done something naughty. I've just bumped $wgVersion
to 2.0alpha.

*waiting for the gasps to quiet*

The subject's been broached before, and honestly, there's no compelling
reason not to bump it at this point. The comment's been made that we
should've done it after 1.9, but that didn't happen. So we're doing it now.

14 years agofollow-up to r66892: fix update SQL on on SQLite
Max Semenik [Wed, 26 May 2010 14:29:53 +0000 (14:29 +0000)]
follow-up to r66892: fix update SQL on on SQLite

14 years ago(bug 22967) Use javascript to make the maxlength of the edit summary field work prope...
Brian Wolff [Wed, 26 May 2010 09:10:56 +0000 (09:10 +0000)]
(bug 22967) Use javascript to make the maxlength of the edit summary field work properly for multibyte characters.

Previously the edit summary was set to 200 characters, however with multibyte characters, you could end up with more than 255 bytes which
is the db field limit. This adds javascript to enforce the limit more reliably.

14 years agoUpdate fallback for Uighur from ug-latn to ug-arab.
Siebrand Mazeland [Wed, 26 May 2010 08:30:00 +0000 (08:30 +0000)]
Update fallback for Uighur from ug-latn to ug-arab.

14 years agoFix r66858 -- reassign classes in the AutoLoader
Andrew Garrett [Wed, 26 May 2010 06:22:36 +0000 (06:22 +0000)]
Fix r66858 -- reassign classes in the AutoLoader

14 years agoFix conflict in r66907 (follow-up r66793) accidentally partially reverting r66858
Andrew Garrett [Wed, 26 May 2010 05:52:43 +0000 (05:52 +0000)]
Fix conflict in r66907 (follow-up r66793) accidentally partially reverting r66858

14 years agoFix bug in r66793
Andrew Garrett [Wed, 26 May 2010 05:50:20 +0000 (05:50 +0000)]
Fix bug in r66793

14 years agoMake tests more portable. Prepping for initial CI use.
Mark A. Hershberger [Wed, 26 May 2010 04:32:17 +0000 (04:32 +0000)]
Make tests more portable.  Prepping for initial CI use.

* Use wfTempDir for writing files to avoid permission errors
* Skip search engine tests on non-mysql DBs.
* Make title tests more portable

14 years agoAdd getCookie(). Stuff should use this now instead of accessing $_COOKIE directly
Chad Horohoe [Wed, 26 May 2010 00:50:46 +0000 (00:50 +0000)]
Add getCookie(). Stuff should use this now instead of accessing $_COOKIE directly

14 years agoUpdate description of ApiQueryIWBacklinks as per IRC with Roan
Sam Reed [Tue, 25 May 2010 21:48:09 +0000 (21:48 +0000)]
Update description of ApiQueryIWBacklinks as per IRC with Roan

Follow up r66891

14 years agoAttempt at changing postgres as per r66892
Sam Reed [Tue, 25 May 2010 21:36:56 +0000 (21:36 +0000)]
Attempt at changing postgres as per r66892

OverlordQ or someone, can you review please?

14 years agoFixup fail from r66892 - Had added it to the sqlite section
Sam Reed [Tue, 25 May 2010 21:17:08 +0000 (21:17 +0000)]
Fixup fail from r66892 - Had added it to the sqlite section

/me facepalm

14 years agoLocalization update for he.
Rotem Liss [Tue, 25 May 2010 21:11:56 +0000 (21:11 +0000)]
Localization update for he.

14 years agoFixup index to add from r66892
Sam Reed [Tue, 25 May 2010 21:07:13 +0000 (21:07 +0000)]
Fixup index to add from r66892

14 years agoRemove arrays from getDescription where we are only using 1 line
Sam Reed [Tue, 25 May 2010 20:46:09 +0000 (20:46 +0000)]
Remove arrays from getDescription where we are only using 1 line

14 years agoFollowup to r65105 after discussion with Roan
Sam Reed [Tue, 25 May 2010 20:37:20 +0000 (20:37 +0000)]
Followup to r65105 after discussion with Roan

Make the non-unique index index all fields

Patches updated, patch created to update index. Table.sql also updated

14 years ago* (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to track inline...
Sam Reed [Tue, 25 May 2010 19:50:20 +0000 (19:50 +0000)]
* (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to track inline interwiki link usage

Addition of IWBacklinks... That should be the bug done

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 25 May 2010 18:58:10 +0000 (18:58 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-25 18:30:00 UTC)

14 years agoFollowup to r66873
Sam Reed [Tue, 25 May 2010 18:37:55 +0000 (18:37 +0000)]
Followup to r66873

If title valid, append URL to parse output