lhc/web/wiklou.git
14 years agoFollowup r58634, also remove RELEASE-NOTES entry
Chad Horohoe [Fri, 6 Nov 2009 15:43:47 +0000 (15:43 +0000)]
Followup r58634, also remove RELEASE-NOTES entry

14 years agoAdd new global $wgUseInstantCommons for quick && easy enabling of Commons for 3rd...
Chad Horohoe [Fri, 6 Nov 2009 15:38:47 +0000 (15:38 +0000)]
Add new global $wgUseInstantCommons for quick && easy enabling of Commons for 3rd party sites using sane defaults

14 years agono pass-by-ref needed for CacheHeadersAfterSet
Ariel Glenn [Fri, 6 Nov 2009 15:15:40 +0000 (15:15 +0000)]
no pass-by-ref needed for CacheHeadersAfterSet

14 years agoAPI: (bug 20967) action=edit allows creation of invalid titles that look like interwi...
Roan Kattouw [Fri, 6 Nov 2009 14:44:04 +0000 (14:44 +0000)]
API: (bug 20967) action=edit allows creation of invalid titles that look like interwiki titles. Patch by Sam Reed

14 years agoAPI: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam...
Roan Kattouw [Fri, 6 Nov 2009 14:38:55 +0000 (14:38 +0000)]
API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed.

14 years agoWrong dir ... deleting .. om nom nom
Tomasz Finc [Fri, 6 Nov 2009 14:19:54 +0000 (14:19 +0000)]
Wrong dir ... deleting .. om nom nom

14 years agoAdding working proof of concept for quick geo ip redirection
Tomasz Finc [Fri, 6 Nov 2009 14:13:31 +0000 (14:13 +0000)]
Adding working proof of concept for quick geo ip redirection

14 years ago* fix tag height for text tabs
Michael Dale [Fri, 6 Nov 2009 13:11:56 +0000 (13:11 +0000)]
* fix tag height for text tabs

14 years agoAdd hook CacheHeadersAfterSet to permit override of cache headers later
Ariel Glenn [Fri, 6 Nov 2009 10:53:51 +0000 (10:53 +0000)]
Add hook CacheHeadersAfterSet to permit override of cache headers later

14 years agoRemove upload from wgRestrictionTypes, it is added as a special case in getProtection...
Andrew Garrett [Fri, 6 Nov 2009 10:31:09 +0000 (10:31 +0000)]
Remove upload from wgRestrictionTypes, it is added as a special case in getProtectionTypes

14 years agoEnabling changes for r56828: some refactoring and code cleanup of the protection...
Andrew Garrett [Fri, 6 Nov 2009 10:27:44 +0000 (10:27 +0000)]
Enabling changes for r56828: some refactoring and code cleanup of the protection interface, including a new hook, generalisation to more restriction types than edit/move, and some other related changes.

14 years agoAbstracted some parts of database interaction for parser tests, needs verification...
Max Semenik [Fri, 6 Nov 2009 10:17:44 +0000 (10:17 +0000)]
Abstracted some parts of database interaction for parser tests, needs verification on Postgres. SQLite still doesn't work, though fails much later

14 years ago* more volume skin fixes
Michael Dale [Fri, 6 Nov 2009 09:58:03 +0000 (09:58 +0000)]
* more volume skin fixes

14 years ago* switched skin over to class attribute (ie class="kskin")
Michael Dale [Fri, 6 Nov 2009 09:50:57 +0000 (09:50 +0000)]
* switched skin over to class attribute (ie class="kskin")

14 years ago* some fixes to the style sheet for volume display
Michael Dale [Fri, 6 Nov 2009 09:11:29 +0000 (09:11 +0000)]
* some fixes to the style sheet for volume display

14 years agoauthz test
Tim Starling [Thu, 5 Nov 2009 23:34:12 +0000 (23:34 +0000)]
authz test

14 years ago* removed some debug statements
Michael Dale [Thu, 5 Nov 2009 23:18:12 +0000 (23:18 +0000)]
* removed some debug statements
* added more testLang examples

14 years agotesting authz
Tim Starling [Thu, 5 Nov 2009 23:00:27 +0000 (23:00 +0000)]
testing authz

14 years ago* removed display of preview video for iframe uploads
Michael Dale [Thu, 5 Nov 2009 22:22:56 +0000 (22:22 +0000)]
* removed display of preview video for iframe uploads
* fixed token check for iframe uploads

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Thu, 5 Nov 2009 20:13:49 +0000 (20:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-05 20:00 UTC)
Updates for UsabilityInitiave skipped. Needs changes in translatewiki first.

14 years agoadded encoding handlin on delete() and selectRow(), switched manual delete in replace...
Jure Kajzer [Thu, 5 Nov 2009 20:04:47 +0000 (20:04 +0000)]
added encoding handlin on delete() and selectRow(), switched manual delete in replace() with a function call

14 years agoremoved x-codeBlob functions and modified blob handling acordingly
Jure Kajzer [Thu, 5 Nov 2009 18:49:12 +0000 (18:49 +0000)]
removed x-codeBlob functions and modified blob handling acordingly

14 years agoimplicitOrderby() seems to be true for SQLite, removing the override
Max Semenik [Thu, 5 Nov 2009 18:41:45 +0000 (18:41 +0000)]
implicitOrderby() seems to be true for SQLite, removing the override

14 years agosvn:eol-style native
Alexandre Emsenhuber [Thu, 5 Nov 2009 17:55:01 +0000 (17:55 +0000)]
svn:eol-style native

14 years agoHolding off r58575 for now
Aaron Schulz [Thu, 5 Nov 2009 16:30:56 +0000 (16:30 +0000)]
Holding off r58575 for now

14 years agoLocalization update.
Rotem Liss [Thu, 5 Nov 2009 13:25:36 +0000 (13:25 +0000)]
Localization update.

14 years agoSmall clarification of 'mediawarning': "file" -> "file type" and splitting into two...
Siebrand Mazeland [Thu, 5 Nov 2009 12:55:13 +0000 (12:55 +0000)]
Small clarification of 'mediawarning': "file" -> "file type" and splitting into two sentences.

14 years agoMake newFromID() inherit correctly (ImagePage/CategoryPage...) by using Late Static...
Aaron Schulz [Thu, 5 Nov 2009 08:55:18 +0000 (08:55 +0000)]
Make newFromID() inherit correctly (ImagePage/CategoryPage...) by using Late Static Binding

14 years agoadding a styling rule to ensure vector menu h5s aren't f#ed with by the german protot...
Adam Miller [Thu, 5 Nov 2009 00:50:40 +0000 (00:50 +0000)]
adding a styling rule to ensure vector menu h5s aren't f#ed with by the german prototype wiki.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 5 Nov 2009 00:09:01 +0000 (00:09 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoFixed replace function behaviour when required ID not specified
Jure Kajzer [Wed, 4 Nov 2009 19:27:22 +0000 (19:27 +0000)]
Fixed replace function behaviour when required ID not specified

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Wed, 4 Nov 2009 19:24:19 +0000 (19:24 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-04 19:00 UTC)

14 years agoFixed some Oracle-specific installer and Strict Standards issues
Jure Kajzer [Wed, 4 Nov 2009 19:09:11 +0000 (19:09 +0000)]
Fixed some Oracle-specific installer and Strict Standards issues

14 years agoFix for r58269: move RELEASE-NOTES entry to correct section as this is not API related ;)
Alexandre Emsenhuber [Wed, 4 Nov 2009 17:22:31 +0000 (17:22 +0000)]
Fix for r58269: move RELEASE-NOTES entry to correct section as this is not API related ;)

14 years ago* (bug 21083) API: list=allusers no longer returns current timestamp for users withou...
Alexandre Emsenhuber [Wed, 4 Nov 2009 17:18:05 +0000 (17:18 +0000)]
* (bug 21083) API: list=allusers no longer returns current timestamp for users without registration date

14 years agoFollow-up r55613: Fix typo. I guess that 'baddaccess-groups' was a typo because such...
Raimond Spekking [Wed, 4 Nov 2009 16:07:42 +0000 (16:07 +0000)]
Follow-up r55613: Fix typo. I guess that 'baddaccess-groups' was a typo because such a message does not exists.
But 'badaccess-groups' has two parameters: $1 a list of groups and $2 the count of them. These parameters are missing.

14 years ago(bug 18609) Search index was empty for some pages
Max Semenik [Wed, 4 Nov 2009 15:18:30 +0000 (15:18 +0000)]
(bug 18609) Search index was empty for some pages

14 years ago* (bug 6579) Fixed protecting images from uploading only
Bryan Tong Minh [Wed, 4 Nov 2009 12:55:00 +0000 (12:55 +0000)]
* (bug 6579) Fixed protecting images from uploading only
* Added upload by default to $wgRestrictionTypes

Also requires MessagesEn.php accidently committed in r58536

14 years ago* Disable autofill for reuploads
Bryan Tong Minh [Wed, 4 Nov 2009 12:53:09 +0000 (12:53 +0000)]
* Disable autofill for reuploads
* Fix UploadFromStash::initialize parameters

14 years agoFix Special:ProtectedTitles' canonical name (Protectedtitles) to avoid notice when...
Alexandre Emsenhuber [Wed, 4 Nov 2009 12:04:34 +0000 (12:04 +0000)]
Fix Special:ProtectedTitles' canonical name (Protectedtitles) to avoid notice when $wgDevelopmentWarnings is enabled

14 years ago* sequencer updates / other small fixes
Michael Dale [Wed, 4 Nov 2009 11:24:48 +0000 (11:24 +0000)]
* sequencer updates / other small fixes

14 years ago* set $wgScriptModifiedMsgCheck to off by default
Michael Dale [Wed, 4 Nov 2009 06:52:28 +0000 (06:52 +0000)]
* set $wgScriptModifiedMsgCheck to off by default

14 years ago* winks at Michael Dale and mumbles something about Title Case *
Siebrand Mazeland [Wed, 4 Nov 2009 02:29:34 +0000 (02:29 +0000)]
* winks at Michael Dale and mumbles something about Title Case *

14 years agophp mergeJavascriptMsg.php -j
Siebrand Mazeland [Wed, 4 Nov 2009 02:03:33 +0000 (02:03 +0000)]
php mergeJavascriptMsg.php -j

14 years agoopps followup to 58512
Michael Dale [Wed, 4 Nov 2009 02:03:02 +0000 (02:03 +0000)]
opps followup to 58512

14 years ago( bug 21374 ) fixed default search repository
Michael Dale [Wed, 4 Nov 2009 01:58:31 +0000 (01:58 +0000)]
( bug 21374 ) fixed default search repository

14 years ago* ( bug 21373 ) improved mwEmbed localization support
Michael Dale [Wed, 4 Nov 2009 01:44:28 +0000 (01:44 +0000)]
* ( bug 21373 ) improved mwEmbed localization support
** switched to uselang param to specificity language
** fixed outputpage and mv_embed url language param handling accordingly

* added msg version check to script-loader (checks the latest version of any msg text and updates the unique request key)
* added associated configuration flag: $wgScriptModifiedMsgCheck

* general msg updates and centralization of mwe-cancel and mwe-ok

14 years agoMaking all headings normal weight for babaco experimental color scheme a
Adam Miller [Tue, 3 Nov 2009 23:37:48 +0000 (23:37 +0000)]
Making all headings normal weight for babaco experimental color scheme a

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Tue, 3 Nov 2009 19:50:11 +0000 (19:50 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-03 19:00 UTC)

14 years agowhitespaces change only: consistent spacing in $wgUpdates' definition
Alexandre Emsenhuber [Tue, 3 Nov 2009 19:19:19 +0000 (19:19 +0000)]
whitespaces change only: consistent spacing in $wgUpdates' definition

14 years ago* $fname -> __METHOD__
Alexandre Emsenhuber [Tue, 3 Nov 2009 17:49:49 +0000 (17:49 +0000)]
* $fname -> __METHOD__
* spaces -> tabs for indentation

14 years agoDatabaseOracle removed makeList overload and added delete overload for CLOB handling...
Jure Kajzer [Tue, 3 Nov 2009 14:32:34 +0000 (14:32 +0000)]
DatabaseOracle removed makeList overload and added delete overload for CLOB handling in delete parameters.

14 years agoAnother fatal in r58419
Roan Kattouw [Tue, 3 Nov 2009 14:00:20 +0000 (14:00 +0000)]
Another fatal in r58419

14 years agoLocalization update.
Rotem Liss [Tue, 3 Nov 2009 12:25:07 +0000 (12:25 +0000)]
Localization update.

14 years ago* added more broad java detection ( look for both navigator.javaEnabled(); & 'applica...
Michael Dale [Tue, 3 Nov 2009 06:57:47 +0000 (06:57 +0000)]
* added more broad java detection ( look for both navigator.javaEnabled(); & 'application/x-java-applet'  mime )

14 years agoFix parse error from r58419
Siebrand Mazeland [Tue, 3 Nov 2009 06:56:29 +0000 (06:56 +0000)]
Fix parse error from r58419

14 years agomore language updates
Michael Dale [Tue, 3 Nov 2009 06:26:20 +0000 (06:26 +0000)]
more language updates

14 years agominor changes to experimental vector stylesheets
Adam Miller [Tue, 3 Nov 2009 00:35:05 +0000 (00:35 +0000)]
minor changes to experimental vector stylesheets

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Mon, 2 Nov 2009 20:10:37 +0000 (20:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-02 19:00 UTC)

14 years agoi18n tweak: Use 'colon-separator' instead of hardcoded colon
Raimond Spekking [Mon, 2 Nov 2009 19:06:16 +0000 (19:06 +0000)]
i18n tweak: Use 'colon-separator' instead of hardcoded colon

14 years agoPartly revert r57148. The search&replace was a bit too wide. It catches a message...
Raimond Spekking [Mon, 2 Nov 2009 17:12:37 +0000 (17:12 +0000)]
Partly revert r57148. The search&replace was a bit too wide. It catches a message key too. Instead of right keys only.
Needs syncing with WMF because it shows <deletedhistory> on the live site.

14 years agoRedo r58410, r58411 (attempts to to fix r58399) properly: isset vs. !is_null wasn...
Roan Kattouw [Mon, 2 Nov 2009 08:29:26 +0000 (08:29 +0000)]
Redo r58410, r58411 (attempts to to fix r58399) properly: isset vs. !is_null wasn't the problem, it's that the 'tag' parameter wasn't in the parameter list.

14 years agoFix for r58410: isset already checks for null, no need to do a double check :)
Alexandre Emsenhuber [Sun, 1 Nov 2009 21:54:25 +0000 (21:54 +0000)]
Fix for r58410: isset already checks for null, no need to do a double check :)

14 years agoShould fix Undefined index: tag in includes/api/ApiQueryRevisions.php on line 152...
Siebrand Mazeland [Sun, 1 Nov 2009 21:49:24 +0000 (21:49 +0000)]
Should fix Undefined index:  tag in includes/api/ApiQueryRevisions.php on line 152 from r58399.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sun, 1 Nov 2009 20:55:08 +0000 (20:55 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-03 20:00 UTC)

14 years agoMake it possible to link to Special:Ipblocklist/<ip> instead of just Special:Ipblockl...
Tobias [Sun, 1 Nov 2009 20:01:34 +0000 (20:01 +0000)]
Make it possible to link to Special:Ipblocklist/<ip> instead of just Special:Ipblocklist?ip=<ip>

14 years agoRevert accidentally committed stuff in r58399
Roan Kattouw [Sun, 1 Nov 2009 19:48:18 +0000 (19:48 +0000)]
Revert accidentally committed stuff in r58399

14 years agoFix another regression from r57558, bug 21369 - Lowercase logins causes MediaWiki...
Chad Horohoe [Sun, 1 Nov 2009 13:58:37 +0000 (13:58 +0000)]
Fix another regression from r57558, bug 21369 - Lowercase logins causes MediaWiki to crash

14 years agoAPI: (bug 19004) Add support for tags. Patch by Matthew Britton
Roan Kattouw [Sun, 1 Nov 2009 10:42:41 +0000 (10:42 +0000)]
API: (bug 19004) Add support for tags. Patch by Matthew Britton

14 years agoUpdate the Chinese conversion tables. Modify Makefile.py for Unicode 5.2.
Philip Tzou [Sun, 1 Nov 2009 09:31:37 +0000 (09:31 +0000)]
Update the Chinese conversion tables. Modify Makefile.py for Unicode 5.2.

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sun, 1 Nov 2009 00:13:15 +0000 (00:13 +0000)]
Localisation updates for core messages from translatewiki.net

14 years agoplural tweak for bug 21352
Aaron Schulz [Sat, 31 Oct 2009 20:51:10 +0000 (20:51 +0000)]
plural tweak for bug 21352

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sat, 31 Oct 2009 20:38:51 +0000 (20:38 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-31 20:00 UTC)

14 years agoFix for r51559: removed double urlencode()'ing
Alexandre Emsenhuber [Sat, 31 Oct 2009 19:42:11 +0000 (19:42 +0000)]
Fix for r51559: removed double urlencode()'ing

14 years ago* some js2 language updates
Michael Dale [Sat, 31 Oct 2009 19:14:55 +0000 (19:14 +0000)]
* some js2 language updates

14 years ago* (bug 20478) Add a note to Special:Block when the IP is already globally blocked
Raimond Spekking [Sat, 31 Oct 2009 09:35:29 +0000 (09:35 +0000)]
* (bug 20478) Add a note to Special:Block when the IP is already globally blocked
Works for blocks by TorBlock too
ToDo: bug 20188 for blocked usernames by CentralAuth

14 years agoEither we write 'bytes' in both cases, or in neither
Max Semenik [Sat, 31 Oct 2009 08:44:08 +0000 (08:44 +0000)]
Either we write 'bytes' in both cases, or in neither

14 years ago(bug 3340) Allow configuring of /16 limit on range blocks
Chad Horohoe [Fri, 30 Oct 2009 21:41:34 +0000 (21:41 +0000)]
(bug 3340) Allow configuring of /16 limit on range blocks

14 years agoMatch lowercase titles in SearchSqlite
Max Semenik [Fri, 30 Oct 2009 20:54:17 +0000 (20:54 +0000)]
Match lowercase titles in SearchSqlite

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Fri, 30 Oct 2009 19:54:12 +0000 (19:54 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-30 19:30 UTC)

14 years agoLocalization update.
Rotem Liss [Fri, 30 Oct 2009 17:09:33 +0000 (17:09 +0000)]
Localization update.

14 years agoFix groupby issue in SpecialActiveusers
Greg Sabino Mullane [Fri, 30 Oct 2009 16:19:39 +0000 (16:19 +0000)]
Fix groupby issue in SpecialActiveusers

14 years agoUsing plain strtolower() here broke non-English search for all databases except MySQL!
Max Semenik [Fri, 30 Oct 2009 15:25:37 +0000 (15:25 +0000)]
Using plain strtolower() here broke non-English search for all databases except MySQL!

14 years agoRemove section edit links in edit conflict form pointing nowhere useful and only...
Roan Kattouw [Fri, 30 Oct 2009 14:30:51 +0000 (14:30 +0000)]
Remove section edit links in edit conflict form pointing nowhere useful and only confusing people. Apparently this is a regression from r8855 (!) that went unnoticed for nearly 4.5 years. Hereby nominated for the Most Hilarious Bugs of All Time contest

14 years agoFollow-up to r58322: removed debugging code
Max Semenik [Fri, 30 Oct 2009 13:31:21 +0000 (13:31 +0000)]
Follow-up to r58322: removed debugging code

14 years agoRemove 2 unused messages: 'noexactmatch' and 'noexactmatch-nocreate'
Raimond Spekking [Fri, 30 Oct 2009 10:48:51 +0000 (10:48 +0000)]
Remove 2 unused messages: 'noexactmatch' and 'noexactmatch-nocreate'
Rebuild all language files.

14 years agooverloaded makeList in DatabaseOracle to handle CLOBs in WHERE clauses
Jure Kajzer [Fri, 30 Oct 2009 09:44:37 +0000 (09:44 +0000)]
overloaded makeList in DatabaseOracle to handle CLOBs in WHERE clauses

14 years agoA few cleanups for r58351
Aaron Schulz [Fri, 30 Oct 2009 02:23:58 +0000 (02:23 +0000)]
A few cleanups for r58351

14 years ago* bug 21267 change "show/hide" to "show", if user cannot submit Special:Revisiondelete
Aaron Schulz [Fri, 30 Oct 2009 02:14:22 +0000 (02:14 +0000)]
* bug 21267 change "show/hide" to "show", if user cannot submit Special:Revisiondelete
* Added revDeleteLinkDisabled() function

14 years agoAdd new define for localisation cache support
Chad Horohoe [Fri, 30 Oct 2009 01:51:21 +0000 (01:51 +0000)]
Add new define for localisation cache support

14 years agoFollowup to r58263, update newcolumns, fix newsequences check, minor formatting updat...
OverlordQ [Fri, 30 Oct 2009 00:14:13 +0000 (00:14 +0000)]
Followup to r58263, update newcolumns, fix newsequences check, minor formatting update to PG section

14 years agoDo a weak boolean comparison against $asyncdownload in order to accept null as false...
Bryan Tong Minh [Thu, 29 Oct 2009 20:17:23 +0000 (20:17 +0000)]
Do a weak boolean comparison against $asyncdownload in order to accept null as false (fixes API upload by URL).

14 years agoNamespace:: --> MWNamespace::, requested by ^demon on IRC
Max Semenik [Thu, 29 Oct 2009 19:35:55 +0000 (19:35 +0000)]
Namespace:: --> MWNamespace::, requested by ^demon on IRC

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Thu, 29 Oct 2009 19:14:20 +0000 (19:14 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-10-29 18:30 UTC)

14 years agoLocalization update.
Rotem Liss [Thu, 29 Oct 2009 18:03:22 +0000 (18:03 +0000)]
Localization update.

14 years agopatching up a small problem with the experimental tabs stylesheet
Adam Miller [Thu, 29 Oct 2009 17:58:05 +0000 (17:58 +0000)]
patching up a small problem with the experimental tabs stylesheet

14 years agoRelease notes for r58322
Max Semenik [Thu, 29 Oct 2009 17:52:34 +0000 (17:52 +0000)]
Release notes for r58322

14 years agoFollow-up r58192: Improved version. Split info for local and other blocks. See CodeRe...
Raimond Spekking [Thu, 29 Oct 2009 16:37:07 +0000 (16:37 +0000)]
Follow-up r58192: Improved version. Split info for local and other blocks. See CodeReview for a screenshot.

14 years agoMerge SQLite search from branches/sqlite/ to trunk
Max Semenik [Thu, 29 Oct 2009 16:19:35 +0000 (16:19 +0000)]
Merge SQLite search from branches/sqlite/ to trunk

14 years agoSwitch to default skin if user session found without persistent creds. Bug 19048
Jure Kajzer [Thu, 29 Oct 2009 14:19:05 +0000 (14:19 +0000)]
Switch to default skin if user session found without persistent creds. Bug 19048