Allowed post-parse link cache to be used for update as well as page view. This involv...
[lhc/web/wiklou.git] / includes / Article.php
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-14 Arne Heizmannslight bugfix to patrol feature, thanks to maveric149...
2004-08-12 Antoine Musso* using template : function foo() {
2004-08-10 Arne Heizmanngah.
2004-08-09 Arne HeizmannIf you really must have a useless $wgUseRCPatrol option...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-08-08 Brion VibberSuppress notices
2004-08-07 Tim StarlingNew feature, nicer display of redirects. Removed specia...
2004-08-06 Jens FrankBug [ 969913 ] When (un)watching a page, returnto now...
2004-08-05 Brion VibberDatabase::setIgnoreErrors() doesn't seem to exist anymo...
2004-08-03 Brion VibberUpdate user talk on diff-to-current and if the page...
2004-07-31 Magnus ManskeArticle validation code (bug fixes)
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-22 Brion VibberFile cache fix (typo had reversed one of the checks...
2004-07-20 Magnus ManskeArticle validation code (as a tab now)
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Jens FrankFixed redirects, use getCurContentFields instead of...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-07-09 Tim StarlingDisabling info action for now, would kill suda if we...
2004-07-08 Arne HeizmannThis commit implements Josh Cogliati's "info" feature...
2004-06-28 Evan ProdromouOnly show last N contributors in the credits. Unfortuna...
2004-06-26 Tim Starlingbug fix
2004-06-18 Tim StarlingYet more missing spaces from SQL, after single quote...
2004-06-15 Tim StarlingExperimental support for the "link" type old entries...
2004-06-13 Tim Starlingfixed bug due to removal of whitespace in the middle...
2004-06-11 Domas Mituzas* pg old->"old"
2004-06-09 Antoine Mussofix bug 969826 related to single to double quotes
2004-06-09 Domas MituzasRemove 'USE INDEX' for non-mysql
2004-06-09 Gabriel WickeReworked css include/pref/tooltip/accesskey subsystem
2004-06-09 Tim Starlingfixed bug involving single quotes, causing deletion...
2004-06-08 Antoine Mussoreplace several double quotes by single quotes. Should...
2004-06-05 Tim StarlingMoving the "if ( $wgEnablePersistentLC )" from the...
2004-06-04 Tim StarlingBug fix
2004-06-04 Tim Starlingdon't load so much stuff on parser cache hit (experimental)
2004-06-04 Brion VibberDon't forget inverse_timestamp
2004-06-02 Tim Starlingfixed quickEdit(), used quickEdit() in InitialiseMessag...
2004-06-02 Tim Starlingexperimental quickEdit() function
2004-06-02 Gabriel Wickenowiki handling
2004-05-30 Brion VibberFix for rollback bug (963050); load user_text and comme...
2004-05-28 Tim Starlingfixed bug involving old revisions and the parser cache
2004-05-27 Tim StarlingParser cache moved to memcached
2004-05-15 Brion VibberAdd categorylinks table to separately list category...
2004-05-14 Gabriel Wickeforgot the ='' part
2004-05-14 Gabriel WickeSmall tweak to section editing- try to generate a secti...
2004-05-13 Erik Moellerrestore feature which loads all subsections of a sectio...
2004-05-13 Gabriel WickeAfter a longer phone call Erik and me agreed on working...
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik Moellerfix collapsing problem with templates (templates would...
2004-05-12 Erik Moellerfix a couple of section collapsing bugs
2004-05-12 Erik MoellerNew feature:
2004-05-11 Brion VibberWhitelist and diff fixes:
2004-05-10 Gabriel Wicke* user css/js preview
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-01 Evan ProdromouFixed quoting in contributors query.
2004-05-01 Gabriel Wicke* note on css/js view about refreshing to see the changes
2004-04-30 Brion VibberDisable the unsafe redirect default on Article::getCont...
2004-04-29 Gabriel Wickemoved the css special case to view(), old versions...
2004-04-29 Gabriel Wickewrap user css and js in pre on view
2004-04-29 Evan ProdromouFor on-page attribution, only show last ($wgMaxCredits...
2004-04-28 Erik Moellerfix longstanding bug with section editing where section...
2004-04-25 Brion VibberDisable renaming of category pages (this causes a numbe...
2004-04-25 Brion VibberUse the set page title and HTML title in MonoBook skin...
2004-04-23 Evan ProdromouMoved contributor logic to Article class, and changed...
2004-04-21 Jens FrankDori's patch: require confirmation for protection/unpro...
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-04-09 Brion VibberXHTML fixes.
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-04-01 Tim Starlingfixed bugs added recently
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-23 Tim StarlinggetContentWithoutUsingSoManyDamnGlobals(), allowing...
2004-03-21 Brion VibberPrintable mode cleanup. Now done through stylesheets...
2004-03-21 Tim Starlingfixed error handling broken since 1.96
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-20 Magnus Manskeadding meta keywords
2004-03-14 Mr. E23Fixed problems with section editing and merging
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-09 Gabriel Wickehistory purging
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
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-29 Tim StarlingParser improvements: global variable destruction
2004-02-27 Tim Starlingbug fix -- parser cache used when it shouldn't be
2004-02-27 Tim Starlingminor fixes
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-02-15 Mr. E23Fix for parser cache; pages containing variables are...
2004-02-03 Mr. E23Fix for deletion bug
2004-02-03 Gabriel Wickereverted my edit, purging should be already done in...
2004-02-03 Gabriel Wickepurging on revert
2004-02-02 Gabriel WickeSquid branch merge. Calls to purge functions in Article...
2004-01-31 Mr. E23Temporarily reverted to pre-squid changes due to some...
2004-01-31 Gabriel Wickebug fix I (replaced -\>mTitle with )
2004-01-31 Tim StarlingFixing &bot=1, broken by new RC code
2004-01-30 Gabriel WickeSquid integration changes
2004-01-24 Mr. E23Only allow identified users to mark edits as minor
2004-01-17 Mr. E23Added pref which can be used to enable faster page...
2004-01-17 Tim StarlingMore informative rollback summary
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
next