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

15 years agorev_deleted message tweak
Aaron Schulz [Sat, 7 Mar 2009 05:31:50 +0000 (05:31 +0000)]
rev_deleted message tweak

15 years agoFix typo.
Rotem Liss [Fri, 6 Mar 2009 14:48:00 +0000 (14:48 +0000)]
Fix typo.

15 years ago* API: (bug 17774) API pretends action=query doesn't exist for users without read...
Roan Kattouw [Fri, 6 Mar 2009 13:49:44 +0000 (13:49 +0000)]
* API: (bug 17774) API pretends action=query doesn't exist for users without read rights
* Instead of hiding read-restricted modules, throw an error when a user without read rights tries to use them
* Do the same for write modules when $wgEnableWriteAPI is false
* Indicate whether a module needs read or write rights in action=help and action=paraminfo
* BREAKING CHANGE: action=purge now requires write rights and, for anonymous users, a POST request

15 years ago* Modified wfMsg behaviour to do transform after substituting variables
Niklas Laxström [Fri, 6 Mar 2009 12:19:45 +0000 (12:19 +0000)]
* Modified wfMsg behaviour to do transform after substituting variables
* If this works, wfMsg should now work similarly to wfMsgExt with parsemag

15 years ago* Add Language::semicolonList() function
Raimond Spekking [Fri, 6 Mar 2009 10:56:37 +0000 (10:56 +0000)]
* Add Language::semicolonList() function
** Todo: combine all three list functions (comma, semicolon, pipe) into one function with a parameter?
* Use pipe as backlink separator to be consistent with other navigation elements
* Show the colon for case 'afh_actions' only if parameters exist
** Remove the now useless message
* Localize the usages of comma and semicolon

15 years agostyle/profiling tweaks
Aaron Schulz [Fri, 6 Mar 2009 02:25:28 +0000 (02:25 +0000)]
style/profiling tweaks

15 years agofix profiling
Aaron Schulz [Fri, 6 Mar 2009 01:40:56 +0000 (01:40 +0000)]
fix profiling

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 6 Mar 2009 01:24:11 +0000 (01:24 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agofix profiling
Aaron Schulz [Fri, 6 Mar 2009 00:20:44 +0000 (00:20 +0000)]
fix profiling

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-05 23:24 UTC)
Siebrand Mazeland [Thu, 5 Mar 2009 23:35:38 +0000 (23:35 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-05 23:24 UTC)

15 years ago* Allow for cache hits when the current rev is requested
Aaron Schulz [Thu, 5 Mar 2009 23:04:13 +0000 (23:04 +0000)]
* Allow for cache hits when the current rev is requested
* Fixed comments
* Fixed type of getLatest()

15 years agoAdd "daddio" from user metawiki styles gallery with fixes and various tweaks.
Aaron Schulz [Thu, 5 Mar 2009 22:28:59 +0000 (22:28 +0000)]
Add "daddio" from user metawiki styles gallery with fixes and various tweaks.

15 years agoLocalization update for he.
Rotem Liss [Thu, 5 Mar 2009 19:22:37 +0000 (19:22 +0000)]
Localization update for he.

15 years agoNot sure exactly why this parameter was being passed (much less why global $IP was...
Chad Horohoe [Thu, 5 Mar 2009 18:42:52 +0000 (18:42 +0000)]
Not sure exactly why this parameter was being passed (much less why global $IP was said param).

15 years ago(bug 17751) The message for bad titles in WantedPages is now localized
Chad Horohoe [Thu, 5 Mar 2009 15:36:24 +0000 (15:36 +0000)]
(bug 17751) The message for bad titles in WantedPages is now localized

15 years ago(bug 17795) Make meta=siteinfo respect $wgDisableCounters.
Chad Horohoe [Thu, 5 Mar 2009 13:52:14 +0000 (13:52 +0000)]
(bug 17795) Make meta=siteinfo respect $wgDisableCounters.

15 years ago(bug 17799) Special:Random no longer throws a database error when a non-namespace...
Chad Horohoe [Thu, 5 Mar 2009 13:38:17 +0000 (13:38 +0000)]
(bug 17799) Special:Random no longer throws a database error when a non-namespace is given, now silently falls back to NS_MAIN

15 years agoFix for r48026: \n needs ""
Raimond Spekking [Thu, 5 Mar 2009 07:04:26 +0000 (07:04 +0000)]
Fix for r48026: \n needs ""

15 years ago(bug 17792) Hide DELETED_USER items
Aaron Schulz [Thu, 5 Mar 2009 06:00:08 +0000 (06:00 +0000)]
(bug 17792) Hide DELETED_USER items

15 years agoOrder this list so it makes some bit of sense. More or less based on the alphabetic...
Chad Horohoe [Thu, 5 Mar 2009 04:09:35 +0000 (04:09 +0000)]
Order this list so it makes some bit of sense. More or less based on the alphabetic-by-description order you see on Special:SpecialPages. Lumped all of the redirect/unlisted pages at the end.

15 years ago"Lists of pages" We have more than one list here.
Chad Horohoe [Thu, 5 Mar 2009 03:40:02 +0000 (03:40 +0000)]
"Lists of pages" We have more than one list here.

15 years agovarsep split pattern improve for unidirectional conversion. (LanguageConverter.php)
Philip Tzou [Thu, 5 Mar 2009 02:44:58 +0000 (02:44 +0000)]
varsep split pattern improve for unidirectional conversion. (LanguageConverter.php)

15 years agoMore code comments in LanguageConverter.php.
Philip Tzou [Thu, 5 Mar 2009 02:23:24 +0000 (02:23 +0000)]
More code comments in LanguageConverter.php.

15 years agoWhen redlink=1 is specified, and the page exists, redirect to the "view" page.
Andrew Garrett [Thu, 5 Mar 2009 01:57:18 +0000 (01:57 +0000)]
When redlink=1 is specified, and the page exists, redirect to the "view" page.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-04 19:49 UTC)
Raimond Spekking [Wed, 4 Mar 2009 20:15:22 +0000 (20:15 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-04 19:49 UTC)

15 years agoRenamed CoreParserFunctions::namespace() to CoreParserFunctions::mwnamespace() to...
Alexandre Emsenhuber [Wed, 4 Mar 2009 18:59:28 +0000 (18:59 +0000)]
Renamed CoreParserFunctions::namespace() to CoreParserFunctions::mwnamespace() to not break PHP 5.3, was throwing an E_PARSE: "Unexpected T_NAMESPACE"

15 years agoAdd a linebreak so that more complex customized messages like http://de.wikipedia...
Raimond Spekking [Wed, 4 Mar 2009 17:12:27 +0000 (17:12 +0000)]
Add a linebreak so that more complex customized messages like de.wikipedia.org/w/index.php?title=MediaWiki:Deletedwhileediting&oldid=53909919 works again

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Wed, 4 Mar 2009 12:36:25 +0000 (12:36 +0000)]
Update the Chinese conversion tables.

15 years agoAllowed ";" exists in manual conversion rules.
Philip Tzou [Wed, 4 Mar 2009 11:53:45 +0000 (11:53 +0000)]
Allowed ";" exists in manual conversion rules.

15 years agoa handy development utility!
Domas Mituzas [Wed, 4 Mar 2009 09:37:31 +0000 (09:37 +0000)]
a handy development utility!

15 years agotypo.
Philip Tzou [Wed, 4 Mar 2009 06:59:23 +0000 (06:59 +0000)]
typo.

15 years agoNew function to convert content text to specified language (only applies on wiki...
Philip Tzou [Wed, 4 Mar 2009 06:56:37 +0000 (06:56 +0000)]
New function to convert content text to specified language (only applies on wiki with
  LanguageConverter class)

15 years agoRevert change in 'suppressionlogtext' from r48001. Let's not hard code policy.
Siebrand Mazeland [Wed, 4 Mar 2009 06:50:11 +0000 (06:50 +0000)]
Revert change in 'suppressionlogtext' from r48001. Let's not hard code policy.

15 years agoExpand a bit
Andrew Garrett [Wed, 4 Mar 2009 01:44:02 +0000 (01:44 +0000)]
Expand a bit

15 years agoDocument r7855
Andrew Garrett [Wed, 4 Mar 2009 01:28:05 +0000 (01:28 +0000)]
Document r7855

15 years ago* Only show private logs on specific request
Aaron Schulz [Tue, 3 Mar 2009 23:47:16 +0000 (23:47 +0000)]
* Only show private logs on specific request
* Tweak suppress log header to be more like oversight

15 years agoAdd mw-redirect class to subpage links as needed
Aaron Schulz [Tue, 3 Mar 2009 22:56:17 +0000 (22:56 +0000)]
Add mw-redirect class to subpage links as needed

15 years ago(bug 12970) Add global to force client rendering of thumbs. Helpful for victims of...
Chad Horohoe [Tue, 3 Mar 2009 21:21:16 +0000 (21:21 +0000)]
(bug 12970) Add global to force client rendering of thumbs. Helpful for victims of safe_mode which can break thumbnailing Very Badly.

15 years agoRedundancy/perm cleanups to insertRollback()
Aaron Schulz [Tue, 3 Mar 2009 20:12:37 +0000 (20:12 +0000)]
Redundancy/perm cleanups to insertRollback()

15 years ago(bug 16434) Fixed Special:PrefixIndex paging with no prefix
Aaron Schulz [Tue, 3 Mar 2009 19:58:05 +0000 (19:58 +0000)]
(bug 16434) Fixed Special:PrefixIndex paging with no prefix

15 years ago* (bug 17737) Fixed russian URLs for Special:BookSources
Alexandre Emsenhuber [Tue, 3 Mar 2009 17:21:13 +0000 (17:21 +0000)]
* (bug 17737) Fixed russian URLs for Special:BookSources

Will backport to 1.14.