fix collapsing problem with templates (templates would be expanded and
[lhc/web/wiklou.git] / includes / Article.php
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...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-10 Brion VibberRemove sometimes erroneous duplicate Content-encoding...
2004-01-10 Tim Starlingfixed a few minor bugs and misc. notices
2004-01-07 Mr. E23A patch to cache articles after conversion to HTML...
2004-01-05 Mr. E23Added hooks for article create/delete/edit events and...
2004-01-05 Mr. E23Moved linkscc SQL details into LinkCache for cleaner...
2004-01-04 Brion VibberAdd $wgCompressRevisions option to compress old revisio...
2004-01-03 Brion VibberStart support for compressing entries in the old table...
2004-01-03 Erik Moeller$wgUseBetterLinksUpdate no longer needed, removed,...
2003-12-21 Brion VibberSplit off page history code to PageHistory.php out...
2003-12-17 Brion VibberWe no longer check the content, so have to make an...
2003-12-17 Brion VibberCheck for bad title on redirect (ot: why can't diff...
2003-12-14 Tim StarlingImprovements in MediaWiki namespace handling, enhanced...
2003-12-13 Mr. E23Article.php:
2003-12-11 Mr. E23The purpose of this modification is to ensure that...
2003-12-10 Mr. E23Replaced calls to exit() with wfAbruptExit().
2003-12-06 Tim StarlingMediaWiki: namespace memcached synchronisation
2003-12-05 Brion VibberDisallow rollback during read-only mode
2003-12-04 Tim StarlingBug fixes
2003-12-03 Tim Starlingnamespace 8 bug fix
2003-11-30 Tim StarlingMediaWiki: namespace update bug fix
2003-11-28 Mr. E23Removed a bit too much. Must clear linkscc for the...
2003-11-28 Mr. E23Clearing linkscc for article on rollback
2003-11-28 Mr. E23Removed unnecessary clearing of linkscc
2003-11-28 Mr. E23Fixed bug (missing global) for linkscc that caused...
2003-11-27 Brion VibberFix article count update on page creation
2003-11-25 Brion VibberFix incremental link update with persistent linkcache
2003-11-24 Brion VibberSometimes no title object....?
2003-11-24 Brion VibberFix double-compression; fix missing deletion reason...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-23 Brion VibberRemove redundant code accidentally re-added in revision...
2003-11-17 Brion VibberFix bug 795011; restrictions not loaded on redirects
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-15 Tim StarlingBug fixes
2003-11-15 Tim StarlingBug fixes
2003-11-15 Tim Starlingmisc. bug fixes
2003-11-14 Tim StarlingBug fix: added semicolon
2003-11-12 Tim StarlingImported latest features from the stable branch
2003-11-09 Mr. E23Some minor PersistentLC related changes
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-08 Mr. E23Experimental code for caching page links
2003-11-02 Tim StarlingVarious fixes, see the version of [[m:Development statu...
2003-10-25 Tim StarlingTranslation checker added (nl: fixed); more conditional...
2003-10-21 Tim StarlingMore minor wfMsg() fixes
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-09-21 Tim StarlingMediaWiki namespace
2003-09-20 Tim StarlingMore wfQuery() conversion
2003-09-20 Tim Starlingchanging wfQuery to allow replication
next