* (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
[lhc/web/wiklou.git] / includes / DifferenceEngine.php
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-06-30 Brion Vibber* (bug 2620) Return to prior behavior for some more...
2005-06-29 Brion Vibber* (bug 2614) Fix section edit links on diff-to-current...
2005-06-28 Jens Frank(bug 2562) Show rollback link for current revisions...
2005-04-13 Erik Moeller1) actually do what it says (only use external diff...
2005-04-12 Erik Moeller1) add new preference: use external diffs (uses same...
2005-03-29 Antoine Mussotypo
2005-03-29 Antoine Mussocode formatting
2005-03-20 Brion VibberFail gracefully when given bogus revisions
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-24 Brion Vibber* (bug 1178) Fix previous diff link when using 'oldid=0'
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-05 Zheng ZhuTreat each Chinese character as a single word when...
2004-12-01 Brion VibberProfiling points. Bump version to 1.4.0beta0; update...
2004-11-25 Brion VibberFix indentation, add profiling points
2004-11-21 Brion VibberDon't try to dl() the wikidiff module if it's already...
2004-10-28 Brion VibberMore doc comment fiddling
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-09 Brion VibberReduce dependence on $wgOut global in the difference...
2004-10-03 Brion VibberXHTML fix: escape links put into HTML
2004-10-02 Jens FrankAdd previous/next links to old revision pages
2004-10-02 Jens FrankMoved 'get previous/next revision' code from Difference...
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-11 Tim Starlingbetter debug info
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-08-30 Arne HeizmannOops. Don't double-escape this.
2004-08-30 Arne Heizmanncomment was incomplete
2004-08-30 Arne HeizmannRe-insert my changes to the Diff engine that make it...
2004-08-29 Jens FrankBUG#244 Backed out changes done in Patch 1.33 due to...
2004-08-29 Jens FrankFix handling of oldest revision with diff-links from...
2004-08-28 Jens FrankENH#59 Provide a (diff) link in Special:Contributions
2004-08-28 Arne Heizmanninstead of HTML-escaping everything and then creating...
2004-08-28 Arne Heizmannmake "Revision as of [time] [date]" link to the relevan...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-09 Arne HeizmannIf you really must have a useless $wgUseRCPatrol option...
2004-08-09 Jens FrankMake RC patroling an optional feature that can be turne...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-08-08 Jens FrankIntegrated C++ wikidiff engine. Enable by setting wgUse...
2004-08-02 Brion VibberSwitch literal \xA0 for unicode-friendly  
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-12 Gabriel Wickemore cssification of diff rendering, some " -> ' in...
2004-06-11 Brion VibberRemove damage to diffs
2004-06-11 Domas Mituzastable name old->"old" for PG
2004-06-09 Domas MituzasRemove 'USE INDEX' for non-mysql
2004-06-06 Tim Starlingprofiling bracket around main entry point
2004-05-11 Brion VibberWhitelist and diff fixes:
2004-04-22 Brion VibberWell-formedness error
2004-04-17 Tim StarlingEdit summary in diff header, written by Angela
2004-04-12 Erik Moelleruse CSS for formatting diffs
2004-04-09 Brion VibberXHTML fixes.
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-04-03 Tim Starlingrestored width=98%, like I already did with the top...
2004-03-22 Gabriel Wickeminor xhtml tweaks
2004-02-26 Tim StarlingSplit parser from OutputPage into Parser.php, corrected...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-15 Erik MoellerChanged function/variable name "final" to "closing...
2004-01-03 Brion VibberStart support for compressing entries in the old table...
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-04-14 Lee Daniel CrockerInitial revision