Commit graph

39 commits

Author SHA1 Message Date
Alex Monk
7b7d5d6df7 Renamed 'metawikipedia' interwiki link prefix to 'metawikimedia' - Meta-Wiki deals with more projects than just Wikipedia. See https://www.mediawiki.org/wiki/Wikipmediawiki
Change-Id: I995f0d0e6a3877f605fbabd4a49ec258d9fc08b6
2012-04-02 16:34:37 +01:00
Alex Monk
bc0446e8b5 Fixed some links from SVN to Git.
Change-Id: If425135e3601f11e42c0fc66b1eff7192b2a0704
2012-03-23 22:32:53 +00:00
Sam Reed
6906724935 Add, update, tweak documentation
Fix document comment blocks

Tweak some returns
2011-10-26 03:45:13 +00:00
Sam Reed
90e74042b4 Fix comment blocks that start /* to /** 2011-10-11 18:30:50 +00:00
Sam Reed
eda06e8593 * (bug 31204) Remove old user.user_options
Added run of ConvertUserOptions maintenance script into update.php before dropping the column

Removed usages of user_options in code

Marked User::decodeOptions() deprecated as of 1.19.

Made ConvertUserOptions drop out early if the user_options field doesn't exist

Made ConvertUserOptions update user_options to '' after migration of user options to mOptions
2011-09-28 18:08:48 +00:00
Siebrand Mazeland
75c6696aa8 Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
Sam Reed
ee6b559630 Fix unused variables
Decapitalise False
2011-05-13 16:16:44 +00:00
Markus Glaser
557a85891a Added triggerClientTestResources, which makes the use of separate test resourecs optional. Needed for testing installer functions. 2011-01-27 14:51:58 +00:00
Priyanka Dhanda
8d7c093ca5 New test database resource file with some test configuration changes for it. Follow up to r79421 and r79982 2011-01-11 01:01:54 +00:00
Alexandre Emsenhuber
d7e37fcdab svn:eol-style native 2011-01-04 13:23:18 +00:00
nadeesha
9097509e89 Change the xpath of the 'You can now Folder/index.php start using your wiki' text. 2011-01-03 09:18:21 +00:00
nadeesha
c0d76a084d Changed 'enter your wiki' link, environment ok text and remove 'Subscribe to the release announcements mailing list' check box verification section 2011-01-03 09:07:55 +00:00
nadeesha
00493acd76 Change the xpath of the 'Upgrade complete' text 2011-01-03 09:06:53 +00:00
nadeesha
a9d5f1fcc7 Remove verification for help field hint for 'Subscribe to the release announcements mailing list' as per the code review comment(MediaWiki r79089) 2011-01-03 09:05:58 +00:00
nadeesha
74bf56d58a Remove testOnlyBackButtonAvailability() function as per the code review comment (MediaWiki r78165 ) 2011-01-03 09:05:18 +00:00
Platonides
3662ccd949 I am fed up of selenium constants which aren't properly defined by all files using them.
Making those of SeleniumTestConstants.php into class constants.

for i in $(grep -o 'const [A-Z_]*' SeleniumTestConstants.php | cut -c 7-); do
find -name \*.php -and -not -name SeleniumTestConstants.php -exec sed -i s/$i/SeleniumTestConstants::$i/g \{\} +
done
2011-01-01 20:56:39 +00:00
Markus Glaser
1b7f9fc8b4 SimpleSeleniumTest now has its own resources (database and images dir) 2011-01-01 15:52:52 +00:00
Markus Glaser
2f45366156 test data for SimpleSeleniumTest 2011-01-01 15:51:54 +00:00
Markus Glaser
7b7f919d78 test data for SimpleSeleniumTest 2011-01-01 15:51:37 +00:00
Markus Glaser
c1bbdc2b05 typo in comment 2011-01-01 15:49:58 +00:00
Markus Glaser
1db7106fe7 changed path after relocation 2011-01-01 15:49:33 +00:00
nadeesha
2fe8e12075 Change the values taken from the SeleniumTestConstants.php 2010-12-31 10:05:15 +00:00
Platonides
46318874e1 Follow up r77654
These two files use constants from SeleniumTestConstants.php
I would be more confortable if all these defines were class variables, though.

Removed an empty statement.
2010-12-30 19:18:09 +00:00
Platonides
96da57e27f Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
nadeesha
ec9d18def9 Replace the common xpaths with the 'LINK_DIV', 'LINK_FORM', 'LINK_RIGHT_FRAMEWORK' variables 2010-12-30 09:10:46 +00:00
nadeesha
20459a602f Added 'LINK_DIV' variable 2010-12-30 09:07:23 +00:00
nadeesha
92d3722cbe Added two variables 'LINK_FORM' and 'LINK_RIGHT_FRAMEWORK' 2010-12-30 08:37:01 +00:00
Platonides
f981618570 If running against the grid, there's no need to start and stop the server in localhost. 2010-12-27 18:56:31 +00:00
Platonides
df2e323358 Remove debugging var_dump, add , in message. 2010-12-27 18:55:41 +00:00
Platonides
787fa15c22 Get rid of a different configuration file syntax for PHP 5.2
Directly parse them in php.
2010-12-27 18:53:29 +00:00
nadeesha
e1283a6014 Adding README file for the Installer testing 2010-12-27 10:49:25 +00:00
nadeesha
8ab4dc0664 Updated the copyright section 2010-12-27 10:43:18 +00:00
nadeesha
5d90bd82d6 Remove 'str_replace('//','/',' from the require_once( str_replace('//','/',dirname(__FILE__).'/') .'MediaWikiInstallationCommonFunction.php'); 2010-12-27 10:34:17 +00:00
nadeesha
37b67ff8c8 Adding MediaWiki installer test scripts and installer directory 2010-12-27 07:34:57 +00:00
Priyanka Dhanda
e6ad39cf5d Some test cleanup. 2010-12-23 23:12:31 +00:00
Priyanka Dhanda
ad03b7a7db Fixed typo 2010-12-15 23:09:46 +00:00
Priyanka Dhanda
1b4bd529e8 Make these tests run again. I think this is the right fix. At least they run now. 2010-12-15 23:00:11 +00:00
Chad Horohoe
65652a6f33 Fix path changes from move in r78383 2010-12-14 16:33:06 +00:00
Chad Horohoe
23f69f10ed Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They're not strictly maintenance scripts, and some people want to do a selective checkout that doesn't include the tests. There's still debate on whether we should include these in the release downloads, but we had a pretty firm consensus to move this. 2010-12-14 16:26:35 +00:00