lhc/web/wiklou.git
17 years agoDocument Database::select()
Aryeh Gregor [Fri, 29 Dec 2006 20:56:47 +0000 (20:56 +0000)]
Document Database::select()

17 years agoclean up last commit
Brion Vibber [Fri, 29 Dec 2006 19:47:41 +0000 (19:47 +0000)]
clean up last commit

17 years ago* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
Brion Vibber [Fri, 29 Dec 2006 19:45:36 +0000 (19:45 +0000)]
* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
  section is renamed; no longer relies on first section name

17 years agoUpdate.
Rotem Liss [Fri, 29 Dec 2006 13:51:59 +0000 (13:51 +0000)]
Update.

17 years ago* (bug 8018) Allow hiding minor edits from the watchlist
Rob Church [Fri, 29 Dec 2006 13:48:36 +0000 (13:48 +0000)]
* (bug 8018) Allow hiding minor edits from the watchlist

17 years ago* Updates :o
Niklas Laxström [Fri, 29 Dec 2006 13:28:25 +0000 (13:28 +0000)]
* Updates :o

17 years agoAdding functions to access the ignored and optional messages.
Rotem Liss [Fri, 29 Dec 2006 13:10:25 +0000 (13:10 +0000)]
Adding functions to access the ignored and optional messages.

17 years agoUpdate.
Rotem Liss [Fri, 29 Dec 2006 13:01:28 +0000 (13:01 +0000)]
Update.

17 years agoSpanish for r18632
Rob Church [Fri, 29 Dec 2006 12:59:25 +0000 (12:59 +0000)]
Spanish for r18632

17 years agoFrench and German updates for r18632
Rob Church [Fri, 29 Dec 2006 12:54:32 +0000 (12:54 +0000)]
French and German updates for r18632

17 years ago* (bug 5827) Use full text for option link labels on Special:Watchlist
Rob Church [Fri, 29 Dec 2006 12:43:01 +0000 (12:43 +0000)]
* (bug 5827) Use full text for option link labels on Special:Watchlist
* Clean up the option links code in SpecialWatchlist.php
* Clean up the namespace form code in SpecialWatchlist.php

17 years ago(bug 6449) Throw a more definitive error message when installation fails due to an...
Rob Church [Fri, 29 Dec 2006 11:59:47 +0000 (11:59 +0000)]
(bug 6449) Throw a more definitive error message when installation fails due to an invalid database name

17 years ago(bug 5908) Allow overriding the default category sort key for all items on a page...
Rob Church [Fri, 29 Dec 2006 10:39:35 +0000 (10:39 +0000)]
(bug 5908) Allow overriding the default category sort key for all items on a page using {{DEFAULTSORT}}

17 years ago* Use raw file descriptor in posix_isatty() check to avoid warning on
Brion Vibber [Fri, 29 Dec 2006 08:16:22 +0000 (08:16 +0000)]
* Use raw file descriptor in posix_isatty() check to avoid warning on
  Linux systems with at least some versions of PHP

For some reason posix_isatty(STDIN) prints a warning on Linux about being unable to seek, though it gives the right return value and has no obvious ill effects otherwise.
No such warning appears on Mac OS X.
Using the raw file descriptor number (0 for stdin) seems to work, and is already used in the parser test framework where it checks stdout (1) this way.

17 years agoSome spacing under the "underline links" preference to make it look prettier
Rob Church [Thu, 28 Dec 2006 17:09:52 +0000 (17:09 +0000)]
Some spacing under the "underline links" preference to make it look prettier

17 years ago* (bug 8401) Fix regression in SORBS lookup for some DNS setups
Brion Vibber [Wed, 27 Dec 2006 23:53:18 +0000 (23:53 +0000)]
* (bug 8401) Fix regression in SORBS lookup for some DNS setups
The final '.' on the hostname got removed when it was moved out to a config variable.
If the local domain is a wildcard, this can lead to surprising false positives
when the lookup returns a local address instead of failure.

17 years agoFix
Rob Church [Wed, 27 Dec 2006 07:48:01 +0000 (07:48 +0000)]
Fix

17 years agoClean up Title::isSemiProtected() and make it return false if the page doesn't exist
Rob Church [Wed, 27 Dec 2006 07:47:10 +0000 (07:47 +0000)]
Clean up Title::isSemiProtected() and make it return false if the page doesn't exist

17 years agoUpdate.
Rotem Liss [Wed, 27 Dec 2006 07:17:09 +0000 (07:17 +0000)]
Update.

17 years ago* (bug 8380) Be nicer about blank lines in deleteBatch.php
Brion Vibber [Wed, 27 Dec 2006 06:10:31 +0000 (06:10 +0000)]
* (bug 8380) Be nicer about blank lines in deleteBatch.php

17 years agoAdd a warning for Firefox 2.0 which rejects XMLHttpRequest to localhost...
Brion Vibber [Wed, 27 Dec 2006 05:50:07 +0000 (05:50 +0000)]
Add a warning for Firefox 2.0 which rejects XMLHttpRequest to localhost...
Safari unfortunately seems to let you submit but doesn't actually _work_ on localhost. Doesn't throw an exception here, just never sends a response...

17 years ago* Make variant table caching a little more robust, using main language code
Brion Vibber [Wed, 27 Dec 2006 01:49:09 +0000 (01:49 +0000)]
* Make variant table caching a little more robust, using main language code
  in cache key. Probably this is still a bit wonky, though. Was breaking
  parser tests when Chinese tables were getting loaded into Serbian code.

17 years agoRevert the conditional un-including of ajax.js from last commit after conversation...
Aryeh Gregor [Wed, 27 Dec 2006 01:17:55 +0000 (01:17 +0000)]
Revert the conditional un-including of ajax.js from last commit after conversation with brion on IRC.  Will someone think of the poor extensions!

17 years agoRELEASE-NOTES for last commit, and don't load the AJAX framework if we don't need it
Aryeh Gregor [Wed, 27 Dec 2006 00:22:34 +0000 (00:22 +0000)]
RELEASE-NOTES for last commit, and don't load the AJAX framework if we don't need it

17 years ago(bug 7169) Use Ajax to watch/unwatch articles. Patch by Dan Li with some modificatio...
Aryeh Gregor [Tue, 26 Dec 2006 23:53:34 +0000 (23:53 +0000)]
(bug 7169) Use Ajax to watch/unwatch articles.  Patch by Dan Li with some modification by me.

17 years agoOutput software version number in maintenance/parserTests.php
Rob Church [Tue, 26 Dec 2006 21:26:18 +0000 (21:26 +0000)]
Output software version number in maintenance/parserTests.php

17 years agoMore language variant stuff:
Robert Stojnić [Tue, 26 Dec 2006 12:19:45 +0000 (12:19 +0000)]
More language variant stuff:
* Added some basic parser tests for variants
* Enable selflinks to be written in variants
* Prevent username lookup in variants for sr.wiki (per community request)
* Update release notes (also notes for last commit, when I forgot)

17 years agoLast commit was: (bug 8386) Update for Swedish language (sv)
Rotem Liss [Tue, 26 Dec 2006 11:52:39 +0000 (11:52 +0000)]
Last commit was: (bug 8386) Update for Swedish language (sv)

17 years agoUpdate.
Rotem Liss [Tue, 26 Dec 2006 11:48:32 +0000 (11:48 +0000)]
Update.

17 years agoLast commit should have release notes item
Rob Church [Tue, 26 Dec 2006 03:10:52 +0000 (03:10 +0000)]
Last commit should have release notes item

17 years ago(bug 8379) Output both source and destination titles
Rob Church [Tue, 26 Dec 2006 03:08:35 +0000 (03:08 +0000)]
(bug 8379) Output both source and destination titles

17 years agoClean up comments and note (per bug 8382) that internal error codes come from Title...
Rob Church [Tue, 26 Dec 2006 02:44:03 +0000 (02:44 +0000)]
Clean up comments and note (per bug 8382) that internal error codes come from Title::moveTo()

17 years agoClean up some functions.
Greg Sabino Mullane [Mon, 25 Dec 2006 22:54:01 +0000 (22:54 +0000)]
Clean up some functions.

17 years agoMention recent filelock fix
Greg Sabino Mullane [Mon, 25 Dec 2006 18:07:52 +0000 (18:07 +0000)]
Mention recent filelock fix

17 years agoPlural
Greg Sabino Mullane [Mon, 25 Dec 2006 17:36:23 +0000 (17:36 +0000)]
Plural

17 years agoDo not have non-mysql databases attempt mysql-sepcific GET_LOCK commands. Move all...
Greg Sabino Mullane [Mon, 25 Dec 2006 17:28:21 +0000 (17:28 +0000)]
Do not have non-mysql databases attempt mysql-sepcific GET_LOCK commands. Move all this to DatabaseMysql.php someday.

17 years agoAdd dummy selectDB function.
Greg Sabino Mullane [Mon, 25 Dec 2006 17:25:18 +0000 (17:25 +0000)]
Add dummy selectDB function.

17 years agoCorrected the description...
Leon Weber [Mon, 25 Dec 2006 15:17:33 +0000 (15:17 +0000)]
Corrected the description...

17 years ago* Requested by LeonWP
Niklas Laxström [Mon, 25 Dec 2006 15:06:47 +0000 (15:06 +0000)]
* Requested by LeonWP

17 years ago* Added wgCanonicalSpecialPageName to JavaScript variables
Niklas Laxström [Mon, 25 Dec 2006 15:03:54 +0000 (15:03 +0000)]
* Added wgCanonicalSpecialPageName to JavaScript variables

17 years agoFix breakage of child class in Special:Makesysop, plus a couple of cosmetic changes.
Tim Starling [Mon, 25 Dec 2006 10:49:57 +0000 (10:49 +0000)]
Fix breakage of child class in Special:Makesysop, plus a couple of cosmetic changes.

17 years ago* Minor cosmetic changes to Special:Userrights
Rob Church [Mon, 25 Dec 2006 04:54:42 +0000 (04:54 +0000)]
* Minor cosmetic changes to Special:Userrights
* Earmark for a future rewrite

17 years agocopy linktrail w/ norsk chars from MessagesNn
Brion Vibber [Mon, 25 Dec 2006 02:15:31 +0000 (02:15 +0000)]
copy linktrail w/ norsk chars from MessagesNn

17 years agoRemove old unused watchlist cache (leftover from old schema)
Rob Church [Sun, 24 Dec 2006 08:58:05 +0000 (08:58 +0000)]
Remove old unused watchlist cache (leftover from old schema)

17 years ago(bug 6853) Use a checkbox on the installer form to indicate that a superuser account...
Rob Church [Sun, 24 Dec 2006 08:27:34 +0000 (08:27 +0000)]
(bug 6853) Use a checkbox on the installer form to indicate that a superuser account should be used; this is clearer than the old check which relied on the password never being an obscure value

17 years ago(bug 6856) User::clearNotification() does not respect read-only mode
Rob Church [Sun, 24 Dec 2006 02:52:02 +0000 (02:52 +0000)]
(bug 6856) User::clearNotification() does not respect read-only mode

17 years ago* (bug 8351) Fix undo for simple reverts
Brion Vibber [Sun, 24 Dec 2006 02:04:13 +0000 (02:04 +0000)]
* (bug 8351) Fix undo for simple reverts
Was keeping the 'after' instead of 'before' text when merge algorithm was skipped...

17 years agoIntroducing localized names for special pages as prepared at
Leon Weber [Sat, 23 Dec 2006 23:17:52 +0000 (23:17 +0000)]
Introducing localized names for special pages as prepared at
http://www.mediawiki.org/wiki/Special_page_names#de
Translations by The Incredible Raymond (tm)

17 years ago* (bug 8331) Added the change size value to watchlists; therefor made
Leon Weber [Sat, 23 Dec 2006 23:08:41 +0000 (23:08 +0000)]
* (bug 8331) Added the change size value to watchlists; therefor made
  watchlists use RecentChange::newFromRow() instead of newFromCurRow()

17 years agoRevert r18540; unilateral change to recentchanges formatting
Brion Vibber [Sat, 23 Dec 2006 22:13:11 +0000 (22:13 +0000)]
Revert r18540; unilateral change to recentchanges formatting

17 years ago* Moved the timestamps to the begin of each line in recentchanges.
Leon Weber [Sat, 23 Dec 2006 22:05:26 +0000 (22:05 +0000)]
* Moved the timestamps to the begin of each line in recentchanges.

17 years ago* Updates
Niklas Laxström [Sat, 23 Dec 2006 19:09:23 +0000 (19:09 +0000)]
* Updates
* Revert namespace & special page localisations in messages

17 years ago* {{PLURAL:}} now handles formatted numbers correctly
Niklas Laxström [Sat, 23 Dec 2006 18:58:44 +0000 (18:58 +0000)]
* {{PLURAL:}} now handles formatted numbers correctly

17 years ago* Fix some plurals
Niklas Laxström [Sat, 23 Dec 2006 18:30:36 +0000 (18:30 +0000)]
* Fix some plurals

17 years agoFixes.
Rotem Liss [Sat, 23 Dec 2006 15:28:31 +0000 (15:28 +0000)]
Fixes.

17 years agoUpdate.
Rotem Liss [Sat, 23 Dec 2006 15:23:09 +0000 (15:23 +0000)]
Update.

17 years ago(bug 7612) Remove superfluous link to Special:Categories from result items on Special...
Rob Church [Sat, 23 Dec 2006 14:09:38 +0000 (14:09 +0000)]
(bug 7612) Remove superfluous link to Special:Categories from result items on Special:Mostcategories

17 years ago(bug 8016) Purge objectcache table during upgrade processes - use the --nopurge optio...
Rob Church [Sat, 23 Dec 2006 13:55:24 +0000 (13:55 +0000)]
(bug 8016) Purge objectcache table during upgrade processes - use the --nopurge option to prevent this when running maintennace/update.php

17 years ago* (bug 8214) Output file size limit and actual file size in appropriate units on...
Rob Church [Sat, 23 Dec 2006 13:13:13 +0000 (13:13 +0000)]
* (bug 8214) Output file size limit and actual file size in appropriate units on Special:Upload
* Introduce Linker::formatSize(); will do sizes from B through to GB incl.
* "largefile" renamed to "large-file" due to backwards-incompatible changes

17 years ago(bug 8271) Show full time and date on viewer for individual deleted revisions
Rob Church [Sat, 23 Dec 2006 12:30:08 +0000 (12:30 +0000)]
(bug 8271) Show full time and date on viewer for individual deleted revisions

17 years ago(bug 8347) Updates to Lithuanian message file [Edgaras]
Rob Church [Sat, 23 Dec 2006 12:04:50 +0000 (12:04 +0000)]
(bug 8347) Updates to Lithuanian message file [Edgaras]

17 years agoUpdate.
Rotem Liss [Sat, 23 Dec 2006 10:39:15 +0000 (10:39 +0000)]
Update.

17 years ago* Make the default messages for "undo" less intrusive, remove headings
Rob Church [Sat, 23 Dec 2006 10:28:40 +0000 (10:28 +0000)]
* Make the default messages for "undo" less intrusive, remove headings
* Rename messages for "undo" to "undo-success" and "undo-failure"
* Treat "undo-success" and "undo-failure" as wikitext

** Please remember that output needs to be escaped before it's sent to the browser, and be careful with message handling. **

17 years agoUpdate (no other stuff this time ;-).
Rotem Liss [Sat, 23 Dec 2006 09:47:11 +0000 (09:47 +0000)]
Update (no other stuff this time ;-).

17 years agorevert r18517; should have been on branch
Brion Vibber [Sat, 23 Dec 2006 09:03:36 +0000 (09:03 +0000)]
revert r18517; should have been on branch

17 years agoConsistent use of xxx-summary messages  to be descriptions of special
Leon Weber [Sat, 23 Dec 2006 08:05:06 +0000 (08:05 +0000)]
Consistent use of xxx-summary messages  to be descriptions of special
pages always as first line. Some minor grammar and language tweaks.
Patch by The Incredible Raymond.

17 years ago* Set tabindex on fields in deletion form so you don't have to tab through
Brion Vibber [Sat, 23 Dec 2006 07:18:51 +0000 (07:18 +0000)]
* Set tabindex on fields in deletion form so you don't have to tab through
  the links in the sitenotice

17 years ago* Fix regression in email password resets on read-restricted sites
Brion Vibber [Sat, 23 Dec 2006 06:45:30 +0000 (06:45 +0000)]
* Fix regression in email password resets on read-restricted sites
Need access to Special:Resetpass in order to complete login with temporary e-mailed password.
Add it to the always-on internal whitelist alongside Special:Userlogin

17 years agoMinimal version of IC functionality.
Paa Kwesi Imbeah [Sat, 23 Dec 2006 05:30:40 +0000 (05:30 +0000)]
Minimal version of IC functionality.

17 years ago* (bug 3696) Strip LRM and RLM characters from titles to work around the
Brion Vibber [Sat, 23 Dec 2006 00:28:48 +0000 (00:28 +0000)]
* (bug 3696) Strip LRM and RLM characters from titles to work around the
  problem some people have where titles cut-and-pasted from lists include
  the bidi override characters appended to the lists.
  A more thorough blacklist for forbidden and translatable characters would
  be wise, though, as might a cleaner method for the lists in the first place.

17 years agoFiveUpgrade.inc probably should be stripped/rebuilt; using constant value as UtfNorma...
Brion Vibber [Sat, 23 Dec 2006 00:28:15 +0000 (00:28 +0000)]
FiveUpgrade.inc probably should be stripped/rebuilt; using constant value as UtfNormal is no longer loaded at parse time here

17 years ago* Initialize user_editcount to 0 instead of NULL for newly created accounts
Brion Vibber [Fri, 22 Dec 2006 23:46:08 +0000 (23:46 +0000)]
* Initialize user_editcount to 0 instead of NULL for newly created accounts

17 years agoFix line breaks in swedish text for password reminder emails.
Brion Vibber [Fri, 22 Dec 2006 23:15:46 +0000 (23:15 +0000)]
Fix line breaks in swedish text for password reminder emails.
Was using literal <br/>, which doesn't look too hot in plaintext emails

17 years agoclarify password reset notice
Brion Vibber [Fri, 22 Dec 2006 23:06:37 +0000 (23:06 +0000)]
clarify password reset notice

17 years agoCommit RELEASE-NOTES too, got lost in last commit.
Aryeh Gregor [Fri, 22 Dec 2006 20:31:44 +0000 (20:31 +0000)]
Commit RELEASE-NOTES too, got lost in last commit.

17 years ago* (bug 532) Tweaked alt text for some interface messages
Aryeh Gregor [Fri, 22 Dec 2006 20:31:10 +0000 (20:31 +0000)]
* (bug 532) Tweaked alt text for some interface messages
* (bug 8231) Gave useful alt text to the main <img> on image pages
* (bug 371) Remove alt text for "Enlarge" icon on thumbnails

17 years agoIntroduce 'PingLimiter' hook for overriding the result of User::pingLimiter()
Rob Church [Fri, 22 Dec 2006 20:21:14 +0000 (20:21 +0000)]
Introduce 'PingLimiter' hook for overriding the result of User::pingLimiter()

17 years ago(bug 8304) Line breaks in "new page" autosummaries should be converted to spaces.
Aryeh Gregor [Fri, 22 Dec 2006 19:58:25 +0000 (19:58 +0000)]
(bug 8304) Line breaks in "new page" autosummaries should be converted to spaces.

17 years agoFix 'pagemovedtext' message; <nowiki>s around message parameters broke a couple versi...
Brion Vibber [Fri, 22 Dec 2006 19:51:34 +0000 (19:51 +0000)]
Fix 'pagemovedtext' message; <nowiki>s around message parameters broke a couple versions ago

17 years agoCommited the categories redirect stuff by mistake.
Rotem Liss [Fri, 22 Dec 2006 19:50:56 +0000 (19:50 +0000)]
Commited the categories redirect stuff by mistake.

17 years agoUpdate.
Rotem Liss [Fri, 22 Dec 2006 19:48:46 +0000 (19:48 +0000)]
Update.

17 years agoSort out user rights when patrolling. If a user has the "autopatrol" right, then...
Rob Church [Fri, 22 Dec 2006 19:43:20 +0000 (19:43 +0000)]
Sort out user rights when patrolling. If a user has the "autopatrol" right, then their edits are auto-marked as patrolled. If a user *doesn't* have this right, then they can't mark their own edits as patrolled in the normal fashion.

17 years agoUpdate default interwiki values to reflect changed location of ursine:
Rob Church [Fri, 22 Dec 2006 17:51:18 +0000 (17:51 +0000)]
Update default interwiki values to reflect changed location of ursine:

17 years agoGerman translation fix by The Incredible Raymond.
Leon Weber [Fri, 22 Dec 2006 06:43:23 +0000 (06:43 +0000)]
German translation fix by The Incredible Raymond.

17 years ago(bug 8247) Minor tweaks to includes/CoreParserFunctions.php and parser test for ANCHO...
Rob Church [Fri, 22 Dec 2006 02:36:06 +0000 (02:36 +0000)]
(bug 8247) Minor tweaks to includes/CoreParserFunctions.php and parser test for ANCHORENCODE colon function

17 years agoTweak fix for bug 8335 to avoid breaking dubious, but used, variants.
Brion Vibber [Fri, 22 Dec 2006 01:02:52 +0000 (01:02 +0000)]
Tweak fix for bug 8335 to avoid breaking dubious, but used, variants.
If we were able to get an integer out of it, let it pass.

17 years agoSpecial page aliases for Finnish, plus various message changes.
Ilmari Karonen [Thu, 21 Dec 2006 22:03:48 +0000 (22:03 +0000)]
Special page aliases for Finnish, plus various message changes.
Based on patch by Nikerabbit, with miscellaneous tweaks by me.

17 years agocorrections to last tweaks
Brion Vibber [Thu, 21 Dec 2006 21:43:01 +0000 (21:43 +0000)]
corrections to last tweaks

17 years ago* (bug 7669) Drop defaults on BLOB/TEXT columns for better compatibility
Brion Vibber [Thu, 21 Dec 2006 21:40:43 +0000 (21:40 +0000)]
* (bug 7669) Drop defaults on BLOB/TEXT columns for better compatibility
  with MySQL's strict mode, often enabled by the Windows installer.
  The defaults are ignored anyway when strict mode is off...
* (bug 7685) Use explicit values for ar_text and ar_flags when deleting,
  for better compatibility with MySQL's strict mode

17 years agosearch buttons should use the 'searchbutton' system message
Ilmari Karonen [Thu, 21 Dec 2006 21:07:19 +0000 (21:07 +0000)]
search buttons should use the 'searchbutton' system message

17 years ago* (bug 6603) When warning about invalid file extensions, output the bit of the extens...
Rob Church [Thu, 21 Dec 2006 17:08:00 +0000 (17:08 +0000)]
* (bug 6603) When warning about invalid file extensions, output the bit of the extension we actually checked

(The extension extraction code could do with some more improvement)

17 years agoFix Watchlist with patch from Sven Klemm, bug 8350
Greg Sabino Mullane [Thu, 21 Dec 2006 15:20:19 +0000 (15:20 +0000)]
Fix Watchlist with patch from Sven Klemm, bug 8350

17 years agosave path level before recursing into functions, for better cycle detection
Steve Sanbeg [Thu, 21 Dec 2006 00:07:13 +0000 (00:07 +0000)]
save path level before recursing into functions, for better cycle detection

17 years agoRevert r18468
Brion Vibber [Wed, 20 Dec 2006 22:04:44 +0000 (22:04 +0000)]
Revert r18468
Makes no sense

17 years ago* Fix typos in new class names (thanks to BrokenArrow)
Aryeh Gregor [Wed, 20 Dec 2006 21:54:04 +0000 (21:54 +0000)]
* Fix typos in new class names (thanks to BrokenArrow)
* Use <strong class="mw-plusminus-neg">, not <span class="mw-plusminus-bold">
* Add correct coloring for null edits to non-Monobook-based skins

17 years agoFix regressions in behaviour of Special:Booksources
Rob Church [Wed, 20 Dec 2006 16:51:26 +0000 (16:51 +0000)]
Fix regressions in behaviour of Special:Booksources

17 years agoMade the change size value on recentchanges show minuses instead of dashs. Workaround...
Leon Weber [Wed, 20 Dec 2006 16:37:27 +0000 (16:37 +0000)]
Made the change size value on recentchanges show minuses instead of dashs. Workaround until they've fixed bug 8327.

17 years agoFix 8335 : Image syntax does not parse "px" in image caption correctly
Antoine Musso [Wed, 20 Dec 2006 14:24:57 +0000 (14:24 +0000)]
Fix 8335 : Image syntax does not parse "px" in image caption correctly

17 years ago* (bug 8333) Fix quick user data update on login password change on
Brion Vibber [Wed, 20 Dec 2006 09:09:50 +0000 (09:09 +0000)]
* (bug 8333) Fix quick user data update on login password change on
  replication database setups. User data is now pulled from master
  instead of slave in User::loadFromDatabase, ensuring that it is
  fresh and accurate when read and then saved back into cache.
  This was breaking with the Special:Rename operation which
  automatically logs the user in with the new password after changing
  it; pulling from slave meant the record was often not the updated
  one.

17 years ago(bug 8329) Take size of text *after* passing it through pre-save transform
Rob Church [Wed, 20 Dec 2006 00:06:15 +0000 (00:06 +0000)]
(bug 8329) Take size of text *after* passing it through pre-save transform