lhc/web/wiklou.git
17 years ago(bug 8110) Make magic ISBN linking stricter: only match ten-digit sequences
Ilmari Karonen [Mon, 18 Dec 2006 01:12:19 +0000 (01:12 +0000)]
(bug 8110) Make magic ISBN linking stricter: only match ten-digit sequences
(plus optional ISBN-13 prefix) with no immediately following alphanumeric
character, disallow multiple consecutive internal redirects.  This required
fixing a number of broken parser tests that had used a too-short ISBN.

17 years agobe safe, just in case
Ilmari Karonen [Mon, 18 Dec 2006 00:46:36 +0000 (00:46 +0000)]
be safe, just in case

17 years agofix localized aliasing of various links from skin to special pages with subpages
Ilmari Karonen [Mon, 18 Dec 2006 00:20:21 +0000 (00:20 +0000)]
fix localized aliasing of various links from skin to special pages with subpages

17 years agoMake convertGrammar() slightly smarter (still pretty dumb), remove wikiquote
Ilmari Karonen [Sun, 17 Dec 2006 23:44:40 +0000 (23:44 +0000)]
Make convertGrammar() slightly smarter (still pretty dumb), remove wikiquote
kluge.  NOTE: This will require setting $wgGrammarForms in LocalSettings.php
at fi.wikiquote as follows:

$wgGrammarForms['fi']['genitive']['Wikisitaatit'] = 'Wikisitaattien';
$wgGrammarForms['fi']['partitive']['Wikisitaatit'] = 'Wikisitaatteja';
$wgGrammarForms['fi']['elative']['Wikisitaatit'] = 'Wikisitaateista';
$wgGrammarForms['fi']['inessive']['Wikisitaatit'] = 'Wikisitaateissa';
$wgGrammarForms['fi']['illative']['Wikisitaatit'] = 'Wikisitaatteihin';

17 years ago* Add one page to the list
Niklas Laxström [Sun, 17 Dec 2006 18:29:42 +0000 (18:29 +0000)]
* Add one page to the list

17 years agoChange the regexen in doBlockLevels() to handle <center> tags the same as
Ilmari Karonen [Sun, 17 Dec 2006 16:51:01 +0000 (16:51 +0000)]
Change the regexen in doBlockLevels() to handle <center> tags the same as
<div>.  This fixes bug 8293: Use of center tag ruins paragraph formatting,
but COULD SOMEONE PLEASE EXPLAIN TO ME WHY??!?  Trying to make sense of
that code gives me a headache.  (Ps. See also related change in r14690.)

17 years agoParser test for bug 8293: Use of center tag ruins paragraph formatting.
Ilmari Karonen [Sun, 17 Dec 2006 15:53:50 +0000 (15:53 +0000)]
Parser test for bug 8293: Use of center tag ruins paragraph formatting.
No idea what's causing this, looks like the parser just gives up when it
sees </center> on a line of its own and spits the rest out verbatim.

17 years agoDetect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
Ilmari Karonen [Sun, 17 Dec 2006 13:40:28 +0000 (13:40 +0000)]
Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
mysteriously otherwise (detection code copied from install-utils.inc)

17 years agoFixes.
Rotem Liss [Sun, 17 Dec 2006 09:33:14 +0000 (09:33 +0000)]
Fixes.

17 years agoUpdate.
Rotem Liss [Sun, 17 Dec 2006 09:31:30 +0000 (09:31 +0000)]
Update.

17 years agoPrefix all new classes/ids with "mw-"
Aryeh Gregor [Sun, 17 Dec 2006 06:36:01 +0000 (06:36 +0000)]
Prefix all new classes/ids with "mw-"

17 years ago* (bug 8274) Wrap edit tools in a <div> with a specified class
Rob Church [Sun, 17 Dec 2006 03:17:12 +0000 (03:17 +0000)]
* (bug 8274) Wrap edit tools in a <div> with a specified class

17 years ago* (bug 6690) wfMsgNoTrans() transforms messages
Rob Church [Sun, 17 Dec 2006 02:36:44 +0000 (02:36 +0000)]
* (bug 6690) wfMsgNoTrans() transforms messages

17 years ago* (bug 8153) <nowiki> doesn't work in site notice
Rob Church [Sun, 17 Dec 2006 01:05:03 +0000 (01:05 +0000)]
* (bug 8153) <nowiki> doesn't work in site notice
The fix for this was to use wfMsgForContentNoTrans() in wfGetCachedNotice(). Since we pass the text through the parser, there's no point in doing message transformations up front, and it allows users to do magic things.

17 years agoMakes convertPlural compatible (strict standards)
Antoine Musso [Sat, 16 Dec 2006 22:31:08 +0000 (22:31 +0000)]
Makes convertPlural compatible (strict standards)

17 years agouse the factory to load a new language
Antoine Musso [Sat, 16 Dec 2006 22:21:16 +0000 (22:21 +0000)]
use the factory to load a new language

17 years agoMakes Language::getLanguageNames static (strict standards)
Antoine Musso [Sat, 16 Dec 2006 22:03:49 +0000 (22:03 +0000)]
Makes Language::getLanguageNames static (strict standards)

17 years agoStrict standards.
Antoine Musso [Sat, 16 Dec 2006 21:53:34 +0000 (21:53 +0000)]
Strict standards.

17 years agoForgot to mention something else, damn it...
Rob Church [Sat, 16 Dec 2006 21:40:05 +0000 (21:40 +0000)]
Forgot to mention something else, damn it...

17 years ago* (bug 4488) Support watching pages on deletion; introduces new user preference
Rob Church [Sat, 16 Dec 2006 21:36:01 +0000 (21:36 +0000)]
* (bug 4488) Support watching pages on deletion; introduces new user preference

17 years agoSave two function calls when pages are not cached.
Antoine Musso [Sat, 16 Dec 2006 21:32:11 +0000 (21:32 +0000)]
Save two function calls when pages are not cached.

17 years agoUpdate to use sortable tables (patch from meta.wikimedia.org)
Antoine Musso [Sat, 16 Dec 2006 21:28:57 +0000 (21:28 +0000)]
Update to use sortable tables (patch from meta.wikimedia.org)

17 years agoEnd some lines at 80
Antoine Musso [Sat, 16 Dec 2006 21:23:43 +0000 (21:23 +0000)]
End some lines at 80

17 years agoDie cleanly when not using memcached
Antoine Musso [Sat, 16 Dec 2006 21:19:19 +0000 (21:19 +0000)]
Die cleanly when not using memcached

17 years ago(bug 7925) Change Special:Allmessages message name filter javascript to be
Ilmari Karonen [Sat, 16 Dec 2006 19:58:25 +0000 (19:58 +0000)]
(bug 7925) Change Special:Allmessages message name filter javascript to be
a bit more responsive and easier on the CPU.  The main improvement is actually
a delay; the new code won't start filtering until you stop typing for half a
second.  Tested on Firefox, Opera and Konqueror; needs testing on IE at least.

17 years ago* (bug 8164) Special:Booksources should use GET for form submission
Rob Church [Sat, 16 Dec 2006 19:20:44 +0000 (19:20 +0000)]
* (bug 8164) Special:Booksources should use GET for form submission
* Rewrite Special:Booksources to clean up interface and remove redundant code

17 years agoAdded missing closing bracket when the diff is below the threshold.
Leon Weber [Sat, 16 Dec 2006 18:56:40 +0000 (18:56 +0000)]
Added missing closing bracket when the diff is below the threshold.

17 years ago* formatting
Niklas Laxström [Sat, 16 Dec 2006 17:40:40 +0000 (17:40 +0000)]
* formatting
* some missing special pages

17 years ago* (bug 8044) When redirecting from the canonical name of the special page
Niklas Laxström [Sat, 16 Dec 2006 17:21:15 +0000 (17:21 +0000)]
* (bug 8044) When redirecting from the canonical name of the special page
  to the localised one, parameters/subpages are omitted

17 years ago(bug 8272) Problem with some localized messages on Commons (Russian translation)
Rotem Liss [Sat, 16 Dec 2006 15:18:06 +0000 (15:18 +0000)]
(bug 8272) Problem with some localized messages on Commons (Russian translation)

17 years ago(bug 8281) Update to Japanese localisation (ja)
Rotem Liss [Sat, 16 Dec 2006 15:15:37 +0000 (15:15 +0000)]
(bug 8281) Update to Japanese localisation (ja)

17 years ago(bug 8281) Update to Japanese localisation (ja)
Rotem Liss [Sat, 16 Dec 2006 14:54:11 +0000 (14:54 +0000)]
(bug 8281) Update to Japanese localisation (ja)

17 years ago(bug 8278) Update for Cantonese language (zh-yue) #8
Rotem Liss [Sat, 16 Dec 2006 14:50:45 +0000 (14:50 +0000)]
(bug 8278) Update for Cantonese language (zh-yue) #8

17 years ago* Make $wgSiteNotice value wikitext again, for consistency with editable
Brion Vibber [Sat, 16 Dec 2006 09:13:43 +0000 (09:13 +0000)]
* Make $wgSiteNotice value wikitext again, for consistency with editable
  MediaWiki:Sitenotice and MediaWiki:Anonnotice.

17 years agoCommand line interface to Article::doEdit()
Tim Starling [Sat, 16 Dec 2006 06:15:04 +0000 (06:15 +0000)]
Command line interface to Article::doEdit()

17 years agoRemoved broken feature $wgBreakFramesExceptions
Tim Starling [Fri, 15 Dec 2006 13:45:05 +0000 (13:45 +0000)]
Removed broken feature $wgBreakFramesExceptions

17 years ago* (bug 8266) typo
Brion Vibber [Fri, 15 Dec 2006 02:15:47 +0000 (02:15 +0000)]
* (bug 8266) typo

17 years agoAdd replication-friendly background batch update mode.
Brion Vibber [Fri, 15 Dec 2006 00:10:33 +0000 (00:10 +0000)]
Add replication-friendly background batch update mode.
Rip out the ugly MySQL 4.0 mode and use the background mode for it, it should be compatible too.
Add a little help text

17 years ago* (bug 8264) Fix JavaScript global vars for XHTML mode
Brion Vibber [Thu, 14 Dec 2006 23:24:06 +0000 (23:24 +0000)]
* (bug 8264) Fix JavaScript global vars for XHTML mode
Don't use <!-- --> to wrap JavaScript code!
This ACTUALLY MAKES THE CODE DISAPPEAR when using an XML parser.
Instead, wrapped in /*<![CDATA[*/ /*]]>*/ to ensure XML compatibility for contents.

We've long since given up on super-ancient browsers that don't
know about <script>; they're so old you can't even use name-based
virtual hosts so why bother? ;)

17 years agoXHTML fix in enhanced RC
Brion Vibber [Thu, 14 Dec 2006 22:30:42 +0000 (22:30 +0000)]
XHTML fix in enhanced RC

17 years agoSome doxygen patches:
Antoine Musso [Thu, 14 Dec 2006 21:05:15 +0000 (21:05 +0000)]
Some doxygen patches:
* fuzz-tester : @desc not needed
* remove some @global statements

17 years ago* someone forgot to declare a method static
Antoine Musso [Thu, 14 Dec 2006 20:47:19 +0000 (20:47 +0000)]
* someone forgot to declare a method static
* compatibility issue in zhconvert

17 years agomake the base method compatible with its various children (strict standard)
Antoine Musso [Thu, 14 Dec 2006 20:34:07 +0000 (20:34 +0000)]
make the base method compatible with its various children (strict standard)

17 years agoWhoops, I also forgot that one...
Leon Weber [Thu, 14 Dec 2006 20:30:00 +0000 (20:30 +0000)]
Whoops, I also forgot that one...

17 years agoUser::getOption now accept a default value to override default user values
Antoine Musso [Thu, 14 Dec 2006 20:28:38 +0000 (20:28 +0000)]
User::getOption now accept a default value to override default user values
this makes it consistent with WebRequest::get* methods. Corrected code in
various places accordingly.

17 years agoUpdate.
Rotem Liss [Thu, 14 Dec 2006 17:24:28 +0000 (17:24 +0000)]
Update.

17 years ago* Fixed the default for recentchanges.rc_*_len to NULL on postgre as it should be
Leon Weber [Thu, 14 Dec 2006 15:34:56 +0000 (15:34 +0000)]
* Fixed the default for recentchanges.rc_*_len to NULL on postgre as it should be

17 years agoGoing ahead and adding this field while other DB updates are pending.
Brion Vibber [Thu, 14 Dec 2006 13:22:52 +0000 (13:22 +0000)]
Going ahead and adding this field while other DB updates are pending.
Interfaces to use it can be added shortly.

* Add user_editcount field to provide data for heuristics on account use.
  Incremented on edit, with lazy initialization from past revision data.
  Can batch-initialize with maintenance/initEditCount.php (not yet friendly
  to replication environments, this will do all accounts in one query).
* Allow raw SQL subsections in Database::update() SET portion as well as
  for WHERE portion. Handy for increments and such.

17 years ago* (bug 8255) fix regression in postgres tables.sql
Brion Vibber [Thu, 14 Dec 2006 10:55:23 +0000 (10:55 +0000)]
* (bug 8255) fix regression in postgres tables.sql

17 years agoBe more cautious about using _SERVER['SCRIPT_NAME'] in /variant/Title syntax.
Robert Stojnić [Thu, 14 Dec 2006 02:16:49 +0000 (02:16 +0000)]
Be more cautious about using _SERVER['SCRIPT_NAME'] in /variant/Title syntax.

17 years agoSmall patch to minimize the number of category variants need to be fetched.
Robert Stojnić [Thu, 14 Dec 2006 01:06:28 +0000 (01:06 +0000)]
Small patch to minimize the number of category variants need to be fetched.

17 years ago* Add a notification about the confirmation mail sent during account
Brion Vibber [Thu, 14 Dec 2006 00:31:16 +0000 (00:31 +0000)]
* Add a notification about the confirmation mail sent during account
  creation, so people don't immediately go off to request a second one.
* Add a warning on Special:Confirmemail if a code was already sent and has
  not yet expired.

17 years ago* (bug 2259) Fix old regression where e-mail addresses were no longer
Brion Vibber [Wed, 13 Dec 2006 23:32:08 +0000 (23:32 +0000)]
* (bug 2259) Fix old regression where e-mail addresses were no longer
  confirmed on login with mailed password.

17 years agoFix #8239 : really get the 50 next contribs
Antoine Musso [Wed, 13 Dec 2006 20:28:17 +0000 (20:28 +0000)]
Fix #8239 : really get the 50 next contribs

17 years ago* Made the show change size function work on page moves, page creations, and
Leon Weber [Wed, 13 Dec 2006 20:08:02 +0000 (20:08 +0000)]
* Made the show change size function work on page moves, page creations, and
  log entries.
* Also fixed it in the javascript recentchanges.
* Moved the value behind the page title to ensure the columns are still lined up
* Merged both sql patches into one.
* Set the default for both columns to NULL to make it work on edits before the db
  update.

17 years ago* cleans out some spaces
Antoine Musso [Wed, 13 Dec 2006 19:30:17 +0000 (19:30 +0000)]
* cleans out some spaces
* add some basic comments

17 years agoUpdate.
Rotem Liss [Wed, 13 Dec 2006 13:47:03 +0000 (13:47 +0000)]
Update.

17 years agoadded additional check to avoid warnings
Manuel Schneider [Wed, 13 Dec 2006 10:26:37 +0000 (10:26 +0000)]
added additional check to avoid warnings

17 years ago* Accept null parameter to User::setPassword() as indicating the password
Brion Vibber [Wed, 13 Dec 2006 08:59:20 +0000 (08:59 +0000)]
* Accept null parameter to User::setPassword() as indicating the password
  field should be cleared to an unusable state. Login will only be possible
  after the password is reset, for instance by e-mail.
* (bug 6394) Invalidate the password set for "by e-mail" account creations
  to avoid accidental empty password creations.

17 years agoConsolidate checks against $wgMinimalPasswordLength to use User::isValidPassword
Brion Vibber [Wed, 13 Dec 2006 08:33:31 +0000 (08:33 +0000)]
Consolidate checks against $wgMinimalPasswordLength to use User::isValidPassword

17 years agoSet an explicit class on framed thumbnail inner divs and images, changed some CSS...
Tim Starling [Wed, 13 Dec 2006 05:53:06 +0000 (05:53 +0000)]
Set an explicit class on framed thumbnail inner divs and images, changed some CSS to use these instead of using descendent selectors. The immediate application is the ImageMap extension.

17 years agoInclude the block ID in blockedtext. This way, users can get themselves unblocked...
Andrew Garrett [Wed, 13 Dec 2006 05:44:46 +0000 (05:44 +0000)]
Include the block ID in blockedtext. This way, users can get themselves unblocked without revealing their IP addresses.

17 years ago* (bug 8241) Don't consider user pages of User:Foo.css/User:Foo.js to be CSS/JS subpa...
Aryeh Gregor [Tue, 12 Dec 2006 23:13:14 +0000 (23:13 +0000)]
* (bug 8241) Don't consider user pages of User:Foo.css/User:Foo.js to be CSS/JS subpages.  Patch by Fyren.

17 years agocorrect confusing comment Special:protect->action=protect, reported by AzaTht
Steve Sanbeg [Tue, 12 Dec 2006 21:37:36 +0000 (21:37 +0000)]
correct confusing comment Special:protect->action=protect, reported by AzaTht

17 years agoRevert r18294
Brion Vibber [Tue, 12 Dec 2006 20:00:25 +0000 (20:00 +0000)]
Revert r18294
Wikipedia-specific things that belong in configuration of a particular site, surely

17 years agoAdded Title::isSubpage()
Leon Weber [Tue, 12 Dec 2006 19:14:29 +0000 (19:14 +0000)]
Added Title::isSubpage()

17 years agoShould add only link variants (and not category variants) to pagelinks table.
Robert Stojnić [Tue, 12 Dec 2006 18:57:19 +0000 (18:57 +0000)]
Should add only link variants (and not category variants) to pagelinks table.

17 years agoUpdate namespace aliases for sr.wiki
Robert Stojnić [Tue, 12 Dec 2006 17:05:24 +0000 (17:05 +0000)]
Update namespace aliases for sr.wiki

17 years agoper Rob's comment, make call to createAssocArgs() more clearly static.
Steve Sanbeg [Tue, 12 Dec 2006 16:12:30 +0000 (16:12 +0000)]
per Rob's comment, make call to createAssocArgs() more clearly static.

17 years agoUpdate.
Rotem Liss [Tue, 12 Dec 2006 12:17:43 +0000 (12:17 +0000)]
Update.

17 years ago* Change behavior of logins using the temporary e-mailed password (as stored
Brion Vibber [Tue, 12 Dec 2006 04:15:00 +0000 (04:15 +0000)]
* Change behavior of logins using the temporary e-mailed password (as stored
  in user_newpassword hash field). Instead of just logging in silently and
  leaving the previous user_password field in place indefinitely, the user
  is now prompted to set a new password.

  The password-changing form is at Special:Resetpass; currently it's only
  usable for changing from the temporary password during login, but it
  could perhaps be generalized, replacing the subform in preferences.

  Once the new password is set successfully, the temporary password is wiped
  so it cannot be used to login a second time, and the login process
  is completed.
* Suppress 'mail new password' button on login form if $wgAuth forbids
  changing user passwords; it wouldn't work very well...
* Consolidate password length checks and $wgAuth manipulation into
  User::setPassword() to avoid duplicate code in different places
  that set passwords.
* User::setPassword() now throws PasswordError exceptions if the password
  is illegal or cannot be set via $wgAuth. These can be caught and a human-
  readable error message displayed by UI code.

17 years agorefactor template arg parsing into static method; this may prevent a future fork...
Steve Sanbeg [Tue, 12 Dec 2006 00:02:17 +0000 (00:02 +0000)]
refactor template arg parsing into static method; this may prevent a future fork of it, since it could be useful for parserfunctions, too.

17 years agorefactor template arg parsing into static method; this may prevent a future fork...
Steve Sanbeg [Mon, 11 Dec 2006 23:50:41 +0000 (23:50 +0000)]
refactor template arg parsing into static method; this may prevent a future fork of it, since it could be useful for parserfunctions, too.

17 years ago* Enable category names to be written in variants (use single linkbatch for both...
Robert Stojnić [Mon, 11 Dec 2006 23:33:27 +0000 (23:33 +0000)]
* Enable category names to be written in variants (use single linkbatch for both link and category variants)
* introduce armourMath(), use to put -{ }- around math if needed (not needed for zh, but needed for sr, and probably kk)

17 years agoFix #8121 : wfRandom() is not between 0 and 1
Antoine Musso [Mon, 11 Dec 2006 21:05:14 +0000 (21:05 +0000)]
Fix #8121 : wfRandom() is not between 0 and 1

17 years agoRevert most of r18268 (only kept the empty <tr> removal)
Antoine Musso [Mon, 11 Dec 2006 20:56:58 +0000 (20:56 +0000)]
Revert most of r18268 (only kept the empty <tr> removal)

17 years ago* Add some summaries for <table> elements
Antoine Musso [Mon, 11 Dec 2006 20:38:34 +0000 (20:38 +0000)]
* Add some summaries for <table> elements
* Empty <a> href now point to http://www.example.com/
* Remove empty <tr></tr> in SpecialUpload

17 years agoreadded zh-min-nan to not break the site
Leon Weber [Mon, 11 Dec 2006 20:25:58 +0000 (20:25 +0000)]
readded zh-min-nan to not break the site

17 years agofix typo in comment
Brion Vibber [Mon, 11 Dec 2006 19:54:34 +0000 (19:54 +0000)]
fix typo in comment

17 years agoremove some white spaces, add some for clarity
Antoine Musso [Mon, 11 Dec 2006 19:49:21 +0000 (19:49 +0000)]
remove some white spaces, add some for clarity

17 years agoImplements bug #4673 : Special:Allpages should display "previous" link
Antoine Musso [Mon, 11 Dec 2006 19:29:41 +0000 (19:29 +0000)]
Implements bug #4673 : Special:Allpages should display "previous" link
Notes: added a 'prevpage' message, you might want to review database queries

17 years ago'next page' link now point to the first title of the next chunk instead of
Antoine Musso [Mon, 11 Dec 2006 18:16:32 +0000 (18:16 +0000)]
'next page' link now point to the first title of the next chunk instead of
pointing to the last title of current chunk.

17 years ago(bug 8217) changed zh-min-nan language code to nan. Someone needs to change the subdo...
Leon Weber [Mon, 11 Dec 2006 16:16:38 +0000 (16:16 +0000)]
(bug 8217) changed zh-min-nan language code to nan. Someone needs to change the subdomains, though.

17 years ago(bug 8210) Slovak (sk) messages update by helix84
Rotem Liss [Mon, 11 Dec 2006 15:57:38 +0000 (15:57 +0000)]
(bug 8210) Slovak (sk) messages update by helix84

17 years agoPer discussion on wikitech-l, add an (undo) link for on-top revisions as well. Also...
Andrew Garrett [Mon, 11 Dec 2006 09:39:39 +0000 (09:39 +0000)]
Per discussion on wikitech-l, add an (undo) link for on-top revisions as well. Also, don't do a merge if (undo) is being used for a straight revert

17 years ago* (bug 8148) Handle non-removable output buffers gracefully when cleaning
Brion Vibber [Mon, 11 Dec 2006 01:51:21 +0000 (01:51 +0000)]
* (bug 8148) Handle non-removable output buffers gracefully when cleaning
  buffers for HTTP 304 responses, StreamFile, and Special:Export.
  Duplicated code merged into wfResetOutputBuffers() and wfClearOutputBuffers()

17 years agoFix to use the correct css class
Leon Weber [Sun, 10 Dec 2006 09:49:29 +0000 (09:49 +0000)]
Fix to use the correct css class

17 years ago* (bug 8203) Remove keyboard shortcut for "log out", because it's not so common to...
Aryeh Gregor [Sun, 10 Dec 2006 02:51:09 +0000 (02:51 +0000)]
* (bug 8203) Remove keyboard shortcut for "log out", because it's not so common to do and the key is right next to "p" for preview.  I always found that really annoying.

17 years agoFix for oldtitle too
Aryeh Gregor [Sun, 10 Dec 2006 02:39:30 +0000 (02:39 +0000)]
Fix for oldtitle too

17 years ago* Removed a redundant <strong> tag from diff pages that was causing display issues...
Aryeh Gregor [Sun, 10 Dec 2006 01:11:27 +0000 (01:11 +0000)]
* Removed a redundant <strong> tag from diff pages that was causing display issues for some users (patch based on one by Patrick Collison/adxp)

17 years agoOverhaul and cleanup Postgres older version updater.
Greg Sabino Mullane [Sat, 9 Dec 2006 17:23:13 +0000 (17:23 +0000)]
Overhaul and cleanup Postgres older version updater.

17 years agoAdd recentchanges recent changes for pg upddates.
Greg Sabino Mullane [Sat, 9 Dec 2006 16:57:14 +0000 (16:57 +0000)]
Add recentchanges recent changes for pg upddates.

17 years agoBug 7841
Greg Sabino Mullane [Sat, 9 Dec 2006 15:58:00 +0000 (15:58 +0000)]
Bug 7841

17 years agoBug 8200
Greg Sabino Mullane [Sat, 9 Dec 2006 15:53:26 +0000 (15:53 +0000)]
Bug 8200

17 years agoAllow "ORDER BY value" to do its thing for databases without special magic. Per bug...
Greg Sabino Mullane [Sat, 9 Dec 2006 15:49:13 +0000 (15:49 +0000)]
Allow "ORDER BY value" to do its thing for databases without special magic. Per bug 8200.

17 years agotemp hack to restore previous behaviour, re whitespace around fragments
Tim Starling [Sat, 9 Dec 2006 15:32:16 +0000 (15:32 +0000)]
temp hack to restore previous behaviour, re whitespace around fragments

17 years agoFixing a bug in my last commit to make it also work on related changes.
Leon Weber [Sat, 9 Dec 2006 12:28:02 +0000 (12:28 +0000)]
Fixing a bug in my last commit to make it also work on related changes.

17 years ago* DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchange...
Leon Weber [Sat, 9 Dec 2006 11:36:35 +0000 (11:36 +0000)]
* DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchanges table to store
  the text lengths before and after the edit
* (bug 1085) Made Special:Recentchanges show the character difference between the changed revisions

17 years ago* Allow Xml::check() $attribs parameter to override 'value' attribute
Brion Vibber [Fri, 8 Dec 2006 23:07:06 +0000 (23:07 +0000)]
* Allow Xml::check() $attribs parameter to override 'value' attribute
PHP's array + operator doesn't overwrite items from the left side when
keys conflict. Switch to array_merge() here, which acts as expected.

17 years ago(bug 8193) Update to Japanese localisation (ja)
Rotem Liss [Fri, 8 Dec 2006 16:35:45 +0000 (16:35 +0000)]
(bug 8193) Update to Japanese localisation (ja)