lhc/web/wiklou.git
15 years agoRevert r47196, r47219 "* (bug 13040) Gender-aware user namespace aliases" and followup
Brion Vibber [Tue, 17 Feb 2009 23:00:57 +0000 (23:00 +0000)]
Revert r47196, r47219 "* (bug 13040) Gender-aware user namespace aliases" and followup
Using $wgTitle in a Title member function in a weird way that makes no sense. What's this code trying to accomplish, and can it do it in a way that's not broken?

15 years agoTweak msg. Indefinite articles rock.
Chad Horohoe [Tue, 17 Feb 2009 22:56:52 +0000 (22:56 +0000)]
Tweak msg. Indefinite articles rock.

15 years agoFollow-up to r47217 "Add a <link rel="canonical"> tag on redirected page views per...
Brion Vibber [Tue, 17 Feb 2009 22:51:19 +0000 (22:51 +0000)]
Follow-up to r47217 "Add a <link rel="canonical"> tag on redirected page views per googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html"
We can use a relative link in the HTML here and save a few bytes of output; consumer is required to be able to expand relative links it finds here.

15 years agoOverride FileRepo::newFile() when $time is set. See docs on parent.
Chad Horohoe [Tue, 17 Feb 2009 22:35:36 +0000 (22:35 +0000)]
Override FileRepo::newFile() when $time is set. See docs on parent.

15 years agoFollowup: Make the repo names 'shared-repo-name-'. Someone might name their repo...
Chad Horohoe [Tue, 17 Feb 2009 22:34:22 +0000 (22:34 +0000)]
Followup: Make the repo names 'shared-repo-name-'. Someone might name their repo 'from' and then complain.

15 years ago* Add method to FileRepo to get the human-readable name of the repository (getDisplay...
Chad Horohoe [Tue, 17 Feb 2009 22:27:10 +0000 (22:27 +0000)]
* Add method to FileRepo to get the human-readable name of the repository (getDisplayName())
* Use this in ImagePage to show what repo the dupes are from
* Added default "shared repository" message for shared repos without names.

15 years agoFollowup to r47269 "* (bug 17488) Link in toolbar to feeds should be localized (alrea...
Brion Vibber [Tue, 17 Feb 2009 22:21:02 +0000 (22:21 +0000)]
Followup to r47269 "* (bug 17488) Link in toolbar to feeds should be localized (already have the feed-$format messages) Patch by Marcin Cieślak."
* Fixed release notes to clarify this is for classic skin
* HTML-escaping the message to match Monobook behavior

15 years agoTweak to r47279 -- include final newline to keep the terminal clean :)
Brion Vibber [Tue, 17 Feb 2009 22:06:20 +0000 (22:06 +0000)]
Tweak to r47279 -- include final newline to keep the terminal clean :)

15 years ago* Only show dupe messages for remote images once. Twice is redundant :)
Chad Horohoe [Tue, 17 Feb 2009 21:33:12 +0000 (21:33 +0000)]
* Only show dupe messages for remote images once. Twice is redundant :)
* Phased out sharedupload(duplicate|conflict)(\-linktext)? messages (removed from en and messages.inc)

15 years agoFix spacing properly this time.
Chad Horohoe [Tue, 17 Feb 2009 21:14:34 +0000 (21:14 +0000)]
Fix spacing properly this time.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-17 21:00 UTC)
Siebrand Mazeland [Tue, 17 Feb 2009 21:10:11 +0000 (21:10 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-17 21:00 UTC)

15 years agoFollow-up to r47361: code style cleanup (consolidate a couple of duplicated checks...
Brion Vibber [Tue, 17 Feb 2009 19:08:24 +0000 (19:08 +0000)]
Follow-up to r47361: code style cleanup (consolidate a couple of duplicated checks, unneeded variable copying)

15 years agoGeneral cleanup of SQL in Title and File. Fixes bug 17392: 'FOR UPDATE' should be...
Chad Horohoe [Tue, 17 Feb 2009 19:03:40 +0000 (19:03 +0000)]
General cleanup of SQL in Title and File. Fixes bug 17392: 'FOR UPDATE' should be passed in an array, not as a string.

15 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Tue, 17 Feb 2009 18:45:02 +0000 (18:45 +0000)]
Localisation updates for core from translatewiki.net
* updates for namespaces, special page aliases, and magic words

15 years agoFix syntax error
Siebrand Mazeland [Tue, 17 Feb 2009 18:07:39 +0000 (18:07 +0000)]
Fix syntax error

15 years agoFix syntax error
Siebrand Mazeland [Tue, 17 Feb 2009 18:06:44 +0000 (18:06 +0000)]
Fix syntax error

15 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Tue, 17 Feb 2009 17:57:25 +0000 (17:57 +0000)]
Localisation updates for core from translatewiki.net
* resolving a bug here and there with duplicate special page names in the same localisation
* updates for namespaces, special page aliases, and magic words

15 years agoTweak for bug 11852. Made handling of message cache key normalisation more consistent.
Aaron Schulz [Tue, 17 Feb 2009 15:36:15 +0000 (15:36 +0000)]
Tweak for bug 11852. Made handling of message cache key normalisation more consistent.

15 years agoTry to avoid file caching php fatals, it's very annoying
Aaron Schulz [Tue, 17 Feb 2009 15:05:23 +0000 (15:05 +0000)]
Try to avoid file caching php fatals, it's very annoying

15 years ago* Skip COMMIT query when no write queries have been done.
Tim Starling [Tue, 17 Feb 2009 14:06:42 +0000 (14:06 +0000)]
* Skip COMMIT query when no write queries have been done.
* Improvement to ChronologyProtector: only record the master position if a write query was done. This should help to avoid the worst of the ChronologyProtector side-effects, such as having action=raw CSS requests block for a time equivalent to the slave lag on every page view, while maintaining the benefits, like preventing a 404 from being displayed after page creation.

15 years agoIn Revision::newFromTitle(): don't do a query with WHERE rev_id='' when the page...
Tim Starling [Tue, 17 Feb 2009 14:02:12 +0000 (14:02 +0000)]
In Revision::newFromTitle(): don't do a query with WHERE rev_id='' when the page doesn't exist

15 years agoAdded a comment that change_tag and related tables are in 1.15 and not 1.14
Alexandre Emsenhuber [Tue, 17 Feb 2009 12:22:01 +0000 (12:22 +0000)]
Added a comment that change_tag and related tables are in 1.15 and not 1.14

15 years agoFollow up r47335: Adding to RELEASE NOTES as the bug reporter confirmed that it fixed...
Raimond Spekking [Tue, 17 Feb 2009 10:19:51 +0000 (10:19 +0000)]
Follow up r47335: Adding to RELEASE NOTES as the bug reporter confirmed that it fixed the bug.

15 years agoSupport early loading of the Profiler class from a different directory (live patch)
Tim Starling [Tue, 17 Feb 2009 03:32:07 +0000 (03:32 +0000)]
Support early loading of the Profiler class from a different directory (live patch)

15 years agoProfile RawPage
Tim Starling [Tue, 17 Feb 2009 03:28:54 +0000 (03:28 +0000)]
Profile RawPage

15 years agoAdded some profiling sections for expensive functions
Tim Starling [Tue, 17 Feb 2009 03:26:39 +0000 (03:26 +0000)]
Added some profiling sections for expensive functions

15 years agoAdded $wgRateLimitsExcludedIPs feature, based on live hack.
Tim Starling [Tue, 17 Feb 2009 03:17:19 +0000 (03:17 +0000)]
Added $wgRateLimitsExcludedIPs feature, based on live hack.

15 years agoLive patch: use a query group for CategoryPage
Tim Starling [Tue, 17 Feb 2009 03:07:41 +0000 (03:07 +0000)]
Live patch: use a query group for CategoryPage

15 years ago* Fix batching
Tim Starling [Tue, 17 Feb 2009 02:48:40 +0000 (02:48 +0000)]
* Fix batching
* Report when there is a directory where a file should be

15 years agoLocalisation updates: Better translation for "IP" in the Persian messages
Huji [Mon, 16 Feb 2009 21:09:54 +0000 (21:09 +0000)]
Localisation updates: Better translation for "IP" in the Persian messages

15 years agoPrettify code of Special:Preferences#Misc. Use Xml::functions.
Raimond Spekking [Mon, 16 Feb 2009 19:19:45 +0000 (19:19 +0000)]
Prettify code of Special:Preferences#Misc. Use Xml::functions.
This maybe fixes bug 17482 (Formatting error in "preferences") but I cannot see the effect in my installations.

15 years agoMade WatchlistCleanup and CapsCleanup extend TableCleanup rather than FiveUpgrade...
Alexandre Emsenhuber [Mon, 16 Feb 2009 19:09:28 +0000 (19:09 +0000)]
Made WatchlistCleanup and CapsCleanup extend TableCleanup rather than FiveUpgrade so that they don't need to re-implement cleanup() and runTable()

15 years agoAPI: Add AS explicitly for PostgreSQL compatibility and fix hinky indentation in...
Roan Kattouw [Mon, 16 Feb 2009 19:08:07 +0000 (19:08 +0000)]
API: Add AS explicitly for PostgreSQL compatibility and fix hinky indentation in ApiQueryUsers. Patch by Brad Jorsch

15 years agoRenamed 'ug' to 'ug-latn' to make room for a future 'ug-arab' (and possibly ug-cyrl).
Siebrand Mazeland [Mon, 16 Feb 2009 18:55:04 +0000 (18:55 +0000)]
Renamed 'ug' to 'ug-latn' to make room for a future 'ug-arab' (and possibly ug-cyrl).

15 years agoAdd gripe about FIFO and random row selection
Aaron Schulz [Mon, 16 Feb 2009 18:06:04 +0000 (18:06 +0000)]
Add gripe about FIFO and random row selection

15 years agoFix r47319: this is reverting the wrong revision (cause was r40912). Move cat stuff...
Aaron Schulz [Mon, 16 Feb 2009 17:57:38 +0000 (17:57 +0000)]
Fix r47319: this is reverting the wrong revision (cause was r40912). Move cat stuff up to original point.

15 years agoAPI: Fix yet another regression from r46845 that completely broke list=users. Patch...
Roan Kattouw [Mon, 16 Feb 2009 17:47:54 +0000 (17:47 +0000)]
API: Fix yet another regression from r46845 that completely broke list=users. Patch by Brad Jorsch

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-16 16:59 UTC)
Raimond Spekking [Mon, 16 Feb 2009 17:25:02 +0000 (17:25 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-16 16:59 UTC)

15 years agoPartial revert of r41018 "Wrap $log->addEntry() in transaction"
Aryeh Gregor [Mon, 16 Feb 2009 16:50:22 +0000 (16:50 +0000)]
Partial revert of r41018 "Wrap $log->addEntry() in transaction"

In addition to wrapping the given function call in a transaction, the
commit also (without explanation or apparent purpose) moved a block of
code to a totally different place, which broke it entirely.
Specifically, it moved the update of the category table on article
delete to AFTER THE CATEGORYLINKS ROWS WERE ALREADY DELETED, which meant
that it found the article was in no categories, and article deletions
silently failed to decrement the category count (bug 17155).

Could you PLEASE not commit all sorts of stuff under the guise of
one-line commit messages that don't actually relate to what you did.
Thank you.

15 years agoNewline after help message to not mess up terminal
Aryeh Gregor [Mon, 16 Feb 2009 15:35:04 +0000 (15:35 +0000)]
Newline after help message to not mess up terminal

15 years ago* Mostly reverted r41081 and related. Although the motivation (to save a query) is...
Tim Starling [Mon, 16 Feb 2009 14:26:34 +0000 (14:26 +0000)]
* Mostly reverted r41081 and related. Although the motivation (to save a query) is noble, it's a complex special case relying on subtle inter-module effects, making the code quite unclear and the performance advantage hard to reproduce in new code.
* r41081 was causing the job queue to be flooded with tiny htmlCacheUpdate jobs which were less than the batch size and so, according to the original logic, should have been done immediately. This was causing template updates to be delayed even when the template has few backlinks. This is fixed.
* Introduced a shared cache called BacklinkCache with the main purpose of sharing data from these backlink queries, thus recovering the performance of r41081.
* Refactored backlink partitioning code, which in r40741 was copied from HTMLCacheUpdate to LinksUpdate with a bug intact. The bug caused every htmlCacheUpdate or refreshLinks2 job to be split into at least two pieces even when number of rows is less than the batch size.
* Fixed a bug from r40741 causing refreshLinks2 jobs with end=false to be ignored.
* Made SquidUpdate::newFromTitles() accept a TitleArray

15 years agoLocalization update for he.
Rotem Liss [Mon, 16 Feb 2009 12:55:04 +0000 (12:55 +0000)]
Localization update for he.

15 years agoRedo r47313 in a more readable way (probably more efficient too) by not using all...
Roan Kattouw [Mon, 16 Feb 2009 12:19:29 +0000 (12:19 +0000)]
Redo r47313 in a more readable way (probably more efficient too) by not using all those array_* functions

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 16 Feb 2009 11:48:12 +0000 (11:48 +0000)]
Update the Chinese conversion tables.

15 years agoAPI: (bug 17502) meta=siteinfo&siprop=namespacealiases no longer lists namespace...
Roan Kattouw [Mon, 16 Feb 2009 11:20:58 +0000 (11:20 +0000)]
API: (bug 17502) meta=siteinfo&siprop=namespacealiases no longer lists namespace aliases already listed in siprop=namespaces

15 years agoCleanup image description page a bit:
Raimond Spekking [Mon, 16 Feb 2009 08:51:38 +0000 (08:51 +0000)]
Cleanup image description page a bit:
* Remove the link to Special:FileDuplicateSearch from the "file history" section
  of image description pages as the list of duplicated files is shown in the
  next section anyway.
* Add the link to Special:FileDuplicateSearch to the message 'duplicatesoffile'

15 years agoFix the cascade protection templatelinks update routine, which apparently has been...
Tim Starling [Mon, 16 Feb 2009 08:11:39 +0000 (08:11 +0000)]
Fix the cascade protection templatelinks update routine, which apparently has been broken since it was introduced, causing it to flood the job queue with refreshLinks job on every parser cache miss:
* Fixed incorrect interpretation of the result of $parserOutput->getTemplates() which led to the array_diff() always being non-empty
* No need to check for $db->select()===false, it throws an exception in that case
* Do a non-recursive update, no need to update links for other pages on a page view

15 years agoFixed grc comment text
Tim Starling [Mon, 16 Feb 2009 07:03:21 +0000 (07:03 +0000)]
Fixed grc comment text

15 years agoBetter logging in runJobs.php. Committing for test on server.
Tim Starling [Mon, 16 Feb 2009 04:50:26 +0000 (04:50 +0000)]
Better logging in runJobs.php. Committing for test on server.

15 years ago(bug 17506) Respect $wgShowExceptionDetails when handling exceptions within exception...
Chad Horohoe [Mon, 16 Feb 2009 04:33:22 +0000 (04:33 +0000)]
(bug 17506) Respect $wgShowExceptionDetails when handling exceptions within exceptions. Based on patch by David Tabachnikov and Romi Romano5.

15 years ago* Special:Prefixindex: Move table styling to shared.css
Raimond Spekking [Sun, 15 Feb 2009 21:25:06 +0000 (21:25 +0000)]
* Special:Prefixindex: Move table styling to shared.css
* Add CSS IDs to tables
* Use correct message 'allpagesprefix' for input form label
* Replace _ with ' ' in next page link

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-15 18:43 UTC)
Siebrand Mazeland [Sun, 15 Feb 2009 18:55:24 +0000 (18:55 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-15 18:43 UTC)

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sun, 15 Feb 2009 17:34:12 +0000 (17:34 +0000)]
Update the Chinese conversion tables.

15 years ago(bug 17497) Oasis opendocument added to mime.types (odg otg odt ott odp otp ods ots)
Siebrand Mazeland [Sun, 15 Feb 2009 12:21:44 +0000 (12:21 +0000)]
(bug 17497) Oasis opendocument added to mime.types (odg otg odt ott odp otp ods ots)

15 years ago* Wrap warning message 'editinginterface' into a div with class 'mw-editinginterface'
Raimond Spekking [Sun, 15 Feb 2009 09:26:08 +0000 (09:26 +0000)]
* Wrap warning message 'editinginterface' into a div with class 'mw-editinginterface'

15 years ago* (bug 17472) use print <<<EOF in maintenance/importTextFile.php. Patch contribute...
Siebrand Mazeland [Sun, 15 Feb 2009 00:20:33 +0000 (00:20 +0000)]
* (bug 17472) use print <<<EOF in maintenance/importTextFile.php. Patch contribute by Jidanni.
* removed trailing whitespace

15 years ago* Removed "global $action;" from SkinTemplate::outputPage(), getting it from $wgReque...
Alexandre Emsenhuber [Sat, 14 Feb 2009 17:09:57 +0000 (17:09 +0000)]
* Removed "global $action;" from SkinTemplate::outputPage(), getting it from $wgRequest instead (like for r46810)
* Changed "$action = $wgRequest->getText( 'action' )" to "$action = $wgRequest->getVal( 'action', 'view' )" as we do on index.php

15 years agoCleanup to $wgFeedClasses:
Chad Horohoe [Sat, 14 Feb 2009 16:00:51 +0000 (16:00 +0000)]
Cleanup to $wgFeedClasses:
* Remove 2 unused globals
* (bug 17488) Link in toolbar to feeds should be localized (already have the feed-$format messages) Patch by Marcin Cieślak.
* Tangentially, can $wgFeedClasses be moved from Defines to DefaultSettings? Seems to make more sense in the latter.

15 years agoAPI: Make information about the main module (ApiMain) and the pageset module (ApiPage...
Roan Kattouw [Sat, 14 Feb 2009 14:56:20 +0000 (14:56 +0000)]
API: Make information about the main module (ApiMain) and the pageset module (ApiPageSet) available through action=paraminfo

15 years agoLocalisation updates for extension messages from translatewiki.net (2009-02-14 11...
Siebrand Mazeland [Sat, 14 Feb 2009 11:56:10 +0000 (11:56 +0000)]
Localisation updates for extension messages from translatewiki.net (2009-02-14 11:51 UTC)

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 14 Feb 2009 07:53:56 +0000 (07:53 +0000)]
Update the Chinese conversion tables.

15 years agoFix r45764, which made a whole bunch of random indices UNIQUE for no apparent reason.
Andrew Garrett [Sat, 14 Feb 2009 06:10:42 +0000 (06:10 +0000)]
Fix r45764, which made a whole bunch of random indices UNIQUE for no apparent reason.

15 years agoDocument ptlevel parameter. I should really learn to get stuff right in fewer than...
Roan Kattouw [Fri, 13 Feb 2009 21:53:08 +0000 (21:53 +0000)]
Document ptlevel parameter. I should really learn to get stuff right in fewer than 5 commits

15 years agoAnd yet another fixup for r47231: use older/newer rather than ascending/descending
Roan Kattouw [Fri, 13 Feb 2009 21:49:01 +0000 (21:49 +0000)]
And yet another fixup for r47231: use older/newer rather than ascending/descending

15 years ago...and remove another allpages leftover *sigh*
Roan Kattouw [Fri, 13 Feb 2009 21:37:17 +0000 (21:37 +0000)]
...and remove another allpages leftover *sigh*

15 years agoFix leftover doc comment in ApiQueryProtectedTitles
Roan Kattouw [Fri, 13 Feb 2009 21:36:34 +0000 (21:36 +0000)]
Fix leftover doc comment in ApiQueryProtectedTitles

15 years agoAPI: (bug 16740) Adding list=protectedtitles to list create-protected titles
Roan Kattouw [Fri, 13 Feb 2009 21:34:46 +0000 (21:34 +0000)]
API: (bug 16740) Adding list=protectedtitles to list create-protected titles

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 13 Feb 2009 19:17:06 +0000 (19:17 +0000)]
Update the Chinese conversion tables.

15 years ago* Replace hardcoded '...' as indication of a truncation with the 'ellipsis' message
Raimond Spekking [Fri, 13 Feb 2009 19:13:48 +0000 (19:13 +0000)]
* Replace hardcoded '...' as indication of a truncation with the 'ellipsis' message
Per Brion's suggestion in http://lists.wikimedia.org/pipermail/wikitech-l/2008-December/040796.html

15 years agobug 17477 and fix for r47196: Don't use global $title; this can work when executing...
Alexandre Emsenhuber [Fri, 13 Feb 2009 17:50:24 +0000 (17:50 +0000)]
bug 17477 and fix for r47196: Don't use global $title; this can work when executing index.php, but fails horribly in maintenance scripts (breaking checkBadRedirects.php at least)

15 years ago(bug 17480) Typo in Italian lang file.
Chad Horohoe [Fri, 13 Feb 2009 16:28:18 +0000 (16:28 +0000)]
(bug 17480) Typo in Italian lang file.

15 years agoAdd a <link rel="canonical"> tag on redirected page views per <http://googlewebmaster...
Roan Kattouw [Fri, 13 Feb 2009 16:17:39 +0000 (16:17 +0000)]
Add a <link rel="canonical"> tag on redirected page views per <googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html>

15 years ago* API: Page prop=info by (ns, title) rather than offset
Roan Kattouw [Fri, 13 Feb 2009 15:36:32 +0000 (15:36 +0000)]
* API: Page prop=info by (ns, title) rather than offset
* Also fix a regression from r47214 which caused database errors when $this->titles or $this->missing was empty

15 years agoAPI: Fix up r47214, which strangely had no commit message
Roan Kattouw [Fri, 13 Feb 2009 15:14:21 +0000 (15:14 +0000)]
API: Fix up r47214, which strangely had no commit message
* Use + instead of array_merge(), the latter messes up keys
* Fix a fatal error ($result not an object)
* Fix an interesting mistake when calling addTables(): addTables('foo', 'bar') doesn't add both tables, but adds foo AS bar
* Fix warning about $row->pt_namespace not being set

Commit message for r47214:
API: Refactor ApiQueryInfo
* Move result generating code from execute() to extractPageInfo()
** Merge code for existing and missing titles
* Don't loop over existing and missing titles separately, but on both in one go
* Move protection query code from execute() to getProtectionInfo()
** Merge code for existing and missing titles here as well
* Move subjectid/talkid query code from execute() to getTSIDs()
* Document some functions

15 years ago(no commit message)
Roan Kattouw [Fri, 13 Feb 2009 14:44:19 +0000 (14:44 +0000)]

15 years agoAPI: More docs, break long lines in docs
Roan Kattouw [Fri, 13 Feb 2009 14:13:03 +0000 (14:13 +0000)]
API: More docs, break long lines in docs

15 years ago(bug 17478) Fixed a PHP Strict standards error in maintenance/cleanupWatchlist.php
Alexandre Emsenhuber [Fri, 13 Feb 2009 13:48:13 +0000 (13:48 +0000)]
(bug 17478) Fixed a PHP Strict standards error in maintenance/cleanupWatchlist.php

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 13 Feb 2009 13:06:36 +0000 (13:06 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 13 Feb 2009 06:24:05 +0000 (06:24 +0000)]
Update the Chinese conversion tables.

15 years agoTrying to make the EditPage code a bit more readable by breaking lines and converting...
Andrew Garrett [Thu, 12 Feb 2009 23:42:33 +0000 (23:42 +0000)]
Trying to make the EditPage code a bit more readable by breaking lines and converting some of the more egregious offenders into using the Xml:: functions. I tested editing and so on, but do tell me if there's some automated test that I'm supposed to run it
through.

15 years agoAdded suppression log entries (if user can see them)
Aaron Schulz [Thu, 12 Feb 2009 20:06:05 +0000 (20:06 +0000)]
Added suppression log entries (if user can see them)

15 years ago* (bug 13040) Gender-aware user namespace aliases
Niklas Laxström [Thu, 12 Feb 2009 19:54:32 +0000 (19:54 +0000)]
* (bug 13040) Gender-aware user namespace aliases
No aliases in this commit

15 years agoFollow-up to r47192: do the same for PageHistory
Aaron Schulz [Thu, 12 Feb 2009 19:23:14 +0000 (19:23 +0000)]
Follow-up to r47192: do the same for PageHistory

15 years ago* consolidated getDateMenu duplication into xml.php
Aaron Schulz [Thu, 12 Feb 2009 19:02:14 +0000 (19:02 +0000)]
* consolidated getDateMenu duplication into xml.php
* made filter settings carry over when pressing "go"
* made filter links a bit smaller
* removed DefaultQuery cruft
* updated docs

15 years agoAPI: Prevent ApiQueryInfo from trying to set a continue value twice (which will fail...
Roan Kattouw [Thu, 12 Feb 2009 17:29:17 +0000 (17:29 +0000)]
API: Prevent ApiQueryInfo from trying to set a continue value twice (which will fail with a fatal error)

15 years agoAPI: Fix up r47142: use a boolean parameter for suggest
Roan Kattouw [Thu, 12 Feb 2009 17:27:05 +0000 (17:27 +0000)]
API: Fix up r47142: use a boolean parameter for suggest

15 years ago(bug 17448) Update for Danish language
Siebrand Mazeland [Thu, 12 Feb 2009 17:25:27 +0000 (17:25 +0000)]
(bug 17448) Update for Danish language

15 years ago(bug 5776) Add extra patrol link on bottom for diffs
Aaron Schulz [Thu, 12 Feb 2009 14:45:10 +0000 (14:45 +0000)]
(bug 5776) Add extra patrol link on bottom for diffs

15 years agoLocalization update for he.
Rotem Liss [Thu, 12 Feb 2009 12:56:38 +0000 (12:56 +0000)]
Localization update for he.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Thu, 12 Feb 2009 09:29:05 +0000 (09:29 +0000)]
Update the Chinese conversion tables.

15 years agoBug 15930 Nostalgia should have both edit links bolded
Aaron Schulz [Thu, 12 Feb 2009 00:12:13 +0000 (00:12 +0000)]
Bug 15930 Nostalgia should have both edit links bolded

15 years agoRELEASE-NOTES and alias NUMBEROFACTIVEUSERS for magic word ACTIVEUSERS introduced...
Andrew Garrett [Wed, 11 Feb 2009 23:44:02 +0000 (23:44 +0000)]
RELEASE-NOTES and alias NUMBEROFACTIVEUSERS for magic word ACTIVEUSERS introduced in r46822.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Wed, 11 Feb 2009 21:16:01 +0000 (21:16 +0000)]
Update the Chinese conversion tables.
New makefile script for ZhConversion.php.

15 years agoFix escaping of pipe-separator in revision (included via {{int:...}} in it)
Alexandre Emsenhuber [Wed, 11 Feb 2009 21:14:18 +0000 (21:14 +0000)]
Fix escaping of pipe-separator in revision (included via {{int:...}} in it)

15 years ago(bug 12746) We shouldn't be sending out new password e-mails when a wiki is in read...
Chad Horohoe [Wed, 11 Feb 2009 20:29:58 +0000 (20:29 +0000)]
(bug 12746) We shouldn't be sending out new password e-mails when a wiki is in read-only mode.

15 years agoAPI: Remove stray $options = array(); from ApiPageSet
Roan Kattouw [Wed, 11 Feb 2009 19:28:07 +0000 (19:28 +0000)]
API: Remove stray $options = array(); from ApiPageSet

Previous commit message didn't mention changing ApiQueryInfo to sort $titles by page ID and to add info about missing pages in one go (the latter upon Brad Jorsch's suggestion)

15 years ago* API: Add documentation to important API classes
Roan Kattouw [Wed, 11 Feb 2009 19:25:25 +0000 (19:25 +0000)]
* API: Add documentation to important API classes
* Move page_is_redirect up in ApiPageSet::getPageTableFields()

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-11 18:17 UTC)
Siebrand Mazeland [Wed, 11 Feb 2009 18:34:02 +0000 (18:34 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-11 18:17 UTC)

15 years agoUse pipe-separator instead of hard coded pipe symbol with leading and trailing space...
Siebrand Mazeland [Wed, 11 Feb 2009 16:32:30 +0000 (16:32 +0000)]
Use pipe-separator instead of hard coded pipe symbol with leading and trailing space where used in English language messages

15 years ago(bug 17414) Added magic words as a cache dependency
Aaron Schulz [Wed, 11 Feb 2009 16:08:36 +0000 (16:08 +0000)]
(bug 17414) Added magic words as a cache dependency