Do not assume that the current working dir is phase3/config
[lhc/web/wiklou.git] / maintenance /
2010-12-13 Chad HorohoeFix for r75858: Move $IP detection further up so it...
2010-12-13 Alexandre EmsenhuberChanged global variables ($wgTitle and $wgArticle)...
2010-12-12 Chad HorohoePer CR on r71359: Fix DB_MASTER where it should be...
2010-12-11 PlatonidesFollow up r77981,r77982. Rename the new globalcssprevie...
2010-12-10 Chad HorohoeLast $wgDBtype usages in core. Use a $db member variabl...
2010-12-10 Chad HorohoeGet rid of a bunch of $wgDBtypes in maintenance/
2010-12-08 PlatonidesFollow up r78101.
2010-12-08 Mark A. HershbergerRevert r78005, verified that r78009 seems to have fixed...
2010-12-08 Alexandre Emsenhuber* Use Article::doEdit() instead of old Article::insertN...
2010-12-08 Alexandre EmsenhuberRemoved OutputPage::setEncodings(); its current impleme...
2010-12-07 Mark A. HershbergerDon't use dirname when you already have a directory.
2010-12-07 Mark A. HershbergerFilenames with quotes fail here.
2010-12-07 PlatonidesRemove the $wgCaches[CACHE_DB] = false; line added...
2010-12-07 Mark A. HershbergerReferences causing Bug #26244? This should find a...
2010-12-07 PlatonidesFollow up r77981
2010-12-07 Chad HorohoeFix breakage from r75542: FakeMaintenance needs to...
2010-12-06 Tim StarlingRemove some of the rubbish that has been accumulating...
2010-12-06 Raimond SpekkingFollow-up r77864: Add new measage key to maintenance...
2010-12-06 Alexandre EmsenhuberWhen opening the subprocess fetchText.php, pass the...
2010-12-05 Chad HorohoeThis can be private too
2010-12-05 Chad HorohoeFix copy+paste error from r77778
2010-12-05 Daniel FriesenAdd MW_CONFIG_FILE support to load a separate config...
2010-12-05 Chad HorohoeOne less $wgTitle, and use dbw->update() instead of...
2010-12-05 Chad HorohoeNo need for globals, works fine without. Also add missi...
2010-12-04 PlatonidesFollowup r77654, remove trailing ?> at end of file.
2010-12-04 Alexandre EmsenhuberFollow-up r67324: removed check for empty text since...
2010-12-04 Alexandre EmsenhuberXMLReader extension is distributed with PHP and enabled...
2010-12-04 Alexandre Emsenhuber* Converted UserMailer stuff to return a Status object...
2010-12-04 Antoine MussoMax command length using one line of code
2010-12-04 Mark A. HershbergerWhitespace fixup under tha maint directory.
2010-12-03 Bryan Tong MinhAdded uploads link to page subtitle in Special:Contribu...
2010-12-03 Alexandre EmsenhuberRevert part of r77644: unwanted changes (oops!)
2010-12-03 nadeeshadelete dependency on MediaWikiCommonFunc.php
2010-12-03 Sam ReedFollowup r77654, SVN PROPS!!!
2010-12-03 nadeeshaAdd following common functions for selenium scripts...
2010-12-03 nadeeshaAdd getUser() and getPass() functions.
2010-12-03 nadeeshaAdded test scripts for wiki editor additional features...
2010-12-03 Alexandre EmsenhuberFollow-up r77618 and r77635: also remove the message...
2010-12-03 Alexandre EmsenhuberUse __METHOD__ instead of incorrect 'BackupDumper:...
2010-12-03 Alexandre EmsenhuberModifier dumpTextPass.php to use XMLReader and XMLWrite...
2010-12-03 Sam ReedFollowup r77618 per Nikerabbit, remove now unused messa...
2010-12-02 Ilmari Karonenfollowup to r77176: code style, release notes
2010-12-02 Antoine Mussodoxygen now ignore .git subdirectories
2010-12-02 Antoine Mussomake now honor the FLAG env variable to pass additional...
2010-12-02 Sam ReedFollowup r77556, set svn:eol-style native
2010-12-02 Raimond SpekkingFollow-up r77565: Add new message here too
2010-12-02 Raimond SpekkingFollow-up r77555: Remove unused message (used for exten...
2010-12-02 nadeeshaTest file deleted from Calcey
2010-12-02 nadeeshaadd test file from calcey to test commit access
2010-12-01 Mark A. Hershberger* w/s fixup explosion for tests (aka “my OCD takes...
2010-12-01 Mark A. Hershberger* Commit changes to PG new-installer I thought I had...
2010-12-01 Alexandre EmsenhuberFix for r72421: correct command name
2010-11-30 Sam Reedint() isn't a function
2010-11-30 Sam ReedMore unused variables
2010-11-30 Sam ReedFixup $gt
2010-11-29 Sam ReedMinor followup to r77393, change =&Method() to = &Method()
2010-11-29 Sam ReedFix spaces to tabs from r77393
2010-11-29 Sam ReedRevert global removals in test/ from r77393
2010-11-29 Aryeh GregorGive image <gallery>s fluid width
2010-11-28 PlatonidesFix bug discovered in r77171 from the user data in...
2010-11-28 Sam ReedRemove some unused variables and globals
2010-11-27 Sam ReedRevert r77358, didn't have intended affect, and broke...
2010-11-27 Sam ReedCreate instance of Maintenance class after AutoLoader...
2010-11-27 Sam Reed$options doesn't exist in PurgeList
2010-11-27 Antoine MussoTest normalizeForSearch and commafy
2010-11-26 Mark A. Hershbergerfollow r77243 and r77315 which claimed to fix, but...
2010-11-26 Mark A. Hershbergerfollow r77243 -- unit test was coded to hide the bug...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Sam ReedRevert r77297, Won't be reverting MimeMagic
2010-11-25 Antoine Mussorevert r76464
2010-11-25 Raimond SpekkingRemove redundant link 'Existing blocks for $1' because...
2010-11-23 Alexandre EmsenhuberWikiImport no longer returns a WikiError since the...
2010-11-23 Sam ReedtestRegisteringNullModuleThrowsAnException - $this...
2010-11-23 Ilmari Karonenbug 9675: sitemap-index doesn't include full location...
2010-11-23 Raimond Spekking(bug 21911) Per Tim Starling's comment #10: Remove...
2010-11-22 Alexandre EmsenhuberFix a doxygen warning
2010-11-21 Alexandre EmsenhuberFix path
2010-11-21 Aaron Schulz*(bug 25920) Moved forward ref to a back ref to really...
2010-11-20 Alexandre EmsenhuberDon't add newlines and tabs in the documentation, wordw...
2010-11-20 Alexandre Emsenhuber* (bug 26023) Corrected deleteBacth.php's documentation
2010-11-19 Markus Glasersample configuration to run selenium against a grid...
2010-11-19 Markus Glaserfixed broken path
2010-11-19 Alexandre Emsenhuber@fixme command doesn't exist in doxygen
2010-11-18 Markus Glaser* simple smoke test for file upload
2010-11-17 Alexandre EmsenhuberFileRepo stuff no longer uses WikiError since ages
2010-11-17 Aaron SchulzAdded two key ipv6 tests
2010-11-16 Max SemenikFixed passing of parameter array to wfMessage()
2010-11-16 Aaron SchulzMoved /0 prefix tests to valid...it just means "everything"
2010-11-16 Max SemenikAdded --env-checks parameter to install.php that checks...
2010-11-16 Max SemenikFollow-up r76805: removed outdated comment, introduced...
2010-11-16 Roan KattouwFix stupid get vs. set typo in nextJobDB.php
2010-11-16 Max SemenikFixed SearchUpdateTest, it doesn't mess with database...
2010-11-16 Chad HorohoeFix copy+paste error from r76798
2010-11-16 PlatonidesFollow up r76708
2010-11-16 Chad HorohoeTab to space, might as well be consistent
2010-11-16 Chad HorohoeMove preference for PEAR higher up the list, apt and...
2010-11-16 Chad HorohoeMore is_a() -> instanceof
2010-11-16 Chad HorohoeFix for r69917: Should be using DB_ADMIN if we were...
2010-11-16 Aaron Schulz* Fixed ipv6 range test calls
2010-11-16 Neil Kandalgaonkarremoved mac-specific temp dir path for debug log
next