* changed variable list as per comment on r79954 left only wgDBtype
[lhc/web/wiklou.git] / includes / HistoryBlob.php
2010-12-15 Sam ReedChange old php4 style constructor
2010-12-15 Sam ReedRemove public from interface defintion, as decleration...
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-12 PlatonidesConvert $wgBlobCache into a static class member.
2010-02-27 Alexandre Emsenhuber* Fixed some doxygen warnings
2008-12-29 Tim StarlingUse xdiff_string_rabdiff() instead of xdiff_string_bdiff()
2008-11-01 Tim StarlingConvert from old DiffHistoryBlob format. Untested,...
2008-11-01 Tim StarlingImplemented xdiff_string_bpatch() in pure PHP, allowing...
2008-11-01 Tim StarlingNew DiffHistoryBlob storage format and compression...
2008-10-29 Tim Starling* Added recompressTracked.php, the second part of the...
2008-10-17 Tim StarlingRevert revert r41578 of r41531 and fix compressOld...
2008-10-03 Brion VibberBacking r41531 out for now ("Concept for diff-based...
2008-10-02 Tim Starling* Concept for diff-based compression using the new...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-21 Antoine MussoFix r21443 : privates are public :o)
2007-04-21 Antoine Musso* Made HistoryBlob an interface (PHP 5 let us do it...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-06-08 Domas Mituzasrevert back to 14660
2006-06-08 Domas MituzasAaaaah, typo
2006-06-08 Domas MituzasAutoLoad OutputPage, HistoryBlob, Block, MessageCache...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-10 Niklas LaxströmMissing variable declarations
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-08-21 Domas Mituzasadd Referrer for stub
2005-08-14 Tim Starlingsupport for two-part external storage URLs referring...
2005-05-23 Jens FrankMake HistoryStub ExternalStore-aware. Renamed external...
2005-05-08 Brion Vibber* HistoryBlobStub: the last-used HistoryBlob is kept...
2005-05-06 Brion Vibber* Add $wgLegacySchemaConversion update-time option...
2005-05-05 Brion Vibber* Fix for reading incorrectly re-gzipped HistoryBlob...
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-12 Tim Starlingminor bug
2004-10-30 Tim StarlingBackporting concatenated gzip history compression from...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-06-15 Tim StarlingExperimental support for the "link" type old entries...