lhc/web/wiklou.git
13 years agoRevert r64436, r64437, r64508 per CR r64436
Bryan Tong Minh [Fri, 9 Jul 2010 09:46:05 +0000 (09:46 +0000)]
Revert r64436, r64437, r64508 per CR r64436

13 years agoRevert r63213, r63214 per CR comment on r63214, doesn't match documented cmd.exe...
Tim Starling [Fri, 9 Jul 2010 06:54:14 +0000 (06:54 +0000)]
Revert r63213, r63214 per CR comment on r63214, doesn't match documented cmd.exe behaviour

13 years agorequestWriteMode() is deprecated and unused
Max Semenik [Thu, 8 Jul 2010 19:30:21 +0000 (19:30 +0000)]
requestWriteMode() is deprecated and unused

13 years agoTweaks to UPGRADE and INSTALL instructions. Include new info about new-installer...
Chad Horohoe [Thu, 8 Jul 2010 18:46:10 +0000 (18:46 +0000)]
Tweaks to UPGRADE and INSTALL instructions. Include new info about new-installer, remove some redundant sections

13 years agoFollowup r69186, need to specify column name here
Chad Horohoe [Thu, 8 Jul 2010 18:35:26 +0000 (18:35 +0000)]
Followup r69186, need to specify column name here

13 years ago(bug 24124) Diffs are taking 10 to 20 seconds to load. Use parser cache for page...
Chad Horohoe [Thu, 8 Jul 2010 17:01:28 +0000 (17:01 +0000)]
(bug 24124) Diffs are taking 10 to 20 seconds to load. Use parser cache for page preview when diffing to current version (which is the most often). Cuts execution time down on my sample page from 1141.44ms down to 13.78ms on a pcache hit

13 years agoAdd ul_value to Postgres schema.
Greg Sabino Mullane [Thu, 8 Jul 2010 15:11:57 +0000 (15:11 +0000)]
Add ul_value to Postgres schema.

13 years agoChange Updaters to Updater
Chad Horohoe [Thu, 8 Jul 2010 15:00:00 +0000 (15:00 +0000)]
Change Updaters to Updater

13 years agoRefactor a lot of updaters.inc into some classes in the installer code. Still need...
Chad Horohoe [Thu, 8 Jul 2010 14:57:19 +0000 (14:57 +0000)]
Refactor a lot of updaters.inc into some classes in the installer code. Still need all these blasted global functions. And OpenID still uses $wgUpdates, so support for it remains...for now!

13 years agoAdd optional ul_value blob to updatelog so it can store more useful things
Chad Horohoe [Thu, 8 Jul 2010 13:58:42 +0000 (13:58 +0000)]
Add optional ul_value blob to updatelog so it can store more useful things

13 years agoIntroduce $wgBetterDirectionality that lets us work on support for rtl ui in ltr...
Niklas Laxström [Thu, 8 Jul 2010 13:34:03 +0000 (13:34 +0000)]
Introduce $wgBetterDirectionality that lets us work on support for rtl ui in ltr wiki and vice versa.

13 years agoUnused template parameter
Niklas Laxström [Thu, 8 Jul 2010 12:49:19 +0000 (12:49 +0000)]
Unused template parameter

13 years agoFollowup to r51583: actually use the rd_interwiki and rd_fragment fields, in the...
Roan Kattouw [Thu, 8 Jul 2010 10:49:36 +0000 (10:49 +0000)]
Followup to r51583: actually use the rd_interwiki and rd_fragment fields, in the spirit of r33133: we now use the redirect table as a cache for redirect targets, no longer pulling the page text from ES for every logged-in redirect view. Old-style redirect table entries with NULL for fragment and interwiki are automatically updated when the redirect is visited or edited.

13 years agoFollowup r68831, r69170. Set none as the default cache always, never APC
Chad Horohoe [Thu, 8 Jul 2010 10:34:59 +0000 (10:34 +0000)]
Followup r68831, r69170. Set none as the default cache always, never APC

13 years agoWhitespace fix
Niklas Laxström [Thu, 8 Jul 2010 09:28:31 +0000 (09:28 +0000)]
Whitespace fix

13 years agoAdded $wgAllUnicodeFixes to replace live-hack at twn
Niklas Laxström [Thu, 8 Jul 2010 09:15:53 +0000 (09:15 +0000)]
Added $wgAllUnicodeFixes to replace live-hack at twn

13 years agoSimplify wfMsgGetKey
Niklas Laxström [Thu, 8 Jul 2010 09:08:03 +0000 (09:08 +0000)]
Simplify wfMsgGetKey

13 years agoUpdate syntax examples a bit
Niklas Laxström [Thu, 8 Jul 2010 09:03:47 +0000 (09:03 +0000)]
Update syntax examples a bit

13 years agoAvoid unstubbing in wfGetLangObj, code style
Niklas Laxström [Thu, 8 Jul 2010 08:23:35 +0000 (08:23 +0000)]
Avoid unstubbing in wfGetLangObj, code style

13 years agoDocument mDebugtext
Niklas Laxström [Thu, 8 Jul 2010 08:12:19 +0000 (08:12 +0000)]
Document mDebugtext

13 years agoLittle debugging help for LinkBatch
Niklas Laxström [Thu, 8 Jul 2010 08:11:14 +0000 (08:11 +0000)]
Little debugging help for LinkBatch

13 years agor68831 make sure $selected is set.
Mark A. Hershberger [Thu, 8 Jul 2010 08:08:14 +0000 (08:08 +0000)]
r68831 make sure $selected is set.

13 years agoUpdate comment: makeLikeArray() is deprecated
Max Semenik [Thu, 8 Jul 2010 06:53:42 +0000 (06:53 +0000)]
Update comment: makeLikeArray() is deprecated

13 years agonew-installer: Revert DB driver check breakage in r69128
Ævar Arnfjörð Bjarmason [Wed, 7 Jul 2010 15:05:05 +0000 (15:05 +0000)]
new-installer: Revert DB driver check breakage in r69128

We should use isCompiled() to check if we can actually use a DB
driver. Just constructing the object isn't enough. r69128 regressed so
that the installed displayed Oracle as an option for me, even though I
have no driver for it.

13 years agoContinue to clean up the LanguageConverter.php.
Philip Tzou [Wed, 7 Jul 2010 14:46:27 +0000 (14:46 +0000)]
Continue to clean up the LanguageConverter.php.

13 years ago doesn't need to be passed by ref
Chad Horohoe [Wed, 7 Jul 2010 13:56:44 +0000 (13:56 +0000)]
 doesn't need to be passed by ref

13 years agoGive the installerdbtype object to custom callbacks too :)
Chad Horohoe [Wed, 7 Jul 2010 13:53:27 +0000 (13:53 +0000)]
Give the installerdbtype object to custom callbacks too :)

13 years agoPartial revert r69128: go back to making isCompiled() an instance method rather than...
Chad Horohoe [Wed, 7 Jul 2010 13:52:05 +0000 (13:52 +0000)]
Partial revert r69128: go back to making isCompiled() an instance method rather than static. Moved $installSteps tweaking to new preInstall() method rather than piling more hacks into the constructor. Also pass InstallerDBType to install steps, reduce some code duplication

13 years ago* use call_user_func instead of $class::isCompiled() for php 5.2 (re r69128)
Mark A. Hershberger [Wed, 7 Jul 2010 13:39:57 +0000 (13:39 +0000)]
* use call_user_func instead of $class::isCompiled() for php 5.2 (re r69128)
* in performInstallation, $step is always a string, check $stepObj instead
* remove installUser() method that only called setupUser, which only MySQL needs and is added by modifying the steps

13 years agoperformInstallation() should halt when a fatal status is encountered
Chad Horohoe [Wed, 7 Jul 2010 12:48:20 +0000 (12:48 +0000)]
performInstallation() should halt when a fatal status is encountered

13 years agofix text layer extraction (bug 21526); patch by Simon Lipp
ThomasV [Wed, 7 Jul 2010 11:05:00 +0000 (11:05 +0000)]
fix text layer extraction (bug 21526); patch by Simon Lipp

13 years agonew-installer: WebInstaller's ->finish method needs to be public, not private
Ævar Arnfjörð Bjarmason [Wed, 7 Jul 2010 10:55:53 +0000 (10:55 +0000)]
new-installer: WebInstaller's ->finish method needs to be public, not private

It's called from new-index.php if we can't start a session:

    $installer = new WebInstaller( $wgRequest );

    if ( !$installer->startSession() ) {
     $installer->finish();

Resulting in:

    [07-Jul-2010 10:37:00] PHP Fatal error:  Call to private method WebInstaller::finish() from context '' in /home/avar/g/phase3/config/new-index.php on line 12

13 years agonew-installer: Remove duplicate code added in r69128
Ævar Arnfjörð Bjarmason [Wed, 7 Jul 2010 10:42:12 +0000 (10:42 +0000)]
new-installer: Remove duplicate code added in r69128

13 years agonew-installer: Remove debug_print_backtrace() call added in r69128
Ævar Arnfjörð Bjarmason [Wed, 7 Jul 2010 10:42:10 +0000 (10:42 +0000)]
new-installer: Remove debug_print_backtrace() call added in r69128

13 years ago* Deprecated convertLinkToAllVariants() since the "{" and "}" are not allowed in...
Philip Tzou [Wed, 7 Jul 2010 08:59:03 +0000 (08:59 +0000)]
* Deprecated convertLinkToAllVariants() since the "{" and "}" are not allowed in titles, the text will get all converted always like autoConvertToAllVariants().
* Removed some redundant code.

13 years agoClean up LanguageConverter.php.
Philip Tzou [Wed, 7 Jul 2010 08:35:25 +0000 (08:35 +0000)]
Clean up LanguageConverter.php.

13 years agofinish revert of r69108
Mark A. Hershberger [Wed, 7 Jul 2010 02:53:57 +0000 (02:53 +0000)]
finish revert of r69108

13 years ago* Add Status::getWarningsArray() to complement Status::getErrorsArray()
Mark A. Hershberger [Wed, 7 Jul 2010 02:53:19 +0000 (02:53 +0000)]
* Add Status::getWarningsArray() to complement Status::getErrorsArray()
* Add Status::getWikiTextArray() to allow different ways of formating a bunch of status messages (e.g. CLI output)
* Clean up messages in CliInstaller, use more i18n
* Use warning messages from Status return object in CLI installer
* Make Installer::isCompiled static so we don't have to create an object just to see that we can't use it.
* Add Installer::addInstallStepFollowing so we don't have MySQLInstaller mucking in its parent's data

13 years agonew-installer: Make findExtensions() return a key-value array
Ævar Arnfjörð Bjarmason [Tue, 6 Jul 2010 21:34:20 +0000 (21:34 +0000)]
new-installer: Make findExtensions() return a key-value array

Now we return e.g.:

    array( 'Cite', 'LiquidThreads' );

Instead return:

    array(
        'Cite' => null,
        'LiquidThreads' => $some_config
    );

Where $some_config is a yet-to-be determined configuration. It's
intended for e.g. sourcing SQL tables that the extension needs.

13 years agoRemove a few functions that have been labelled deprecated forever and have no callers...
Chad Horohoe [Tue, 6 Jul 2010 20:56:37 +0000 (20:56 +0000)]
Remove a few functions that have been labelled deprecated forever and have no callers anywhere

13 years agoRevert r69005 (adding valid_tag to parsertest tables). Not sure what freaky magic...
Chad Horohoe [Tue, 6 Jul 2010 20:44:48 +0000 (20:44 +0000)]
Revert r69005 (adding valid_tag to parsertest tables). Not sure what freaky magic was going on, can't seem to replicate

13 years agonew-installer: Delay database object construction until ->execute time
Ævar Arnfjörð Bjarmason [Tue, 6 Jul 2010 20:40:05 +0000 (20:40 +0000)]
new-installer: Delay database object construction until ->execute time

My method of putting code that alters $this->parent->installSteps in
the MySQL constructor didn't work because the installer will construct
objects for all the databases, even those it doesn't use.

This ostensibly happens because it needs to be able to provide
defaults for all of them on the DBConnect page.

But when I was going to fix that by exiting the MySQL constructior by
checking $wgDBtype I found that it didn't work, because WebInstaller
calls Installer's __construct *before* any sessions are read or set
up, so $wgDBtype will always be mysql, since that's the default.

Fix that by delaying the construction of the database objects. The
WebInstaller (or equivalent) now has to call ->setupDatabaseObjects()
in its ->execute method. This way the defaults on the DBConnect will
still be provided, but we'll have access to session data in the
database constructors.

Ughed-by: Chad <innocentkiller@gmail.com>
13 years agoFollowup r69007, use $wgDeletedDirectory since it exists now
Chad Horohoe [Tue, 6 Jul 2010 19:06:44 +0000 (19:06 +0000)]
Followup r69007, use $wgDeletedDirectory since it exists now

13 years agoDisable installer when LocalSettings.php is detected
Chad Horohoe [Tue, 6 Jul 2010 18:57:06 +0000 (18:57 +0000)]
Disable installer when LocalSettings.php is detected

13 years agoRefactor installation into parent class, shouldn't be up to children to implement...
Chad Horohoe [Tue, 6 Jul 2010 18:31:55 +0000 (18:31 +0000)]
Refactor installation into parent class, shouldn't be up to children to implement. Have the child pass callbacks to be done at beginning and end of stages for output

13 years agoAlso add a box around warnings like errors
Chad Horohoe [Tue, 6 Jul 2010 14:42:06 +0000 (14:42 +0000)]
Also add a box around warnings like errors

13 years agoTurn getStatusErrorBox() into getStatusBox() so it can handle warnings too
Chad Horohoe [Tue, 6 Jul 2010 14:41:15 +0000 (14:41 +0000)]
Turn getStatusErrorBox() into getStatusBox() so it can handle warnings too

13 years agoMake this public again, MysqlInstaller uses it :(
Chad Horohoe [Tue, 6 Jul 2010 14:31:43 +0000 (14:31 +0000)]
Make this public again, MysqlInstaller uses it :(

13 years agoStylize API
Sam Reed [Tue, 6 Jul 2010 13:15:59 +0000 (13:15 +0000)]
Stylize API

Add a few braces

13 years agoFollow up r69081. Use wfEmptyMsg() rather than the ugly comparison.
Philip Tzou [Tue, 6 Jul 2010 07:29:41 +0000 (07:29 +0000)]
Follow up r69081. Use wfEmptyMsg() rather than the ugly comparison.

13 years agoBug 24027: Variants like "zh" should get purged as others.
Philip Tzou [Tue, 6 Jul 2010 06:59:52 +0000 (06:59 +0000)]
Bug 24027: Variants like "zh" should get purged as others.

13 years ago1. Fix the underline bug in the title(namespace) conversion, which displayed title...
Philip Tzou [Tue, 6 Jul 2010 05:00:15 +0000 (05:00 +0000)]
1. Fix the underline bug in the title(namespace) conversion, which displayed title like "User_talk:Example".
2. Improve the function of namespace conversion. Allow admins to custom namespace conversion in MediaWiki's messages([[MediaWiki:conversion-nsX]]).

13 years agoBug 24072: The manual conversion of title was taken interferes by other manual conver...
Philip Tzou [Tue, 6 Jul 2010 03:06:31 +0000 (03:06 +0000)]
Bug 24072: The manual conversion of title was taken interferes by other manual conversion rule(s). This patch fixed the problem and add a new test to parserTests.txt to prevent it to reappear again.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 5 Jul 2010 21:51:11 +0000 (21:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-05 21:20:00 UTC)

13 years agoremoved TablePager CSS from Modern's main.css as shared.css already contains that...
Jack Phoenix [Mon, 5 Jul 2010 20:45:20 +0000 (20:45 +0000)]
removed TablePager CSS from Modern's main.css as shared.css already contains that and Modern includes shared.css. Also merged two .TablePager rules into one in shared.css and updated comments

13 years agocleanup to CSS files (spaces -> tabs for indentation, trimmed trailing spaces, update...
Jack Phoenix [Mon, 5 Jul 2010 20:40:09 +0000 (20:40 +0000)]
cleanup to CSS files (spaces -> tabs for indentation, trimmed trailing spaces, updated a few comments)

13 years agoRemoved sysopRequired() and developerRequired() from OutputPage. Even junkiest extens...
Max Semenik [Mon, 5 Jul 2010 20:31:01 +0000 (20:31 +0000)]
Removed sysopRequired() and developerRequired() from OutputPage. Even junkiest extensions don't use them anymore, thanks to exceptions they've been throwing for the last 4 years.

13 years agoGot rid of remaining usages of immediateBegin()/immediateCommit(), marked these funct...
Max Semenik [Mon, 5 Jul 2010 19:47:46 +0000 (19:47 +0000)]
Got rid of remaining usages of immediateBegin()/immediateCommit(), marked these functions with wfDeprecated()

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 5 Jul 2010 09:14:29 +0000 (09:14 +0000)]
Fixed some doxygen warnings

13 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 5 Jul 2010 05:18:08 +0000 (05:18 +0000)]
Update the Chinese conversion tables.

13 years agoMake visibilities actually mean it
Chad Horohoe [Mon, 5 Jul 2010 00:29:38 +0000 (00:29 +0000)]
Make visibilities actually mean it

13 years agoNot the parent, use this
Chad Horohoe [Mon, 5 Jul 2010 00:06:06 +0000 (00:06 +0000)]
Not the parent, use this

13 years agoLocalSettingsGenerator: Document $wgLanguageCode in the generated LocalSettings.php
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 22:11:20 +0000 (22:11 +0000)]
LocalSettingsGenerator: Document $wgLanguageCode in the generated LocalSettings.php

13 years agoLocalSettingsGenerator: Document $wgDiff3 in the generated LocalSettings.php
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 22:11:18 +0000 (22:11 +0000)]
LocalSettingsGenerator: Document $wgDiff3 in the generated LocalSettings.php

13 years agoLocalSettingsGenerator: Align the few assignments in the generated LocalSettings...
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 22:11:14 +0000 (22:11 +0000)]
LocalSettingsGenerator: Align the few assignments in the generated LocalSettings.php that weren't aligned

This makes the generated code prettier and easier to read.

13 years agonew-installer: A better implementation of the database user creation added in r69008
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 21:25:16 +0000 (21:25 +0000)]
new-installer: A better implementation of the database user creation added in r69008

Since MysqlInstaller isn't in the same class hierarchy as WebInstaller
the database user functions I added in r69008 messed up the namespace
for non-MySQL, and added redundant user creation messages to
e.g. SQLite, which doesn't even have users.

Instead support either a plain string in $installSteps, or an array
that has callback data that'll be called with call_user_func_array.

The implementation is a bit ad-hoc, we should probably move the magic
in Hooks.php's wfRunHooks to some general library function so we can
use that here, or perhaps just implement these installSteps with
something like:

    $wgHook['Installer::steps'][] = array(...)

And then use wfRunHooks to run all the steps. But in the meantime
this'll do.

This breaks the nascent CliInstaller (indicating that we should do
these calls better), and I haven't added the equivalent functionality
to $envChecks.

13 years agoRemoved error suppression opertators (per bug 24159)
Alexandre Emsenhuber [Sun, 4 Jul 2010 20:43:58 +0000 (20:43 +0000)]
Removed error suppression opertators (per bug 24159)

13 years agonew-installer: Use `` instead of wfShellExec() like the old installer
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 19:44:21 +0000 (19:44 +0000)]
new-installer: Use `` instead of wfShellExec() like the old installer

This avoids runnin into the memory limitation of ulimit.sh when
auto-detecting if programs exist during installation. On my 64 bit
Debian system calling e.g. diff3 --version takes more than the default
10MB memory limit.

Can be reproduced as:

    <?php
    require 'maintenance/commandLine.inc';
    $var = wfShellExec("/usr/bin/diff3 --version 2>&1");
    echo "<$var>\n";
    ?>

Which on my system gives you:

    php test.php
    /home/avar/g/phase3/bin/ulimit4.sh: xmalloc: ../bash/variables.c:3446: cannot allocate 1270 bytes (53248 bytes allocated)
    <>

The old installer just did ``, revert to this behavior until we raise
the default memory limit, or find some workaround for this issue.

13 years agoAdd LocalSettings checker thing. Haven't used it in the UI yet and the needsUpgrade...
Chad Horohoe [Sun, 4 Jul 2010 19:41:26 +0000 (19:41 +0000)]
Add LocalSettings checker thing. Haven't used it in the UI yet and the needsUpgrade() probably doesn't work right yet :)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 4 Jul 2010 18:55:14 +0000 (18:55 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-04 18:27:00 UTC)

13 years agonew-installer: Return newGood() from CreateDBAccount if we're not creating an account
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 16:40:28 +0000 (16:40 +0000)]
new-installer: Return newGood() from CreateDBAccount if we're not creating an account

This unbreaks the installation when we're not creating a user, broken
in my last commit.

13 years agoRevert r64063, will use a different approach for selected languages later
Max Semenik [Sun, 4 Jul 2010 16:35:33 +0000 (16:35 +0000)]
Revert r64063, will use a different approach for selected languages later

13 years agonew-installer: GRANT permissions to our new non-root user by sourcing users.sql
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 16:16:28 +0000 (16:16 +0000)]
new-installer: GRANT permissions to our new non-root user by sourcing users.sql

The old installer sourced maintenance/users.sql to create a new
non-root user if requested. Do that in the new installer as well.

So far this only works on MySQL, but I'm adding a generic setupUser
function on the assumption that other databases (except SQLite) want
to do some sort of user setup.

13 years agoDeprecated $wgFileStore in favor of $wgDeletedDirectory. Included b/c code for wikis...
Chad Horohoe [Sun, 4 Jul 2010 15:56:46 +0000 (15:56 +0000)]
Deprecated $wgFileStore in favor of $wgDeletedDirectory. Included b/c code for wikis with $wgFileStore still set

13 years agoAdd valid_tag to list of tables for parsertests. Mine seemed to need it
Chad Horohoe [Sun, 4 Jul 2010 15:29:52 +0000 (15:29 +0000)]
Add valid_tag to list of tables for parsertests. Mine seemed to need it

13 years agonew-installer: Don't use some made-up $host:$ip for memcached in an example, but...
Ævar Arnfjörð Bjarmason [Sun, 4 Jul 2010 15:03:13 +0000 (15:03 +0000)]
new-installer: Don't use some made-up $host:$ip for memcached in an example, but 127.0.0.1:11211 which is the default

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 4 Jul 2010 14:41:26 +0000 (14:41 +0000)]
Fixed some doxygen warnings

13 years ago* Modified Special:Ipblocklist to subclass SpecialPage instead of using wfSpecialIblo...
Alexandre Emsenhuber [Sun, 4 Jul 2010 14:38:34 +0000 (14:38 +0000)]
* Modified Special:Ipblocklist to subclass SpecialPage instead of using wfSpecialIblocklist()
* Changed some calls from Xml:: to Html::
* Coding style

13 years agoLocalization update for he.
Rotem Liss [Sun, 4 Jul 2010 14:03:33 +0000 (14:03 +0000)]
Localization update for he.

13 years agoAdded alias for 'Badtitle' so that it stops throwing warnings when accessing a "Bad...
Alexandre Emsenhuber [Sun, 4 Jul 2010 12:24:13 +0000 (12:24 +0000)]
Added alias for 'Badtitle' so that it stops throwing warnings when accessing a "Bad title" page

13 years ago* Fixing (sub)section names - they can't have the same name, because they are used...
Danny B [Sun, 4 Jul 2010 11:39:32 +0000 (11:39 +0000)]
* Fixing (sub)section names - they can't have the same name, because they are used as id's in HTML.

13 years agoMake the "E-mail notification about changes" options fit at the right into a 1024...
Platonides [Sun, 4 Jul 2010 11:16:52 +0000 (11:16 +0000)]
Make the "E-mail notification about changes" options fit at the right into a 1024 width screen.

13 years agoRemove array( ... ) from SpecialMypage, SpecialMytalk and SpecialMycontributions...
Alexandre Emsenhuber [Sun, 4 Jul 2010 10:21:59 +0000 (10:21 +0000)]
Remove array( ... ) from SpecialMypage, SpecialMytalk and SpecialMycontributions for consistency with other special pages

13 years agoLocalization update for he.
Rotem Liss [Sat, 3 Jul 2010 21:53:03 +0000 (21:53 +0000)]
Localization update for he.

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 3 Jul 2010 21:09:25 +0000 (21:09 +0000)]
Fixed some doxygen warnings

13 years agoTwo error suppression opertators less (per bug 24159)
Alexandre Emsenhuber [Sat, 3 Jul 2010 20:35:32 +0000 (20:35 +0000)]
Two error suppression opertators less (per bug 24159)

13 years agoFollow-up r68904: Rename 'ImagePage.css' to 'Filepage.css': More generic name and...
Raimond Spekking [Sat, 3 Jul 2010 19:51:54 +0000 (19:51 +0000)]
Follow-up r68904: Rename 'ImagePage.css' to 'Filepage.css': More generic name and CamelCase in messages keys is uncommon
Add 'Filepage.css' to MessagesEn.php to be sure that the message is shown on Special:AllMessages

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 3 Jul 2010 19:15:49 +0000 (19:15 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-03 18:40:00 UTC)

13 years agoModified Special:Filepath to subclass SpecialPage; also changed some calls from Xml...
Alexandre Emsenhuber [Sat, 3 Jul 2010 18:39:20 +0000 (18:39 +0000)]
Modified Special:Filepath to subclass SpecialPage; also changed some calls from Xml:: to Html::

13 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 3 Jul 2010 15:28:33 +0000 (15:28 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

13 years ago* document new hooks
Alexandre Emsenhuber [Sat, 3 Jul 2010 14:33:09 +0000 (14:33 +0000)]
* document new hooks
* fixed quotes

13 years agoFix E_STRICT about different function signature
Alexandre Emsenhuber [Sat, 3 Jul 2010 13:37:49 +0000 (13:37 +0000)]
Fix E_STRICT about different function signature

13 years ago(bug 24244) Updated comments in DefaultSettings.php to reflect Image: --> File: names...
Max Semenik [Sat, 3 Jul 2010 06:32:37 +0000 (06:32 +0000)]
(bug 24244) Updated comments in DefaultSettings.php to reflect Image: --> File: namespace rename.

13 years agoNew installer: fixed fatal exception due to attempted DB access from User::loadOptions()
Max Semenik [Sat, 3 Jul 2010 06:06:02 +0000 (06:06 +0000)]
New installer: fixed fatal exception due to attempted DB access from User::loadOptions()

13 years agoRemoved trailing spaces
Alexandre Emsenhuber [Fri, 2 Jul 2010 22:07:13 +0000 (22:07 +0000)]
Removed trailing spaces

13 years agoRemove double-wrapping in trs
Andrew Garrett [Fri, 2 Jul 2010 21:40:47 +0000 (21:40 +0000)]
Remove double-wrapping in trs

13 years agoAdded /maintenance/tests to the directory list
Alexandre Emsenhuber [Fri, 2 Jul 2010 21:35:27 +0000 (21:35 +0000)]
Added /maintenance/tests to the directory list

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 2 Jul 2010 21:22:38 +0000 (21:22 +0000)]
Fixed some doxygen warnings

13 years agoAdd vertical-label option to HTMLForm, for CommunityHiring
Andrew Garrett [Fri, 2 Jul 2010 21:20:54 +0000 (21:20 +0000)]
Add vertical-label option to HTMLForm, for CommunityHiring

13 years ago* Eliminate CLIInstallerOutput per r68645 since, yes, it wasn't needed.
Mark A. Hershberger [Fri, 2 Jul 2010 21:15:13 +0000 (21:15 +0000)]
* Eliminate CLIInstallerOutput per r68645 since, yes, it wasn't needed.
* Make sure output only happens in the top-level Installer implementations.
* Differentiate Status warning messages from Status error messages in the Installer.
* Change abstract method from Install::showStatusError() to Install::showStatusMessage() since we'll use it to show warnings now, too.
* TODO Need a better way to extract/display Status warning messages since, from my look at the Status class, it looks like warnings are implemented, but not really used.