| Commit message (Expand) | Author | Age | Files | Lines |
* | MFT r112563, r112566, r112838, r112872, r112873, r112988, r113001, r113024, r... | Sam Reed | 2012-03-06 | 1 | -7/+2 |
* | make gzopen() portable by using binary flag | Antoine Musso | 2012-02-08 | 1 | -1/+1 |
* | simplify FileCacheBase::fetchText | Antoine Musso | 2012-02-07 | 1 | -6/+4 |
* | add up comment for FileCache rewrite (r98698) | Antoine Musso | 2012-02-07 | 2 | -1/+6 |
* | Merge r97508 changes to MessageCache.php and Skin.php into trunk | Sam Reed | 2012-02-07 | 1 | -2/+2 |
* | Follow-up r110761: removed duplicate check of $wgShowIPinHeader and fix some ... | Alexandre Emsenhuber | 2012-02-06 | 1 | -3/+3 |
* | disable wgDebugToolbar when rebuilding file cache | Antoine Musso | 2012-02-06 | 1 | -1/+6 |
* | Removed false comment, we no longer use file cache for action=raw calls. | Alexandre Emsenhuber | 2012-02-06 | 1 | -1/+0 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 3 | -0/+5 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 3 | -5/+0 |
* | Moved GenderCache to cache/ | Niklas Laxström | 2012-01-10 | 1 | -0/+135 |
* | Attempt to avoid a warning I got during input: | Mark A. Hershberger | 2012-01-04 | 1 | -0/+3 |
* | Comment and whitespace fixes | Tim Starling | 2011-12-27 | 1 | -4/+4 |
* | Follow-up r98698: Reduce amount of ipv6 spam in FileCacheBase::incrMissesRece... | Aaron Schulz | 2011-12-23 | 1 | -1/+1 |
* | Declare constant default values directly in the class definition and removed ... | Alexandre Emsenhuber | 2011-12-21 | 1 | -9/+4 |
* | Gender is already needed in addResultToCache | Niklas Laxström | 2011-12-08 | 1 | -1/+1 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -1/+1 |
* | * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey its... | Aaron Schulz | 2011-11-02 | 1 | -3/+5 |
* | More documentation | Sam Reed | 2011-10-29 | 1 | -0/+13 |
* | More documentation updates | Sam Reed | 2011-10-28 | 1 | -1/+10 |
* | FU r98405: ObjectFileCache doesn't need to be abstract | Aaron Schulz | 2011-10-06 | 1 | -2/+1 |
* | Documentation and type hinting. | Happy-melon | 2011-10-06 | 1 | -2/+14 |
* | * Added a script to prune old file cache entries. | Aaron Schulz | 2011-10-04 | 1 | -2/+2 |
* | Simplified cacheDirectory() in FileCacheBase and HTMLFileCache. It turns out ... | Aaron Schulz | 2011-10-03 | 2 | -19/+3 |
* | Follow-up r98698: cache urls with 'version' param...which is kind if important | Aaron Schulz | 2011-10-03 | 1 | -2/+2 |
* | * Added isCacheWorthy() optimization (checks if the file exists, stale or not) | Aaron Schulz | 2011-10-02 | 3 | -9/+21 |
* | FileCache: | Aaron Schulz | 2011-10-02 | 4 | -38/+187 |
* | More RequestContext -> IContextSource. | Daniel Friesen | 2011-10-02 | 1 | -4/+4 |
* | Reverted accidental change in r98405 | Aaron Schulz | 2011-10-02 | 1 | -1/+1 |
* | More spurious code r98467 | Sam Reed | 2011-09-29 | 1 | -2/+0 |
* | Back out r95396 and friends | Sam Reed | 2011-09-29 | 1 | -46/+0 |
* | FU r98405: various document cleanup | Aaron Schulz | 2011-09-29 | 3 | -8/+23 |
* | HTMLFileCache refactoring: | Aaron Schulz | 2011-09-29 | 3 | -162/+304 |
* | Debug logging and possible fix for bug 31177: mystery sidebar message failures | Brion Vibber | 2011-09-27 | 1 | -3/+17 |
* | Added filecache support for history pages | Aaron Schulz | 2011-09-24 | 1 | -6/+10 |
* | Removed action=raw support from HTMLFileCache. Obsolete due to RL. | Aaron Schulz | 2011-09-24 | 1 | -18/+8 |
* | I broke few parser tests in r97633 by overlooking the return value. This fixe... | Niklas Laxström | 2011-09-20 | 1 | -0/+2 |
* | Added LinkCache::addGoodLinkObjFromRow, since addGoodLinkObj is not going to ... | Niklas Laxström | 2011-09-20 | 2 | -14/+20 |
* | No need to check isset before unset, shortens the code a bit, and added some ... | Niklas Laxström | 2011-09-20 | 1 | -9/+3 |
* | Simplify array( 'page_id IN (' . $dbw->makeList( $batch ) . ')' ), to array( ... | Sam Reed | 2011-09-19 | 1 | -4/+4 |
* | Merge r82361 from 1.17wmf1 to trunk. This shuts up "Non-string key given" exc... | Roan Kattouw | 2011-09-15 | 1 | -0/+5 |
* | Introduce MessageCache::getAllMessageKeys(), which returns all message keys s... | Roan Kattouw | 2011-09-14 | 1 | -0/+21 |
* | Whitespace/documentation | Sam Reed | 2011-09-14 | 1 | -2/+14 |
* | Followup r86304, guard against $title AND $wgTitle being null | Sam Reed | 2011-09-14 | 1 | -0/+8 |
* | Refactor deferrable updates into classes & interfaces, also add helper method... | Chad Horohoe | 2011-09-10 | 1 | -2/+1 |
* | Actually fix bug 30792, despite my earlier claims. SquidUpdate::purge('//uplo... | Roan Kattouw | 2011-09-07 | 1 | -6/+1 |
* | Unused variables. | Platonides | 2011-08-27 | 1 | -1/+1 |
* | Merge the iwtransclusion branch back into trunk | Sam Reed | 2011-08-24 | 1 | -0/+49 |
* | Back out r93533, r93531, r93530 | Sam Reed | 2011-07-30 | 1 | -50/+1 |
* | Merge iwtransclusion branch into trunk | Sam Reed | 2011-07-30 | 1 | -1/+50 |