ampersand 4eva
[lhc/web/wiklou.git] / includes / PageHistory.php
2005-03-14 River Tarnellampersand 4eva
2005-03-14 River Tarnellfix URLs
2005-03-14 River Tarnelluse rev_timestamp for history browsing instead of LIMIT
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-01-31 Jens FrankBUG#1441 Cleanup PageHistory.php watchlist lookup
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-11-25 Brion VibberWhoops
2004-11-25 Brion VibberAvoid a lot of wasted time parsing and reparsing titles...
2004-10-03 Brion Vibber* Fix XHTML validity error for pages with apostrophe...
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-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-28 Arne Heizmannfix typo
2004-08-28 Arne Heizmannsome code readability and "->'
2004-08-24 Erik Moelleradds '->' links to section before autogenerated section...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-13 Brion VibberAntiglobalization!
2004-08-10 Domas MituzaswfLimitResult() -> Database::limitResult()
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-24 Brion VibberBe a little more careful about escaping displayed usernames
2004-06-21 Tim Starlingmoving new history copyright text to the bottom of...
2004-06-21 Tim Starlinghistory copyright
2004-06-11 Domas Mituzas* table name: use "old" instead of old for PG
2004-06-10 Gabriel Wickeid 'historysubmit' on lower submit button for changing...
2004-06-09 Domas MituzasRemove 'USE INDEX' for non-mysql
2004-06-09 Gabriel Wickeeasy fix for #969367
2004-05-27 Gabriel Wicke-
2004-05-27 Gabriel Wickedumdidum..
2004-05-27 Gabriel Wicke$this->mTitle->escapeLocalURL
2004-05-27 Gabriel Wicketitle escaping
2004-05-24 Gabriel Wicketweaks to page history
2004-05-24 Gabriel Wickesecond submit button on top, input instead of button...
2004-05-21 Gabriel Wickeaccess key and tooltip for 'compare selected versions...
2004-05-21 Gabriel Wickem moved to start of comment
2004-05-18 Gabriel Wickehtmlspecialchars instead of urlencode
2004-05-18 Gabriel WickeArbitrary diff selection without javascript
2004-04-10 Gabriel Wickeminor bug
2004-04-09 Gabriel Wicketab in indexes on 'last' links
2004-04-09 Gabriel Wickemoved script outside the ul
2004-04-09 Brion VibberXHTML protection
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-04-02 Brion VibberA little HTML cleanup on diff links
2004-03-26 Mr. E23Using full URL instead of relative for js arbitrary...
2004-03-24 Erik Moeller1) section editing auto-summaries are now formatted...
2004-03-22 Gabriel Wickeadded class for styling
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-07 Mr. E23Fixed bug causing diffs with cur to produce wrong resul...
2004-02-06 Mr. E23Fix for problem diffing with current revision
2004-01-31 Mr. E23Feature for diffing any two revisions.
2004-01-20 Jens FrankFeature-Request #816659,#668443: No (next 50) link...
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2003-12-21 Brion VibberTweak offset/limit parameters for correctness. Enable...
2003-12-21 Brion VibberSplit off page history code to PageHistory.php out...