lhc/web/wiklou.git
13 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.

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

13 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.

13 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.

13 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.

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

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

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

13 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)

13 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.

13 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

13 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

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

13 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

13 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)

13 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

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

13 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

13 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

13 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.

13 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

13 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.

13 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

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

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

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

13 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)

13 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

13 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.

13 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

13 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.

13 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

13 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

13 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

13 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.

13 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".

13 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.

13 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.

13 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:".

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

13 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)

13 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

13 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.

13 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

13 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.

13 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.

13 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

13 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

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

13 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

13 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

13 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

13 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?

13 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

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

13 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

13 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

13 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

13 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

13 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)

13 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

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 25 May 2010 18:34:15 +0000 (18:34 +0000)]
Fixed some doxygen warnings

13 years agoFollowup r66872
Sam Reed [Tue, 25 May 2010 18:34:11 +0000 (18:34 +0000)]
Followup r66872

Use title to make interwiki

13 years agoNew test for SQLite that checks tables.sql conversion as a whole
Max Semenik [Tue, 25 May 2010 17:32:18 +0000 (17:32 +0000)]
New test for SQLite that checks tables.sql conversion as a whole

13 years agoFollow-up r66878 per CR.
Happy-melon [Tue, 25 May 2010 17:04:57 +0000 (17:04 +0000)]
Follow-up r66878 per CR.

13 years ago(bug 23641) refactor code around Article::doEdit(), and restored access to watch...
Happy-melon [Tue, 25 May 2010 16:40:02 +0000 (16:40 +0000)]
(bug 23641) refactor code around Article::doEdit(), and restored access to watch/unwatch settings to ArticleSaveComplete hook, removed in r14834 AFAICT.  Patch by Tisane.

13 years agoFix for r66548: Output page -> OutputPage
Alexandre Emsenhuber [Tue, 25 May 2010 15:39:22 +0000 (15:39 +0000)]
Fix for r66548: Output page -> OutputPage

13 years agoPart of bug 23254 - Add interwiki links to parse output
Sam Reed [Tue, 25 May 2010 13:47:22 +0000 (13:47 +0000)]
Part of bug 23254 - Add interwiki links to parse output

13 years agobug 23524 - &url for ApiQueryIWLinks to expand full URL
Sam Reed [Tue, 25 May 2010 13:33:24 +0000 (13:33 +0000)]
bug 23524 - &url for ApiQueryIWLinks to expand full URL

13 years ago(bug 23648) PHP yells about using objects in implode(). Would be nice if __toString...
Chad Horohoe [Tue, 25 May 2010 13:25:37 +0000 (13:25 +0000)]
(bug 23648) PHP yells about using objects in implode(). Would be nice if __toString() was called like it should. (Supposedly was fixed in PHP6, meh)

13 years agoRemove &redirects from example
Sam Reed [Tue, 25 May 2010 12:43:04 +0000 (12:43 +0000)]
Remove &redirects from example

13 years agoUsing "latest revision" instead of "current revision" (part of FlaggedRevs, see bug...
Rob Lanphier [Tue, 25 May 2010 00:39:23 +0000 (00:39 +0000)]
Using "latest revision" instead of "current revision" (part of FlaggedRevs, see bug 23623)

13 years agoTry r66856 again - Less fail this time
Sam Reed [Mon, 24 May 2010 23:32:05 +0000 (23:32 +0000)]
Try r66856 again - Less fail this time

Part of bug 23332

Move everything that isn't the SpecialRevisionDelete class out of specials/SpecialRevisiondelete.php into RevisionDelete.php

13 years agoRevert r66856, due to the complete rubbish commit summary (dupe of another revision)
Sam Reed [Mon, 24 May 2010 23:28:00 +0000 (23:28 +0000)]
Revert r66856, due to the complete rubbish commit summary (dupe of another revision)

13 years agobug 18608 done in a fashion much closer to how I should've done it originally.
Sam Reed [Mon, 24 May 2010 23:24:17 +0000 (23:24 +0000)]
bug 18608 done in a fashion much closer to how I should've  done it originally.

Latching onto bug 22061 output

Following up r62195 and r61125Part of bug 23332

Move everything that isn't the SpecialRevisionDelete class out of specials/SpecialRevisiondelete.php into RevisionDelete.php

13 years agoFollow up r66835. Some people use direct urls in MediaWiki:Sidebar instead of -url...
Platonides [Mon, 24 May 2010 20:01:40 +0000 (20:01 +0000)]
Follow up r66835. Some people use direct urls in MediaWiki:Sidebar instead of -url messages (eg. {{FULLURL:Special:RecentChanges|translations=only&trailer=/{{UILANGCODE}}}}).

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 24 May 2010 18:36:06 +0000 (18:36 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-24 18:20:00 UTC)

13 years ago* Removed leftover token check of unhide=1 that was removed elsewhere
Aaron Schulz [Mon, 24 May 2010 18:15:52 +0000 (18:15 +0000)]
* Removed leftover token check of unhide=1 that was removed elsewhere
* Diff doc tweak

13 years agoFollow up r62958. addToSidebar() was added in r59215, we still can redesign it and...
Platonides [Mon, 24 May 2010 16:38:08 +0000 (16:38 +0000)]
Follow up r62958. addToSidebar() was added in r59215, we still can redesign it and avoid legacy functions.

13 years agobug 18608 done in a fashion much closer to how I should've done it originally.
Sam Reed [Mon, 24 May 2010 16:35:23 +0000 (16:35 +0000)]
bug 18608 done in a fashion much closer to how I should've  done it originally.

Latching onto bug 22061 output

Following up r62195 and r61125

13 years agoFollow-up r66823: Add new message keys to maintenance script
Raimond Spekking [Mon, 24 May 2010 15:23:39 +0000 (15:23 +0000)]
Follow-up r66823: Add new message keys to maintenance script

13 years agoCosmetic in head scripts
Alexandre Emsenhuber [Mon, 24 May 2010 14:12:42 +0000 (14:12 +0000)]
Cosmetic in head scripts
* add a new line before including wikibits.js
* don't add a new line between getHeadScripts() and getHeadItems()

13 years ago(bug 23593) Made revision/date links enabled at history/contribs for deleted revs
Aaron Schulz [Mon, 24 May 2010 14:05:24 +0000 (14:05 +0000)]
(bug 23593) Made revision/date links enabled at history/contribs for deleted revs

13 years agorm fixme from r65104, everything works fine on SQLite
Max Semenik [Mon, 24 May 2010 13:35:16 +0000 (13:35 +0000)]
rm fixme from r65104, everything works fine on SQLite

13 years agoremoved unused variable
Alexandre Emsenhuber [Mon, 24 May 2010 12:52:26 +0000 (12:52 +0000)]
removed unused variable

13 years agoAdd messages for r66793
Andrew Garrett [Mon, 24 May 2010 12:47:30 +0000 (12:47 +0000)]
Add messages for r66793

13 years agoFix index creation
Andrew Garrett [Mon, 24 May 2010 12:31:30 +0000 (12:31 +0000)]
Fix index creation

13 years agoRemove wayward comma
Andrew Garrett [Mon, 24 May 2010 12:30:09 +0000 (12:30 +0000)]
Remove wayward comma

13 years agoMake getUserPermissionsErrors(Expensive) actually handle $result as documented
Niklas Laxström [Mon, 24 May 2010 09:55:46 +0000 (09:55 +0000)]
Make getUserPermissionsErrors(Expensive) actually handle $result as documented

Fatal errors was caused by nesting the results one level too deep

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 23 May 2010 21:12:35 +0000 (21:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-23 20:40:00 UTC)

13 years agoFixed some doxygen warnings and documented a bit
Alexandre Emsenhuber [Sun, 23 May 2010 19:25:07 +0000 (19:25 +0000)]
Fixed some doxygen warnings and documented a bit

13 years ago(bug 23616) Spaces in interwiki.sql entries break postgres, link doesn't get inserted
Chad Horohoe [Sun, 23 May 2010 15:14:13 +0000 (15:14 +0000)]
(bug 23616) Spaces in interwiki.sql entries break postgres, link doesn't get inserted

13 years agoUse new comment syntax here.
Chad Horohoe [Sun, 23 May 2010 15:12:07 +0000 (15:12 +0000)]
Use new comment syntax here.

13 years agoAdd bug # for r66793
Andrew Garrett [Sun, 23 May 2010 14:24:52 +0000 (14:24 +0000)]
Add bug # for r66793

13 years agoUgly temporary fix for bug 21279:
Andrew Garrett [Sun, 23 May 2010 14:19:20 +0000 (14:19 +0000)]
Ugly temporary fix for bug 21279:
* When a revision cannot be found in the revision table, look for it in the archive table.
* If both deleted and undeleted revisions are covered by the same log entry, show two links (see bug 23663)

13 years agoStylize maintenance folder..
Sam Reed [Sat, 22 May 2010 16:50:39 +0000 (16:50 +0000)]
Stylize maintenance folder..

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 22 May 2010 16:14:28 +0000 (16:14 +0000)]
Fixed some doxygen warnings

13 years ago*coding style cleanup (added braces, spacing tweaks etc.)
Jack Phoenix [Sat, 22 May 2010 12:18:22 +0000 (12:18 +0000)]
*coding style cleanup (added braces, spacing tweaks etc.)
*removed some unused globals

13 years agotrim trailing spaces
Jack Phoenix [Sat, 22 May 2010 11:47:56 +0000 (11:47 +0000)]
trim trailing spaces

13 years agoLocalization fix for he.
Rotem Liss [Sat, 22 May 2010 08:53:38 +0000 (08:53 +0000)]
Localization fix for he.