* Add support for a version key in $wgExtensionCredits
[lhc/web/wiklou.git] / includes / PageHistory.php
2005-07-10 Brion Vibber* Fix fatal error in history when validation on
2005-07-10 Brion Vibber* Fix nohistory message on empty page history
2005-07-10 River Tarnelladd missing wfmsg
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-01 River Tarnell* (bug 2644) "cur" diff links in page history should...
2005-07-01 River Tarnellremove wfdebug in pagehistory
2005-06-30 Brion Vibber* (bug 2627) Fix regression: diff radio button initial...
2005-06-29 Brion Vibberescape a couple more msgs
2005-06-29 Brion Vibber* Various code cleanup and HTML escaping fixlets on...
2005-06-29 River Tarnellask the database for the low and high ts instead of...
2005-06-29 River Tarnellrefactor a little, cleanup, fix some display errors
2005-06-29 River Tarnelldon't hyperlink first/last if we're already there
2005-06-29 River Tarnellwhen we're at the first or last revision, do not hyperl...
2005-06-29 River Tarnell* (bug 2595) Show "Earlier" and "Latest" links on histo...
2005-05-29 Tim StarlingRemoved "show updated marker" user preference option...
2005-05-10 Ævar Arnfjörð Bjar... * Fixed some phpdoc errors, see wikipedia.sf.net/doc...
2005-04-07 Erik Moeller(last) link had diff= and oldid= the wrong way around
2005-03-31 Brion Vibber* Add wfElement() for handy generation of properly...
2005-03-31 Magnus ManskeShow link to validation on history page (for anons)
2005-03-26 Ævar Arnfjörð Bjar... useIndexClause( 'rev_timestamp' ); => useIndexClause...
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...