lhc/web/wiklou.git
2011-01-03 nadeeshaChange the xpath of the 'Upgrade complete' text
2011-01-03 nadeeshaRemove verification for help field hint for 'Subscribe...
2011-01-03 nadeeshaRemove testOnlyBackButtonAvailability() function as...
2011-01-03 Sam ReedRemove unreachable return;
2011-01-03 X!Mark broken parser tests as broken
2011-01-03 X!Move wfCreateObject to MWFunction::newObj. This uses...
2011-01-03 Tim StarlingRefresh header fix for Opera, as in r79498
2011-01-02 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-02 Sam Reed* (bug 26541) Generator-ise ApiQueryRecentChanges
2011-01-02 X!Forgot the RELEASE-NOTES (woo, 500!)
2011-01-02 X!-Add &watchuser option to ApiBlock
2011-01-02 Alexandre EmsenhuberFix for r64254: undefined variable
2011-01-02 X!Followup to r79463: Move fallback functions to new...
2011-01-02 Alexandre EmsenhuberFix for r45497: undefined variable
2011-01-02 Alexandre EmsenhuberReplaced call to in_string() by strpos() since the...
2011-01-02 Niklas LaxströmThe subtitle on movepage is now redundant with the...
2011-01-02 Raimond SpekkingFollow-up r79483: Fix syntax error: PHP Notice: Undefin...
2011-01-02 Sam ReedFixup some syntax errors in messages
2011-01-02 Sam ReedMethod documentation
2011-01-02 Sam ReedExplicitally define $duplicates = array();
2011-01-02 Sam Reed* (bug 26540) Fixed wrong call to applyPatch in MysqlUp...
2011-01-02 X!Per my comment on r68760: Make MWfunction class, comple...
2011-01-02 X!Followup to r79477: Add invalid purge title
2011-01-02 X!Add API purge test (mainly as proof of concept for...
2011-01-02 X!Refactor much of the API testing code.
2011-01-02 Krinkle* Toggle entire element if no .mw-collapsible-content...
2011-01-02 Sam ReedFollowup r79470, removed unused variable
2011-01-02 X!GlobalFunction additions:
2011-01-02 Sam ReedMethod documentation
2011-01-02 Sam ReedApiQueryRevisions: Switch from manual Cache checking...
2011-01-02 X!Add more wfDebug tests
2011-01-02 X!Followup r79467: Add more wfDebug() tests, complete...
2011-01-02 X!Add some wfDebug() unit tests
2011-01-02 X!Add fallback mb_* function tests
2011-01-02 X!Fix r79463 and r79464: Syntax error
2011-01-02 X!Accidental syntax error. *hides*
2011-01-02 X!Move fallback function creation out of function_exists...
2011-01-02 Aryeh GregorFix broken blacklisting code from r79363
2011-01-01 Sam ReedAdd missing $popts parameter, and pass it from r79455
2011-01-01 Sam ReedAllow section to work with oldid when oldid == currentr...
2011-01-01 Sam ReedPer Platonides on CR r75334, use $article->getParserOut...
2011-01-01 Sam ReedDocument getParserOutput() return type in Article
2011-01-01 Sam ReedPer Nikerabbit on IRC, and Bryan on CR (r79451), change...
2011-01-01 Sam ReedFollowup r75334. Change to int == string, rather than...
2011-01-01 Platonidesrm unused global
2011-01-01 X!Fix r79447: Remove debugging code
2011-01-01 PlatonidesRemove unused globals
2011-01-01 X!Followup r79443: Add some form of organization to the...
2011-01-01 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-01 PlatonidesUse an autoloader for the tests, following the ideas...
2011-01-01 Alexandre EmsenhuberPer Platonides, fix for r79430: removed debugging code
2011-01-01 X!Reorder functions around, add some form of order to...
2011-01-01 PlatonidesI am fed up of selenium constants which aren't properly...
2011-01-01 X!Add fuzz tests to new parser tests (someone else should...
2011-01-01 Daniel FriesenFix Vector to output a proper newline and indentation...
2011-01-01 Daniel FriesenAdd a realname option to query=userinfo in the api.
2011-01-01 X!Don't use the --verbose option anymore
2011-01-01 Alexandre EmsenhuberMade the page_count update defered, as for the site_sta...
2011-01-01 Daniel FriesenFix modern to use the tooltiponly attribute.
2011-01-01 Daniel FriesenConvert the common bottomscripts, reporttime, and debug...
2011-01-01 Markus GlaserSimpleSeleniumTest now has its own resources (database...
2011-01-01 Markus Glasertest data for SimpleSeleniumTest
2011-01-01 Markus Glasertest data for SimpleSeleniumTest
2011-01-01 Markus Glasertypo in comment
2011-01-01 Markus Glaserchanged path after relocation
2011-01-01 Markus Glasernow uses separate database and images dir for selenium...
2011-01-01 Alexandre EmsenhuberUpdate copyright year
2011-01-01 ShinjimanLocalisation updates Cantonese, Chinese and Literary...
2011-01-01 X!Add parsertest specific help to PHPUnit.php
2011-01-01 X!More work on new parser tests:
2011-01-01 X!Start work on porting ParserTests completely into PHPunit.
2011-01-01 Daniel Friesen*sigh* I wish this were git... Followup r79398, small...
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2011-01-01 Daniel FriesenFix php notice in vector from r79383.
2010-12-31 Daniel FriesenFollowup r79383, missing message documentation.
2010-12-31 Daniel FriesenMerging Vector's navigation_urls and SkinTemplate's...
2010-12-31 X!Forgot to change the other API tests
2010-12-31 X!Solve 1 test by changing static variables to non-static
2010-12-31 X!For some reason tableExists() is being unreliable,...
2010-12-31 X!-If $this->db does not exist, skip destroying the DB
2010-12-31 X!Add check to make sure only MySQL and SQLite are used...
2010-12-31 X!Only destroy DB if it needs it
2010-12-31 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!Solved problem with SQLite: Globals were getting stored...
2010-12-31 Aryeh GregorRELEASE-NOTES update for r79363
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 Aryeh GregorUpdate dependencies for r79363 per Roan's advice
2010-12-31 Aryeh GregorEnable mwsuggest datalist implementation
2010-12-31 Niklas LaxströmNew method for making it easier for developers to get...
2010-12-31 Daniel FriesenAdd SkinTemplateNavigation::SpecialPage and SkinTemplat...
2010-12-31 Daniel FriesenMight as well fix this doc file... even though it's...
2010-12-31 Roan Kattouwr79347 didn't update other callers to mungeQuery()...
2010-12-31 Roan KattouwFollowup r78786: pass $fname in the raw SQL case too
2010-12-31 Roan KattouwFollow-up r78786: the querypage branch merge threw...
2010-12-31 Roan KattouwFix r78970 per CR: params were the wrong way around
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-31 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-31 PlatonidesFollow up r79314.
2010-12-31 nadeeshaChange the values taken from the SeleniumTestConstants.php
2010-12-31 Sam ReedFollowup r74519, fixup code style issues
next