Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / PageHistory.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-10 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-19 Aryeh GregorFix minor bug in r17715: don't display rollback link...
2006-11-16 Aryeh Gregor* urlencode username so rollback-on-history works for...
2006-11-16 Aryeh Gregor(bug 3315) Allow rollback directly from history page.
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-10-30 Brion VibberRevert 17297 and 17298 for the moment.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-30 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-07-07 Tim StarlingAnother display issue
2006-07-07 Tim StarlingRestored missing submit button
2006-07-07 Tim StarlingSplit off index paging code from PageHistory.php to...
2006-07-04 Rob Church* (bug 6512) Link to page-specific logs on page histories
2006-06-25 Rob Church* (bug 6314) Add user tool links on page histories
2006-06-23 Tim Starlingbounding for the limit parameter
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-12 Brion Vibber* Avoid some notices in page history with bad input
2006-06-11 Tim StarlingDon't do 100 queries to view 50 revisions in history...
2006-06-06 Domas MituzasAutoLoad RawPage, EditPage, ExternalEdit, PageHistory...
2006-06-06 Domas MituzasAutoLoad Feed classes
2006-06-06 Domas MituzasMove revision deletion constants into Revision::
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-28 Brion Vibber* (bug 6117) Use message for history feed description...
2006-05-28 Brion VibberUse separate history-feed-title message for the feed...
2006-05-28 Brion Vibber* (bug 472) Syndication feeds for the last few edits...
2006-05-22 Brion VibberRevert part of r14280 which broke history paging on...
2006-05-17 Rob Church* (bug 4873) Don't overwrite the subtitle navigation...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-04-27 Niklas Laxström*histlegend is now wikitext
2006-03-18 Lupinunused globals removed
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-12-29 Brion Vibber* Removed Special:Validate, it's been superseded by...
2005-12-04 Antoine MussoClean up unused globals!
2005-10-28 Brion Vibber* Avoid numerous redundant latest-revision lookups...
2005-08-22 Brion VibberThis line has been broken at least twice in the last...
2005-08-22 Brion Vibber* (bug 3218) Use proper quoting on history Compare...
2005-08-20 Tim Starlingremoved some debugging statements, I think they were...
2005-08-14 Tim Starlingfixed obvious error
2005-08-12 Niklas LaxströmCleanup, html-safety and output
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
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
next