lhc/web/wiklou.git
13 years ago(bug 25648) API discovery information has been added as RSD link in page <head> and...
Bryan Tong Minh [Thu, 28 Oct 2010 19:20:21 +0000 (19:20 +0000)]
(bug 25648) API discovery information has been added as RSD link in page <head> and by providing an API module action=rsd. Added hook ApiRsdServiceApis for extensions to add their own service to the services list.

Patch by Brion Vibber and Bryan Tong Minh.

13 years agoFollow up r75617. remove extra brackets.
Philip Tzou [Thu, 28 Oct 2010 17:11:21 +0000 (17:11 +0000)]
Follow up r75617. remove extra brackets.

13 years ago1. Revert the complicated redirection I made in r59754;
Philip Tzou [Thu, 28 Oct 2010 16:58:39 +0000 (16:58 +0000)]
1. Revert the complicated redirection I made in r59754;
2. Add more Accept-Language XVO cache name for IE;
3. Use hreflang to specify canonical and alternate links, it's search engine friendly
   when a wiki has multiple variant languages.

13 years agoFollow-up r75611: revert release-notes too
Max Semenik [Thu, 28 Oct 2010 13:54:43 +0000 (13:54 +0000)]
Follow-up r75611: revert release-notes too

13 years agoRevert r66140 per CR
Max Semenik [Thu, 28 Oct 2010 13:40:33 +0000 (13:40 +0000)]
Revert r66140 per CR

13 years agoFollow up r75585 : messages.inc entry missing
Antoine Musso [Thu, 28 Oct 2010 06:35:31 +0000 (06:35 +0000)]
Follow up r75585 : messages.inc entry missing

13 years agotruncateHtml() comment tweaks
Aaron Schulz [Thu, 28 Oct 2010 02:47:48 +0000 (02:47 +0000)]
truncateHtml() comment tweaks

13 years agoFunction return type hints
Sam Reed [Thu, 28 Oct 2010 00:04:48 +0000 (00:04 +0000)]
Function return type hints

Explicit class variable definition

13 years agoMore function parameter commenting
Sam Reed [Wed, 27 Oct 2010 23:56:01 +0000 (23:56 +0000)]
More function parameter commenting

13 years agoParameter documentation
Sam Reed [Wed, 27 Oct 2010 23:50:09 +0000 (23:50 +0000)]
Parameter documentation

13 years agoporting is_opera, is_safari_win etc. to mw.util as isBrowser('..'), isPlatform('...
Krinkle [Wed, 27 Oct 2010 23:19:26 +0000 (23:19 +0000)]
porting is_opera, is_safari_win etc. to mw.util as isBrowser('..'), isPlatform('...') etc.

13 years agoDo NOT use hardcoded passwords! Not even if the user agreed to run destructive tests.
Platonides [Wed, 27 Oct 2010 22:27:23 +0000 (22:27 +0000)]
Do NOT use hardcoded passwords! Not even if the user agreed to run destructive tests.
The affected passwords have been disabled in r75588

Follow up r72475,r74213.
Additionally give descriptive names to the users.

Also see the mail to wikitech.

13 years agoAdd feature to block common (weak) passwords.
Platonides [Wed, 27 Oct 2010 22:26:39 +0000 (22:26 +0000)]
Add feature to block common (weak) passwords.
This closes the hole of passwords hardcoded in r72475,r74213. Also see r75589.

13 years ago(bug 25339) Allow specifying separate base paths for local and remote paths in Resour...
Roan Kattouw [Wed, 27 Oct 2010 22:22:10 +0000 (22:22 +0000)]
(bug 25339) Allow specifying separate base paths for local and remote paths in ResourceLoaderFileModule::__construct(). Extensions can use this to properly point the resource loader to their resources in a way that doesn't depend on the extensions/ directory being a subdirectory of phase3/ on the filesystem and that respects $wgExtensionAssetsPath. Also converted all extensions using ResourceLoader to use this approach, except MWEmbed which uses way more indirection building its module registrations than I can deal with after midnight.

What actually happens here
* Add $localBasePath, $remoteBasePath params to the FileModule constructor, defaulting to $IP and $wgScriptPath respectively
* Add getLocalPath() and getRemotePath(), which use this information to build a proper FS or URL path for a file
* Make readScriptFiles() non-static so it can use these functions
* Run every single file path we use through either getLocalPath() or getRemotePath() as appropriate
** Except file dependencies, these are already prefixed. Our inability to give them special treatment caused bugs earlier
* Kill prefixFilePathList() and resolveFilePath(), no longer needed

13 years agoUse the author that really edited it, from the previously received data. This fixes...
Platonides [Wed, 27 Oct 2010 22:10:33 +0000 (22:10 +0000)]
Use the author that really edited it, from the previously received data. This fixes the last unit test.
Also, fail with the error code if there are problems, instead of an odd message failing in the assert.

13 years agoOptional feature to login through HTTPS and come back to HTTP.
Antoine Musso [Wed, 27 Oct 2010 21:17:03 +0000 (21:17 +0000)]
Optional feature to login through HTTPS and come back to HTTP.

Based on an idea by George Herbert <george dot herbert at gmail dot com>
http://lists.wikimedia.org/pipermail/wikitech-l/2010-October/050065.html

13 years agoLame documentation, code style
Antoine Musso [Wed, 27 Oct 2010 21:11:36 +0000 (21:11 +0000)]
Lame documentation, code style

13 years ago(bug 23194) Special:ListFiles now has thumbnails
Bryan Tong Minh [Wed, 27 Oct 2010 21:02:58 +0000 (21:02 +0000)]
(bug 23194) Special:ListFiles now has thumbnails
  Added new message listfiles_thumb

13 years agoNo wonder that the check -added in r75265- Blah == User:Text never succeeded.
Platonides [Wed, 27 Oct 2010 20:48:07 +0000 (20:48 +0000)]
No wonder that the check -added in r75265- Blah == User:Text never succeeded.
Changing to something useful.

13 years agowhitespace cleanup in mediawiki.util.js
Krinkle [Wed, 27 Oct 2010 20:42:33 +0000 (20:42 +0000)]
whitespace cleanup in mediawiki.util.js

13 years agochanging mw.uti functionnames to follow convention + loading $.client as dependency...
Krinkle [Wed, 27 Oct 2010 20:27:04 +0000 (20:27 +0000)]
changing mw.uti functionnames to follow convention + loading $.client as dependency of mw.util

13 years agoRe-add maintenance script from r75555, not totally broken this time
Roan Kattouw [Wed, 27 Oct 2010 20:08:04 +0000 (20:08 +0000)]
Re-add maintenance script from r75555, not totally broken this time

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 27 Oct 2010 20:01:36 +0000 (20:01 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-27 19:25:00 UTC)

13 years agoFix regression introduced by doing data URL embedding early causing file dependencies...
Roan Kattouw [Wed, 27 Oct 2010 19:59:10 +0000 (19:59 +0000)]
Fix regression introduced by doing data URL embedding early causing file dependencies for CSS not to be registered: the data URL embedding had modified the URL to the point where getLocalFileReferences() doesn't recognize it anymore. This is a quick&dirty fix registering dependencies in $this->fileDeps just before each remap() call

13 years agoCompare latency between http and https by querying localhost.
Antoine Musso [Wed, 27 Oct 2010 19:19:11 +0000 (19:19 +0000)]
Compare latency between http and https by querying localhost.

13 years agoRevert unintended changes in r75555
Roan Kattouw [Wed, 27 Oct 2010 18:49:18 +0000 (18:49 +0000)]
Revert unintended changes in r75555

13 years agoIntroduced $wgAdditionalMailParams to allow adjusting extra email options. Based...
Max Semenik [Wed, 27 Oct 2010 15:52:02 +0000 (15:52 +0000)]
Introduced $wgAdditionalMailParams to allow adjusting extra email options. Based on patch by Alejandro Mery.

13 years agor74753, r74755, r75254 added new settings, but didn't update SeleniumConfigurationTes...
Platonides [Wed, 27 Oct 2010 15:51:37 +0000 (15:51 +0000)]
r74753, r74755, r75254 added new settings, but didn't update SeleniumConfigurationTest.php breaking the tests

13 years agoWhitespace fixes for r75486
Roan Kattouw [Wed, 27 Oct 2010 15:51:31 +0000 (15:51 +0000)]
Whitespace fixes for r75486

13 years ago* (bug 25463) Export header should not be shown if no pages were requested, to reduce...
Sam Reed [Wed, 27 Oct 2010 15:42:32 +0000 (15:42 +0000)]
* (bug 25463) Export header should not be shown if no pages were requested, to reduce confusion

Patch by Umherirrender, with a tweak to inverse logic to reduce nesting

13 years agoEscaping parameter for regex (Follow-up r75275)
Krinkle [Wed, 27 Oct 2010 15:37:47 +0000 (15:37 +0000)]
Escaping parameter for regex (Follow-up r75275)

13 years agoFixed unfinished line from r75275, commented addPortletLink() more, moved prototypes...
Krinkle [Wed, 27 Oct 2010 15:35:55 +0000 (15:35 +0000)]
Fixed unfinished line from r75275, commented addPortletLink() more, moved prototypes from mediawiki.util.js to mediawiki.js, added String.prototype.escapeRE()

13 years agoFollowup r75548: forgot to put global $wgHandheldStyle; back in
Roan Kattouw [Wed, 27 Oct 2010 15:30:20 +0000 (15:30 +0000)]
Followup r75548: forgot to put global $wgHandheldStyle; back in

13 years agoFollowup r74966, r75006: load $wgHandheldStyle again in SkinMonoBook. Can't do this...
Roan Kattouw [Wed, 27 Oct 2010 15:21:18 +0000 (15:21 +0000)]
Followup r74966, r75006: load $wgHandheldStyle again in SkinMonoBook. Can't do this the nice way (with ResourceLoader) because $wgHandheldStyle might be a URL :(

13 years agomoved jQuery.fn.enableCheckboxShiftClick to it's own file and renamed to jQuery.fn...
Krinkle [Wed, 27 Oct 2010 15:02:18 +0000 (15:02 +0000)]
moved jQuery.fn.enableCheckboxShiftClick to it's own file and renamed to jQuery.fn.checkboxShiftClick

13 years ago* installers skips recreation of existing user
Jure Kajzer [Wed, 27 Oct 2010 14:52:18 +0000 (14:52 +0000)]
* installers skips recreation of existing user
* updater for 16->17 schema changes
* i dedicate this revision to my greatest supporter ... Reedy :)

13 years agor75540 CR
Platonides [Wed, 27 Oct 2010 14:46:58 +0000 (14:46 +0000)]
r75540 CR

13 years agoMake update.php obey --quiet
Platonides [Wed, 27 Oct 2010 14:38:31 +0000 (14:38 +0000)]
Make update.php obey --quiet

13 years agoFollow up r75474
Platonides [Wed, 27 Oct 2010 13:56:58 +0000 (13:56 +0000)]
Follow up r75474

13 years agoDon't show new and ok message at the same time
Chad Horohoe [Wed, 27 Oct 2010 13:18:14 +0000 (13:18 +0000)]
Don't show new and ok message at the same time

13 years agoRemove unnecessary writable config dir check
Chad Horohoe [Wed, 27 Oct 2010 12:19:56 +0000 (12:19 +0000)]
Remove unnecessary writable config dir check

13 years agoFollowup to r75266: remove warning "rvlimit may not be less than 1 (set to )" when...
Roan Kattouw [Wed, 27 Oct 2010 11:50:20 +0000 (11:50 +0000)]
Followup to r75266: remove warning "rvlimit may not be less than 1 (set to )" when rvparse is set but rvlimit is not set

13 years agoFollow-up r75499: initialise $anchorclose to prevent PHP Notice: Undefined variable...
Siebrand Mazeland [Wed, 27 Oct 2010 11:18:13 +0000 (11:18 +0000)]
Follow-up r75499: initialise $anchorclose to prevent PHP Notice: Undefined variable: anchorclose on line 390.

13 years agoLine endings in wikitext can introduce <p>'s, which was not really the intent here...
Derk-Jan Hartman [Wed, 27 Oct 2010 01:56:23 +0000 (01:56 +0000)]
Line endings in wikitext can introduce <p>'s, which was not really the intent here for the fullMedia div.

13 years agoMake the image page more consistent. Now all pages will have the fullMedia div. ...
Derk-Jan Hartman [Wed, 27 Oct 2010 01:50:07 +0000 (01:50 +0000)]
Make the image page more consistent. Now all pages will have the fullMedia div. (with link, and file description)
Perhaps we should move the "Size of this preview:" and "No higher resolution available" markers into that div as well ? Feedback welcome.

13 years agoMostly reverted r75487, making use of a new version of mediaWiki.msg.
Trevor Parscal [Wed, 27 Oct 2010 00:16:32 +0000 (00:16 +0000)]
Mostly reverted r75487, making use of a new version of mediaWiki.msg.

13 years ago* Cleaned up comments
Trevor Parscal [Wed, 27 Oct 2010 00:04:33 +0000 (00:04 +0000)]
* Cleaned up comments
* Added mediaWiki.msg back, this time as the return a string version of mediaWiki.message
* Removed use of that variable in mediaWiki.loader, getting ready to make loader a prototyped object.

13 years agoImproved comments, whitespace and simplicity.
Trevor Parscal [Tue, 26 Oct 2010 23:47:09 +0000 (23:47 +0000)]
Improved comments, whitespace and simplicity.

13 years agoSimplified extending of mediaWiki object
Trevor Parscal [Tue, 26 Oct 2010 23:44:31 +0000 (23:44 +0000)]
Simplified extending of mediaWiki object

13 years agoIntroducing mediaWiki.language, and mediaWiki.message which are modeled after their...
Trevor Parscal [Tue, 26 Oct 2010 23:40:26 +0000 (23:40 +0000)]
Introducing mediaWiki.language, and mediaWiki.message which are modeled after their PHP counterparts Language and wfMessage respectively.

13 years agoAddress my own CR in r75332.
Platonides [Tue, 26 Oct 2010 22:34:18 +0000 (22:34 +0000)]
Address my own CR in r75332.

13 years agoProvide a proper implementation for passing environment variables to wfShellExec()
Platonides [Tue, 26 Oct 2010 22:17:42 +0000 (22:17 +0000)]
Provide a proper implementation for passing environment variables to wfShellExec()
The quick fix of r74821 is no longer needed.

13 years agoKeep maintenance/update.php php4 compatible up to the point where we can give a maeni...
Platonides [Tue, 26 Oct 2010 21:42:49 +0000 (21:42 +0000)]
Keep maintenance/update.php php4 compatible up to the point where we can give a maeningful error. Check based in install_version_checks()
Follow up conversion to new maintenance format in r72539

13 years agoReorder to shortcut some more php_uname() calls.
Platonides [Tue, 26 Oct 2010 20:54:29 +0000 (20:54 +0000)]
Reorder to shortcut some more php_uname() calls.
Note that PHP 5.2.1 can't run on Windows 9x since it wouldn't be able to
link with the GetBinaryType() function (added in PHP r225464)

13 years agoFixes comment mistakes in r75107
Trevor Parscal [Tue, 26 Oct 2010 20:17:32 +0000 (20:17 +0000)]
Fixes comment mistakes in r75107

13 years agoFollow up r75446 : use a default for --count
Antoine Musso [Tue, 26 Oct 2010 20:16:19 +0000 (20:16 +0000)]
Follow up r75446 : use a default for --count
This also fix a division per zero error since $count was 0 and used to calculate average time.

13 years agoFollow up r75446 : simpler bench function, correct parenthesis.
Antoine Musso [Tue, 26 Oct 2010 20:09:58 +0000 (20:09 +0000)]
Follow up r75446 : simpler bench function, correct parenthesis.

13 years agoFollow-up r75282
Bryan Tong Minh [Tue, 26 Oct 2010 19:31:47 +0000 (19:31 +0000)]
Follow-up r75282
* Use addWhere instead of addWhereFld
* Don't add properties twice if there is a continue
* Add comments

13 years agoFollow up r75429 : benchmark for wfIsWindows();
Antoine Musso [Tue, 26 Oct 2010 17:21:35 +0000 (17:21 +0000)]
Follow up r75429 : benchmark for wfIsWindows();
Also implements a basic class to build new benchmarks.

13 years agoTweak UPGRADE, no longer need to move LocalSettings. Postgres caveat doesn't apply...
Chad Horohoe [Tue, 26 Oct 2010 17:18:21 +0000 (17:18 +0000)]
Tweak UPGRADE, no longer need to move LocalSettings. Postgres caveat doesn't apply anymore

13 years agoFollowup r75431, bug 24853. Add to RELEASE-NOTES
Sam Reed [Tue, 26 Oct 2010 17:12:58 +0000 (17:12 +0000)]
Followup r75431, bug 24853. Add to RELEASE-NOTES

13 years agoFollowup r75282, remove now unused class variables
Sam Reed [Tue, 26 Oct 2010 16:37:15 +0000 (16:37 +0000)]
Followup r75282, remove now unused class variables

13 years agoMoving new-index.php to index.php. This is pretty much done and I can't see us backin...
Chad Horohoe [Tue, 26 Oct 2010 16:24:44 +0000 (16:24 +0000)]
Moving new-index.php to index.php. This is pretty much done and I can't see us backing this out of 1.17 at this point. The UI is still a little rough (hopefullly some work coming on that soon). mySQL, SQLite support is complete. Postgres is nearly complete, Oracle as well.
Wanted to get more feedback before we branch. Please see http://mediawiki.org/wiki/New-installer_issues for known problems and to report other things.

13 years agoMake way for move
Chad Horohoe [Tue, 26 Oct 2010 16:24:17 +0000 (16:24 +0000)]
Make way for move

13 years agoCache the results of wfIsWindows()
Platonides [Tue, 26 Oct 2010 15:14:56 +0000 (15:14 +0000)]
Cache the results of wfIsWindows()
Each php_uname() call produces a uname syscall.

The cached one is three times faster (3.197545885) which is liklely to be the difference between a php var lookup and a syscall on my system.

== Test script ==
<?php

function wfIsWindows() {
if ( substr( php_uname(), 0, 7 ) == 'Windows' ) {
return true;
} else {
return false;
}
}

function wfIsWindowsCached() {
static $isWindows = null;
if ( $isWindows === null ) {
$isWindows = substr( php_uname(), 0, 7 ) == 'Windows';
}
return $isWindows;
}

$win = $nonwin = 0;

$time = microtime( true );
for ( $i = 1; $i < 5e8; $i++ ) {
if ( wfIsWindowsCached() ) {
$win++;
} else {
$nonwin++;
}
}

$time = microtime( true ) - $time;
echo "Time elapsed: $time\n";

13 years agoPlace into an else branch in the odd case where we are in safe_mode and passthru...
Platonides [Tue, 26 Oct 2010 14:31:13 +0000 (14:31 +0000)]
Place into an else branch in the odd case where we are in safe_mode and passthru is additionally blocked.

13 years agoKeep it in Title.php Having it on Defines would allow to use it wrong.
Platonides [Tue, 26 Oct 2010 14:08:33 +0000 (14:08 +0000)]
Keep it in Title.php Having it on Defines would allow to use it wrong.
Follow up r75379 (r74035, r74034)

13 years agomake noparser shouldn't try to run Broken tests
Platonides [Tue, 26 Oct 2010 14:03:27 +0000 (14:03 +0000)]
make noparser shouldn't try to run Broken tests

13 years agoMarking parsertests as broken until r74646 is fixed.
Platonides [Tue, 26 Oct 2010 13:56:14 +0000 (13:56 +0000)]
Marking parsertests as broken until r74646 is fixed.

13 years agoFollow up r75245.
Platonides [Tue, 26 Oct 2010 13:54:47 +0000 (13:54 +0000)]
Follow up r75245.
Fix PHP Fatal error:  Call to a member function ucfirst() on a non-object

13 years agoRevert r75415 after a talk with demon. The linebreaks are not shown in the output...
Raimond Spekking [Tue, 26 Oct 2010 12:51:30 +0000 (12:51 +0000)]
Revert r75415 after a talk with demon. The linebreaks are not shown in the output but Translatewiki like them to make the translation process a bit easier.

13 years agoReduce more WebInstaller bloat, move getFieldset(Start|End) to WebInstallerPage where...
Chad Horohoe [Tue, 26 Oct 2010 12:05:57 +0000 (12:05 +0000)]
Reduce more WebInstaller bloat, move getFieldset(Start|End) to WebInstallerPage where its used

13 years agoClarify some visibilities based on actual usage
Chad Horohoe [Tue, 26 Oct 2010 12:02:23 +0000 (12:02 +0000)]
Clarify some visibilities based on actual usage

13 years agoReduce linebreaks
Chad Horohoe [Tue, 26 Oct 2010 11:56:18 +0000 (11:56 +0000)]
Reduce linebreaks

13 years agorm unused code
Chad Horohoe [Tue, 26 Oct 2010 11:55:47 +0000 (11:55 +0000)]
rm unused code

13 years agoFollowup r75392: reduce some duplication, eliminate bool param
Chad Horohoe [Tue, 26 Oct 2010 11:45:21 +0000 (11:45 +0000)]
Followup r75392: reduce some duplication, eliminate bool param

13 years agoFollowup for r75314 (bug 23923) -- regression fix for prefix of '0' being ignored...
Brion Vibber [Mon, 25 Oct 2010 23:49:03 +0000 (23:49 +0000)]
Followup for r75314 (bug 23923) -- regression fix for prefix of '0' being ignored since r75314

Don't forget that the string '0' evaluates to false in boolean context!

13 years ago(bug 198: Easy, secure in-place upgrade) Introduce new $wgUpgradeKey. When set in...
Chad Horohoe [Mon, 25 Oct 2010 23:18:47 +0000 (23:18 +0000)]
(bug 198: Easy, secure in-place upgrade) Introduce new $wgUpgradeKey. When set in LocalSettings, it allows the user to unlock the installer/upgrader with a hidden key. The days of having to move LocalSettings.php in order to perform an upgrade are gone. The key is the only thing loaded by the installer, you still have to provide the SQL information yourself (as an extra layer of sanity to keep unauthorized users from running it)

13 years agoFollowup r75371, use MediaWiki default user and content language for messages
Chad Horohoe [Mon, 25 Oct 2010 21:46:35 +0000 (21:46 +0000)]
Followup r75371, use MediaWiki default user and content language for messages

13 years agoFollowup r74035, add GAID_FOR_UPDATE to the defines for back-compat
Chad Horohoe [Mon, 25 Oct 2010 20:25:43 +0000 (20:25 +0000)]
Followup r74035, add GAID_FOR_UPDATE to the defines for back-compat

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 25 Oct 2010 19:51:56 +0000 (19:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-25 19:28:00 UTC)

13 years agofailfunction is dead
Sam Reed [Mon, 25 Oct 2010 19:41:54 +0000 (19:41 +0000)]
failfunction is dead

13 years ago* moved installMainpage to CoreInstaller as requested in r75366
Jure Kajzer [Mon, 25 Oct 2010 18:57:44 +0000 (18:57 +0000)]
* moved installMainpage to CoreInstaller as requested in r75366

13 years agoRemoved overzealous cleanup that was responsible for failures of tests in CruiseContr...
Max Semenik [Mon, 25 Oct 2010 17:45:46 +0000 (17:45 +0000)]
Removed overzealous cleanup that was responsible for failures of tests in CruiseControl. Will investigate this further later, now fixing just enough to make things work.

13 years agoUnused since r74966 $wgHandheldStyle is handled by the resourceloader.
Platonides [Mon, 25 Oct 2010 17:12:16 +0000 (17:12 +0000)]
Unused since r74966 $wgHandheldStyle is handled by the resourceloader.

13 years ago* DatabaseOracle - throw connection exception instead of debug+false
Jure Kajzer [Mon, 25 Oct 2010 16:49:59 +0000 (16:49 +0000)]
* DatabaseOracle - throw connection exception instead of debug+false
* DatabaseOracle - fixed $wgContLang local usage in update
* Installer - added Main Page insertion as a new installation step (fixes bug 22308)

13 years agoFollow up r75361 : removing a work in progress test case
Antoine Musso [Mon, 25 Oct 2010 16:28:15 +0000 (16:28 +0000)]
Follow up r75361 : removing a work in progress test case

13 years ago* bypassers ($force, --help) moved to the top. Less error prone.
Antoine Musso [Mon, 25 Oct 2010 16:23:56 +0000 (16:23 +0000)]
* bypassers ($force, --help)  moved to the top. Less error prone.
* prefix parameters with double dashes '--'
* get ride of spaces before semi-column ':'
* some comments to help us read the code

tip: reviewers should strip white spaces (svn diff -x -ub)

13 years ago$wgRequest usage removed in r75272
Platonides [Mon, 25 Oct 2010 16:06:00 +0000 (16:06 +0000)]
$wgRequest usage removed in r75272

13 years agoRevert mainpage part of r75347. Should go in its own method, with messages, proper...
Chad Horohoe [Mon, 25 Oct 2010 14:41:13 +0000 (14:41 +0000)]
Revert mainpage part of r75347. Should go in its own method, with messages, proper error handling, and should fix bug 22308 (trivial)

13 years ago* fixed accidental revert of r75343
Jure Kajzer [Mon, 25 Oct 2010 12:06:37 +0000 (12:06 +0000)]
* fixed accidental revert of r75343

13 years ago* Installer for Oracle fixes
Jure Kajzer [Mon, 25 Oct 2010 11:07:55 +0000 (11:07 +0000)]
* Installer for Oracle fixes
* added Main Page creation within install
* added MEDIAWIKI_INSTALL constant; some scripts still use it
* started OracleUpgrader scripts for upgrade from 1.16
* fixed some not null defaults that comply with mysql data type default on not null fields
* FKs made defferable

13 years ago* null value => default value handling
Jure Kajzer [Mon, 25 Oct 2010 10:56:07 +0000 (10:56 +0000)]
* null value => default value handling
* duplicateTable call fix
* some internal calls to query replaced with doQuery
* added update method overload

13 years ago(bug 24853) Kill failFunction - Fixed! :D
Sam Reed [Sun, 24 Oct 2010 21:27:33 +0000 (21:27 +0000)]
(bug 24853) Kill failFunction - Fixed! :D

13 years agoComment out unused if (code inside it is commented out
Sam Reed [Sun, 24 Oct 2010 21:02:57 +0000 (21:02 +0000)]
Comment out unused if (code inside it is commented out

13 years agoStart of bug 24853, killing off 'functional' parts of failfunction code. Seems when...
Sam Reed [Sun, 24 Oct 2010 20:48:48 +0000 (20:48 +0000)]
Start of bug 24853, killing off 'functional' parts of failfunction code. Seems when the constructors start getting changed, it starts borking. Using this as a point of reversion/stashing

13 years agoadded support for standard, cologneblue, nostalgia in mw.util.addPortletLink + update...
Krinkle [Sun, 24 Oct 2010 19:32:11 +0000 (19:32 +0000)]
added support for standard, cologneblue, nostalgia in mw.util.addPortletLink + updated the test suite

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 24 Oct 2010 19:30:56 +0000 (19:30 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-10-24 19:14:00 UTC)

13 years ago* If a action=parse request provides an oldid that is actually the current revision...
Sam Reed [Sun, 24 Oct 2010 19:16:46 +0000 (19:16 +0000)]
* If a action=parse request provides an oldid that is actually the current revision id, try the parser cache, and save it to it if necessary

13 years agobug25289 Hook that optionally adds custom content instead of article content on diff...
Priyanka Dhanda [Sun, 24 Oct 2010 18:57:25 +0000 (18:57 +0000)]
bug25289 Hook that optionally adds custom content instead of article content on diff pages. Now only used by FlaggedRevs to not load the content on history pages when pending changes are enabled.