lhc/web/wiklou.git
14 years agoFix for bug 20601: disable debug output. It can be re-enabled by patching.
Tim Starling [Wed, 16 Sep 2009 03:48:29 +0000 (03:48 +0000)]
Fix for bug 20601: disable debug output. It can be re-enabled by patching.

14 years agorelated to r56402 * removed mv_embed_iframe.php (moving to metavid extension since...
Michael Dale [Wed, 16 Sep 2009 02:46:58 +0000 (02:46 +0000)]
related to r56402 * removed mv_embed_iframe.php (moving to metavid extension since it contains metavid specific roe url rewriting)

14 years agoLiquidThreads JS/AJAX updates
Andrew Garrett [Wed, 16 Sep 2009 00:53:37 +0000 (00:53 +0000)]
LiquidThreads JS/AJAX updates
* Bump interval from 30s to 60s.
* Add an "update" link (text changed, sorry translators :(), which reloads the thread from the server.
* Fix bug in continuation caused by last-minute changes.
* Fix bug where only one reply per thread was being loaded.
* Fix bug where AJAX-loaded threads were loading one level too few.
* Fix bug in interpretation of API parameters.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)
Siebrand Mazeland [Tue, 15 Sep 2009 22:44:57 +0000 (22:44 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)
Siebrand Mazeland [Tue, 15 Sep 2009 22:43:47 +0000 (22:43 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-15 22:15 UTC)

14 years agowhitespaces tweaks
Alexandre Emsenhuber [Tue, 15 Sep 2009 21:05:30 +0000 (21:05 +0000)]
whitespaces tweaks

14 years ago* fix oversight in r56324 in showMissingArticle() (string -> array)
Siebrand Mazeland [Tue, 15 Sep 2009 12:41:15 +0000 (12:41 +0000)]
* fix oversight in r56324 in showMissingArticle() (string -> array)
* break lists of parameters for other uses of LogEventsList::showLogExtract()

14 years agoMake Change Tags index name configurable with a new config variable $wgOldChangeTagsI...
Andrew Garrett [Tue, 15 Sep 2009 10:28:01 +0000 (10:28 +0000)]
Make Change Tags index name configurable with a new config variable $wgOldChangeTagsIndex, replacement for live hack at svn.wikimedia.org/viewvc/mediawiki/branches/wmf-deployment/includes/ChangeTags.php?&pathrev=53208&r1=53207&r2=53208

14 years agoMore useful debug output for CGI
Tim Starling [Tue, 15 Sep 2009 06:21:49 +0000 (06:21 +0000)]
More useful debug output for CGI

14 years agoDe-Wikimedified lag.php script and merged to trunk. Still not 100% sure what the...
Brion Vibber [Tue, 15 Sep 2009 00:24:24 +0000 (00:24 +0000)]
De-Wikimedified lag.php script and merged to trunk. Still not 100% sure what the -r option is supposed to do, but it now runs. :)

14 years agoCleanup live hack from wmf-deployment r53208 a bit: DB selection using load balancer.
Brion Vibber [Mon, 14 Sep 2009 22:32:30 +0000 (22:32 +0000)]
Cleanup live hack from wmf-deployment r53208 a bit: DB selection using load balancer.

Should fix a couple regressions or possible regressions:
* Hack was pulling the main LB's DB_SLAVE connection although we were deliberately opening a new connection. Could have caused problems when we were fetching other things from the local database in the middle of an export.
* We no longer lose the connection timeout override.

However we still have a regression:
* --server option is ignored (but we're now pulling from the 'backup' group, so we at least have some kind of consistency :)

14 years agoMerge and clean up memory_limit hacks from wmf-deployment r53208.
Brion Vibber [Mon, 14 Sep 2009 22:10:10 +0000 (22:10 +0000)]
Merge and clean up memory_limit hacks from wmf-deployment r53208.
Added a memoryLimit() method on Maintenance class which allows scripts to override the memory limit; normally we disable the limit but sometimes you actually want to set one to avoid eating up RAM on the machine if something goes awry.

14 years agoClean up a live hack from wmf-deployment r53208: option to short-circuit math path...
Brion Vibber [Mon, 14 Sep 2009 21:58:41 +0000 (21:58 +0000)]
Clean up a live hack from wmf-deployment r53208: option to short-circuit math path and file existence checks.
Adds $wgMathCheckFiles setting:

/**
 * Normally when generating math images, we double-check that the
 * directories we want to write to exist, and that files that have
 * been generated still exist when we need to bring them up again.
 *
 * This lets us give useful error messages in case of permission
 * problems, and automatically rebuild images that have been lost.
 *
 * On a big site with heavy NFS traffic this can be slow and flaky,
 * so sometimes we want to short-circuit it by setting this to false.
 */
$wgMathCheckFiles = true;

14 years agoMerge live hack from wmf-deployment r53208: skip calculation of display names for...
Brion Vibber [Mon, 14 Sep 2009 21:42:28 +0000 (21:42 +0000)]
Merge live hack from wmf-deployment r53208: skip calculation of display names for groups in permission errors when we're only checking for a yes/no

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-14 20:56 UTC)
Siebrand Mazeland [Mon, 14 Sep 2009 21:42:16 +0000 (21:42 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-14 20:56 UTC)

14 years agoApply live hack from wmf-deployment r53208: allows passing alt table name
Brion Vibber [Mon, 14 Sep 2009 21:35:14 +0000 (21:35 +0000)]
Apply live hack from wmf-deployment r53208: allows passing alt table name

14 years agoMerge live hack from wmf-deployment r53208: profiling for LanguageGetMagic hook call
Brion Vibber [Mon, 14 Sep 2009 21:30:01 +0000 (21:30 +0000)]
Merge live hack from wmf-deployment r53208: profiling for LanguageGetMagic hook call

14 years agoCommit live hack from wmf-deployment r53208: skip user cache invalidation if we're...
Brion Vibber [Mon, 14 Sep 2009 21:28:50 +0000 (21:28 +0000)]
Commit live hack from wmf-deployment r53208: skip user cache invalidation if we're in read-only mode; it's likely to fail and cause more confusion than not doing the invalidation.

14 years agoIncrease limit from 500 to 5000 per live hack committed to wmf-deployment in r53208
Brion Vibber [Mon, 14 Sep 2009 21:26:04 +0000 (21:26 +0000)]
Increase limit from 500 to 5000 per live hack committed to wmf-deployment in r53208

14 years agoFollow-up to r56324 per IRC comments by Nikerabbit: coding style updated
Siebrand Mazeland [Mon, 14 Sep 2009 19:56:22 +0000 (19:56 +0000)]
Follow-up to r56324 per IRC comments by Nikerabbit: coding style updated

14 years agoLocalization update.
Rotem Liss [Mon, 14 Sep 2009 19:44:40 +0000 (19:44 +0000)]
Localization update.

14 years agoFixing User::getBlockedStatus which broke r55918. Function now works for all user...
Tobias [Mon, 14 Sep 2009 19:34:18 +0000 (19:34 +0000)]
Fixing User::getBlockedStatus which broke r55918. Function now works for all user objects, not just wgUser

14 years agoSupport GENDER in 'renameuser-renamed-notice', changing LogEventsList::showLogExtract...
Siebrand Mazeland [Mon, 14 Sep 2009 18:58:25 +0000 (18:58 +0000)]
Support GENDER in 'renameuser-renamed-notice', changing LogEventsList::showLogExtract for that:
* param $msgKey from String to Array, where first element is the message key, additional elements are parameters for the key

Comment by Nikerabbit: "... that is cargo train number of parameters :o". I tried not to make it worse.

14 years agoFollow up to r56285: just grant all rights to the installer-created database user.
Benjamin Lees [Mon, 14 Sep 2009 18:40:45 +0000 (18:40 +0000)]
Follow up to r56285: just grant all rights to the installer-created database user.

14 years agoFollow-up to r56317: rebuild messages files
Siebrand Mazeland [Mon, 14 Sep 2009 18:22:43 +0000 (18:22 +0000)]
Follow-up to r56317: rebuild messages files

14 years agoReplace the user rename log display for non-existent userpages with a hook (followup...
Alex Z [Mon, 14 Sep 2009 18:10:13 +0000 (18:10 +0000)]
Replace the user rename log display for non-existent userpages with a hook (followup to r56251).
Update for Renameuser extension to follow.

Also make docs for LogEventsList::showLogExtract() actually useful

14 years agoTweak 'revdelete-offender' -> "Revision author"
Siebrand Mazeland [Mon, 14 Sep 2009 17:32:35 +0000 (17:32 +0000)]
Tweak 'revdelete-offender' -> "Revision author"

14 years agobug 18472 Suppression log filtered by "offender", as Oversight log can be
Aaron Schulz [Mon, 14 Sep 2009 17:09:13 +0000 (17:09 +0000)]
bug 18472 Suppression log filtered by "offender", as Oversight log can be

14 years agoPG fix for listusers
Aaron Schulz [Mon, 14 Sep 2009 16:42:11 +0000 (16:42 +0000)]
PG fix for listusers

14 years agocode style tweaks
Aaron Schulz [Mon, 14 Sep 2009 16:38:35 +0000 (16:38 +0000)]
code style tweaks

14 years ago(bug 18180) Special:Export ignores limit, dir, offset parameters. Patch by azliq7
Roan Kattouw [Mon, 14 Sep 2009 12:57:37 +0000 (12:57 +0000)]
(bug 18180) Special:Export ignores limit, dir, offset parameters. Patch by azliq7

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 14 Sep 2009 05:43:56 +0000 (05:43 +0000)]
Update the Chinese conversion tables.

14 years agoFixes for r56284:
Alex Z [Mon, 14 Sep 2009 02:17:31 +0000 (02:17 +0000)]
Fixes for r56284:
* Parse the message shown in the box
* Fix undefined variable notice

14 years ago(Bug 20634) Give the installer-created database user CREATE TABLE and ALTER TABLE...
Benjamin Lees [Mon, 14 Sep 2009 01:26:21 +0000 (01:26 +0000)]
(Bug 20634) Give the installer-created database user CREATE TABLE and ALTER TABLE rights so that upgrades will go more smoothly.

14 years agoFollow-up on r56251 - merging showLogs and showLogExtract
Tobias [Sun, 13 Sep 2009 22:21:11 +0000 (22:21 +0000)]
Follow-up on r56251 - merging showLogs and showLogExtract

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-13 20:30 UTC)
Siebrand Mazeland [Sun, 13 Sep 2009 20:54:11 +0000 (20:54 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-13 20:30 UTC)

14 years agoFollow-up on r56230 - toc class was lost http://de.wikipedia.org/w/index.php?title...
Tobias [Sun, 13 Sep 2009 20:23:17 +0000 (20:23 +0000)]
Follow-up on r56230 - toc class was lost de.wikipedia.org/w/index.php?title=Benutzer_Diskussion%3AChurch_of_emacs&diff=64479082&oldid=64442028

14 years agoIP -> IP address
Siebrand Mazeland [Sun, 13 Sep 2009 17:12:32 +0000 (17:12 +0000)]
IP -> IP address

14 years agoFor wikis with $wgMiserMode off, update activeuser count daily rather than per page...
Aaron Schulz [Sun, 13 Sep 2009 16:50:35 +0000 (16:50 +0000)]
For wikis with $wgMiserMode off, update activeuser count daily rather than per page view. Those with $wgMiserMode on still use $wgSpecialPageCacheUpdates.

14 years agoRemoved redundant show/hide clutter
Aaron Schulz [Sun, 13 Sep 2009 16:02:34 +0000 (16:02 +0000)]
Removed redundant show/hide clutter

14 years agoMinor style
Niklas Laxström [Sun, 13 Sep 2009 15:28:35 +0000 (15:28 +0000)]
Minor style

14 years ago(bug 20624) Installation allows to select "language" qqq for the Wiki
Chad Horohoe [Sun, 13 Sep 2009 14:13:36 +0000 (14:13 +0000)]
(bug 20624) Installation allows to select "language" qqq for the Wiki

14 years agoNuke the last vestiges of tlh.
Chad Horohoe [Sun, 13 Sep 2009 13:57:35 +0000 (13:57 +0000)]
Nuke the last vestiges of tlh.

14 years agoLocalisation updates for special page aliases for core from translatewiki.net
Siebrand Mazeland [Sun, 13 Sep 2009 07:13:04 +0000 (07:13 +0000)]
Localisation updates for special page aliases for core from translatewiki.net

14 years agoLocalisation updates for magic words for core from translatewiki.net
Siebrand Mazeland [Sun, 13 Sep 2009 07:06:56 +0000 (07:06 +0000)]
Localisation updates for magic words for core from translatewiki.net

14 years agoCreating new function wgOutput->showLogs and including new information on viewing...
Tobias [Sun, 13 Sep 2009 02:07:21 +0000 (02:07 +0000)]
Creating new function wgOutput->showLogs and including new information on viewing non-existant user pages. In detail:
Instead of copy&pasting the code in different files, there is now one function for showing logs.
This function is currently used for:
* Article and EditPage: Show deletion / move log
* Article: Show rename log on user(talk)pages (NEW in this revision)
* SpecialContributions: Show block log for blocked users
(Note: I removed the condition "log_action != 'revision'". AFAIK it isn't needed, log lists are checked for permission somewhere)

Additionally, on user (talk) pages a note is displayed, if the user does not exist.

14 years agoAdd getVisibility function (which fixes revisiondelete fatal)
Aaron Schulz [Sat, 12 Sep 2009 22:02:51 +0000 (22:02 +0000)]
Add getVisibility function (which fixes revisiondelete fatal)

14 years agoFix fatal left over from preferences rewrite, that no one noticed because this partic...
Happy-melon [Sat, 12 Sep 2009 21:41:09 +0000 (21:41 +0000)]
Fix fatal left over from preferences rewrite, that no one noticed because this particular function isn't used *anywhere* in core... :D

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sat, 12 Sep 2009 21:27:42 +0000 (21:27 +0000)]
Localisation updates for core messages from translatewiki.net

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-12 21:01 UTC)
Siebrand Mazeland [Sat, 12 Sep 2009 21:17:45 +0000 (21:17 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-12 21:01 UTC)

14 years agoLocalization update.
Rotem Liss [Sat, 12 Sep 2009 21:04:25 +0000 (21:04 +0000)]
Localization update.

14 years agoExpand revdelete dropdown/reasons
Aaron Schulz [Sat, 12 Sep 2009 18:18:16 +0000 (18:18 +0000)]
Expand revdelete dropdown/reasons

14 years ago* Removed duplicate revdelete links
Aaron Schulz [Sat, 12 Sep 2009 17:56:19 +0000 (17:56 +0000)]
* Removed duplicate revdelete links
* Moved revdelete link up
* Code style tweak

14 years agobug 20470 Edits with user/IP suppression are now marked
Aaron Schulz [Sat, 12 Sep 2009 17:46:51 +0000 (17:46 +0000)]
bug 20470 Edits with user/IP suppression are now marked

14 years agoRe-add the RTL lists workaround for Firefox bug to monobook/rtl.css, as common_rtl...
Rotem Liss [Sat, 12 Sep 2009 17:11:26 +0000 (17:11 +0000)]
Re-add the RTL lists workaround for Firefox bug to monobook/rtl.css, as common_rtl.css does not seem to be used in Monobook.

14 years agoAdjust the time according to the user configuration on Special:Revisiondelete
Tobias [Sat, 12 Sep 2009 17:06:11 +0000 (17:06 +0000)]
Adjust the time according to the user configuration on Special:Revisiondelete

14 years agoDon't include TOC in the printable version if it is hidden (bug 482). Original patch...
Tobias [Sat, 12 Sep 2009 13:44:23 +0000 (13:44 +0000)]
Don't include TOC in the printable version if it is hidden (bug 482). Original patch by Shane King (r6350) was lost in r7073.

14 years agoUse wfEscapeShellArg() so that the script works correctly when paths contain whitespaces
Alexandre Emsenhuber [Sat, 12 Sep 2009 10:19:56 +0000 (10:19 +0000)]
Use wfEscapeShellArg() so that the script works correctly when paths contain whitespaces

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 12 Sep 2009 09:34:14 +0000 (09:34 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoFollow-up r56215: Replace hardcoded text with a new message.
Raimond Spekking [Sat, 12 Sep 2009 08:25:54 +0000 (08:25 +0000)]
Follow-up r56215: Replace hardcoded text with a new message.
Replace "images" with the generic "files"
Wrap message into a div with class=error
Add it to RELEASE-NOTES

14 years agocleanup r56216 deleteSelfExternals a little - fix short PHP tag, use escaping for...
Brion Vibber [Sat, 12 Sep 2009 00:05:04 +0000 (00:05 +0000)]
cleanup r56216 deleteSelfExternals a little - fix short PHP tag, use escaping for good measure (though in most cases we'll be clean)

14 years agoMerge deleteSelfExternals.php handy pruning script from wmf-deployment r53856
Brion Vibber [Sat, 12 Sep 2009 00:02:57 +0000 (00:02 +0000)]
Merge deleteSelfExternals.php handy pruning script from wmf-deployment r53856

14 years agoForward-port image manipulation disabling hack from wmf-deployment r53386.
Brion Vibber [Fri, 11 Sep 2009 23:36:28 +0000 (23:36 +0000)]
Forward-port image manipulation disabling hack from wmf-deployment r53386.
Turning on $wgUploadMaintenance will disable deletion and undeletion of images; useful when performing maintenance on file servers to ensure that nobody's messing with your data while you work.
Note that $wgEnableUploads really should be disabled too or it'll be a bit silly. ;)
Could use localization and other polishing.

14 years agoAccidently put into phase3/extensions instead of extensions. Idiot operator error
Jack D. Pond [Fri, 11 Sep 2009 23:21:25 +0000 (23:21 +0000)]
Accidently put into phase3/extensions instead of extensions.  Idiot operator error

14 years agoForward-port r53264 from wmf-deployment branch: "Adjust paths in the Wikimedia-specif...
Brion Vibber [Fri, 11 Sep 2009 23:18:28 +0000 (23:18 +0000)]
Forward-port r53264 from wmf-deployment branch: "Adjust paths in the Wikimedia-specific command-line config hacks. Separating out most of the custom config files..."

14 years agoAdded string functions (replace_e,pad_e,pos_e,rpos_e,and explode_e) that allow the...
Jack D. Pond [Fri, 11 Sep 2009 22:50:34 +0000 (22:50 +0000)]
Added string functions (replace_e,pad_e,pos_e,rpos_e,and explode_e) that allow the use of c-type escaped characters ("\n","\t", etc.) in relevant existing string functions.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-10 22:35 UTC)
Siebrand Mazeland [Fri, 11 Sep 2009 22:49:20 +0000 (22:49 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-10 22:35 UTC)

14 years agoMake os_disableSuggestionsOn() work also when called before mwsuggest.js has even...
Roan Kattouw [Fri, 11 Sep 2009 21:03:54 +0000 (21:03 +0000)]
Make os_disableSuggestionsOn() work also when called before mwsuggest.js has even done its initialization

14 years ago* minor config update to have the amw ~only~ target commons by default.
Michael Dale [Fri, 11 Sep 2009 18:07:36 +0000 (18:07 +0000)]
* minor config update to have the amw ~only~ target commons by default.

14 years ago* initial configuration via jQuery.extend in mv_embed
Michael Dale [Fri, 11 Sep 2009 18:00:09 +0000 (18:00 +0000)]
* initial configuration via jQuery.extend in mv_embed
* re-added example_folder (removed all non-commons external javascript and images calls)
** (The only external js is the commons api query)
** Theme based javascript include request changed to link to external site to install bookmarklet
** Timed text example removed (did jsonp call to get text)
*** Will re-add local file based timed text example shortly.

14 years agoLocalization update.
Rotem Liss [Fri, 11 Sep 2009 17:27:36 +0000 (17:27 +0000)]
Localization update.

14 years agoFix for r55535, per Brion's comment: convert x-coded strings in the target input...
Alexandre Emsenhuber [Fri, 11 Sep 2009 17:17:55 +0000 (17:17 +0000)]
Fix for r55535, per Brion's comment: convert x-coded strings in the target input and escape it before pre-filling the box

14 years agobreak lines at 80 chars
Alexandre Emsenhuber [Fri, 11 Sep 2009 16:06:34 +0000 (16:06 +0000)]
break lines at 80 chars

14 years ago* (bug 20556) Stub threshold's "other" <input> in Special:Preferences now has a corre...
Alexandre Emsenhuber [Fri, 11 Sep 2009 15:53:48 +0000 (15:53 +0000)]
* (bug 20556) Stub threshold's "other" <input> in Special:Preferences now has a correct type="text" parameter
* also fix a bug in the detection if the "other" value is passed in the predefined options, remember: 0 == 'other' returns true (thank you, PHP, really)

14 years agoFixes for r56068 and r55984:
Alexandre Emsenhuber [Fri, 11 Sep 2009 10:59:15 +0000 (10:59 +0000)]
Fixes for r56068 and r55984:
* missing "!" for the check $wgEnableTooltipsAndAccesskeys
* Linker::tooltip() return a string, no an array
* spacing fixes

14 years agoRebuild all messages files. Follow-up to r56164 (revert r55459, 55467, 55469, 55518)
Siebrand Mazeland [Fri, 11 Sep 2009 06:31:22 +0000 (06:31 +0000)]
Rebuild all messages files. Follow-up to r56164 (revert r55459, 55467, 55469, 55518)

14 years agoLocalisation updates: Purging ignored Persian messages. Wondering why they're still...
Huji [Fri, 11 Sep 2009 06:13:54 +0000 (06:13 +0000)]
Localisation updates: Purging ignored Persian messages. Wondering why they're still there.

14 years ago(bug 20578) Wrong localized image metadata - duplicated string? [misuse of PLUARL]
Huji [Fri, 11 Sep 2009 06:08:15 +0000 (06:08 +0000)]
(bug 20578) Wrong localized image metadata - duplicated string? [misuse of PLUARL]

14 years agoEnhanced existing extension to conditionally show content based on user group membership.
Jack D. Pond [Fri, 11 Sep 2009 02:30:48 +0000 (02:30 +0000)]
Enhanced existing extension to conditionally show content based on user group membership.

14 years agoMissed this in r56164
Chad Horohoe [Fri, 11 Sep 2009 01:47:59 +0000 (01:47 +0000)]
Missed this in r56164

14 years agoRevert r55459, 55467, 55469, 55518 (Page creation notification email is sent when...
Chad Horohoe [Fri, 11 Sep 2009 01:04:00 +0000 (01:04 +0000)]
Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function

14 years agosimplify login-throttled message
Katie Filbert [Fri, 11 Sep 2009 00:03:01 +0000 (00:03 +0000)]
simplify login-throttled message

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-10 22:35 UTC)
Siebrand Mazeland [Thu, 10 Sep 2009 22:50:36 +0000 (22:50 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-10 22:35 UTC)

14 years agoCleaned up img_auth code and re-integrated core img-auth- messages.
Jack D. Pond [Thu, 10 Sep 2009 21:12:55 +0000 (21:12 +0000)]
Cleaned up img_auth code and re-integrated core img-auth- messages.

14 years ago* some style updates to add-media-wizard
Michael Dale [Thu, 10 Sep 2009 21:06:51 +0000 (21:06 +0000)]
* some style updates to add-media-wizard
* minor js code style cleanup

14 years ago* 3983#c3983 array casting does not work so well on json_decode arrays... object2arra...
Michael Dale [Thu, 10 Sep 2009 19:24:56 +0000 (19:24 +0000)]
* 3983#c3983 array casting does not work so well on json_decode arrays... object2array should work

14 years ago* should use <?php instead of <?
Michael Dale [Thu, 10 Sep 2009 16:56:58 +0000 (16:56 +0000)]
* should use <?php instead of <?
* and end with \n

14 years agoFix omission of ) in r51807 that eluded php -l because of a superfluous ) elsewhere
Roan Kattouw [Thu, 10 Sep 2009 15:26:42 +0000 (15:26 +0000)]
Fix omission of ) in r51807 that eluded php -l because of a superfluous ) elsewhere

14 years agomore (bug 20336)
Michael Dale [Thu, 10 Sep 2009 14:33:25 +0000 (14:33 +0000)]
more (bug 20336)
* added json folder
* moved Services_JSON.php there
* moved Format JSON into its own class
* updated AutoLoader

14 years agoAPI: Make it possible to fetch userrights tokens for interwiki users; make Userrights...
Roan Kattouw [Thu, 10 Sep 2009 13:44:49 +0000 (13:44 +0000)]
API: Make it possible to fetch userrights tokens for interwiki users; make UserrightsPage::fetchUser() static

14 years agoAPI: When returning an emtpy opensearch result because mwsuggest is disabled, return...
Roan Kattouw [Thu, 10 Sep 2009 13:07:36 +0000 (13:07 +0000)]
API: When returning an emtpy opensearch result because mwsuggest is disabled, return a valid opensearch response.

14 years agoComments and whitespace fixes only.
Tim Starling [Thu, 10 Sep 2009 06:43:01 +0000 (06:43 +0000)]
Comments and whitespace fixes only.

14 years ago* Removed HTML demos which reference unreviewed JS code. This included several remote...
Tim Starling [Thu, 10 Sep 2009 00:39:46 +0000 (00:39 +0000)]
* Removed HTML demos which reference unreviewed JS code. This included several remote script inclusions which could escalate to drive-by compromise of local wiki accounts if the remote server is compromised.
* Removed references to remote CSS in bgiframe docs, downloaded the relevant CSS instead
* Removed unused and apparently half-written HTML files mwApiProxy.html, mwHostProxy.html and mwIframeProxy.html

14 years agothe rest of 56116
Michael Dale [Wed, 9 Sep 2009 23:18:42 +0000 (23:18 +0000)]
the rest of 56116

14 years agoLocalisation updates for core messages from translatewiki.net (2009-09-09 22:412...
Siebrand Mazeland [Wed, 9 Sep 2009 23:10:28 +0000 (23:10 +0000)]
Localisation updates for core messages from translatewiki.net (2009-09-09 22:412 UTC)

14 years ago* (bug 20336) changed json_decode json_encode to static class in global functions
Michael Dale [Wed, 9 Sep 2009 22:26:16 +0000 (22:26 +0000)]
* (bug 20336) changed json_decode json_encode to static class in global functions
** we should update extensions as well
* added config for fileCheckModify date check to scriptLoader unique script id generation

14 years agoYet even more tweaks to accomadate changes being made with the SimpleSearch extension.
Trevor Parscal [Wed, 9 Sep 2009 22:01:53 +0000 (22:01 +0000)]
Yet even more tweaks to accomadate changes being made with the SimpleSearch extension.

14 years agofixing spacing of comments
Tomasz Finc [Wed, 9 Sep 2009 21:24:42 +0000 (21:24 +0000)]
fixing spacing of comments

14 years agomissing an a
Tomasz Finc [Wed, 9 Sep 2009 20:54:15 +0000 (20:54 +0000)]
missing an a

14 years agoEven more tweaks to accomadate changes being made with the SimpleSearch extension.
Trevor Parscal [Wed, 9 Sep 2009 19:22:56 +0000 (19:22 +0000)]
Even more tweaks to accomadate changes being made with the SimpleSearch extension.