lhc/web/wiklou.git
15 years ago(bug 17972) Special:FileDuplicateSearch form now works correctly on wikis that don...
Alexandre Emsenhuber [Sat, 14 Mar 2009 19:52:10 +0000 (19:52 +0000)]
(bug 17972) Special:FileDuplicateSearch form now works correctly on wikis that don't use PathInfo or short urls

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 14 Mar 2009 16:05:50 +0000 (16:05 +0000)]
Update the Chinese conversion tables.

15 years agofollow up on bug 1061
Mohamed Magdy [Sat, 14 Mar 2009 15:36:53 +0000 (15:36 +0000)]
follow up on bug 1061

15 years agoLocalization update.
Rotem Liss [Sat, 14 Mar 2009 10:18:43 +0000 (10:18 +0000)]
Localization update.

15 years ago* Log unsuppressed names in the suppress log as normal
Aaron Schulz [Sat, 14 Mar 2009 10:02:17 +0000 (10:02 +0000)]
* Log unsuppressed names in the suppress log as normal
* Fixed reblock action display
* Add hiddenname flag and msg

15 years agoMore visual and xhtml fixes for file cache failback
Aaron Schulz [Sat, 14 Mar 2009 03:16:05 +0000 (03:16 +0000)]
More visual and xhtml fixes for file cache failback

15 years agoCheck if the path is writable before trying to mkdir().
Chad Horohoe [Sat, 14 Mar 2009 02:17:01 +0000 (02:17 +0000)]
Check if the path is writable before trying to mkdir().

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 14 Mar 2009 01:27:49 +0000 (01:27 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago* Avoid double output on filecache failover
Aaron Schulz [Fri, 13 Mar 2009 20:15:16 +0000 (20:15 +0000)]
* Avoid double output on filecache failover
* XHTML fixes to error html
* Added isDisabled() to OutputPage
* Make sure filecache marks output done

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 13 Mar 2009 17:16:01 +0000 (17:16 +0000)]
Update the Chinese conversion tables.

15 years agoLocalization update for he.
Rotem Liss [Fri, 13 Mar 2009 16:48:14 +0000 (16:48 +0000)]
Localization update for he.

15 years agoMove checkRedirect and invalidateImageRedirect up a level from LocalRepo to FileRepo...
Chad Horohoe [Fri, 13 Mar 2009 15:33:01 +0000 (15:33 +0000)]
Move checkRedirect and invalidateImageRedirect up a level from LocalRepo to FileRepo. It doesn't hurt anything and it should be possible to handle this for non-local repos. Not sure why it's not working yet :\

15 years ago(bug 14771) Thumbnail links to individual DjVu pages have two "page" parameters
Chad Horohoe [Fri, 13 Mar 2009 15:02:28 +0000 (15:02 +0000)]
(bug 14771) Thumbnail links to individual DjVu pages have two "page" parameters

15 years agoRemove useless trailing space in alt text for redirect image.
Chad Horohoe [Fri, 13 Mar 2009 14:21:47 +0000 (14:21 +0000)]
Remove useless trailing space in alt text for redirect image.

15 years agoFollow up r48336: Add new variant messages to messasges.inc and made them optional
Raimond Spekking [Fri, 13 Mar 2009 09:49:14 +0000 (09:49 +0000)]
Follow up r48336: Add new variant messages to messasges.inc and made them optional
Add new language codes to CLDR extension

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-12 21:13 UTC)
Raimond Spekking [Thu, 12 Mar 2009 21:34:04 +0000 (21:34 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-12 21:13 UTC)

15 years agorm useless output msg
Aaron Schulz [Thu, 12 Mar 2009 20:19:44 +0000 (20:19 +0000)]
rm useless output msg

15 years ago* Fixed the query, so that the count correctly works on PostgreSQL, selecting "COUNT...
Alexandre Emsenhuber [Thu, 12 Mar 2009 18:03:28 +0000 (18:03 +0000)]
* Fixed the query, so that the count correctly works on PostgreSQL, selecting "COUNT(oi_archive_name) as count" rather than "COUNT(oi_archive_name)"
* Whitespaces tweaks

15 years ago(bug 11192) tog-extendwatchlist wording too cryptic
Chad Horohoe [Thu, 12 Mar 2009 17:45:57 +0000 (17:45 +0000)]
(bug 11192) tog-extendwatchlist wording too cryptic

15 years ago(bug 16174) Mention that blacklists are case-insensitive by default
Chad Horohoe [Thu, 12 Mar 2009 16:32:37 +0000 (16:32 +0000)]
(bug 16174) Mention that blacklists are case-insensitive by default

15 years agoAdd ability to toggle NULL/NOT NULL on Postgres columns: use for recent oldimage...
Greg Sabino Mullane [Thu, 12 Mar 2009 15:21:10 +0000 (15:21 +0000)]
Add ability to toggle NULL/NOT NULL on Postgres columns: use for recent oldimage changes.

15 years agoMake oldimage nullabilities match image ones, per not on bug 15815
Greg Sabino Mullane [Thu, 12 Mar 2009 14:46:27 +0000 (14:46 +0000)]
Make oldimage nullabilities match image ones, per not on bug 15815

15 years agoExclude new tables from parserTests.inc test
Greg Sabino Mullane [Thu, 12 Mar 2009 14:38:51 +0000 (14:38 +0000)]
Exclude new tables from parserTests.inc test

15 years agoAdd user_hidden column to mwuser table for Postgres schema.
Greg Sabino Mullane [Thu, 12 Mar 2009 14:35:40 +0000 (14:35 +0000)]
Add user_hidden column to mwuser table for Postgres schema.

15 years agoNote recent fix.
Greg Sabino Mullane [Thu, 12 Mar 2009 14:31:35 +0000 (14:31 +0000)]
Note recent fix.

15 years agoAdd all columns to GROUP BY for databases that need them (e.g. not MySQL).
Greg Sabino Mullane [Thu, 12 Mar 2009 14:26:05 +0000 (14:26 +0000)]
Add all columns to GROUP BY for databases that need them (e.g. not MySQL).
Fixes bug 17676

15 years ago(bug 17886) Export all pages by namespace. Also cleans up some hard-coded SQL in...
Chad Horohoe [Thu, 12 Mar 2009 13:10:59 +0000 (13:10 +0000)]
(bug 17886) Export all pages by namespace. Also cleans up some hard-coded SQL in getPagesFromCategory(). Patch by davidt.

15 years agoSpecify DEFAULT 0 on upgrade to ipb_deleted, in case they had old version of '0...
Greg Sabino Mullane [Thu, 12 Mar 2009 12:43:57 +0000 (12:43 +0000)]
Specify DEFAULT 0  on upgrade to ipb_deleted, in case they had old version of '0'::char

15 years ago(bug 17778) MediaWiki:Catseparator can now have HTML entities
Alexandre Emsenhuber [Thu, 12 Mar 2009 12:26:28 +0000 (12:26 +0000)]
(bug 17778) MediaWiki:Catseparator can now have HTML entities

15 years agoTweaked bug 10336 notes
Aaron Schulz [Thu, 12 Mar 2009 06:28:04 +0000 (06:28 +0000)]
Tweaked bug 10336 notes

15 years agoFollow up on r48336, update RELEASE-NOTES.
Philip Tzou [Thu, 12 Mar 2009 05:23:36 +0000 (05:23 +0000)]
Follow up on r48336, update RELEASE-NOTES.

15 years agoAdd convertion rule between 嗰(U+055F0) and 𠮶(U+20BB6).
Philip Tzou [Thu, 12 Mar 2009 05:15:52 +0000 (05:15 +0000)]
Add convertion rule between 嗰(U+055F0) and 𠮶(U+20BB6).

15 years ago1. LanguageConverter enabled for LanguageGan, per the request from Gan Wikipedia.
Philip Tzou [Thu, 12 Mar 2009 05:04:19 +0000 (05:04 +0000)]
1. LanguageConverter enabled for LanguageGan, per the request from Gan Wikipedia.
2. Update the Chinese conversion tables.

15 years agoFollow up on r48149, update RELEASE-NOTES
Nathaniel Herman [Wed, 11 Mar 2009 23:02:36 +0000 (23:02 +0000)]
Follow up on r48149, update RELEASE-NOTES

15 years agoAdd LinkTrail, patch by AhmadSherif
Meno25 [Wed, 11 Mar 2009 18:26:30 +0000 (18:26 +0000)]
Add LinkTrail, patch by AhmadSherif

15 years agoFix double "see" introduced in r48309
Alexandre Emsenhuber [Wed, 11 Mar 2009 17:42:23 +0000 (17:42 +0000)]
Fix double "see" introduced in r48309

15 years agoLocalisation updates:
Huji [Wed, 11 Mar 2009 14:48:34 +0000 (14:48 +0000)]
Localisation updates:
* Translated names of newly added magic words
* Readding "Main" namespace. (People who think this bug was fixed should be noted)

15 years agoLocalization update.
Rotem Liss [Wed, 11 Mar 2009 14:35:49 +0000 (14:35 +0000)]
Localization update.

15 years ago(bug 17871) Mention that exportnowrap format is the same as Special:Export.
Chad Horohoe [Wed, 11 Mar 2009 13:35:19 +0000 (13:35 +0000)]
(bug 17871) Mention that exportnowrap format is the same as Special:Export.

15 years ago(bug 17897) Uninitialized string offset in <pre> tags. Patch by Luigi Corsaro. No...
Chad Horohoe [Wed, 11 Mar 2009 13:28:22 +0000 (13:28 +0000)]
(bug 17897) Uninitialized string offset in <pre> tags. Patch by Luigi Corsaro. No parser test regressions.

15 years ago(bug 17927) DefaultSettings should link to mw.org's page on debugging.
Chad Horohoe [Wed, 11 Mar 2009 13:00:38 +0000 (13:00 +0000)]
(bug 17927) DefaultSettings should link to mw.org's page on debugging.

15 years agoExtend log_type/log_action from 10 to 32 instead of 15.
Tim Starling [Wed, 11 Mar 2009 00:29:44 +0000 (00:29 +0000)]
Extend log_type/log_action from 10 to 32 instead of 15.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-10 20:30 UTC)
Raimond Spekking [Tue, 10 Mar 2009 20:47:51 +0000 (20:47 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-10 20:30 UTC)

15 years agodon't do ajax watchlist stuff for non-article-pages
Domas Mituzas [Tue, 10 Mar 2009 20:05:57 +0000 (20:05 +0000)]
don't do ajax watchlist stuff for non-article-pages

15 years agominor tweak: revisiondelete id url param is an array
Aaron Schulz [Tue, 10 Mar 2009 19:15:27 +0000 (19:15 +0000)]
minor tweak: revisiondelete id url param is an array

15 years agoremove per-page editnotice functionality, message files and message cache are suppose...
Domas Mituzas [Tue, 10 Mar 2009 18:57:06 +0000 (18:57 +0000)]
remove per-page editnotice functionality, message files and message cache are supposed to be global data.

15 years ago(bug 17907) Remove trailing comma from tables.sql
Roan Kattouw [Tue, 10 Mar 2009 15:43:15 +0000 (15:43 +0000)]
(bug 17907) Remove trailing comma from tables.sql

15 years agoupdate file
Meno25 [Tue, 10 Mar 2009 09:54:54 +0000 (09:54 +0000)]
update file

15 years agoLocalization update for he, and whitespace fixing in en.
Rotem Liss [Tue, 10 Mar 2009 09:49:15 +0000 (09:49 +0000)]
Localization update for he, and whitespace fixing in en.

15 years agoTweak r48249 -- allow specification of the default format, and require the date to...
Andrew Garrett [Tue, 10 Mar 2009 05:19:05 +0000 (05:19 +0000)]
Tweak r48249 -- allow specification of the default format, and require the date to take up the entire argument.

15 years ago* (bug 17900) Fixed User Groups interface log display after saving groups.
Andrew Garrett [Tue, 10 Mar 2009 03:29:45 +0000 (03:29 +0000)]
* (bug 17900) Fixed User Groups interface log display after saving groups.

15 years agoRELEASE-NOTES, forgot to save/
Andrew Garrett [Tue, 10 Mar 2009 03:07:42 +0000 (03:07 +0000)]
RELEASE-NOTES, forgot to save/

15 years ago* (bug 4582) Provide preference-based autoformatting of unlinked dates with the datef...
Andrew Garrett [Tue, 10 Mar 2009 01:07:47 +0000 (01:07 +0000)]
* (bug 4582) Provide preference-based autoformatting of unlinked dates with the dateformat
  parser function.

15 years agoSurround dynamic dates with a <span>. Bug 17785.
Andrew Garrett [Mon, 9 Mar 2009 23:51:58 +0000 (23:51 +0000)]
Surround dynamic dates with a <span>. Bug 17785.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-09 22:54 UTC)
Siebrand Mazeland [Mon, 9 Mar 2009 23:05:35 +0000 (23:05 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-09 22:54 UTC)

15 years ago* Fix class name in SpecialPage::$mList
Alexandre Emsenhuber [Mon, 9 Mar 2009 21:27:30 +0000 (21:27 +0000)]
* Fix class name in SpecialPage::$mList
* Fix canonical name passed to the parent in SpecialRevisionDelete::__construct()

15 years agoTexvc has its own component in the "MediaWiki extensions" product on bugzilla
Alexandre Emsenhuber [Mon, 9 Mar 2009 21:09:08 +0000 (21:09 +0000)]
Texvc has its own component in the "MediaWiki extensions" product on bugzilla

15 years agofix 16-bit index pointers in MyISAM....
Domas Mituzas [Mon, 9 Mar 2009 20:08:17 +0000 (20:08 +0000)]
fix 16-bit index pointers in MyISAM....

15 years agoAdd Stefano's last name to CREDITS
Aryeh Gregor [Mon, 9 Mar 2009 18:31:40 +0000 (18:31 +0000)]
Add Stefano's last name to CREDITS

By request on bug 17437.

15 years agoUse UnlistedSpecialPage
Aaron Schulz [Mon, 9 Mar 2009 18:24:38 +0000 (18:24 +0000)]
Use UnlistedSpecialPage

15 years agorm whitespace
Aaron Schulz [Mon, 9 Mar 2009 18:12:46 +0000 (18:12 +0000)]
rm whitespace

15 years ago* Refactored revisiondelete to use subclassing
Aaron Schulz [Mon, 9 Mar 2009 18:09:55 +0000 (18:09 +0000)]
* Refactored revisiondelete to use subclassing
* Removed $action usage
* Check edit token

15 years agoDocument makeExternalLink().
Chad Horohoe [Mon, 9 Mar 2009 15:53:08 +0000 (15:53 +0000)]
Document makeExternalLink().

15 years agoT -> t
Chad Horohoe [Mon, 9 Mar 2009 13:58:59 +0000 (13:58 +0000)]
T -> t

15 years agoDon't call debug_backtrace if it's disabled to avoid a lot of E_WARNING
Alexandre Emsenhuber [Mon, 9 Mar 2009 13:57:32 +0000 (13:57 +0000)]
Don't call debug_backtrace if it's disabled to avoid a lot of E_WARNING

15 years ago* Add $linkType param to LinkerMakeExternalLink
Chad Horohoe [Mon, 9 Mar 2009 13:55:45 +0000 (13:55 +0000)]
* Add $linkType param to LinkerMakeExternalLink
* Move docs from r48223 to the right place.

15 years agoRELEASE-NOTES for r48223.
Chad Horohoe [Mon, 9 Mar 2009 13:23:35 +0000 (13:23 +0000)]
RELEASE-NOTES for r48223.

15 years agoAdd $attribs as a param to LinkerMakeExternalLink Hook.
Andrew Garrett [Mon, 9 Mar 2009 13:21:14 +0000 (13:21 +0000)]
Add $attribs as a param to LinkerMakeExternalLink Hook.

15 years ago(bug 17863) Fix regression from r47890 that broke Show changes on the edit form;...
Roan Kattouw [Mon, 9 Mar 2009 11:00:12 +0000 (11:00 +0000)]
(bug 17863) Fix regression from r47890 that broke Show changes on the edit form; do this by skipping over revision loading as well as text loading when custom texts are set using setText()

15 years agoAPI: Change Image: to File: in examples
Roan Kattouw [Mon, 9 Mar 2009 10:44:34 +0000 (10:44 +0000)]
API: Change Image: to File: in examples

15 years agoAPI: (bug 17873) Mention the 'g' prefix for generator parameters in the api.php help
Roan Kattouw [Mon, 9 Mar 2009 10:36:48 +0000 (10:36 +0000)]
API: (bug 17873) Mention the 'g' prefix for generator parameters in the api.php help

15 years agoFix check against wrong permission (should be 'hideuser')
Aaron Schulz [Mon, 9 Mar 2009 10:01:00 +0000 (10:01 +0000)]
Fix check against wrong permission (should be 'hideuser')

15 years agoAdd user_hidden field to complement ipb_deleted and gu_hidden
Aaron Schulz [Mon, 9 Mar 2009 09:57:07 +0000 (09:57 +0000)]
Add user_hidden field to complement ipb_deleted and gu_hidden

15 years agoMade getLastDelete() handle log_deleted
Aaron Schulz [Mon, 9 Mar 2009 09:21:48 +0000 (09:21 +0000)]
Made getLastDelete() handle log_deleted

15 years agoquick fix: add WHERE ar_deleted = 0. Nicer would be to make revision objects from...
Aaron Schulz [Mon, 9 Mar 2009 09:08:40 +0000 (09:08 +0000)]
quick fix: add WHERE ar_deleted = 0. Nicer would be to make revision objects from the rows like queryRevisions does.

15 years agoMade getContributors() check DELETED_USER
Aaron Schulz [Mon, 9 Mar 2009 08:57:02 +0000 (08:57 +0000)]
Made getContributors() check DELETED_USER

15 years agoDon't show deleted user names
Aaron Schulz [Mon, 9 Mar 2009 08:52:04 +0000 (08:52 +0000)]
Don't show deleted user names

15 years agoLocalization update for he.
Rotem Liss [Sun, 8 Mar 2009 20:48:29 +0000 (20:48 +0000)]
Localization update for he.

15 years agoAdd mergehistory-reason, missing from r48159
Aaron Schulz [Sun, 8 Mar 2009 20:13:29 +0000 (20:13 +0000)]
Add mergehistory-reason, missing from r48159

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-08 19:30 UTC)
Raimond Spekking [Sun, 8 Mar 2009 19:51:57 +0000 (19:51 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-08 19:30 UTC)

15 years ago* Use $wgLang->commaList( array ) instead of implode( ', ', array ) where possible
Siebrand Mazeland [Sun, 8 Mar 2009 19:40:09 +0000 (19:40 +0000)]
* Use $wgLang->commaList( array ) instead of implode( ', ', array ) where possible
* remove a piece of commented out code in SpecialSearch.php

15 years ago(bug 17862) Update local name for 'tk'
Siebrand Mazeland [Sun, 8 Mar 2009 17:40:17 +0000 (17:40 +0000)]
(bug 17862) Update local name for 'tk'

15 years ago(bug 17860) Moving a page in the "MediaWiki" namespace using SuppressRedirect no...
Alexandre Emsenhuber [Sun, 8 Mar 2009 17:15:57 +0000 (17:15 +0000)]
(bug 17860) Moving a page in the "MediaWiki" namespace using SuppressRedirect no longer corrupts the message cache

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 8 Mar 2009 15:03:57 +0000 (15:03 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoThe correct right is "suppressrevision", not "hiderevision". The latter is for Oversi...
Alexandre Emsenhuber [Sun, 8 Mar 2009 14:04:18 +0000 (14:04 +0000)]
The correct right is "suppressrevision", not "hiderevision". The latter is for Oversight extension.

15 years ago* Fixed notice
Aaron Schulz [Sun, 8 Mar 2009 07:07:35 +0000 (07:07 +0000)]
* Fixed notice
* Added mergehistory-reason
* Fixed XHTML
* Fixed obviously unaligned table

15 years agoFix fatal
Aaron Schulz [Sun, 8 Mar 2009 06:57:39 +0000 (06:57 +0000)]
Fix fatal

15 years ago(bug 10336) Added new magic word {{REVISIONUSER}}, which displays the user name of...
Nathaniel Herman [Sat, 7 Mar 2009 23:01:59 +0000 (23:01 +0000)]
(bug 10336) Added new magic word {{REVISIONUSER}}, which displays the user name of the last user to edit the page

15 years agoUpdate 'za' language name per http://za.wikipedia.org/wiki/Sawcuengh
Siebrand Mazeland [Sat, 7 Mar 2009 22:40:54 +0000 (22:40 +0000)]
Update 'za' language name per za.wikipedia.org/wiki/Sawcuengh

15 years agoadd a link to Special:UserRights on Special:Contributions for privileged users. thank...
Jack Phoenix [Sat, 7 Mar 2009 18:58:52 +0000 (18:58 +0000)]
add a link to Special:UserRights on Special:Contributions for privileged users. thanks to Skizzerz for patch review & fixing a little bug with my original code

15 years ago(bug 17844) Redirect users to a specific page when they log in. Based on patch by...
Chad Horohoe [Sat, 7 Mar 2009 18:33:23 +0000 (18:33 +0000)]
(bug 17844) Redirect users to a specific page when they log in. Based on patch by Simon Walker

15 years agoPer anomie's report on IRC: $wgMaxArticleSize is in kilobytes, not bytes
Alexandre Emsenhuber [Sat, 7 Mar 2009 17:37:29 +0000 (17:37 +0000)]
Per anomie's report on IRC: $wgMaxArticleSize is in kilobytes, not bytes

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-07 17:28 UTC)
Siebrand Mazeland [Sat, 7 Mar 2009 17:36:55 +0000 (17:36 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-07 17:28 UTC)

15 years agoLocalization update for he, and several fixes in en.
Rotem Liss [Sat, 7 Mar 2009 14:06:59 +0000 (14:06 +0000)]
Localization update for he, and several fixes in en.

15 years agoFollowup to r48122: missed one
Roan Kattouw [Sat, 7 Mar 2009 13:13:27 +0000 (13:13 +0000)]
Followup to r48122: missed one

15 years ago* API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied...
Roan Kattouw [Sat, 7 Mar 2009 12:58:41 +0000 (12:58 +0000)]
* API: (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when the current user is blocked
* Fix this by changing all calls to current() to reset()

15 years agoMissing full stop, or abbreviation indicator.
Purodha B Blissenbach [Sat, 7 Mar 2009 11:19:58 +0000 (11:19 +0000)]
Missing full stop, or abbreviation indicator.

15 years agoRemove more duplication
Aaron Schulz [Sat, 7 Mar 2009 06:19:50 +0000 (06:19 +0000)]
Remove more duplication

15 years ago* Added sp-contributions-logs message (bug 17834)
Aaron Schulz [Sat, 7 Mar 2009 06:14:50 +0000 (06:14 +0000)]
* Added sp-contributions-logs message (bug 17834)
* Added revdelete-suppress-text message to messages.inc

15 years ago* Added revdelete-suppress-text
Aaron Schulz [Sat, 7 Mar 2009 06:04:39 +0000 (06:04 +0000)]
* Added revdelete-suppress-text
* Removed some duplication
* Bolded suppress option