| Commit message (Expand) | Author | Age | Files | Lines |
* | More return documentation | Sam Reed | 2012-02-09 | 7 | -2/+23 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 2 | -2/+2 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | Fix doxygen docs before REL1_19 branching | Antoine Musso | 2012-02-01 | 1 | -1/+2 |
* | * Inlinise Preferences::loadOldSearchNs() in SearchEngine::userNamespaces(); ... | Alexandre Emsenhuber | 2012-01-20 | 1 | -12/+14 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -0/+1 |
* | Apply the actual fix from r104635. :P | Brion Vibber | 2011-11-30 | 1 | -1/+1 |
* | Braces, spaces, documentation | Sam Reed | 2011-11-20 | 1 | -7/+12 |
* | Fix spaces to tabs | Sam Reed | 2011-11-20 | 1 | -63/+64 |
* | (bug 19833) Make the searching-for-an-IP-means-you-want-Special:Contributions... | Roan Kattouw | 2011-11-14 | 1 | -4/+7 |
* | Use WikiPage instead of Article to call the hasViewableContent() method | Alexandre Emsenhuber | 2011-11-04 | 1 | -5/+2 |
* | Make use of Title::isSpecialPage() in various places | Aaron Schulz | 2011-11-02 | 1 | -1/+1 |
* | Fixup some assignments in conditionals | Sam Reed | 2011-10-16 | 1 | -1/+1 |
* | Refactor deferrable updates into classes & interfaces, also add helper method... | Chad Horohoe | 2011-09-10 | 1 | -1/+1 |
* | Followup r96369: update child classes and a few callers | Chad Horohoe | 2011-09-06 | 1 | -2/+2 |
* | Use canonical URLs (introduced in r94995) in the OpenSearch discovery thingy | Roan Kattouw | 2011-08-19 | 1 | -2/+2 |
* | Update code comments that point to 1.18 to point to 1.19 | Sam Reed | 2011-07-18 | 1 | -1/+1 |
* | Fix whitespace, documentation | Sam Reed | 2011-07-09 | 2 | -2/+10 |
* | Swap else if for elseif | Sam Reed | 2011-06-17 | 2 | -16/+16 |
* | w/s changes. | Mark A. Hershberger | 2011-06-02 | 1 | -3/+3 |
* | And even more documentation in various files | Sam Reed | 2011-05-29 | 2 | -1/+8 |
* | And even more documentation, the last of this batch | Sam Reed | 2011-05-28 | 6 | -7/+21 |
* | Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth... | Alexandre Emsenhuber | 2011-05-22 | 1 | -1/+1 |
* | Fix function level comments that start with /* not /** | Sam Reed | 2011-05-21 | 1 | -3/+2 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 5 | -8/+8 |
* | More versions added to @deprecated tags | Sam Reed | 2011-05-06 | 1 | -1/+1 |
* | (bug 28343) Kill unused contextlines/contextchars | Chad Horohoe | 2011-05-01 | 1 | -5/+2 |
* | Fix code accidentally committed in r86735 | Sam Reed | 2011-04-23 | 1 | -1/+1 |
* | Followup to r86312 | Sam Reed | 2011-04-22 | 1 | -0/+3 |
* | Allow extensions to customize the search forms. This required some cleanup an... | Niklas Laxström | 2011-04-22 | 2 | -9/+54 |
* | Followup r86705 fix typo in comment | Niklas Laxström | 2011-04-22 | 1 | -1/+1 |
* | * Remove manual query building in search mysql | Niklas Laxström | 2011-04-22 | 1 | -71/+72 |
* | Fixed SearchMySQL broken by r80856 | Max Semenik | 2011-04-21 | 1 | -6/+10 |
* | (bug 28583) chase down and beat to death external calls of functions marked /... | Happy-melon | 2011-04-18 | 1 | -2/+2 |
* | Remove some unused variables/globals | Sam Reed | 2011-04-16 | 1 | -1/+0 |
* | * updated tableName function changed addIdentifierQuotes, added isQuotedIdent... | Jure Kajzer | 2011-04-15 | 1 | -2/+2 |
* | Follow-up r85929: update MediaWiki::articleFromTitle() call in SearchEngine.php | Happy-melon | 2011-04-13 | 1 | -2/+6 |
* | * fix as per brion's comment on r85669 | Jure Kajzer | 2011-04-11 | 1 | -2/+2 |
* | * r81084 added prefix to index name and as this index gets synced directly it... | Jure Kajzer | 2011-04-08 | 1 | -2/+3 |
* | Respect $wgScriptExtension in SearchEngine::getOpenSearchTemplate() and Searc... | Alexandre Emsenhuber | 2011-04-02 | 1 | -4/+4 |
* | Add/update/improve various bits of documentation | Sam Reed | 2011-03-25 | 1 | -0/+14 |
* | (follow-up 79778) Make $wgLang->truncate function consider the length of the ... | Brian Wolff | 2011-03-24 | 1 | -2/+3 |
* | Ununsed variables | Sam Reed | 2011-02-23 | 1 | -2/+0 |
* | More function and variable documentation | Sam Reed | 2011-02-19 | 1 | -0/+5 |
* | Use the right query parameter. | Mark A. Hershberger | 2011-02-04 | 1 | -2/+2 |
* | Results of my work on new-installer and Pg. | Mark A. Hershberger | 2011-02-03 | 1 | -1/+2 |
* | Per comment on bug 26612, we should drop the pre-Postgres 8.3 support with th... | Chad Horohoe | 2011-01-28 | 1 | -7/+3 |
* | * Fixed Oracle new installer support, broken by r80957. This is a minimal pat... | Tim Starling | 2011-01-27 | 1 | -2/+10 |
* | Fix r80982, re-add accidental removed AND during debugging | Sam Reed | 2011-01-25 | 1 | -1/+1 |
* | Followup r80856, don't unconditionally add the "AND" as if '' is returned by ... | Sam Reed | 2011-01-25 | 1 | -22/+35 |