| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport CryptRand from r110825 and r114233 to REL1_17, REL1_18, and REL1_19 ... | Daniel Friesen | 2012-03-20 | 1 | -0/+1 |
* | MFT r112169, r112170, r112172, r112173, r112179, r112184, r112290, r112313 | Sam Reed | 2012-02-28 | 1 | -0/+1 |
|\ |
|
| * | Revert CryptRand class in r111964 till after the git migration. | Daniel Friesen | 2012-02-20 | 1 | -1/+0 |
| * | Commit a new cryptographic random generator class for use in MediaWiki. | Daniel Friesen | 2012-02-20 | 1 | -0/+1 |
| * | comment out inclusion awaiting putting this stuff back after slush | Jeroen De Dauw | 2012-02-15 | 1 | -2/+2 |
| * | follow up to r111264; split up class into one representing a table and one re... | Jeroen De Dauw | 2012-02-14 | 1 | -0/+1 |
| * | Give a warning when people use $wgArticle. Add's a class that can be used to ... | Brian Wolff | 2012-02-13 | 1 | -0/+1 |
| * | adding DBDataObject class after having some people review it and posting on t... | Jeroen De Dauw | 2012-02-11 | 1 | -0/+1 |
* | | REL1_19: MFT r111029, r111034, r111067, r111076, r111085, r111128, r111144 | Sam Reed | 2012-02-10 | 1 | -0/+1 |
|\| |
|
| * | (bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS par... | Roan Kattouw | 2012-02-09 | 1 | -0/+1 |
* | | Revert r88270, r97711 and r110825 out of 1.19 | Sam Reed | 2012-02-09 | 1 | -5/+1 |
|/ |
|
* | Followup r110001 | Sam Reed | 2012-01-31 | 1 | -0/+1 |
* | Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBacke... | Aaron Schulz | 2012-01-29 | 1 | -2/+2 |
* | * Moved FSFile classes from file/ to backend/ | Aaron Schulz | 2012-01-24 | 1 | -2/+2 |
* | Split LogPager out of LogEventsList.php | Niklas Laxström | 2012-01-20 | 1 | -1/+1 |
* | In FileBackend/FileOp: | Aaron Schulz | 2012-01-19 | 1 | -0/+1 |
* | [Actions] Move the remaining actions out of MediaWiki::performAction into sin... | Krinkle | 2012-01-17 | 1 | -0/+7 |
* | Added CurlHttpRequest to AutoLoader.php | Aaron Schulz | 2012-01-17 | 1 | -0/+1 |
* | * Renamed ContainerShardListIterator -> FileBackendShardListIterator | Aaron Schulz | 2012-01-14 | 1 | -2/+3 |
* | * Merged (added) SwiftFileBackend class from branch. | Aaron Schulz | 2012-01-12 | 1 | -0/+1 |
* | reverts Concurrency works | Antoine Musso | 2012-01-11 | 1 | -2/+1 |
* | MERGE branches/concurrency 108301:108557 into trunk | Ian Baker | 2012-01-10 | 1 | -1/+2 |
* | Moved GenderCache to cache/ | Niklas Laxström | 2012-01-10 | 1 | -1/+1 |
* | Revert r108358. It's a good fellow and we like to keep it. | Platonides | 2012-01-09 | 1 | -0/+5 |
* | * Drop old parserTests.php way of running parser tests. You can run parser te... | Chad Horohoe | 2012-01-08 | 1 | -5/+0 |
* | * Updated rebuildImages.php per r106752. | Aaron Schulz | 2012-01-04 | 1 | -0/+1 |
* | merge JSTesting branch into trunk | Antoine Musso | 2012-01-03 | 1 | -0/+1 |
* | alphabetize includes/media autoloaders + some whitespace | Mark A. Hershberger | 2011-12-27 | 1 | -5/+5 |
* | r107351: forgot to commit the changes to AutoLoader ... also update a comment | Mark A. Hershberger | 2011-12-27 | 1 | -0/+1 |
* | added missing UploadStash exceptions to AutoLoader | Ian Baker | 2011-12-22 | 1 | -1/+4 |
* | Fix AutoLoader fail from r106800 | Sam Reed | 2011-12-20 | 1 | -2/+2 |
* | Move registration form template to its own file | Sam Reed | 2011-12-20 | 1 | -1/+1 |
* | Merged FileBackend branch. Manually avoiding merging the many prop-only chang... | Aaron Schulz | 2011-12-20 | 1 | -0/+26 |
* | follow up to r106272, alphabetical order so Nikerabbit doesnt go mad :) | Jeroen De Dauw | 2011-12-15 | 1 | -3/+3 |
* | move logging pages to logging dir | Jeroen De Dauw | 2011-12-14 | 1 | -3/+3 |
* | Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break... | Brion Vibber | 2011-12-06 | 1 | -1/+1 |
* | Adding new debugging toolbar | John Du Hart | 2011-12-04 | 1 | -0/+3 |
* | Add RefreshLinks class to the AutoLoader, I'll need it for my cleanup script ... | Roan Kattouw | 2011-11-30 | 1 | -0/+1 |
* | Use database to track uploaded chunks and concatenate at the end. | Jan Gerber | 2011-11-30 | 1 | -0/+1 |
* | Revert r104659 and its followup r104665: break the unit tests with a fatal er... | Roan Kattouw | 2011-11-30 | 1 | -1/+0 |
* | Recommit PathRouter code from r104274, r104284, r104285 without the WebReques... | Daniel Friesen | 2011-11-30 | 1 | -0/+1 |
* | Use database to track uploaded chunks and concatenate at the end. | Jan Gerber | 2011-11-30 | 1 | -0/+1 |
* | Move terminal colorers classes in their own file | Antoine Musso | 2011-11-29 | 1 | -2/+4 |
* | Revert r104274, r104284, r104285 -- breaks special pages on non-english | Brion Vibber | 2011-11-28 | 1 | -1/+0 |
* | This is the rework I was talking about in r104318 for 1.19. Instead of having... | John Du Hart | 2011-11-27 | 1 | -1/+1 |
* | Followup r104318, add the new class to the Autoloader | John Du Hart | 2011-11-26 | 1 | -0/+1 |
* | Implement path routing code. | Daniel Friesen | 2011-11-26 | 1 | -0/+1 |
* | (bug 29475) Remove "trackback" feature entirely from core. This has been disa... | Chad Horohoe | 2011-11-23 | 1 | -1/+0 |
* | (bug 29747) eAccelerator shared memory caching has been removed since it is n... | Chad Horohoe | 2011-11-22 | 1 | -1/+0 |
* | * Added WikiPage::getParserOutput() and changed Article::getParserOutput() to... | Alexandre Emsenhuber | 2011-11-17 | 1 | -0/+1 |