lhc/web/wiklou.git
14 years ago* (bug 22738) Allow filtering by action type on query=logevent
Sam Reed [Fri, 5 Mar 2010 23:21:38 +0000 (23:21 +0000)]
* (bug 22738) Allow filtering by action type on query=logevent

Needs patrol fixing (but not an api problem)

14 years ago(bug 10183) allow users to add custom css/js for all skins via /common.css & /common...
Ilmari Karonen [Fri, 5 Mar 2010 22:42:53 +0000 (22:42 +0000)]
(bug 10183) allow users to add custom css/js for all skins via /common.css & /common.js user subpages

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 5 Mar 2010 22:35:36 +0000 (22:35 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-05 22:00 UTC)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 5 Mar 2010 21:39:21 +0000 (21:39 +0000)]
Fixed some doxygen warnings

14 years agoFollow-up r63292: this one is no longer needed
Alexandre Emsenhuber [Fri, 5 Mar 2010 21:31:35 +0000 (21:31 +0000)]
Follow-up r63292: this one is no longer needed

14 years agotests are showing mResultSet is sometimes false when it free() is run, so adding...
Mark A. Hershberger [Fri, 5 Mar 2010 20:40:43 +0000 (20:40 +0000)]
tests are showing mResultSet is sometimes false when it free() is run, so adding defensive ifs

14 years agorandom annoying whitespace changes before functional changes
Mark A. Hershberger [Fri, 5 Mar 2010 20:39:00 +0000 (20:39 +0000)]
random annoying whitespace changes before functional changes

14 years agoRevert r63197 '(bug 12797) Allow adjusting of default gallery display options' Breaks...
Chad Horohoe [Fri, 5 Mar 2010 00:27:20 +0000 (00:27 +0000)]
Revert r63197 '(bug 12797) Allow adjusting of default gallery display options' Breaks gallery parser test, also I don't really like introducing 5 new globals for this...maybe 1 array with keys?

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Thu, 4 Mar 2010 22:23:21 +0000 (22:23 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 4 Mar 2010 19:50:03 +0000 (19:50 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-04 19:30 UTC)

14 years ago* (bug 22353) Categorised recent changes now works again
Alexandre Emsenhuber [Thu, 4 Mar 2010 15:42:17 +0000 (15:42 +0000)]
* (bug 22353) Categorised recent changes now works again

14 years agoAlso "consume" categories and categories_any parameters so that it works correctly...
Alexandre Emsenhuber [Thu, 4 Mar 2010 13:19:06 +0000 (13:19 +0000)]
Also "consume" categories and categories_any parameters so that it works correctly with $wgAllowCategorizedRecentChanges enabled

14 years agoDitched DatabaseFunctions.php. All extensions using it are old and incompatible with...
Max Semenik [Thu, 4 Mar 2010 08:01:46 +0000 (08:01 +0000)]
Ditched DatabaseFunctions.php. All extensions using it are old and incompatible with current MediaWiki anyway.

14 years agofollowup to r63221: skip update and emit warning if revision text cannot be found
Ilmari Karonen [Thu, 4 Mar 2010 00:27:44 +0000 (00:27 +0000)]
followup to r63221: skip update and emit warning if revision text cannot be found

14 years agoRemove unused VectorTemplateToolboxEnd hook.
Platonides [Wed, 3 Mar 2010 22:15:40 +0000 (22:15 +0000)]
Remove unused VectorTemplateToolboxEnd hook.
Per-skin hooks are evil. Extensions should use SkinTemplateToolboxEnd.

14 years ago(Bug 22709) IIS 7 mishandles redirects generated by OutputPage::output() when
Platonides [Wed, 3 Mar 2010 22:01:09 +0000 (22:01 +0000)]
(Bug 22709) IIS 7 mishandles redirects generated by OutputPage::output() when
the URL contains a colon.
Avoid tinifying colons for IIS 7.

It's a pity how it pollutes a clean function like wfUrlencode.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 3 Mar 2010 21:28:03 +0000 (21:28 +0000)]
Fixed some doxygen warnings

14 years agocall populateRevisionLength.php from updaters.inc; make updaters.inc use populate...
Ilmari Karonen [Wed, 3 Mar 2010 21:15:05 +0000 (21:15 +0000)]
call populateRevisionLength.php from updaters.inc; make updaters.inc use populate*.php instead of the old populate*.inc scripts for other population tasks; remove the now obsolete populate*.inc files; misc. fixes

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 3 Mar 2010 20:41:47 +0000 (20:41 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-03 20:00 UTC)

14 years ago(bug 18881) add maintenance script to populate rev_len field for old revisions
Ilmari Karonen [Wed, 3 Mar 2010 20:23:42 +0000 (20:23 +0000)]
(bug 18881) add maintenance script to populate rev_len field for old revisions

14 years agoColor scheme change
Adam Miller [Wed, 3 Mar 2010 19:27:40 +0000 (19:27 +0000)]
Color scheme change

14 years agoFollow-up r63213. Move it to wfEscapeShellArg, which is the proper place.
Platonides [Wed, 3 Mar 2010 18:22:26 +0000 (18:22 +0000)]
Follow-up r63213. Move it to wfEscapeShellArg, which is the proper place.

14 years agoEscape the caret under Windows, since that's a special character for cmd shell.
Platonides [Wed, 3 Mar 2010 18:18:15 +0000 (18:18 +0000)]
Escape the caret under Windows, since that's a special character for cmd shell.
Bug 13518 -  <math> does not work (wrong shell escaping under Windows)

14 years ago(bug 12797) Allow adjusting of default gallery display options
Raimond Spekking [Wed, 3 Mar 2010 13:07:23 +0000 (13:07 +0000)]
(bug 12797) Allow adjusting of default gallery display options

14 years agoMerge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035)
Conrad Irwin [Wed, 3 Mar 2010 02:41:14 +0000 (02:41 +0000)]
Merge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035)

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 2 Mar 2010 20:16:33 +0000 (20:16 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-02 20:00 UTC)

14 years agooracle: missing table prefix
Jure Kajzer [Tue, 2 Mar 2010 16:58:21 +0000 (16:58 +0000)]
oracle: missing table prefix

14 years agotables.sql for oracle missing prefix
Jure Kajzer [Tue, 2 Mar 2010 16:26:38 +0000 (16:26 +0000)]
tables.sql for oracle missing prefix

14 years agoAdd 'vector' as new skin example, remove the ancient skins as example
Raimond Spekking [Tue, 2 Mar 2010 14:11:59 +0000 (14:11 +0000)]
Add 'vector' as new skin example, remove the ancient skins as example
Backport to 1.16 follows

14 years ago* Split up logLine() with helper functions
Aaron Schulz [Mon, 1 Mar 2010 22:47:12 +0000 (22:47 +0000)]
* Split up logLine() with helper functions
* Added NO_EXTRA_USER_LINKS param to hide talk|contribs links
* Fixed bizarre $time comparison (compared display time and a UNIX const time)
* Added 'flags' param to showLogExtract() params

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 1 Mar 2010 21:36:57 +0000 (21:36 +0000)]
Fixed some doxygen warnings

14 years agoPer Simetrical's comment on r63048: use "$user instanceof User" so that it won't...
Alexandre Emsenhuber [Mon, 1 Mar 2010 21:07:04 +0000 (21:07 +0000)]
Per Simetrical's comment on r63048: use "$user instanceof User" so that it won't break whatever User::newFromName() returns on failure

14 years ago* (bug 22664) Special:Userrights now accepts '0' as a valid user name
Alexandre Emsenhuber [Mon, 1 Mar 2010 21:01:26 +0000 (21:01 +0000)]
* (bug 22664) Special:Userrights now accepts '0' as a valid user name

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 1 Mar 2010 19:42:34 +0000 (19:42 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-01 19:00 UTC)

14 years agoLocalization update for he.
Rotem Liss [Mon, 1 Mar 2010 18:39:09 +0000 (18:39 +0000)]
Localization update for he.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 1 Mar 2010 02:17:30 +0000 (02:17 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 28 Feb 2010 19:45:50 +0000 (19:45 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-28 19:00 UTC)

14 years agoSpell variables correctly
Aryeh Gregor [Sun, 28 Feb 2010 19:34:23 +0000 (19:34 +0000)]
Spell variables correctly

14 years agoper http://lt.php.net/ArrayAccess, offsetSet and offsetUnset ar both void and shouldn...
Domas Mituzas [Sun, 28 Feb 2010 17:38:26 +0000 (17:38 +0000)]
per lt.php.net/ArrayAccess, offsetSet and offsetUnset ar both void and shouldn't be returning data

14 years agoUpdate magic words from translatewiki.net
Siebrand Mazeland [Sun, 28 Feb 2010 16:56:36 +0000 (16:56 +0000)]
Update magic words from translatewiki.net

14 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Sun, 28 Feb 2010 15:43:51 +0000 (15:43 +0000)]
* Fixed some doxygen warnings
* Documented a bit

14 years agoRemove $wgVariant from HISTORY, Tim removed it in r55746. Will backport to 1.16 RELEA...
Chad Horohoe [Sun, 28 Feb 2010 12:32:33 +0000 (12:32 +0000)]
Remove $wgVariant from HISTORY, Tim removed it in r55746. Will backport to 1.16 RELEASE-NOTES

14 years agoDeprecate revText(), redundant
Aaron Schulz [Sat, 27 Feb 2010 22:56:48 +0000 (22:56 +0000)]
Deprecate revText(), redundant

14 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Sat, 27 Feb 2010 21:09:15 +0000 (21:09 +0000)]
* Fixed some doxygen warnings
* Documented a bit

14 years ago* (bug 22606) The body of e-mail address confirmation message is now different when...
Alexandre Emsenhuber [Sat, 27 Feb 2010 20:22:56 +0000 (20:22 +0000)]
* (bug 22606) The body of e-mail address confirmation message is now different when the address changed

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 27 Feb 2010 19:16:22 +0000 (19:16 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-27 19:00 UTC)

14 years ago* (bugs 22665 and 22667) User '0' can now be unblocked and have its block settings...
Alexandre Emsenhuber [Sat, 27 Feb 2010 16:15:41 +0000 (16:15 +0000)]
* (bugs 22665 and 22667) User '0' can now be unblocked and have its block settings changed

14 years ago* (bug 22666) Submitting user block form with an invalid user name no longer throws...
Alexandre Emsenhuber [Sat, 27 Feb 2010 15:24:49 +0000 (15:24 +0000)]
* (bug 22666) Submitting user block form with an invalid user name no longer throws an error

14 years ago* Allow string to be passed to showUploadForm to make porting old extensions easier
Bryan Tong Minh [Sat, 27 Feb 2010 14:52:53 +0000 (14:52 +0000)]
* Allow string to be passed to showUploadForm to make porting old extensions easier
* Add mUploadSuccessful so that subclasses know if the upload was successful

14 years agoFix upload hook params
Bryan Tong Minh [Sat, 27 Feb 2010 13:58:14 +0000 (13:58 +0000)]
Fix upload hook params

14 years agoUncommented line from r63018
Max Semenik [Fri, 26 Feb 2010 20:18:48 +0000 (20:18 +0000)]
Uncommented line from r63018

14 years ago(bug 17560) Half-broken deletion moved image files to deletion archive without updati...
Max Semenik [Fri, 26 Feb 2010 20:14:28 +0000 (20:14 +0000)]
(bug 17560) Half-broken deletion moved image files to deletion archive without updating DB

14 years agoAPI: Don't unstub $wgContLang in ApiBase::getValidNamespaces()
Roan Kattouw [Fri, 26 Feb 2010 18:24:58 +0000 (18:24 +0000)]
API: Don't unstub $wgContLang in ApiBase::getValidNamespaces()

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Fri, 26 Feb 2010 13:18:56 +0000 (13:18 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoFix for r63000: remove the "!" in the check
Alexandre Emsenhuber [Fri, 26 Feb 2010 09:04:14 +0000 (09:04 +0000)]
Fix for r63000: remove the "!" in the check

14 years agoFixes to r62995:
Alexandre Emsenhuber [Fri, 26 Feb 2010 08:53:06 +0000 (08:53 +0000)]
Fixes to r62995:
* Avoid fatal error if $wgProfiler is either not a object (ProfilerStub.php) or an instance of Profiler
* Set $wgProfiler to null in ProfilerStub.php so that $wgProfiler doesn't need to be checked with "isset" first, updated check in GlobalFunctions.php accordingly

14 years agoMoved MediaTransformOutput.php to /media dir
Aaron Schulz [Fri, 26 Feb 2010 07:29:38 +0000 (07:29 +0000)]
Moved MediaTransformOutput.php to /media dir

14 years agor62907: removed static calls, renamed helper functions
Aaron Schulz [Fri, 26 Feb 2010 07:11:01 +0000 (07:11 +0000)]
r62907: removed static calls, renamed helper functions

14 years agofixes bug 20388; follow up r60216. Make sure ProfilerSimpleText output only appears...
Mark A. Hershberger [Fri, 26 Feb 2010 04:48:47 +0000 (04:48 +0000)]
fixes bug 20388; follow up r60216. Make sure ProfilerSimpleText output only appears on templated/html output, not action=raw or atom output

14 years agofollow-up r61836 - allow any URL
Mark A. Hershberger [Fri, 26 Feb 2010 02:41:49 +0000 (02:41 +0000)]
follow-up r61836 - allow any URL

14 years agofollow up r61715 - minor style nit
Mark A. Hershberger [Fri, 26 Feb 2010 02:34:00 +0000 (02:34 +0000)]
follow up r61715 - minor style nit

14 years agofollow up r62950 - fix the one instance where we could use a $db instance
Mark A. Hershberger [Fri, 26 Feb 2010 02:28:32 +0000 (02:28 +0000)]
follow up r62950 - fix the one instance where we could use a $db instance

14 years agoFix for MySQL 4.0
Tim Starling [Thu, 25 Feb 2010 23:06:33 +0000 (23:06 +0000)]
Fix for MySQL 4.0

14 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Thu, 25 Feb 2010 22:03:36 +0000 (22:03 +0000)]
* Fixed some doxygen warnings
* Documented a bit

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 25 Feb 2010 20:11:51 +0000 (20:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-25 19:50 UTC)

14 years agoLocalization update for he, and whitespace fix in en.
Rotem Liss [Thu, 25 Feb 2010 19:18:49 +0000 (19:18 +0000)]
Localization update for he, and whitespace fix in en.

14 years agofix debug logging from r62967
Max Semenik [Thu, 25 Feb 2010 17:50:26 +0000 (17:50 +0000)]
fix debug logging from r62967

14 years ago(bug 17790) Users instantly logged off on HughesNet
Max Semenik [Thu, 25 Feb 2010 17:44:43 +0000 (17:44 +0000)]
(bug 17790) Users instantly logged off on HughesNet

14 years agoAdd @since 1.17 to Skin::addToSidebarPlain() per Nikerabbit
Roan Kattouw [Thu, 25 Feb 2010 16:04:04 +0000 (16:04 +0000)]
Add @since 1.17 to Skin::addToSidebarPlain() per Nikerabbit

14 years agoRename Skin::addToSidebar() to Skin::addToSidebarPlain() and have it take plain text...
Roan Kattouw [Thu, 25 Feb 2010 15:58:29 +0000 (15:58 +0000)]
Rename Skin::addToSidebar() to Skin::addToSidebarPlain() and have it take plain text instead of a message key so it's actually useful to extensions that want to modify the sidebar in a non-message-based way (like DynamicSidebar). Kept addToSidebar() as a wrapper for backwards compatibility

14 years agofollow up r62948 handle oracle prefix
Mark A. Hershberger [Thu, 25 Feb 2010 09:33:17 +0000 (09:33 +0000)]
follow up r62948 handle oracle prefix

14 years agoFix search-and-replace error
Mark A. Hershberger [Thu, 25 Feb 2010 09:15:19 +0000 (09:15 +0000)]
Fix search-and-replace error

14 years ago* Make tests work better together. Tests are now skipped or marked incomplete.
Mark A. Hershberger [Thu, 25 Feb 2010 04:37:21 +0000 (04:37 +0000)]
* Make tests work better together.  Tests are now skipped or marked incomplete.
* Make it possible to call deleteArchived{Revisions,Files} from within tests to do cleanup.

14 years agoUpdated history for r62930
Max Semenik [Wed, 24 Feb 2010 17:42:23 +0000 (17:42 +0000)]
Updated history for r62930

14 years agoRenamed syntaxChecker.php --> checkSyntax, our convention seems to prefer verbs....
Max Semenik [Wed, 24 Feb 2010 17:21:48 +0000 (17:21 +0000)]
Renamed syntaxChecker.php --> checkSyntax, our convention seems to prefer verbs. Also, fixed it to handle --modified with renamed files correctly :P

14 years agoWhoops, committed wrong version
X! [Wed, 24 Feb 2010 17:06:19 +0000 (17:06 +0000)]
Whoops, committed wrong version

14 years agoPARAM_TYPE 'user' now works for multi-values
X! [Wed, 24 Feb 2010 17:04:21 +0000 (17:04 +0000)]
PARAM_TYPE 'user' now works for multi-values

14 years agoTidy up OutputPage::includeJQuery
Niklas Laxström [Wed, 24 Feb 2010 16:21:52 +0000 (16:21 +0000)]
Tidy up OutputPage::includeJQuery

14 years agoLittle docs to help developers keep track of versions...
Niklas Laxström [Wed, 24 Feb 2010 16:06:55 +0000 (16:06 +0000)]
Little docs to help developers keep track of versions...

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Wed, 24 Feb 2010 14:45:19 +0000 (14:45 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoLocalization fix.
Rotem Liss [Wed, 24 Feb 2010 14:36:50 +0000 (14:36 +0000)]
Localization fix.

14 years agoLocalization update for he.
Rotem Liss [Wed, 24 Feb 2010 14:36:31 +0000 (14:36 +0000)]
Localization update for he.

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Wed, 24 Feb 2010 14:00:23 +0000 (14:00 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Wed, 24 Feb 2010 13:34:11 +0000 (13:34 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoAdd OptIn.sql to addwiki.php
Roan Kattouw [Wed, 24 Feb 2010 12:18:51 +0000 (12:18 +0000)]
Add OptIn.sql to addwiki.php

14 years ago* Moved truncateHtml() to language.php
Aaron Schulz [Wed, 24 Feb 2010 04:14:45 +0000 (04:14 +0000)]
* Moved truncateHtml() to language.php
* Renamed $maxLen -> $length
* Made $length=0 case match truncate()

14 years agoRemoved unused var
Aaron Schulz [Wed, 24 Feb 2010 03:38:06 +0000 (03:38 +0000)]
Removed unused var

14 years agofollow up r62806 - use “wb” for windows
Mark A. Hershberger [Wed, 24 Feb 2010 00:45:54 +0000 (00:45 +0000)]
follow up r62806 - use “wb” for windows

14 years agoReduce code duplication by adding conditions to $conds directly, rather than adding...
Chad Horohoe [Tue, 23 Feb 2010 20:37:52 +0000 (20:37 +0000)]
Reduce code duplication by adding conditions to $conds directly, rather than adding them to a temporary variable and then later adding them

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 23 Feb 2010 19:46:25 +0000 (19:46 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-23 19:00 UTC)

14 years agoDrop unused variable assignment
Chad Horohoe [Tue, 23 Feb 2010 18:40:24 +0000 (18:40 +0000)]
Drop unused variable assignment

14 years agoUpdate doxygen a bit
Max Semenik [Tue, 23 Feb 2010 18:36:46 +0000 (18:36 +0000)]
Update doxygen a bit

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Tue, 23 Feb 2010 18:05:46 +0000 (18:05 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoRestore IE5/5.5 support to MonoBook and Chick
Aryeh Gregor [Tue, 23 Feb 2010 17:46:18 +0000 (17:46 +0000)]
Restore IE5/5.5 support to MonoBook and Chick

This reverts r61083 and r61085, per my Code Review comments at r61083.
IE5 and 5.5 work okay right now in MonoBook, and there's not really any
benefit to removing support where it already exists.

I'll backport this to 1.16 and revert r61128 there too shortly.

14 years agoAPI: coding style cleanup, fix copyright symbol, more braces
Jack Phoenix [Tue, 23 Feb 2010 12:30:23 +0000 (12:30 +0000)]
API: coding style cleanup, fix copyright symbol, more braces

14 years agoFixes for r62870. It still needs a patch for Oracle though
Max Semenik [Tue, 23 Feb 2010 12:24:19 +0000 (12:24 +0000)]
Fixes for r62870. It still needs a patch for Oracle though

14 years agoChanged all *_mime_minor field lengths to 100; current 32 does not support some OpenD...
Jure Kajzer [Tue, 23 Feb 2010 11:24:40 +0000 (11:24 +0000)]
Changed all *_mime_minor field lengths to 100; current 32 does not support some OpenDocument mimes
* changed tables.sql for mysql and oracle
* added patch script for mysql and included it in updaters.inc

14 years agotableName calls moved inside fieldInfoMulti and removed call that existed only for...
Jure Kajzer [Tue, 23 Feb 2010 10:38:06 +0000 (10:38 +0000)]
tableName calls moved inside fieldInfoMulti and removed call that existed only for this call

14 years agoset password the correct way for apitests
Mark A. Hershberger [Tue, 23 Feb 2010 06:55:16 +0000 (06:55 +0000)]
set password the correct way for apitests

14 years agoUse globals correctly to make tests work again.
Mark A. Hershberger [Tue, 23 Feb 2010 05:14:42 +0000 (05:14 +0000)]
Use globals correctly to make tests work again.